diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_ip4.py | 2 | ||||
-rw-r--r-- | test/test_ip6.py | 2 |
2 files changed, 2 insertions, 2 deletions
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 |