aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_l2xc.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_l2xc.py')
-rw-r--r--test/test_l2xc.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_l2xc.py b/test/test_l2xc.py
index 8be93e44faa..845579b037b 100644
--- a/test/test_l2xc.py
+++ b/test/test_l2xc.py
@@ -76,6 +76,10 @@ class TestL2xc(VppTestCase):
super(TestL2xc, cls).tearDownClass()
raise
+ @classmethod
+ def tearDownClass(cls):
+ super(TestL2xc, cls).tearDownClass()
+
def setUp(self):
super(TestL2xc, self).setUp()
self.reset_packet_infos()