diff options
Diffstat (limited to 'test/test_classifier.py')
-rw-r--r-- | test/test_classifier.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_classifier.py b/test/test_classifier.py index 1753feff66a..1e29aec6b00 100644 --- a/test/test_classifier.py +++ b/test/test_classifier.py @@ -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")) |