diff options
Diffstat (limited to 'test/test_vtr.py')
-rw-r--r-- | test/test_vtr.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_vtr.py b/test/test_vtr.py index 63e1cc7ae05..b7e131f005e 100644 --- a/test/test_vtr.py +++ b/test/test_vtr.py @@ -67,6 +67,10 @@ class TestVtr(VppTestCase): super(TestVtr, cls).tearDownClass() raise + @classmethod + def tearDownClass(cls): + super(TestVtr, cls).tearDownClass() + def setUp(self): """ Clear trace and packet infos before running each test. |