aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_mtu.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_mtu.py')
-rw-r--r--test/test_mtu.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_mtu.py b/test/test_mtu.py
index 3203e40e114..14535b23e21 100644
--- a/test/test_mtu.py
+++ b/test/test_mtu.py
@@ -33,6 +33,10 @@ class TestMTU(VppTestCase):
cls.create_pg_interfaces(range(2))
cls.interfaces = list(cls.pg_interfaces)
+ @classmethod
+ def tearDownClass(cls):
+ super(TestMTU, cls).tearDownClass()
+
def setUp(self):
super(TestMTU, self).setUp()
for i in self.interfaces: