]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Adding test for ISIS SNMP
authorlynne <lynne@voltanet.io>
Tue, 26 Jan 2021 20:05:40 +0000 (15:05 -0500)
committerlynne <lynne@voltanet.io>
Tue, 2 Mar 2021 15:06:31 +0000 (10:06 -0500)
commit0a4340469e918c99664cee6d60c2c9ceb394a149
treec1fcf44b5e00199108d9e847861d80802013e245
parent1ee746d99035155bcd906436cfe957f3a357ef26
tests: Adding test for ISIS SNMP

Adding test to verify walking of the ISIS SNMP MIB

Signed-off-by: Lynne Morrison <lynne@voltanet.io>
Signed-off-by: Karen Schoener <karen@voltanet.io>
34 files changed:
tests/topotests/isis-snmp/ce3/zebra.conf [new file with mode: 0644]
tests/topotests/isis-snmp/r1/isisd.conf [new file with mode: 0644]
tests/topotests/isis-snmp/r1/ldpd.conf [new file with mode: 0644]
tests/topotests/isis-snmp/r1/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis-snmp/r1/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis-snmp/r1/snmpd.conf [new file with mode: 0644]
tests/topotests/isis-snmp/r1/zebra.conf [new file with mode: 0644]
tests/topotests/isis-snmp/r2/isisd.conf [new file with mode: 0644]
tests/topotests/isis-snmp/r2/ldpd.conf [new file with mode: 0644]
tests/topotests/isis-snmp/r2/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis-snmp/r2/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis-snmp/r2/snmpd.conf [new file with mode: 0644]
tests/topotests/isis-snmp/r2/zebra.conf [new file with mode: 0644]
tests/topotests/isis-snmp/r3/isisd.conf [new file with mode: 0644]
tests/topotests/isis-snmp/r3/ldpd.conf [new file with mode: 0644]
tests/topotests/isis-snmp/r3/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis-snmp/r3/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis-snmp/r3/snmpd.conf [new file with mode: 0644]
tests/topotests/isis-snmp/r3/zebra.conf [new file with mode: 0644]
tests/topotests/isis-snmp/r4/isisd.conf [new file with mode: 0644]
tests/topotests/isis-snmp/r4/ldpd.conf [new file with mode: 0644]
tests/topotests/isis-snmp/r4/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis-snmp/r4/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis-snmp/r4/snmpd.conf [new file with mode: 0644]
tests/topotests/isis-snmp/r4/zebra.conf [new file with mode: 0644]
tests/topotests/isis-snmp/r5/isisd.conf [new file with mode: 0644]
tests/topotests/isis-snmp/r5/ldpd.conf [new file with mode: 0644]
tests/topotests/isis-snmp/r5/ldpdconf [new file with mode: 0644]
tests/topotests/isis-snmp/r5/show_ip_route.ref [new file with mode: 0644]
tests/topotests/isis-snmp/r5/show_yang_interface_isis_adjacencies.ref [new file with mode: 0644]
tests/topotests/isis-snmp/r5/snmpd.conf [new file with mode: 0644]
tests/topotests/isis-snmp/r5/zebra.conf [new file with mode: 0644]
tests/topotests/isis-snmp/test_isis_snmp.dot [new file with mode: 0644]
tests/topotests/isis-snmp/test_isis_snmp.py [new file with mode: 0755]