diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-07-09 09:42:18 -0400 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-07-09 16:06:17 +0000 |
commit | bfb9fe34615dc6532a3cdb85304046abdb417e55 (patch) | |
tree | 6290c93c20a08e2c7a3c24fd0ff0221c6d210019 /test | |
parent | e28c87cd00644205e9bebca054029a8e655ed015 (diff) |
tests: remove unused class attribute in VppTestCase
Identified in post-merge review.
Type: test
Change-Id: I46e19285479437561a43975ba9b5cb68f478736c
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'test')
-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 = [] |