gso: fix the test case
Type: fix
Fixes: 22e9cfd760
Change-Id: Idb198642e439dc3d54c04d8bde9d3e8382ebf830
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
This commit is contained in:

committed by
Andrew Yourtchenko

parent
4208a4ce8d
commit
c343a17df5
@ -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)
|
||||
|
Reference in New Issue
Block a user