summaryrefslogtreecommitdiffstats
path: root/test/test_cdp.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_cdp.py')
-rw-r--r--test/test_cdp.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_cdp.py b/test/test_cdp.py
index e8ced7cb796..1996c5141f0 100644
--- a/test/test_cdp.py
+++ b/test/test_cdp.py
@@ -71,6 +71,10 @@ class TestCDP(VppTestCase):
super(TestCDP, cls).tearDownClass()
raise
+ @classmethod
+ def tearDownClass(cls):
+ super(TestCDP, cls).tearDownClass()
+
def test_enable_cdp(self):
self.logger.info(self.vapi.cli("cdp enable"))
ret = self.vapi.cli("show cdp")