X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_l3xc.py;fp=test%2Ftest_l3xc.py;h=69267b35817c4745fae76eb37ada026f2bf93d28;hb=e4238aa34f89ff8b60243978ade55828662d268a;hp=351c599051c7aea325b5f2116462d90ce9286259;hpb=dba5c4194292b67f6825ef3eee0640b9970b026b;p=vpp.git diff --git a/test/test_l3xc.py b/test/test_l3xc.py index 351c599051c..69267b35817 100644 --- a/test/test_l3xc.py +++ b/test/test_l3xc.py @@ -126,7 +126,7 @@ class TestL3xc(VppTestCase): p_2 = [] for ii in range(NUM_PKTS): p_2.append( - Ether(src=self.pg0.remote_mac, dst=self.pg0.local_mac) + Ether(src=self.pg2.remote_mac, dst=self.pg2.local_mac) / IP(src="1.1.1.1", dst="1.1.1.2") / UDP(sport=1000 + ii, dport=1234) / Raw(b"\xa5" * 100)