X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_bond.py;h=03f0eea4c7e0d153de0dbd9a4ff2e63a0962096f;hb=097fa66b986f06281f603767d321ab13ab6c88c3;hp=a888993584b584629a6d617e6b5e62b74964acb4;hpb=7f9b7f9f492d1748d8ba025b3a713058fdb1943d;p=vpp.git diff --git a/test/test_bond.py b/test/test_bond.py index a888993584b..03f0eea4c7e 100644 --- a/test/test_bond.py +++ b/test/test_bond.py @@ -40,8 +40,9 @@ class TestBondInterface(VppTestCase): def tearDown(self): super(TestBondInterface, self).tearDown() - if not self.vpp_dead: - self.logger.info(self.vapi.ppcli("show interface")) + + def show_commands_at_teardown(self): + self.logger.info(self.vapi.ppcli("show interface")) def test_bond_traffic(self): """ Bond traffic test """