Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.
[vpp.git] / test / test_gre.py
index 85ef88f..6b3c23f 100644 (file)
@@ -30,6 +30,10 @@ class TestGRE(VppTestCase):
     def setUpClass(cls):
         super(TestGRE, cls).setUpClass()
 
+    @classmethod
+    def tearDownClass(cls):
+        super(TestGRE, cls).tearDownClass()
+
     def setUp(self):
         super(TestGRE, self).setUp()