]> git.puffer.fish Git - mirror/frr.git/commit
topotests: add basic bgp bmp test 12964/head
authorFarid Mihoub <farid.mihoub@6wind.com>
Tue, 7 Mar 2023 09:59:14 +0000 (10:59 +0100)
committerFarid Mihoub <farid.mihoub@6wind.com>
Wed, 12 Jul 2023 12:54:06 +0000 (14:54 +0200)
commitd748544769fc8e39c43af27948f1570e80830e40
tree8a5e7cbadc615af31a51c85b164ed03f33b4ed5a
parent875511c466763e7494032736dde747948f29cb2c
topotests: add basic bgp bmp test

Test BMP messages logging.
Configure the BMP monitoring policy, add and withdraw IPv4/v6 prefixes.
Check if the received messages coincide with the monitored router BGP
session activity.

Signed-off-by: Farid Mihoub <farid.mihoub@6wind.com>
tests/topotests/bgp_bmp/__init__.py [new file with mode: 0644]
tests/topotests/bgp_bmp/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_bmp/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_bmp/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_bmp/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_bmp/test_bgp_bmp.py [new file with mode: 0644]