]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: test invokes a script which does not exist 15492/head
authorDonald Sharp <sharpd@nvidia.com>
Tue, 5 Mar 2024 20:55:07 +0000 (15:55 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 5 Mar 2024 20:55:07 +0000 (15:55 -0500)
Apparently test_bgp_peer_type_multipath_relax.py does
no really need to run a `setup_vrfs` script.  Looking
at the other configuration for this test there are
no vrf's in the frr configuration.  So let's remove it

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/bgp_peer_type_multipath_relax/test_bgp_peer-type_multipath-relax.py

index 9239be9221a68865cf7e556be301aeec38dff1d7..340df71a199476359f7bdfb3b5e6c45e29b3f8b0 100755 (executable)
@@ -103,7 +103,6 @@ def setup_module(mod):
 
     # For all registered routers, load the zebra configuration file
     for rname, router in tgen.routers().items():
-        router.run("/bin/bash {}/setup_vrfs".format(CWD))
         router.load_config(
             TopoRouter.RD_ZEBRA, os.path.join(CWD, "{}/zebra.conf".format(rname))
         )