From 7fedbefb878dc84846c9b4bc3d315f10626f7840 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Sun, 15 Aug 2021 11:12:56 +0300 Subject: [PATCH] tests: Get rid off `-` for directories Related: http://docs.frrouting.org/projects/dev-guide/en/latest/topotests.html Directory name for a new topotest must not contain hyphen (-) characters. To separate words, use underscores (_). For example, tests/topotests/bgp_new_example. Signed-off-by: Donatas Abraitis --- .../PE1/bgp_vni_routes_base.json | 0 .../PE1/bgp_vni_routes_no_rt2.json | 0 .../PE1/bgp_vni_routes_no_rt5.json | 0 .../PE1/bgp_vrf_ipv4_base.json | 0 .../PE1/bgp_vrf_ipv4_no_rt2.json | 0 .../PE1/bgp_vrf_ipv4_no_rt5.json | 0 .../PE1/bgp_vrf_ipv6_base.json | 0 .../PE1/bgp_vrf_ipv6_no_rt2.json | 0 .../PE1/bgp_vrf_ipv6_no_rt5.json | 0 .../PE1/bgpd.conf | 0 .../PE1/zebra.conf | 0 .../PE1/zebra_vrf_ipv4_base.json | 0 .../PE1/zebra_vrf_ipv4_no_rt2.json | 0 .../PE1/zebra_vrf_ipv4_no_rt5.json | 0 .../PE1/zebra_vrf_ipv6_base.json | 0 .../PE1/zebra_vrf_ipv6_no_rt2.json | 0 .../PE1/zebra_vrf_ipv6_no_rt5.json | 0 .../PE2/bgp_vni_routes_base.json | 0 .../PE2/bgp_vni_routes_no_rt2.json | 0 .../PE2/bgp_vni_routes_no_rt5.json | 0 .../PE2/bgp_vrf_ipv4_base.json | 0 .../PE2/bgp_vrf_ipv4_no_rt2.json | 0 .../PE2/bgp_vrf_ipv4_no_rt5.json | 0 .../PE2/bgp_vrf_ipv6_base.json | 0 .../PE2/bgp_vrf_ipv6_no_rt2.json | 0 .../PE2/bgp_vrf_ipv6_no_rt5.json | 0 .../PE2/bgpd.conf | 0 .../PE2/zebra.conf | 0 .../PE2/zebra_vrf_ipv4_base.json | 0 .../PE2/zebra_vrf_ipv4_no_rt2.json | 0 .../PE2/zebra_vrf_ipv4_no_rt5.json | 0 .../PE2/zebra_vrf_ipv6_base.json | 0 .../PE2/zebra_vrf_ipv6_no_rt2.json | 0 .../PE2/zebra_vrf_ipv6_no_rt5.json | 0 .../__init__.py | 0 .../host1/bgpd.conf | 0 .../host1/zebra.conf | 0 .../host2/bgpd.conf | 0 .../host2/zebra.conf | 0 .../test_bgp_evpn_overlay_index_gateway.py | 0 .../{ospf-sr-te-topo1 => ospf_sr_te_topo1}/dst/zebra.conf | 0 .../{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt1/bgpd.conf | 0 .../{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt1/ospfd.conf | 0 .../{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt1/pathd.conf | 0 .../rt1/step2/show_operational_data.ref | 0 .../rt1/step2/show_operational_data_with_candidate.ref | 0 .../rt1/step3/show_operational_data_with_single_candidate.ref | 0 .../rt1/step3/show_operational_data_with_two_candidates.ref | 0 .../{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt1/zebra.conf | 0 .../{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt2/ospfd.conf | 0 .../{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt2/zebra.conf | 0 .../{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt3/ospfd.conf | 0 .../{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt3/zebra.conf | 0 .../{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt4/ospfd.conf | 0 .../{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt4/zebra.conf | 0 .../{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt5/ospfd.conf | 0 .../{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt5/zebra.conf | 0 .../{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt6/bgpd.conf | 0 .../{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt6/ospfd.conf | 0 .../{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt6/pathd.conf | 0 .../rt6/step2/show_operational_data.ref | 0 .../rt6/step2/show_operational_data_with_candidate.ref | 0 .../rt6/step3/show_operational_data_with_single_candidate.ref | 0 .../rt6/step3/show_operational_data_with_two_candidates.ref | 0 .../{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt6/zebra.conf | 0 .../test_ospf_sr_te_topo1.py | 0 66 files changed, 0 insertions(+), 0 deletions(-) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE1/bgp_vni_routes_base.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE1/bgp_vni_routes_no_rt2.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE1/bgp_vni_routes_no_rt5.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE1/bgp_vrf_ipv4_base.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE1/bgp_vrf_ipv4_no_rt2.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE1/bgp_vrf_ipv4_no_rt5.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE1/bgp_vrf_ipv6_base.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE1/bgp_vrf_ipv6_no_rt2.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE1/bgp_vrf_ipv6_no_rt5.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE1/bgpd.conf (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE1/zebra.conf (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE1/zebra_vrf_ipv4_base.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE1/zebra_vrf_ipv4_no_rt2.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE1/zebra_vrf_ipv4_no_rt5.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE1/zebra_vrf_ipv6_base.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE1/zebra_vrf_ipv6_no_rt2.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE1/zebra_vrf_ipv6_no_rt5.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE2/bgp_vni_routes_base.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE2/bgp_vni_routes_no_rt2.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE2/bgp_vni_routes_no_rt5.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE2/bgp_vrf_ipv4_base.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE2/bgp_vrf_ipv4_no_rt2.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE2/bgp_vrf_ipv4_no_rt5.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE2/bgp_vrf_ipv6_base.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE2/bgp_vrf_ipv6_no_rt2.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE2/bgp_vrf_ipv6_no_rt5.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE2/bgpd.conf (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE2/zebra.conf (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE2/zebra_vrf_ipv4_base.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE2/zebra_vrf_ipv4_no_rt2.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE2/zebra_vrf_ipv4_no_rt5.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE2/zebra_vrf_ipv6_base.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE2/zebra_vrf_ipv6_no_rt2.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/PE2/zebra_vrf_ipv6_no_rt5.json (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/__init__.py (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/host1/bgpd.conf (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/host1/zebra.conf (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/host2/bgpd.conf (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/host2/zebra.conf (100%) rename tests/topotests/{bgp-evpn-overlay-index-gateway => bgp_evpn_overlay_index_gateway}/test_bgp_evpn_overlay_index_gateway.py (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/dst/zebra.conf (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt1/bgpd.conf (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt1/ospfd.conf (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt1/pathd.conf (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt1/step2/show_operational_data.ref (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt1/step2/show_operational_data_with_candidate.ref (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt1/step3/show_operational_data_with_single_candidate.ref (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt1/step3/show_operational_data_with_two_candidates.ref (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt1/zebra.conf (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt2/ospfd.conf (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt2/zebra.conf (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt3/ospfd.conf (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt3/zebra.conf (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt4/ospfd.conf (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt4/zebra.conf (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt5/ospfd.conf (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt5/zebra.conf (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt6/bgpd.conf (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt6/ospfd.conf (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt6/pathd.conf (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt6/step2/show_operational_data.ref (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt6/step2/show_operational_data_with_candidate.ref (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt6/step3/show_operational_data_with_single_candidate.ref (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt6/step3/show_operational_data_with_two_candidates.ref (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/rt6/zebra.conf (100%) rename tests/topotests/{ospf-sr-te-topo1 => ospf_sr_te_topo1}/test_ospf_sr_te_topo1.py (100%) diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE1/bgp_vni_routes_base.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE1/bgp_vni_routes_base.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE1/bgp_vni_routes_base.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE1/bgp_vni_routes_base.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE1/bgp_vni_routes_no_rt2.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE1/bgp_vni_routes_no_rt2.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE1/bgp_vni_routes_no_rt2.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE1/bgp_vni_routes_no_rt2.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE1/bgp_vni_routes_no_rt5.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE1/bgp_vni_routes_no_rt5.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE1/bgp_vni_routes_no_rt5.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE1/bgp_vni_routes_no_rt5.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE1/bgp_vrf_ipv4_base.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE1/bgp_vrf_ipv4_base.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE1/bgp_vrf_ipv4_base.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE1/bgp_vrf_ipv4_base.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE1/bgp_vrf_ipv4_no_rt2.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE1/bgp_vrf_ipv4_no_rt2.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE1/bgp_vrf_ipv4_no_rt2.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE1/bgp_vrf_ipv4_no_rt2.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE1/bgp_vrf_ipv4_no_rt5.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE1/bgp_vrf_ipv4_no_rt5.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE1/bgp_vrf_ipv4_no_rt5.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE1/bgp_vrf_ipv4_no_rt5.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE1/bgp_vrf_ipv6_base.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE1/bgp_vrf_ipv6_base.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE1/bgp_vrf_ipv6_base.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE1/bgp_vrf_ipv6_base.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE1/bgp_vrf_ipv6_no_rt2.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE1/bgp_vrf_ipv6_no_rt2.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE1/bgp_vrf_ipv6_no_rt2.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE1/bgp_vrf_ipv6_no_rt2.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE1/bgp_vrf_ipv6_no_rt5.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE1/bgp_vrf_ipv6_no_rt5.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE1/bgp_vrf_ipv6_no_rt5.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE1/bgp_vrf_ipv6_no_rt5.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE1/bgpd.conf b/tests/topotests/bgp_evpn_overlay_index_gateway/PE1/bgpd.conf similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE1/bgpd.conf rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE1/bgpd.conf diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE1/zebra.conf b/tests/topotests/bgp_evpn_overlay_index_gateway/PE1/zebra.conf similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE1/zebra.conf rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE1/zebra.conf diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE1/zebra_vrf_ipv4_base.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE1/zebra_vrf_ipv4_base.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE1/zebra_vrf_ipv4_base.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE1/zebra_vrf_ipv4_base.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE1/zebra_vrf_ipv4_no_rt2.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE1/zebra_vrf_ipv4_no_rt2.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE1/zebra_vrf_ipv4_no_rt2.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE1/zebra_vrf_ipv4_no_rt2.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE1/zebra_vrf_ipv4_no_rt5.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE1/zebra_vrf_ipv4_no_rt5.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE1/zebra_vrf_ipv4_no_rt5.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE1/zebra_vrf_ipv4_no_rt5.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE1/zebra_vrf_ipv6_base.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE1/zebra_vrf_ipv6_base.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE1/zebra_vrf_ipv6_base.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE1/zebra_vrf_ipv6_base.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE1/zebra_vrf_ipv6_no_rt2.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE1/zebra_vrf_ipv6_no_rt2.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE1/zebra_vrf_ipv6_no_rt2.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE1/zebra_vrf_ipv6_no_rt2.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE1/zebra_vrf_ipv6_no_rt5.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE1/zebra_vrf_ipv6_no_rt5.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE1/zebra_vrf_ipv6_no_rt5.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE1/zebra_vrf_ipv6_no_rt5.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE2/bgp_vni_routes_base.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE2/bgp_vni_routes_base.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE2/bgp_vni_routes_base.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE2/bgp_vni_routes_base.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE2/bgp_vni_routes_no_rt2.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE2/bgp_vni_routes_no_rt2.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE2/bgp_vni_routes_no_rt2.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE2/bgp_vni_routes_no_rt2.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE2/bgp_vni_routes_no_rt5.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE2/bgp_vni_routes_no_rt5.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE2/bgp_vni_routes_no_rt5.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE2/bgp_vni_routes_no_rt5.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE2/bgp_vrf_ipv4_base.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE2/bgp_vrf_ipv4_base.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE2/bgp_vrf_ipv4_base.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE2/bgp_vrf_ipv4_base.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE2/bgp_vrf_ipv4_no_rt2.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE2/bgp_vrf_ipv4_no_rt2.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE2/bgp_vrf_ipv4_no_rt2.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE2/bgp_vrf_ipv4_no_rt2.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE2/bgp_vrf_ipv4_no_rt5.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE2/bgp_vrf_ipv4_no_rt5.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE2/bgp_vrf_ipv4_no_rt5.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE2/bgp_vrf_ipv4_no_rt5.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE2/bgp_vrf_ipv6_base.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE2/bgp_vrf_ipv6_base.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE2/bgp_vrf_ipv6_base.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE2/bgp_vrf_ipv6_base.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE2/bgp_vrf_ipv6_no_rt2.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE2/bgp_vrf_ipv6_no_rt2.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE2/bgp_vrf_ipv6_no_rt2.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE2/bgp_vrf_ipv6_no_rt2.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE2/bgp_vrf_ipv6_no_rt5.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE2/bgp_vrf_ipv6_no_rt5.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE2/bgp_vrf_ipv6_no_rt5.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE2/bgp_vrf_ipv6_no_rt5.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE2/bgpd.conf b/tests/topotests/bgp_evpn_overlay_index_gateway/PE2/bgpd.conf similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE2/bgpd.conf rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE2/bgpd.conf diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE2/zebra.conf b/tests/topotests/bgp_evpn_overlay_index_gateway/PE2/zebra.conf similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE2/zebra.conf rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE2/zebra.conf diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE2/zebra_vrf_ipv4_base.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE2/zebra_vrf_ipv4_base.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE2/zebra_vrf_ipv4_base.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE2/zebra_vrf_ipv4_base.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE2/zebra_vrf_ipv4_no_rt2.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE2/zebra_vrf_ipv4_no_rt2.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE2/zebra_vrf_ipv4_no_rt2.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE2/zebra_vrf_ipv4_no_rt2.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE2/zebra_vrf_ipv4_no_rt5.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE2/zebra_vrf_ipv4_no_rt5.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE2/zebra_vrf_ipv4_no_rt5.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE2/zebra_vrf_ipv4_no_rt5.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE2/zebra_vrf_ipv6_base.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE2/zebra_vrf_ipv6_base.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE2/zebra_vrf_ipv6_base.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE2/zebra_vrf_ipv6_base.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE2/zebra_vrf_ipv6_no_rt2.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE2/zebra_vrf_ipv6_no_rt2.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE2/zebra_vrf_ipv6_no_rt2.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE2/zebra_vrf_ipv6_no_rt2.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/PE2/zebra_vrf_ipv6_no_rt5.json b/tests/topotests/bgp_evpn_overlay_index_gateway/PE2/zebra_vrf_ipv6_no_rt5.json similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/PE2/zebra_vrf_ipv6_no_rt5.json rename to tests/topotests/bgp_evpn_overlay_index_gateway/PE2/zebra_vrf_ipv6_no_rt5.json diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/__init__.py b/tests/topotests/bgp_evpn_overlay_index_gateway/__init__.py similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/__init__.py rename to tests/topotests/bgp_evpn_overlay_index_gateway/__init__.py diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/host1/bgpd.conf b/tests/topotests/bgp_evpn_overlay_index_gateway/host1/bgpd.conf similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/host1/bgpd.conf rename to tests/topotests/bgp_evpn_overlay_index_gateway/host1/bgpd.conf diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/host1/zebra.conf b/tests/topotests/bgp_evpn_overlay_index_gateway/host1/zebra.conf similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/host1/zebra.conf rename to tests/topotests/bgp_evpn_overlay_index_gateway/host1/zebra.conf diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/host2/bgpd.conf b/tests/topotests/bgp_evpn_overlay_index_gateway/host2/bgpd.conf similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/host2/bgpd.conf rename to tests/topotests/bgp_evpn_overlay_index_gateway/host2/bgpd.conf diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/host2/zebra.conf b/tests/topotests/bgp_evpn_overlay_index_gateway/host2/zebra.conf similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/host2/zebra.conf rename to tests/topotests/bgp_evpn_overlay_index_gateway/host2/zebra.conf diff --git a/tests/topotests/bgp-evpn-overlay-index-gateway/test_bgp_evpn_overlay_index_gateway.py b/tests/topotests/bgp_evpn_overlay_index_gateway/test_bgp_evpn_overlay_index_gateway.py similarity index 100% rename from tests/topotests/bgp-evpn-overlay-index-gateway/test_bgp_evpn_overlay_index_gateway.py rename to tests/topotests/bgp_evpn_overlay_index_gateway/test_bgp_evpn_overlay_index_gateway.py diff --git a/tests/topotests/ospf-sr-te-topo1/dst/zebra.conf b/tests/topotests/ospf_sr_te_topo1/dst/zebra.conf similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/dst/zebra.conf rename to tests/topotests/ospf_sr_te_topo1/dst/zebra.conf diff --git a/tests/topotests/ospf-sr-te-topo1/rt1/bgpd.conf b/tests/topotests/ospf_sr_te_topo1/rt1/bgpd.conf similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt1/bgpd.conf rename to tests/topotests/ospf_sr_te_topo1/rt1/bgpd.conf diff --git a/tests/topotests/ospf-sr-te-topo1/rt1/ospfd.conf b/tests/topotests/ospf_sr_te_topo1/rt1/ospfd.conf similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt1/ospfd.conf rename to tests/topotests/ospf_sr_te_topo1/rt1/ospfd.conf diff --git a/tests/topotests/ospf-sr-te-topo1/rt1/pathd.conf b/tests/topotests/ospf_sr_te_topo1/rt1/pathd.conf similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt1/pathd.conf rename to tests/topotests/ospf_sr_te_topo1/rt1/pathd.conf diff --git a/tests/topotests/ospf-sr-te-topo1/rt1/step2/show_operational_data.ref b/tests/topotests/ospf_sr_te_topo1/rt1/step2/show_operational_data.ref similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt1/step2/show_operational_data.ref rename to tests/topotests/ospf_sr_te_topo1/rt1/step2/show_operational_data.ref diff --git a/tests/topotests/ospf-sr-te-topo1/rt1/step2/show_operational_data_with_candidate.ref b/tests/topotests/ospf_sr_te_topo1/rt1/step2/show_operational_data_with_candidate.ref similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt1/step2/show_operational_data_with_candidate.ref rename to tests/topotests/ospf_sr_te_topo1/rt1/step2/show_operational_data_with_candidate.ref diff --git a/tests/topotests/ospf-sr-te-topo1/rt1/step3/show_operational_data_with_single_candidate.ref b/tests/topotests/ospf_sr_te_topo1/rt1/step3/show_operational_data_with_single_candidate.ref similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt1/step3/show_operational_data_with_single_candidate.ref rename to tests/topotests/ospf_sr_te_topo1/rt1/step3/show_operational_data_with_single_candidate.ref diff --git a/tests/topotests/ospf-sr-te-topo1/rt1/step3/show_operational_data_with_two_candidates.ref b/tests/topotests/ospf_sr_te_topo1/rt1/step3/show_operational_data_with_two_candidates.ref similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt1/step3/show_operational_data_with_two_candidates.ref rename to tests/topotests/ospf_sr_te_topo1/rt1/step3/show_operational_data_with_two_candidates.ref diff --git a/tests/topotests/ospf-sr-te-topo1/rt1/zebra.conf b/tests/topotests/ospf_sr_te_topo1/rt1/zebra.conf similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt1/zebra.conf rename to tests/topotests/ospf_sr_te_topo1/rt1/zebra.conf diff --git a/tests/topotests/ospf-sr-te-topo1/rt2/ospfd.conf b/tests/topotests/ospf_sr_te_topo1/rt2/ospfd.conf similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt2/ospfd.conf rename to tests/topotests/ospf_sr_te_topo1/rt2/ospfd.conf diff --git a/tests/topotests/ospf-sr-te-topo1/rt2/zebra.conf b/tests/topotests/ospf_sr_te_topo1/rt2/zebra.conf similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt2/zebra.conf rename to tests/topotests/ospf_sr_te_topo1/rt2/zebra.conf diff --git a/tests/topotests/ospf-sr-te-topo1/rt3/ospfd.conf b/tests/topotests/ospf_sr_te_topo1/rt3/ospfd.conf similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt3/ospfd.conf rename to tests/topotests/ospf_sr_te_topo1/rt3/ospfd.conf diff --git a/tests/topotests/ospf-sr-te-topo1/rt3/zebra.conf b/tests/topotests/ospf_sr_te_topo1/rt3/zebra.conf similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt3/zebra.conf rename to tests/topotests/ospf_sr_te_topo1/rt3/zebra.conf diff --git a/tests/topotests/ospf-sr-te-topo1/rt4/ospfd.conf b/tests/topotests/ospf_sr_te_topo1/rt4/ospfd.conf similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt4/ospfd.conf rename to tests/topotests/ospf_sr_te_topo1/rt4/ospfd.conf diff --git a/tests/topotests/ospf-sr-te-topo1/rt4/zebra.conf b/tests/topotests/ospf_sr_te_topo1/rt4/zebra.conf similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt4/zebra.conf rename to tests/topotests/ospf_sr_te_topo1/rt4/zebra.conf diff --git a/tests/topotests/ospf-sr-te-topo1/rt5/ospfd.conf b/tests/topotests/ospf_sr_te_topo1/rt5/ospfd.conf similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt5/ospfd.conf rename to tests/topotests/ospf_sr_te_topo1/rt5/ospfd.conf diff --git a/tests/topotests/ospf-sr-te-topo1/rt5/zebra.conf b/tests/topotests/ospf_sr_te_topo1/rt5/zebra.conf similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt5/zebra.conf rename to tests/topotests/ospf_sr_te_topo1/rt5/zebra.conf diff --git a/tests/topotests/ospf-sr-te-topo1/rt6/bgpd.conf b/tests/topotests/ospf_sr_te_topo1/rt6/bgpd.conf similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt6/bgpd.conf rename to tests/topotests/ospf_sr_te_topo1/rt6/bgpd.conf diff --git a/tests/topotests/ospf-sr-te-topo1/rt6/ospfd.conf b/tests/topotests/ospf_sr_te_topo1/rt6/ospfd.conf similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt6/ospfd.conf rename to tests/topotests/ospf_sr_te_topo1/rt6/ospfd.conf diff --git a/tests/topotests/ospf-sr-te-topo1/rt6/pathd.conf b/tests/topotests/ospf_sr_te_topo1/rt6/pathd.conf similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt6/pathd.conf rename to tests/topotests/ospf_sr_te_topo1/rt6/pathd.conf diff --git a/tests/topotests/ospf-sr-te-topo1/rt6/step2/show_operational_data.ref b/tests/topotests/ospf_sr_te_topo1/rt6/step2/show_operational_data.ref similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt6/step2/show_operational_data.ref rename to tests/topotests/ospf_sr_te_topo1/rt6/step2/show_operational_data.ref diff --git a/tests/topotests/ospf-sr-te-topo1/rt6/step2/show_operational_data_with_candidate.ref b/tests/topotests/ospf_sr_te_topo1/rt6/step2/show_operational_data_with_candidate.ref similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt6/step2/show_operational_data_with_candidate.ref rename to tests/topotests/ospf_sr_te_topo1/rt6/step2/show_operational_data_with_candidate.ref diff --git a/tests/topotests/ospf-sr-te-topo1/rt6/step3/show_operational_data_with_single_candidate.ref b/tests/topotests/ospf_sr_te_topo1/rt6/step3/show_operational_data_with_single_candidate.ref similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt6/step3/show_operational_data_with_single_candidate.ref rename to tests/topotests/ospf_sr_te_topo1/rt6/step3/show_operational_data_with_single_candidate.ref diff --git a/tests/topotests/ospf-sr-te-topo1/rt6/step3/show_operational_data_with_two_candidates.ref b/tests/topotests/ospf_sr_te_topo1/rt6/step3/show_operational_data_with_two_candidates.ref similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt6/step3/show_operational_data_with_two_candidates.ref rename to tests/topotests/ospf_sr_te_topo1/rt6/step3/show_operational_data_with_two_candidates.ref diff --git a/tests/topotests/ospf-sr-te-topo1/rt6/zebra.conf b/tests/topotests/ospf_sr_te_topo1/rt6/zebra.conf similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/rt6/zebra.conf rename to tests/topotests/ospf_sr_te_topo1/rt6/zebra.conf diff --git a/tests/topotests/ospf-sr-te-topo1/test_ospf_sr_te_topo1.py b/tests/topotests/ospf_sr_te_topo1/test_ospf_sr_te_topo1.py similarity index 100% rename from tests/topotests/ospf-sr-te-topo1/test_ospf_sr_te_topo1.py rename to tests/topotests/ospf_sr_te_topo1/test_ospf_sr_te_topo1.py -- 2.39.5