VTL Cleanup: Fix missing calls to setUpClass/tearDownClass, fix numerous TypeErrors.
[vpp.git] / test / test_vxlan6.py
index fd89f05..5ae8e7e 100644 (file)
@@ -171,6 +171,10 @@ class TestVxlan6(BridgeDomain, VppTestCase):
             super(TestVxlan6, cls).tearDownClass()
             raise
 
+    @classmethod
+    def tearDownClass(cls):
+        super(TestVxlan6, cls).tearDownClass()
+
     # Method to define VPP actions before tear down of the test case.
     #  Overrides tearDown method in VppTestCase class.
     #  @param self The object pointer.