diff options
Diffstat (limited to 'test/util.py')
-rw-r--r-- | test/util.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |