Merge pull request #15492 from donaldsharp/no_vrfs

tests: test invokes a script which does not exist
This commit is contained in:
Donatas Abraitis 2024-03-06 08:42:37 +02:00 committed by GitHub
commit 7338aa601c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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))
)