tests: remove packet debug output from npt66 testcases 06/39806/4
authorDave Wallace <dwallacelf@gmail.com>
Mon, 30 Oct 2023 21:05:23 +0000 (17:05 -0400)
committerOle Tr�an <otroan@employees.org>
Thu, 2 Nov 2023 21:24:30 +0000 (21:24 +0000)
Type: test

Change-Id: I1883b50f67890aefb28ca0ca7447f4e73c574d26
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
test/test_npt66.py

index c867621..cdb0bad 100644 (file)
@@ -89,7 +89,7 @@ class TestNPT66(VppTestCase):
 
                 replies = self.send_and_expect(recvif, reply, sendif)
                 for r in replies:
-                    r.show2()
+                    r.show2()
                     self.assertEqual(str(p[IPv6].src), r[IPv6].dst)
                     original_cksum = r[ICMPv6EchoRequest].cksum
                     del r[ICMPv6EchoRequest].cksum