X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_mtu.py;h=27594e55727c3102272db547c13083653bf43709;hb=5c6dd17a373a2c56e57f02426d66a79af7faa19c;hp=3c938a8cdcec659266fad9d28076403aa2e24e7f;hpb=bc91e86674d446e024a957318d42a3bbd3280bf1;p=vpp.git diff --git a/test/test_mtu.py b/test/test_mtu.py index 3c938a8cdce..27594e55727 100644 --- a/test/test_mtu.py +++ b/test/test_mtu.py @@ -104,7 +104,7 @@ class TestMTU(VppTestCase): n = icmp4_reply.__class__(icmp4_reply) s = bytes(icmp4_reply) icmp4_reply = s[0:576] - rx = self.send_and_expect(self.pg0, p4*11, self.pg0) + rx = self.send_and_expect_some(self.pg0, p4*11, self.pg0) for p in rx: # p.show2() # n.show2() @@ -185,7 +185,7 @@ class TestMTU(VppTestCase): s = bytes(icmp6_reply) icmp6_reply_str = s[0:1280] - rx = self.send_and_expect(self.pg0, p6*9, self.pg0) + rx = self.send_and_expect_some(self.pg0, p6*9, self.pg0) for p in rx: self.validate_bytes(bytes(p[1]), icmp6_reply_str)