From 03c254ec70917290b2fde27de1e7b37abe508ade Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Tue, 17 Mar 2020 14:25:10 +0000 Subject: fib: Always install all routers mcast addresses Type: improvement Signed-off-by: Neale Ranns Change-Id: Ia8dff15855a81cf29729bdaa3ff28fbe3254fa97 --- test/test_ip4.py | 2 +- test/test_ip6.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test_ip4.py b/test/test_ip4.py index 87059c7361b..18b350dcd2d 100644 --- a/test/test_ip4.py +++ b/test/test_ip4.py @@ -2089,7 +2089,7 @@ class TestIPReplace(VppTestCase): for t in self.tables: t.flush() self.assertEqual(len(t.dump()), 5) - self.assertEqual(len(t.mdump()), 1) + self.assertEqual(len(t.mdump()), 3) class TestIPCover(VppTestCase): diff --git a/test/test_ip6.py b/test/test_ip6.py index b27cfdb4fed..1f00ed32a8c 100644 --- a/test/test_ip6.py +++ b/test/test_ip6.py @@ -960,7 +960,7 @@ class TestIPv6(TestIPv6ND): subitf.admin_up() subitf.config_ip6() - rxs = self.pg1._get_capture(timeout=2, filter_out_fn=None) + rxs = self.pg1._get_capture(timeout=4, filter_out_fn=None) # # hunt for the MLD on vlan 99 -- cgit 1.2.3-korg