]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Modify simple_snmp_test to use frr.conf
authorDonald Sharp <sharpd@nvidia.com>
Wed, 26 Mar 2025 15:14:57 +0000 (11:14 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 26 Mar 2025 15:14:57 +0000 (11:14 -0400)
commite23d2f197c27dd54bd0ea954bd7e11566aed8611
treeff4312188fee503115b6d620437ee0b1fa29a3c2
parent8ca4376e01a78075bc112b1c10717d3dc29fcae6
tests: Modify simple_snmp_test to use frr.conf

The simple_snmp_test was not properly testing
the rip snmp code because of weirdness w/ mgmtd
and non-integrated configs.  Modify the whole
test to use a integrated config and voila
ripd is talking snmp again in the test.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/simple_snmp_test/r1/bgpd.conf [deleted file]
tests/topotests/simple_snmp_test/r1/frr.conf [new file with mode: 0644]
tests/topotests/simple_snmp_test/r1/isisd.conf [deleted file]
tests/topotests/simple_snmp_test/r1/ospf6d.conf [deleted file]
tests/topotests/simple_snmp_test/r1/ospfd.conf [deleted file]
tests/topotests/simple_snmp_test/r1/ripd.conf [deleted file]
tests/topotests/simple_snmp_test/r1/zebra.conf [deleted file]
tests/topotests/simple_snmp_test/test_simple_snmp.py