From 0ae027e4e4f03572eea8abdabd1236e02fb10273 Mon Sep 17 00:00:00 2001 From: Rodrigo Nardi Date: Tue, 6 Aug 2024 20:12:26 -0300 Subject: [PATCH] doc: test_mld_local_joins_p0 down --- .../multicast_mld_join_topo1/test_multicast_mld_local_join.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/topotests/multicast_mld_join_topo1/test_multicast_mld_local_join.py b/tests/topotests/multicast_mld_join_topo1/test_multicast_mld_local_join.py index 84a13aedee..0ae6b3e870 100644 --- a/tests/topotests/multicast_mld_join_topo1/test_multicast_mld_local_join.py +++ b/tests/topotests/multicast_mld_join_topo1/test_multicast_mld_local_join.py @@ -190,7 +190,7 @@ def test_mld_local_joins_p0(request): # Verify BGP convergence result = verify_bgp_convergence(tgen, topo, addr_type="ipv6") - assert result is True, "Testcase {} : Failed \n Error: {}".format(tc_name, result) + assert result is False, "Testcase {} : Failed \n Error: {}".format(tc_name, result) step("configure BGP on R1, R2, R3, R4 and enable redistribute static/connected") step("Enable the MLD on R11 interfac of R1 and configure local mld groups")