From: Paul Vinciguerra Date: Tue, 9 Jul 2019 13:42:18 +0000 (-0400) Subject: tests: remove unused class attribute in VppTestCase X-Git-Tag: v20.01-rc0~221 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F61%2F20561%2F2;p=vpp.git tests: remove unused class attribute in VppTestCase Identified in post-merge review. Type: test Change-Id: I46e19285479437561a43975ba9b5cb68f478736c Signed-off-by: Paul Vinciguerra --- 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 = []