]> 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>
Thu, 5 Nov 2020 20:07:29 +0000 (22:07 +0200)
commita54d79af41febc64c63eb0c8c3de8aaf5cb96d76
treefccdf028c5673d369c16ad1498b3a5a01d3257b1
parentea8cd94b45dcb5ec51df0988fe04af73f7402762
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]