X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_punt.py;h=b305e08bf5c1f81b6df7a646921da0b1deab2faa;hb=refs%2Fchanges%2F15%2F20215%2F6;hp=b93188e4fe2c1bea4c4854a5122aca7defb2c829;hpb=a6bee0a11a07e4e1e4ac67e5041e9ad197766ba2;p=vpp.git diff --git a/test/test_punt.py b/test/test_punt.py index b93188e4fe2..b305e08bf5c 100644 --- a/test/test_punt.py +++ b/test/test_punt.py @@ -141,7 +141,6 @@ class TestPuntSocket(VppTestCase): def verify_udp_pkts(self, rxs, n_rx, port): n_match = 0 for rx in rxs: - rx.show() self.assertTrue(rx.haslayer(UDP)) if rx[UDP].dport == port: n_match += 1 @@ -1080,8 +1079,7 @@ class TestPunt(VppTestCase): ip_1_2 = VppIpRoute(self, "1::2", 128, [VppRoutePath(self.pg3.remote_ip6, self.pg3.sw_if_index, - proto=DpoProto.DPO_PROTO_IP6)], - is_ip6=1) + proto=DpoProto.DPO_PROTO_IP6)]) ip_1_2.add_vpp_config() p4 = (Ether(src=self.pg2.remote_mac,