From 14f4a8b762eda1edad20fa0071da1f9277fe5391 Mon Sep 17 00:00:00 2001 From: Serge Bazanski Date: Mon, 19 Jul 2021 22:11:49 +0200 Subject: [PATCH] bgpwtf/machines/tests: fix edge01.waw test for new prefix 520f150134f8532bbf4781eed1b9464837096416 changed the prefix exported from a /23 to a /24, this broke this test. Change-Id: I8e57bb58d816d441a17ec57ecd0881ad4facd38f --- bgpwtf/machines/tests/edge01-waw.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpwtf/machines/tests/edge01-waw.nix b/bgpwtf/machines/tests/edge01-waw.nix index 1d724e1c..6b641b56 100644 --- a/bgpwtf/machines/tests/edge01-waw.nix +++ b/bgpwtf/machines/tests/edge01-waw.nix @@ -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.