Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.
[vpp.git] / test / remote_test.py
index 0a6c320..21913b6 100644 (file)
@@ -401,6 +401,10 @@ class RemoteVppTestCase(VppTestCase):
         super(RemoteVppTestCase, cls).setUpClass()
         os.environ = orig_env
 
+    @classmethod
+    def tearDownClass(cls):
+        super(RemoteVppTestCase, cls).tearDownClass()
+
     @unittest.skip("Empty test")
     def emptyTest(self):
         """ Do nothing """