From 0889f6d8942ff354d16d6903909a9e46c1fe8006 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 2 Jun 2023 14:01:12 -0400 Subject: [PATCH] tests: Rename a test to test_bgp_gr_functionality_topo3.py Since the test was not named test_bgp_gr_functionality_topo3.py pytest was not picking it up to run. Let's run it. Signed-off-by: Donald Sharp --- ..._functionality_topo3.py => test_bgp_gr_functionality_topo3.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/topotests/bgp_gr_functionality_topo3/{bgp_gr_functionality_topo3.py => test_bgp_gr_functionality_topo3.py} (100%) diff --git a/tests/topotests/bgp_gr_functionality_topo3/bgp_gr_functionality_topo3.py b/tests/topotests/bgp_gr_functionality_topo3/test_bgp_gr_functionality_topo3.py similarity index 100% rename from tests/topotests/bgp_gr_functionality_topo3/bgp_gr_functionality_topo3.py rename to tests/topotests/bgp_gr_functionality_topo3/test_bgp_gr_functionality_topo3.py