X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_ip4_irb.py;h=f4f2b610d1c49c5968f9f75eda1c09c72e89421c;hb=7f9b7f9f492d1748d8ba025b3a713058fdb1943d;hp=0894515576e731080253bb65312905bb0cfacfb4;hpb=2e1c8967faf4e9f7b45471df02e4e5b07fbb520a;p=vpp.git diff --git a/test/test_ip4_irb.py b/test/test_ip4_irb.py index 0894515576e..f4f2b610d1c 100644 --- a/test/test_ip4_irb.py +++ b/test/test_ip4_irb.py @@ -89,6 +89,10 @@ class TestIpIrb(VppTestCase): cls.pg0.remote_hosts = cls.bvi0.remote_hosts[:half] cls.pg1.remote_hosts = cls.bvi0.remote_hosts[half:] + @classmethod + def tearDownClass(cls): + super(TestIpIrb, cls).tearDownClass() + def tearDown(self): """Run standard test teardown and log ``show l2patch``, ``show l2fib verbose``,``show bridge-domain detail``,