]> git.puffer.fish Git - matthieu/frr.git/commit
tests: improve test bgp_snmp_bgp4v2mib for snmp multi path support
authorFrancois Dumontet <francois.dumontet@6wind.com>
Wed, 4 Oct 2023 16:01:02 +0000 (18:01 +0200)
committerFrancois Dumontet <francois.dumontet@6wind.com>
Tue, 5 Dec 2023 14:51:52 +0000 (15:51 +0100)
commit869047f150c40e1306002376f36381b0c22cdc21
tree2224f128219ff344377bb129608e6176e96a97f2
parent5f334b9de23d30838d7c7f9786a32445013db0cb
tests: improve test bgp_snmp_bgp4v2mib for snmp multi path support

multi path support by snmp implies change in configuration and expected
tests results.

ipv6 trap test output is now ordered to avoid radom result due to
timeline.

Signed-off-by: Francois Dumontet <francois.dumontet@6wind.com>
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
tests/topotests/bgp_snmp_bgp4v2mib/r1/bgpd.conf
tests/topotests/bgp_snmp_bgp4v2mib/r2/bgpd.conf
tests/topotests/bgp_snmp_bgp4v2mib/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_snmp_bgp4v2mib/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_snmp_bgp4v2mib/rr/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_snmp_bgp4v2mib/rr/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_snmp_bgp4v2mib/test_bgp_snmp_bgp4v2mib.py
tests/topotests/lib/snmptest.py