tests: remove unused class attribute in VppTestCase 61/20561/2
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Tue, 9 Jul 2019 13:42:18 +0000 (09:42 -0400)
committerNeale Ranns <nranns@cisco.com>
Tue, 9 Jul 2019 16:06:17 +0000 (16:06 +0000)
Identified in post-merge review.

Type: test

Change-Id: I46e19285479437561a43975ba9b5cb68f478736c
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
test/framework.py

index 2c03b43..e5a970b 100644 (file)
@@ -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 = []