Python API: Add enum and union support.
[vpp.git] / test / test_classifier.py
index 1753fef..1e29aec 100644 (file)
@@ -60,6 +60,10 @@ class TestClassifier(VppTestCase):
 
     def tearDown(self):
         """Run standard test teardown and acl related log."""
+        for intf in self.interfaces:
+            intf.unconfig_ip4()
+            intf.admin_down()
+
         super(TestClassifier, self).tearDown()
         if not self.vpp_dead:
             self.logger.info(self.vapi.cli("show classify table verbose"))