]> git.puffer.fish Git - mirror/frr.git/commit
topotest: test_bgp_snmp_bgpv4v2_notification 16623/head
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:38 +0000 (05:19 +0000)
commit4512f8b00aa07ca589d6b349f114f900e9fb28d7
tree8986cd99dcfdeb105e9f8bfa37cdaa5c8270c839
parent4fa61713cfb1159f57dd99eb7cb017e5ec1f7962
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]