X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_ip_ecmp.py;h=e3ceb594826283e7a13925931fbd2b6e918a1038;hb=90cf21b5d8fd2d3e531e841dcd752311df5f8a50;hp=c6a33c815b879b6333e26b72afa0c712cdee4568;hpb=7c91007e1e13b56a29236bd076891709eaa21754;p=vpp.git diff --git a/test/test_ip_ecmp.py b/test/test_ip_ecmp.py index c6a33c815b8..e3ceb594826 100644 --- a/test/test_ip_ecmp.py +++ b/test/test_ip_ecmp.py @@ -72,9 +72,10 @@ class TestECMP(VppTestCase): Show various debug prints after each test. """ super(TestECMP, self).tearDown() - if not self.vpp_dead: - self.logger.info(self.vapi.ppcli("show ip arp")) - self.logger.info(self.vapi.ppcli("show ip6 neighbors")) + + def show_commands_at_teardown(self): + self.logger.info(self.vapi.ppcli("show ip arp")) + self.logger.info(self.vapi.ppcli("show ip6 neighbors")) def get_ip_address(self, ip_addr_start, ip_prefix_len): """