Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.
[vpp.git] / test / test_pppoe.py
index b6a1eef..5c8495f 100644 (file)
@@ -25,6 +25,10 @@ class TestPPPoE(VppTestCase):
         cls.dst_ip = "100.1.1.100"
         cls.dst_ipn = socket.inet_pton(socket.AF_INET, cls.dst_ip)
 
+    @classmethod
+    def tearDownClass(cls):
+        super(TestPPPoE, cls).tearDownClass()
+
     def setUp(self):
         super(TestPPPoE, self).setUp()