X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Futil.py;fp=test%2Futil.py;h=e21fdb810260d285940ff6e32ca7b765de4a9ae8;hb=e061dad55e75ea5d5db20ceda28f557971dd9483;hp=b691deb642f7f682aaca0f392f4b288d57e1a1b9;hpb=d6f221789d58374db4ea5368dde5e83f72e842c0;p=vpp.git diff --git a/test/util.py b/test/util.py index b691deb642f..e21fdb81026 100644 --- a/test/util.py +++ b/test/util.py @@ -112,7 +112,7 @@ def check_core_path(logger, core_path): " current core pattern is: %s" % corefmt) -class NumericConstant(object): +class NumericConstant: desc_dict = {} @@ -131,7 +131,7 @@ class NumericConstant(object): return "" -class Host(object): +class Host: """ Generic test host "connected" to VPPs interface. """ @property