summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2023-10-30 17:05:23 -0400
committerOle Tr�an <otroan@employees.org>2023-11-02 21:24:30 +0000
commite3f59e2ae2201ba3007757b7567a3baa41e22879 (patch)
tree6f647914441cfa47d8421b43e2f7f938013aac41 /test
parent47447f1f599064032d364ad253f0b0a91fe21435 (diff)
tests: remove packet debug output from npt66 testcases
Type: test Change-Id: I1883b50f67890aefb28ca0ca7447f4e73c574d26 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/test_npt66.py2
1 files changed, 1 insertions, 1 deletions
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