]> git.proxmox.com Git - mirror_frr.git/commit - tests/topotests/bgp_default_route_route_map_match_set/test_bgp_default-originate_route-map_match_set.py
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>
Fri, 30 Oct 2020 16:09:16 +0000 (18:09 +0200)
commit55b15c384ff486dfdd7f468ebb9f996694edaefa
tree8bfd34b7a20619f2cf15bcaaabd01b53ceec0ae3
parentf2ee6d5cd9653fecc7ab2a1e029a3a43f72b4c99
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]