X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_ping.py;h=87cb45c3211c59ca67fbff99a3c6e9bf254d57d4;hb=cbe25aab3be72154f2c706c39eeba6a77f34450f;hp=7e5c92f63c67a036ab87d643491c4ac333d759f4;hpb=96453fd2417ebd1d69354a7fb692976129cea80e;p=vpp.git diff --git a/test/test_ping.py b/test/test_ping.py index 7e5c92f63c6..87cb45c3211 100644 --- a/test/test_ping.py +++ b/test/test_ping.py @@ -51,7 +51,7 @@ class TestPing(VppTestCase): try: self.pg_enable_capture(self.pg_interfaces) self.pg_start() - self.logger.info(self.vapi.cli("show ip arp")) + self.logger.info(self.vapi.cli("show ip4 neighbors")) self.logger.info(self.vapi.cli("show ip6 neighbors")) remote_ip4 = self.pg1.remote_ip4 @@ -87,8 +87,7 @@ class TestPing(VppTestCase): try: self.pg_enable_capture(self.pg_interfaces) self.pg_start() - self.logger.info(self.vapi.cli("show ip arp")) - self.logger.info(self.vapi.cli("show ip6 neighbors")) + self.logger.info(self.vapi.cli("show ip neighbors")) remote_ip4 = self.pg1.remote_ip4 ping_cmd = "ping " + remote_ip4 + " interval 0.01 burst 3"