Merge pull request #11701 from kuldeepkash/pim_v6

tests: [PIMv6] Updated topology for static rp suite
This commit is contained in:
Donatas Abraitis 2022-07-28 14:33:04 +03:00 committed by GitHub
commit e8e28f4f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")