X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_ping.py;h=75c18d46c6913d035fb928a5df9cc24ee5031359;hb=7f9b7f9f492d1748d8ba025b3a713058fdb1943d;hp=4f3921e992e9de2af9ea9c854bbb03518ca0e50f;hpb=2e1c8967faf4e9f7b45471df02e4e5b07fbb520a;p=vpp.git 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: