aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_ip4.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_ip4.py')
-rw-r--r--test/test_ip4.py2
1 files changed, 1 insertions, 1 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):