From 4a804cedc89e05252201af9735e80f2f2b9ec0a0 Mon Sep 17 00:00:00 2001 From: Trey Aspelund Date: Tue, 22 Jun 2021 04:02:25 +0000 Subject: [PATCH] tests: rename bgp_default_ipv4_ipv6 to _afi_safi Replaces the ipv4/ipv6-specific naming with generic afi/safi reference. Signed-off-by: Trey Aspelund --- .../__init__.py | 0 .../r1/bgpd.conf | 0 .../r1/zebra.conf | 0 .../r2/bgpd.conf | 0 .../r2/zebra.conf | 0 .../r3/bgpd.conf | 0 .../r3/zebra.conf | 0 .../test_bgp-default-afi-safi.py} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename tests/topotests/{bgp_default_ipv4_ipv6_unicast => bgp_default_afi_safi}/__init__.py (100%) rename tests/topotests/{bgp_default_ipv4_ipv6_unicast => bgp_default_afi_safi}/r1/bgpd.conf (100%) rename tests/topotests/{bgp_default_ipv4_ipv6_unicast => bgp_default_afi_safi}/r1/zebra.conf (100%) rename tests/topotests/{bgp_default_ipv4_ipv6_unicast => bgp_default_afi_safi}/r2/bgpd.conf (100%) rename tests/topotests/{bgp_default_ipv4_ipv6_unicast => bgp_default_afi_safi}/r2/zebra.conf (100%) rename tests/topotests/{bgp_default_ipv4_ipv6_unicast => bgp_default_afi_safi}/r3/bgpd.conf (100%) rename tests/topotests/{bgp_default_ipv4_ipv6_unicast => bgp_default_afi_safi}/r3/zebra.conf (100%) rename tests/topotests/{bgp_default_ipv4_ipv6_unicast/test_bgp-default-ipv4-ipv6-unicast.py => bgp_default_afi_safi/test_bgp-default-afi-safi.py} (100%) diff --git a/tests/topotests/bgp_default_ipv4_ipv6_unicast/__init__.py b/tests/topotests/bgp_default_afi_safi/__init__.py similarity index 100% rename from tests/topotests/bgp_default_ipv4_ipv6_unicast/__init__.py rename to tests/topotests/bgp_default_afi_safi/__init__.py diff --git a/tests/topotests/bgp_default_ipv4_ipv6_unicast/r1/bgpd.conf b/tests/topotests/bgp_default_afi_safi/r1/bgpd.conf similarity index 100% rename from tests/topotests/bgp_default_ipv4_ipv6_unicast/r1/bgpd.conf rename to tests/topotests/bgp_default_afi_safi/r1/bgpd.conf diff --git a/tests/topotests/bgp_default_ipv4_ipv6_unicast/r1/zebra.conf b/tests/topotests/bgp_default_afi_safi/r1/zebra.conf similarity index 100% rename from tests/topotests/bgp_default_ipv4_ipv6_unicast/r1/zebra.conf rename to tests/topotests/bgp_default_afi_safi/r1/zebra.conf diff --git a/tests/topotests/bgp_default_ipv4_ipv6_unicast/r2/bgpd.conf b/tests/topotests/bgp_default_afi_safi/r2/bgpd.conf similarity index 100% rename from tests/topotests/bgp_default_ipv4_ipv6_unicast/r2/bgpd.conf rename to tests/topotests/bgp_default_afi_safi/r2/bgpd.conf diff --git a/tests/topotests/bgp_default_ipv4_ipv6_unicast/r2/zebra.conf b/tests/topotests/bgp_default_afi_safi/r2/zebra.conf similarity index 100% rename from tests/topotests/bgp_default_ipv4_ipv6_unicast/r2/zebra.conf rename to tests/topotests/bgp_default_afi_safi/r2/zebra.conf diff --git a/tests/topotests/bgp_default_ipv4_ipv6_unicast/r3/bgpd.conf b/tests/topotests/bgp_default_afi_safi/r3/bgpd.conf similarity index 100% rename from tests/topotests/bgp_default_ipv4_ipv6_unicast/r3/bgpd.conf rename to tests/topotests/bgp_default_afi_safi/r3/bgpd.conf diff --git a/tests/topotests/bgp_default_ipv4_ipv6_unicast/r3/zebra.conf b/tests/topotests/bgp_default_afi_safi/r3/zebra.conf similarity index 100% rename from tests/topotests/bgp_default_ipv4_ipv6_unicast/r3/zebra.conf rename to tests/topotests/bgp_default_afi_safi/r3/zebra.conf diff --git a/tests/topotests/bgp_default_ipv4_ipv6_unicast/test_bgp-default-ipv4-ipv6-unicast.py b/tests/topotests/bgp_default_afi_safi/test_bgp-default-afi-safi.py similarity index 100% rename from tests/topotests/bgp_default_ipv4_ipv6_unicast/test_bgp-default-ipv4-ipv6-unicast.py rename to tests/topotests/bgp_default_afi_safi/test_bgp-default-afi-safi.py