From bfb9fe34615dc6532a3cdb85304046abdb417e55 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Tue, 9 Jul 2019 09:42:18 -0400 Subject: [PATCH] tests: remove unused class attribute in VppTestCase Identified in post-merge review. Type: test Change-Id: I46e19285479437561a43975ba9b5cb68f478736c Signed-off-by: Paul Vinciguerra --- test/framework.py | 1 - 1 file changed, 1 deletion(-) 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 = [] -- 2.16.6