]> git.puffer.fish Git - mirror/frr.git/commit
topotest: test_bgp_snmp_bgpv4v2_notification 16546/head
authorDmytro Shytyi <dmytro.shytyi@6wind.com>
Thu, 8 Aug 2024 13:42:40 +0000 (15:42 +0200)
committerDmytro Shytyi <dmytro.shytyi@6wind.com>
Wed, 21 Aug 2024 13:27:12 +0000 (15:27 +0200)
commite23005f407be4c284aaafa4c379d54581b7a8e78
treefe6e472e62542e684670cb2116fe4a43486a5edd
parentd53460554552c288831524c60dd98c303cba7c26
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>
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]