X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_map.py;fp=test%2Ftest_map.py;h=22fe1e1d20a18add8de3ecb89ae0838ff127769c;hb=346c24723b8060c08542ea84921a997c7951ece7;hp=90fee30126715e53db6de03e18ba97eba41752df;hpb=23e5f0923b843f11d79e57b456a4073d4be3e6f9;p=vpp.git diff --git a/test/test_map.py b/test/test_map.py index 90fee301267..22fe1e1d20a 100644 --- a/test/test_map.py +++ b/test/test_map.py @@ -388,7 +388,8 @@ class TestMAP(VppTestCase): self.pg_send(self.pg0, v4*1) rx = self.pg1.get_capture(2) - frags = fragment_rfc791(v4[1], 1000) + # 1000-sizeof(ip6_header_t) = 960. + frags = fragment_rfc791(v4[1], 960) frags[0].id = 0 frags[1].id = 0 frags[0].ttl -= 1