]> git.proxmox.com Git - mirror_frr.git/commit
tests: Add a test case for `sender-as-path-loop-detection`
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Fri, 8 Nov 2019 14:18:12 +0000 (16:18 +0200)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Wed, 13 Nov 2019 06:50:46 +0000 (08:50 +0200)
commitdf12a3a2ab01696c8151f4cd1326db04b88df9b9
tree30faf28ca067e7b47ff66bb45a106e1469a0417e
parent306c4dab553443e3a3b106dd64c2f3ffcde3fbb0
tests: Add a test case for `sender-as-path-loop-detection`

Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
tests/topotests/bgp_sender-as-path-loop-detection/__init__.py [new file with mode: 0644]
tests/topotests/bgp_sender-as-path-loop-detection/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_sender-as-path-loop-detection/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_sender-as-path-loop-detection/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_sender-as-path-loop-detection/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_sender-as-path-loop-detection/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_sender-as-path-loop-detection/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_sender-as-path-loop-detection/test_bgp_sender-as-path-loop-detection.py [new file with mode: 0644]