mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 11:18:59 +00:00
Merge pull request #11701 from kuldeepkash/pim_v6
tests: [PIMv6] Updated topology for static rp suite
This commit is contained in:
commit
e8e28f4f4c
@ -254,8 +254,10 @@ def test_pimv6_add_delete_static_RP_p0(request):
|
|||||||
if tgen.routers_have_failure():
|
if tgen.routers_have_failure():
|
||||||
check_router_status(tgen)
|
check_router_status(tgen)
|
||||||
|
|
||||||
step("Shut link b/w R1 and R3")
|
step("Shut link b/w R1 and R3 and R1 and R4 as per tescase topology")
|
||||||
intf = TOPO["routers"]["r1"]["links"]["r3"]["interface"]
|
intf_r1_r3 = TOPO["routers"]["r1"]["links"]["r3"]["interface"]
|
||||||
|
intf_r1_r4 = TOPO["routers"]["r1"]["links"]["r4"]["interface"]
|
||||||
|
for intf in [intf_r1_r3, intf_r1_r4]:
|
||||||
shutdown_bringup_interface(tgen, "r1", intf, ifaceaction=False)
|
shutdown_bringup_interface(tgen, "r1", intf, ifaceaction=False)
|
||||||
|
|
||||||
step("Enable PIM between r1 and r2")
|
step("Enable PIM between r1 and r2")
|
||||||
|
Loading…
Reference in New Issue
Block a user