]> git.puffer.fish Git - mirror/frr.git/commit
tests: Set addresses before we use snmpd 9216/head
authorDonald Sharp <sharpd@nvidia.com>
Wed, 28 Jul 2021 20:25:54 +0000 (16:25 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 28 Jul 2021 20:25:54 +0000 (16:25 -0400)
commit14fdbe00e17d247066f069b867a370a18cd8f70b
tree5104466fe454284114f676ccffc948f816af99ad
parent68b47b29d8d11a2b65e542f9ddbeb6fbdca262c7
tests: Set addresses before we use snmpd

The test_simple_snmp.py test starts bgp, zebra and snmpd at the
same time.  Then zebra configuration is read in and interface
addresses are applied.  If snmp start slower than zebra
the snmp process can properly get it's ip address to bind to
if it is faster than zebra, it will fail.  Ensure that the
test has addresses before we start daemons.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/simple_snmp_test/test_simple_snmp.py