]> git.puffer.fish Git - mirror/frr.git/commit
topotests: add basic bmp collector
authorFarid Mihoub <farid.mihoub@6wind.com>
Tue, 25 Apr 2023 15:27:46 +0000 (17:27 +0200)
committerFarid Mihoub <farid.mihoub@6wind.com>
Wed, 12 Jul 2023 12:54:06 +0000 (14:54 +0200)
commit875511c466763e7494032736dde747948f29cb2c
tree1c0a1670322726b797277bffe1a8c2a703e9a453
parent6934a1d31d832e423376c49a10646dd9f4336cd3
topotests: add basic bmp collector

Signed-off-by: Farid Mihoub <farid.mihoub@6wind.com>
tests/topotests/lib/bmp_collector/bgp/__init__.py [new file with mode: 0644]
tests/topotests/lib/bmp_collector/bgp/open/__init__.py [new file with mode: 0644]
tests/topotests/lib/bmp_collector/bgp/update/__init__.py [new file with mode: 0644]
tests/topotests/lib/bmp_collector/bgp/update/af.py [new file with mode: 0644]
tests/topotests/lib/bmp_collector/bgp/update/nlri.py [new file with mode: 0644]
tests/topotests/lib/bmp_collector/bgp/update/path_attributes.py [new file with mode: 0644]
tests/topotests/lib/bmp_collector/bgp/update/rd.py [new file with mode: 0644]
tests/topotests/lib/bmp_collector/bmp.py [new file with mode: 0644]
tests/topotests/lib/bmp_collector/bmpserver [new file with mode: 0755]
tests/topotests/lib/topogen.py