diff options
-rw-r--r-- | test/framework.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/framework.py b/test/framework.py index 2c03b435c71..e5a970b9698 100644 --- a/test/framework.py +++ b/test/framework.py @@ -261,7 +261,6 @@ class VppTestCase(unittest.TestCase): """This subclass is a base class for VPP test cases that are implemented as classes. It provides methods to create and run test case. """ - get_truthy_envar = staticmethod(BoolEnvironmentVariable) extra_vpp_punt_config = [] extra_vpp_plugin_config = [] |