X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_interface_crud.py;h=e19f770c155213b4395d79319b873e49880e646b;hb=1cb333cdf5ce26557233c5bdb5a18738cb6e1e2c;hp=d78cb58be0bd8e7776d032c2e3bff322929c61dd;hpb=b9ef2739dd1e681143e78ada1ffc342ae2fb89b0;p=vpp.git diff --git a/test/test_interface_crud.py b/test/test_interface_crud.py index d78cb58be0b..e19f770c155 100644 --- a/test/test_interface_crud.py +++ b/test/test_interface_crud.py @@ -36,6 +36,10 @@ class TestLoopbackInterfaceCRUD(VppTestCase): cls.tearDownClass() raise + @classmethod + def tearDownClass(cls): + super(TestLoopbackInterfaceCRUD, cls).tearDownClass() + @staticmethod def create_icmp_stream(src_if, dst_ifs): """