gso: fix the test case
[vpp.git] / test / test_gso.py
index 43d9e92..b7d3b98 100644 (file)
@@ -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)