Merge pull request #6643 from mjstapp/fix_typos_bgp_multivrf1

test: fix some typos in bgp_multi_vrf_topo1
This commit is contained in:
Donatas Abraitis 2020-06-27 18:41:20 +03:00 committed by GitHub
commit f48e3fa9e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1079,7 +1079,7 @@ def test_prefixes_leaking_p0(request):
assert result is True, "Testcase {} : Failed \n Error: {}".format(tc_name, result) assert result is True, "Testcase {} : Failed \n Error: {}".format(tc_name, result)
step( 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" "route with metric value 123"
) )