]> git.puffer.fish Git - matthieu/frr.git/commit
bgp_l3vpn_to_bgp_direct: rename bgp_direct_to_bgp_vpn Rename BGP L3VPN test to have...
authorLou Berger <lberger@labn.net>
Sun, 21 Jan 2018 13:01:32 +0000 (08:01 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:13 +0000 (20:22 -0500)
commit2eddcd9ff3259fc30b6b83a6510b4c31f39d8358
tree9be30ea77b393502be27c56348ad6b83adb44cb8
parentc30e3e40a6282470314717f92a2c5e08a1d06a23
bgp_l3vpn_to_bgp_direct: rename bgp_direct_to_bgp_vpn Rename BGP L3VPN test to have L3VPN at start of test name Also remove unused/pre-ltemplate files

Signed-off-by: Lou Berger <lberger@labn.net>
60 files changed:
tests/topotests/bgp_direct_to_bgp_vpn/__init__.py [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/ce1/bgpd.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/ce1/zebra.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/ce2/bgpd.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/ce2/zebra.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/ce3/bgpd.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/ce3/zebra.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/customize.py [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/r1/bgpd.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/r1/ldpd.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/r1/ospfd.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/r1/zebra.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/r2/bgpd.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/r2/ldpd.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/r2/ospfd.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/r2/zebra.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/r3/bgpd.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/r3/ldpd.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/r3/ospfd.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/r3/zebra.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/r4/bgpd.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/r4/ldpd.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/r4/ospfd.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/r4/zebra.conf [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/scripts/add_routes.py [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/scripts/adjacencies.py [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/scripts/check_routes.py [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/scripts/cleanup_all.py [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/test_bgp_direct_to_bgp_vpn.py [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/testfinish.py [deleted file]
tests/topotests/bgp_direct_to_bgp_vpn/teststart.py [deleted file]
tests/topotests/bgp_l3vpn_to_bgp_direct/__init__.py [new file with mode: 0755]
tests/topotests/bgp_l3vpn_to_bgp_direct/ce1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/ce1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/ce2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/ce2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/ce3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/ce3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/customize.py [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/r1/ldpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/r1/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/r2/ldpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/r2/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/r3/ldpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/r3/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/r4/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/r4/ldpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/r4/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/r4/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/scripts/add_routes.py [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/scripts/adjacencies.py [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/scripts/check_routes.py [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/scripts/cleanup_all.py [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_direct/test_bgp_l3vpn_to_bgp_direct.py [new file with mode: 0755]