mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
tests: bgp_evpn_rt5 remove useless switches
They are not used. Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
This commit is contained in:
parent
49c2dd5118
commit
48e34275ea
|
@ -48,12 +48,6 @@ def build_topo(tgen):
|
||||||
switch.add_link(tgen.gears["r1"])
|
switch.add_link(tgen.gears["r1"])
|
||||||
switch.add_link(tgen.gears["r2"])
|
switch.add_link(tgen.gears["r2"])
|
||||||
|
|
||||||
switch = tgen.add_switch("s2")
|
|
||||||
switch.add_link(tgen.gears["r1"])
|
|
||||||
|
|
||||||
switch = tgen.add_switch("s3")
|
|
||||||
switch.add_link(tgen.gears["r2"])
|
|
||||||
|
|
||||||
|
|
||||||
def setup_module(mod):
|
def setup_module(mod):
|
||||||
"Sets up the pytest environment"
|
"Sets up the pytest environment"
|
||||||
|
|
Loading…
Reference in a new issue