diff options
Diffstat (limited to 'test/test_container.py')
-rw-r--r-- | test/test_container.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_container.py b/test/test_container.py index 66b7748630f..56644bce610 100644 --- a/test/test_container.py +++ b/test/test_container.py @@ -37,6 +37,10 @@ class ContainerIntegrationTestCase(VppTestCase): i.resolve_arp() i.resolve_ndp() + @classmethod + def tearDownClass(cls): + super(ContainerIntegrationTestCase, cls).tearDownClass() + def tearDown(self): """Run standard test teardown and log various show commands """ |