Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.
[vpp.git] / test / test_interface_crud.py
index d78cb58..e19f770 100644 (file)
@@ -36,6 +36,10 @@ class TestLoopbackInterfaceCRUD(VppTestCase):
             cls.tearDownClass()
             raise
 
+    @classmethod
+    def tearDownClass(cls):
+        super(TestLoopbackInterfaceCRUD, cls).tearDownClass()
+
     @staticmethod
     def create_icmp_stream(src_if, dst_ifs):
         """