mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 20:55:25 +00:00
tests: Fix wrong setting of mpls being turned on
There were some tests where we were turning on mpls on interface names that don't exist for certain `machines` in the topology. Fix. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
c2ad0a0d40
commit
131de270dc
@ -161,13 +161,6 @@ def setup_module(mod):
|
||||
r1.run("sysctl -w net.mpls.conf.r1-eth0.input=1")
|
||||
r1.run("sysctl -w net.mpls.conf.r1-eth1.input=1")
|
||||
r1.run("sysctl -w net.mpls.conf.r1-eth2.input=1")
|
||||
r2.run("sysctl -w net.mpls.conf.r1-eth0.input=1")
|
||||
r2.run("sysctl -w net.mpls.conf.r1-eth1.input=1")
|
||||
r3.run("sysctl -w net.mpls.conf.r1-eth0.input=1")
|
||||
r3.run("sysctl -w net.mpls.conf.r1-eth1.input=1")
|
||||
r3.run("sysctl -w net.mpls.conf.r1-eth2.input=1")
|
||||
r4.run("sysctl -w net.mpls.conf.r1-eth0.input=1")
|
||||
r4.run("sysctl -w net.mpls.conf.r1-eth1.input=1")
|
||||
|
||||
router_list = tgen.routers()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user