X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_ip_mcast.py;h=b4554c67f42f5621db8aa32217699238d2adf388;hb=ce111d2ee3bacec2a09d8f5b664dcfafa0dd50c7;hp=f3d23a612dba5e483c2e8ebc3b31861d8e006063;hpb=e5453d0fa29f39a7f78a7e22815566a7f4c9e5ef;p=vpp.git diff --git a/test/test_ip_mcast.py b/test/test_ip_mcast.py index f3d23a612db..b4554c67f42 100644 --- a/test/test_ip_mcast.py +++ b/test/test_ip_mcast.py @@ -406,6 +406,15 @@ class TestIPMcast(VppTestCase): # # a stream that matches the route for (*, ff01::/16) + # sent on the non-accepting interface + # + self.vapi.cli("clear trace") + tx = self.create_stream_ip6(self.pg1, "2002::1", "ff01:2::255") + self.send_and_assert_no_replies(self.pg1, tx, "RPF miss") + + # + # a stream that matches the route for (*, ff01::/16) + # sent on the accepting interface # self.vapi.cli("clear trace") tx = self.create_stream_ip6(self.pg0, "2002::1", "ff01:2::255")