assert result is True, "Testcase {} : Failed \n Error: {}".format(tc_name, result)
step(
- "Verify that static routes 1.x.x.x/32 and 1::x/128 appear" "in VRF RED_A table"
+ "Verify that static routes 1.x.x.x/32 and 1::x/128 appear " "in VRF RED_A table"
)
step(
- "Verify that static routes 2.x.x.x/32 and 2::x/128 appear" "in VRF RED_B table"
+ "Verify that static routes 2.x.x.x/32 and 2::x/128 appear " "in VRF RED_B table"
)
for addr_type in ADDR_TYPES:
)
step(
- "Verify that static routes 1.x.x.x/32 and 1::x/128 appear" "in VRF BLUE_A table"
+ "Verify that static routes 1.x.x.x/32 and 1::x/128 appear " "in VRF BLUE_A table"
)
step(
- "Verify that static routes 2.x.x.x/32 and 2::x/128 appear" "in VRF BLUE_B table"
+ "Verify that static routes 2.x.x.x/32 and 2::x/128 appear " "in VRF BLUE_B table"
)
for addr_type in ADDR_TYPES:
assert result is True, "Testcase {} : Failed \n Error: {}".format(tc_name, result)
step(
- "Verify on R1 that RED_A doesn't receive and static "
+ "Verify on R1 that RED_A doesn't receive any static "
"route with metric value 123"
)