Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.
[vpp.git] / test / test_ping.py
index 4f3921e..75c18d4 100644 (file)
@@ -36,6 +36,10 @@ class TestPing(VppTestCase):
             super(TestPing, cls).tearDownClass()
             raise
 
+    @classmethod
+    def tearDownClass(cls):
+        super(TestPing, cls).tearDownClass()
+
     def tearDown(self):
         super(TestPing, self).tearDown()
         if not self.vpp_dead: