X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_vxlan.py;fp=test%2Ftest_vxlan.py;h=284e13591162b7a2c50ac774dcf099c0613fea79;hb=e4238aa34f89ff8b60243978ade55828662d268a;hp=6128d1070d3a136effc41c79f1bd4c99af8946b7;hpb=dba5c4194292b67f6825ef3eee0640b9970b026b;p=vpp.git diff --git a/test/test_vxlan.py b/test/test_vxlan.py index 6128d1070d3..284e1359116 100644 --- a/test/test_vxlan.py +++ b/test/test_vxlan.py @@ -580,6 +580,7 @@ class TestVxlanL2Mode(VppTestCase): # Send packets NUM_PKTS = 128 + p.dst = self.pg1.local_mac rx = self.send_and_expect(self.pg1, p * NUM_PKTS, self.pg0) self.assertEqual(NUM_PKTS, len(rx))