1
0
Fork 0

bgpwtf/machines/tests: fix edge01.waw test for new prefix

520f150134 changed the prefix exported
from a /23 to a /24, this broke this test.

Change-Id: I8e57bb58d816d441a17ec57ecd0881ad4facd38f
master
q3k 2021-07-19 22:11:49 +02:00
parent 0fc01a969b
commit 14f4a8b762
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ test = import "${pkgsSrc}/nixos/tests/make-test-python.nix" ({ pkgs, libs, ... }
# edge01 must announce exactly one v4 prefix.
bgpspeaker.succeed("birdc show route protocol bgp_globalmix_v4 | grep unicast")
bgpspeaker.fail(
"birdc show route protocol bgp_globalmix_v4 | grep unicast | grep -v 185.236.240.0/23"
"birdc show route protocol bgp_globalmix_v4 | grep unicast | grep -v 185.236.240.0/24"
)
# edge01 must announce exactly one v6 prefix.