diff options
Diffstat (limited to 'test/test_l2_fib.py')
-rw-r--r-- | test/test_l2_fib.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_l2_fib.py b/test/test_l2_fib.py index 97915a34e7a..a75672ab079 100644 --- a/test/test_l2_fib.py +++ b/test/test_l2_fib.py @@ -131,6 +131,10 @@ class TestL2fib(VppTestCase): super(TestL2fib, cls).tearDownClass() raise + @classmethod + def tearDownClass(cls): + super(TestL2fib, cls).tearDownClass() + def setUp(self): super(TestL2fib, self).setUp() self.reset_packet_infos() |