diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_npt66.py | 2 |
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 |