mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 00:56:19 +00:00
Merge pull request #15492 from donaldsharp/no_vrfs
tests: test invokes a script which does not exist
This commit is contained in:
commit
7338aa601c
@ -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))
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user