Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.
[vpp.git] / test / test_sixrd.py
index ffd5864..910313d 100644 (file)
@@ -26,6 +26,10 @@ class Test6RD(VppTestCase):
         cls.create_pg_interfaces(range(4))
         cls.interfaces = list(cls.pg_interfaces)
 
+    @classmethod
+    def tearDownClass(cls):
+        super(Test6RD, cls).tearDownClass()
+
     def setUp(self):
         super(Test6RD, self).setUp()
         t4 = VppIpTable(self, 10)