X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Futil.py;h=e21fdb810260d285940ff6e32ca7b765de4a9ae8;hb=f70cf2337683a97b06fe30ea56fab9ebab556ae7;hp=b691deb642f7f682aaca0f392f4b288d57e1a1b9;hpb=1135f65586513c7cabb0dca063d1d2f97b07d7cd;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