diff options
Diffstat (limited to 'test/test_bond.py')
-rw-r--r-- | test/test_bond.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_bond.py b/test/test_bond.py index 533038e658a..a888993584b 100644 --- a/test/test_bond.py +++ b/test/test_bond.py @@ -31,6 +31,10 @@ class TestBondInterface(VppTestCase): for i in cls.pg_interfaces: i.admin_up() + @classmethod + def tearDownClass(cls): + super(TestBondInterface, cls).tearDownClass() + def setUp(self): super(TestBondInterface, self).setUp() |