diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_ip_mcast.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_ip_mcast.py b/test/test_ip_mcast.py index 094942b35fa..36d597a7cf5 100644 --- a/test/test_ip_mcast.py +++ b/test/test_ip_mcast.py @@ -101,7 +101,6 @@ class TestIPMcast(VppTestCase): tx = sent[i] rx = capture[i] - # the rx'd packet has the MPLS label popped eth = rx[Ether] self.assertEqual(eth.type, 0x800) @@ -128,7 +127,6 @@ class TestIPMcast(VppTestCase): tx = sent[i] rx = capture[i] - # the rx'd packet has the MPLS label popped eth = rx[Ether] self.assertEqual(eth.type, 0x86DD) |