]> git.puffer.fish Git - matthieu/frr.git/commit
tests: fix broken bgp GR test (non-deterministic)
authorChristian Hopps <chopps@labn.net>
Fri, 20 Aug 2021 12:24:23 +0000 (08:24 -0400)
committerChristian Hopps <chopps@labn.net>
Fri, 20 Aug 2021 12:24:23 +0000 (08:24 -0400)
commit8d2e57fe2807db2fdcf3a572829962747810053b
tree623944044bf0a57c3b82ffe834ebe6a5e23bbefc
parent2570a9f16531ff1307cd6bcda2250ace49b1cf76
tests: fix broken bgp GR test (non-deterministic)

- bugs in the support library function `verify_gr_address_family`
allowed this test to pass depending on ordering of python dictinoary
keys. Fix the bugs, fix the test.

Signed-off-by: Christian Hopps <chopps@labn.net>
tests/topotests/bgp_gr_functionality_topo2/test_bgp_gr_functionality_topo2.py
tests/topotests/lib/bgp.py