Merge pull request #9543 from donaldsharp/actually_set_mpls_data

tests: Fix wrong setting of mpls being turned on
This commit is contained in:
Igor Ryzhov 2021-09-13 19:31:53 +03:00 committed by GitHub
commit fa1b629254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,13 +151,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()