]> git.puffer.fish Git - mirror/frr.git/commit
tests: do not use exclude grep 12768/head
authorLouis Scalbert <louis.scalbert@6wind.com>
Wed, 8 Feb 2023 11:05:15 +0000 (12:05 +0100)
committerLouis Scalbert <louis.scalbert@6wind.com>
Wed, 8 Feb 2023 11:05:15 +0000 (12:05 +0100)
commita8d6faa9864c78f8570c8ac89c78d3095c43532d
tree11b7b7347762ae74e51271eb2c604511067e3fb2
parente7765b81ce66c5b728393ccc9636dafadf999b92
tests: do not use exclude grep

Filter out keys in JSON output with "grep -v" does not work when JSON
does not use the pretty format.

Use native python code to filter out keys.

Fixes: 6c13bd5744 ("topotests: fix bgp_vpnv4_noretain")
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
tests/topotests/bgp_vpnv4_noretain/test_bgp_vpnv4_noretain.py