From 0a1663ce3a5ba6232aeac62c9a5570e5ca632909 Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Tue, 1 Feb 2022 16:52:20 +0100 Subject: [PATCH] topotests: fix typo about bgp_dont_capability folder name The folder bgp_dont_capability.. was wrong. Use negotiate instead of negogiate. Signed-off-by: Philippe Guibert --- .../__init__.py | 0 .../r1/bgpd.conf | 0 .../r1/zebra.conf | 0 .../r2/bgpd.conf | 0 .../r2/zebra.conf | 0 .../test_bgp_dont_capability_negotiate.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename tests/topotests/{bgp_dont_capability_negogiate => bgp_dont_capability_negotiate}/__init__.py (100%) rename tests/topotests/{bgp_dont_capability_negogiate => bgp_dont_capability_negotiate}/r1/bgpd.conf (100%) rename tests/topotests/{bgp_dont_capability_negogiate => bgp_dont_capability_negotiate}/r1/zebra.conf (100%) rename tests/topotests/{bgp_dont_capability_negogiate => bgp_dont_capability_negotiate}/r2/bgpd.conf (100%) rename tests/topotests/{bgp_dont_capability_negogiate => bgp_dont_capability_negotiate}/r2/zebra.conf (100%) rename tests/topotests/{bgp_dont_capability_negogiate => bgp_dont_capability_negotiate}/test_bgp_dont_capability_negotiate.py (100%) diff --git a/tests/topotests/bgp_dont_capability_negogiate/__init__.py b/tests/topotests/bgp_dont_capability_negotiate/__init__.py similarity index 100% rename from tests/topotests/bgp_dont_capability_negogiate/__init__.py rename to tests/topotests/bgp_dont_capability_negotiate/__init__.py diff --git a/tests/topotests/bgp_dont_capability_negogiate/r1/bgpd.conf b/tests/topotests/bgp_dont_capability_negotiate/r1/bgpd.conf similarity index 100% rename from tests/topotests/bgp_dont_capability_negogiate/r1/bgpd.conf rename to tests/topotests/bgp_dont_capability_negotiate/r1/bgpd.conf diff --git a/tests/topotests/bgp_dont_capability_negogiate/r1/zebra.conf b/tests/topotests/bgp_dont_capability_negotiate/r1/zebra.conf similarity index 100% rename from tests/topotests/bgp_dont_capability_negogiate/r1/zebra.conf rename to tests/topotests/bgp_dont_capability_negotiate/r1/zebra.conf diff --git a/tests/topotests/bgp_dont_capability_negogiate/r2/bgpd.conf b/tests/topotests/bgp_dont_capability_negotiate/r2/bgpd.conf similarity index 100% rename from tests/topotests/bgp_dont_capability_negogiate/r2/bgpd.conf rename to tests/topotests/bgp_dont_capability_negotiate/r2/bgpd.conf diff --git a/tests/topotests/bgp_dont_capability_negogiate/r2/zebra.conf b/tests/topotests/bgp_dont_capability_negotiate/r2/zebra.conf similarity index 100% rename from tests/topotests/bgp_dont_capability_negogiate/r2/zebra.conf rename to tests/topotests/bgp_dont_capability_negotiate/r2/zebra.conf diff --git a/tests/topotests/bgp_dont_capability_negogiate/test_bgp_dont_capability_negotiate.py b/tests/topotests/bgp_dont_capability_negotiate/test_bgp_dont_capability_negotiate.py similarity index 100% rename from tests/topotests/bgp_dont_capability_negogiate/test_bgp_dont_capability_negotiate.py rename to tests/topotests/bgp_dont_capability_negotiate/test_bgp_dont_capability_negotiate.py -- 2.39.5