]> git.puffer.fish Git - mirror/frr.git/commit
tests: sample snmp test to check infra
authorPat Ruddy <pat@voltanet.io>
Thu, 7 Jan 2021 15:59:18 +0000 (15:59 +0000)
committerPat Ruddy <pat@voltanet.io>
Tue, 12 Jan 2021 19:59:56 +0000 (19:59 +0000)
commitb300ed94b1f29dd099bb37d9323447dfead0e434
treebf3ae9aed546625f6b3f0babb1b7acd18be5f477
parentdaee3312bf357b9d34e76a8023413451ebbb0111
tests: sample snmp test to check infra

Simple test which creates a router running snmp and bgpd and
checks we can read the correct bgpVersion using snmp.

Signed-off-by: Pat Ruddy <pat@voltanet.io>
tests/topotests/simple-snmp-test/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/simple-snmp-test/r1/isisd.conf [new file with mode: 0644]
tests/topotests/simple-snmp-test/r1/snmpd.conf [new file with mode: 0644]
tests/topotests/simple-snmp-test/r1/zebra.conf [new file with mode: 0644]
tests/topotests/simple-snmp-test/test_simple_snmp.py [new file with mode: 0755]