summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_gso.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_gso.py b/test/test_gso.py
index 43d9e92380d..b7d3b98b2e9 100644
--- a/test/test_gso.py
+++ b/test/test_gso.py
@@ -162,7 +162,6 @@ class TestGSO(VppTestCase):
rxs = self.send_and_expect(self.pg2, [p43], self.pg1, 119)
size = 0
for rx in rxs:
- rx.show()
self.assertEqual(rx[Ether].src, self.pg1.local_mac)
self.assertEqual(rx[Ether].dst, self.pg1.remote_mac)
self.assertEqual(rx[IP].src, self.pg2.remote_ip4)