diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/topotests/bgp_bmp/test_bgp_bmp_3.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/bgp_bmp/test_bgp_bmp_3.py b/tests/topotests/bgp_bmp/test_bgp_bmp_3.py index 0d2bf181b..088f4cb45 100644 --- a/tests/topotests/bgp_bmp/test_bgp_bmp_3.py +++ b/tests/topotests/bgp_bmp/test_bgp_bmp_3.py @@ -222,6 +222,7 @@ def test_peer_up(): "peer up", tgen.gears["bmp1import"], os.path.join(tgen.logdir, "bmp1import", "bmp.log"), + is_rd_instance=True, ) success, _ = topotest.run_and_expect(test_func, True, count=30, wait=1) assert success, "Checking the updated prefixes has been failed !." |