X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_ip4.py;h=46a8306815b8addfe8abedefc22ddc16e07a3f38;hb=cbe25aab3be72154f2c706c39eeba6a77f34450f;hp=705b15154e8ed7d64ba50ea985d6a42a5b7c7604;hpb=96453fd2417ebd1d69354a7fb692976129cea80e;p=vpp.git diff --git a/test/test_ip4.py b/test/test_ip4.py index 705b15154e8..46a8306815b 100644 --- a/test/test_ip4.py +++ b/test/test_ip4.py @@ -89,7 +89,7 @@ class TestIPv4(VppTestCase): super(TestIPv4, self).tearDown() def show_commands_at_teardown(self): - self.logger.info(self.vapi.cli("show ip arp")) + self.logger.info(self.vapi.cli("show ip4 neighbors")) # info(self.vapi.cli("show ip fib")) # many entries def modify_packet(self, src_if, packet_size, pkt):