From: Dave Wallace Date: Mon, 30 Oct 2023 21:05:23 +0000 (-0400) Subject: tests: remove packet debug output from npt66 testcases X-Git-Tag: v24.06-rc0~171 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=e3f59e2ae2201ba3007757b7567a3baa41e22879;p=vpp.git tests: remove packet debug output from npt66 testcases Type: test Change-Id: I1883b50f67890aefb28ca0ca7447f4e73c574d26 Signed-off-by: Dave Wallace --- diff --git a/test/test_npt66.py b/test/test_npt66.py index c8676219458..cdb0badfcd4 100644 --- a/test/test_npt66.py +++ b/test/test_npt66.py @@ -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