Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.
[vpp.git] / test / test_vtr.py
index 63e1cc7..b7e131f 100644 (file)
@@ -67,6 +67,10 @@ class TestVtr(VppTestCase):
             super(TestVtr, cls).tearDownClass()
             raise
 
+    @classmethod
+    def tearDownClass(cls):
+        super(TestVtr, cls).tearDownClass()
+
     def setUp(self):
         """
         Clear trace and packet infos before running each test.