]> git.proxmox.com Git - mirror_frr.git/commit
tests: rename topotest ospf_topo1_vrf to ospf_netns_vrf
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Sun, 20 Feb 2022 20:12:43 +0000 (14:12 -0600)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Sun, 20 Feb 2022 20:12:43 +0000 (14:12 -0600)
commitf2f5c986011afce545b033abc9df5d0fdc85a301
treef49f391c1147b88b4728915e3b8dff70468321f3
parent59bc746288a668736994336736f19e1dd1d8e08b
tests: rename topotest ospf_topo1_vrf to ospf_netns_vrf

Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
44 files changed:
tests/topotests/ospf_netns_vrf/__init__.py [new file with mode: 0755]
tests/topotests/ospf_netns_vrf/r1/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf_netns_vrf/r1/ospfroute.txt [new file with mode: 0644]
tests/topotests/ospf_netns_vrf/r1/ospfroute_down.txt [new file with mode: 0644]
tests/topotests/ospf_netns_vrf/r1/zebra.conf [new file with mode: 0644]
tests/topotests/ospf_netns_vrf/r1/zebraroute.txt [new file with mode: 0644]
tests/topotests/ospf_netns_vrf/r1/zebraroutedown.txt [new file with mode: 0644]
tests/topotests/ospf_netns_vrf/r2/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf_netns_vrf/r2/ospfroute.txt [new file with mode: 0644]
tests/topotests/ospf_netns_vrf/r2/ospfroute_down.txt [new file with mode: 0644]
tests/topotests/ospf_netns_vrf/r2/zebra.conf [new file with mode: 0644]
tests/topotests/ospf_netns_vrf/r2/zebraroute.txt [new file with mode: 0644]
tests/topotests/ospf_netns_vrf/r2/zebraroutedown.txt [new file with mode: 0644]
tests/topotests/ospf_netns_vrf/r3/ospfd.conf [new file with mode: 0644]
tests/topotests/ospf_netns_vrf/r3/ospfroute.txt [new file with mode: 0644]
tests/topotests/ospf_netns_vrf/r3/ospfroute_down.txt [new file with mode: 0644]
tests/topotests/ospf_netns_vrf/r3/zebra.conf [new file with mode: 0644]
tests/topotests/ospf_netns_vrf/r3/zebraroute.txt [new file with mode: 0644]
tests/topotests/ospf_netns_vrf/r3/zebraroutedown.txt [new file with mode: 0644]
tests/topotests/ospf_netns_vrf/test_ospf_netns_vrf.dot [new file with mode: 0644]
tests/topotests/ospf_netns_vrf/test_ospf_netns_vrf.jpg [new file with mode: 0644]
tests/topotests/ospf_netns_vrf/test_ospf_netns_vrf.py [new file with mode: 0644]
tests/topotests/ospf_topo1_vrf/__init__.py [deleted file]
tests/topotests/ospf_topo1_vrf/r1/ospfd.conf [deleted file]
tests/topotests/ospf_topo1_vrf/r1/ospfroute.txt [deleted file]
tests/topotests/ospf_topo1_vrf/r1/ospfroute_down.txt [deleted file]
tests/topotests/ospf_topo1_vrf/r1/zebra.conf [deleted file]
tests/topotests/ospf_topo1_vrf/r1/zebraroute.txt [deleted file]
tests/topotests/ospf_topo1_vrf/r1/zebraroutedown.txt [deleted file]
tests/topotests/ospf_topo1_vrf/r2/ospfd.conf [deleted file]
tests/topotests/ospf_topo1_vrf/r2/ospfroute.txt [deleted file]
tests/topotests/ospf_topo1_vrf/r2/ospfroute_down.txt [deleted file]
tests/topotests/ospf_topo1_vrf/r2/zebra.conf [deleted file]
tests/topotests/ospf_topo1_vrf/r2/zebraroute.txt [deleted file]
tests/topotests/ospf_topo1_vrf/r2/zebraroutedown.txt [deleted file]
tests/topotests/ospf_topo1_vrf/r3/ospfd.conf [deleted file]
tests/topotests/ospf_topo1_vrf/r3/ospfroute.txt [deleted file]
tests/topotests/ospf_topo1_vrf/r3/ospfroute_down.txt [deleted file]
tests/topotests/ospf_topo1_vrf/r3/zebra.conf [deleted file]
tests/topotests/ospf_topo1_vrf/r3/zebraroute.txt [deleted file]
tests/topotests/ospf_topo1_vrf/r3/zebraroutedown.txt [deleted file]
tests/topotests/ospf_topo1_vrf/test_ospf_topo1-vrf.dot [deleted file]
tests/topotests/ospf_topo1_vrf/test_ospf_topo1_vrf.jpg [deleted file]
tests/topotests/ospf_topo1_vrf/test_ospf_topo1_vrf.py [deleted file]