diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_punt.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_punt.py b/test/test_punt.py index e7ac4dd3fd6..b305e08bf5c 100644 --- a/test/test_punt.py +++ b/test/test_punt.py @@ -141,7 +141,6 @@ class TestPuntSocket(VppTestCase): def verify_udp_pkts(self, rxs, n_rx, port): n_match = 0 for rx in rxs: - rx.show() self.assertTrue(rx.haslayer(UDP)) if rx[UDP].dport == port: n_match += 1 |