]> git.puffer.fish Git - mirror/frr.git/commit
bgp_rfapi_basic_sanity: added basic rfapi sanity topotest
authorLou Berger <lberger@labn.net>
Mon, 27 Aug 2018 19:28:36 +0000 (19:28 +0000)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:14 +0000 (20:22 -0500)
commit197d4fdad45db084523650d110d3440a6d63d0c5
treee899a2fe7686d567f86352c8519fbf9ba1492d19
parent0eff58207eef2335b092380a0ffb7b12c3e07d91
bgp_rfapi_basic_sanity: added basic rfapi sanity topotest

Signed-off-by: Lou Berger <lberger@labn.net>
19 files changed:
tests/topotests/bgp_rfapi_basic_sanity/__init__.py [new file with mode: 0755]
tests/topotests/bgp_rfapi_basic_sanity/customize.py [new file with mode: 0644]
tests/topotests/bgp_rfapi_basic_sanity/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_rfapi_basic_sanity/r1/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_rfapi_basic_sanity/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_rfapi_basic_sanity/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_rfapi_basic_sanity/r2/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_rfapi_basic_sanity/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_rfapi_basic_sanity/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_rfapi_basic_sanity/r3/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_rfapi_basic_sanity/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_rfapi_basic_sanity/r4/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_rfapi_basic_sanity/r4/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_rfapi_basic_sanity/r4/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_rfapi_basic_sanity/scripts/add_routes.py [new file with mode: 0644]
tests/topotests/bgp_rfapi_basic_sanity/scripts/adjacencies.py [new file with mode: 0644]
tests/topotests/bgp_rfapi_basic_sanity/scripts/check_routes.py [new file with mode: 0644]
tests/topotests/bgp_rfapi_basic_sanity/scripts/cleanup_all.py [new file with mode: 0644]
tests/topotests/bgp_rfapi_basic_sanity/test_bgp_rfapi_basic_sanity.py [new file with mode: 0755]