]> git.proxmox.com Git - mirror_frr.git/commit
topotests: Add test to check if eBGP required policy works
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Fri, 10 May 2019 14:01:24 +0000 (17:01 +0300)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Fri, 10 May 2019 14:01:24 +0000 (17:01 +0300)
commitce1df88f8fed1055750223abd1c78195a788b793
treeca4e92cd57e9983da16f98500ea383492e5348ca
parentb0a973b94a6858f6c8826f7a561e771866fa1da5
topotests: Add test to check if eBGP required policy works

Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
tests/topotests/bgp_ebgp_requires_policy/__init__.py [new file with mode: 0644]
tests/topotests/bgp_ebgp_requires_policy/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_ebgp_requires_policy/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_ebgp_requires_policy/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_ebgp_requires_policy/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_ebgp_requires_policy/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_ebgp_requires_policy/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_ebgp_requires_policy/r4/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_ebgp_requires_policy/r4/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_ebgp_requires_policy/test_bgp_ebgp_requires_policy.py [new file with mode: 0644]