summaryrefslogtreecommitdiffstats
path: root/test/test_ping.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_ping.py')
-rw-r--r--test/test_ping.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_ping.py b/test/test_ping.py
index 4f3921e992e..75c18d46c69 100644
--- a/test/test_ping.py
+++ b/test/test_ping.py
@@ -36,6 +36,10 @@ class TestPing(VppTestCase):
super(TestPing, cls).tearDownClass()
raise
+ @classmethod
+ def tearDownClass(cls):
+ super(TestPing, cls).tearDownClass()
+
def tearDown(self):
super(TestPing, self).tearDown()
if not self.vpp_dead: