X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fframework.py;h=2bfb4b2fcd9dab46cef26b893b4c72b1f3a4652b;hb=6c92f5babdc3c52cf343509fc9cf9d8a9a3df390;hp=e4d0f9d13ab6e7278447d6f69b8fadb640b91009;hpb=22e9cfd760be613f33a4135e9247729b64619cc6;p=vpp.git diff --git a/test/framework.py b/test/framework.py index e4d0f9d13ab..2bfb4b2fcd9 100644 --- a/test/framework.py +++ b/test/framework.py @@ -973,8 +973,6 @@ class VppTestCase(unittest.TestCase): def assert_packet_checksums_valid(self, packet, ignore_zero_udp_checksums=True): received = packet.__class__(scapy.compat.raw(packet)) - self.logger.debug( - ppp("Verifying packet checksums for packet:", received)) udp_layers = ['UDP', 'UDPerror'] checksum_fields = ['cksum', 'chksum'] checksums = []