]> git.puffer.fish Git - matthieu/frr.git/commit
topotest: test_bgp_snmp_bgpv4v2_notification
authorDmytro Shytyi <dmytro.shytyi@6wind.com>
Thu, 8 Aug 2024 13:42:40 +0000 (15:42 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Thu, 22 Aug 2024 05:19:46 +0000 (05:19 +0000)
commit53c671eb2be36c280ac057db7d78b00419060572
tree831795f0ec7165fd9a573d25e8f18dc339881e70
parent4bb4169b1702a2f4ac4b71c59533ef90132128f9
topotest: test_bgp_snmp_bgpv4v2_notification

This test checks the bgp crash on rt2 when 2 commands
launched consequently:
T0: rr, config -> router bgp 65004 -> neighbor 192.168.12.2 password 8888
T1: rt2, snmpwalk -v 2c -c public 127.0.0.1 .1.3.6.1.4.1.7336.4.2.1
T2: test if rt2 bgp is crashed.

Signed-off-by: Dmytro Shytyi <dmytro.shytyi@6wind.com>
(cherry picked from commit e23005f407be4c284aaafa4c379d54581b7a8e78)
tests/topotests/bgp_snmp_bgp4v2_notification/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_snmp_bgp4v2_notification/r2/snmpd.conf [new file with mode: 0644]
tests/topotests/bgp_snmp_bgp4v2_notification/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_snmp_bgp4v2_notification/rr/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_snmp_bgp4v2_notification/rr/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_snmp_bgp4v2_notification/test_bgp_snmp_bgp4v2_notification.py [new file with mode: 0755]