gso: fix the test case 84/20984/2
authorMohsin Kazmi <sykazmi@cisco.com>
Wed, 31 Jul 2019 14:01:13 +0000 (16:01 +0200)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 31 Jul 2019 17:13:13 +0000 (17:13 +0000)
Type: fix
Fixes: 22e9cfd760be613f33a4135e9247729b64619cc6

Change-Id: Idb198642e439dc3d54c04d8bde9d3e8382ebf830
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
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)