X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_ip_mcast.py;h=36d597a7cf5a6c55a4447bfbba48ed69b29f8733;hb=2e7fbcc08152da5c6a17ed80ba08cd37edec6c8c;hp=094942b35facbd3d28a63368b0272f6829c1bf16;hpb=70efbfcd49aaee207ff3d33ac60083fedd9f1eec;p=vpp.git 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)