]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add more tests for BGP default-originate command
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Fri, 30 Oct 2020 10:47:44 +0000 (12:47 +0200)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Wed, 4 Nov 2020 07:12:28 +0000 (09:12 +0200)
commit554a889aea489356677ae2f913d658c245c7ca52
treed995b0e4d25c58edbf4e28b4c6df88d1a1c49114
parent35e42b176e957ad76db4cd909f56458286c76e28
tests: Add more tests for BGP default-originate command

Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
30 files changed:
tests/topotests/bgp_default-route/__init__.py [new file with mode: 0644]
tests/topotests/bgp_default-route/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_default-route/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_default-route/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_default-route/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_default-route/test_bgp_default-originate.py [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map/__init__.py [deleted file]
tests/topotests/bgp_default-route_route-map/r1/bgpd.conf [deleted file]
tests/topotests/bgp_default-route_route-map/r1/zebra.conf [deleted file]
tests/topotests/bgp_default-route_route-map/r2/bgpd.conf [deleted file]
tests/topotests/bgp_default-route_route-map/r2/zebra.conf [deleted file]
tests/topotests/bgp_default-route_route-map/test_bgp_default-originate_route-map.py [deleted file]
tests/topotests/bgp_default-route_route-map_match/__init__.py [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map_match/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map_match/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map_match/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map_match/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map_match/test_bgp_default-originate_route-map_match.py [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map_match_set/__init__.py [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map_match_set/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map_match_set/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map_match_set/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map_match_set/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map_match_set/test_bgp_default-originate_route-map_match_set.py [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map_set/__init__.py [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map_set/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map_set/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map_set/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map_set/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_default-route_route-map_set/test_bgp_default-originate_route-map_set.py [new file with mode: 0644]