]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: bgp_evpn_rt5 remove useless switches
authorLouis Scalbert <louis.scalbert@6wind.com>
Wed, 23 Apr 2025 10:24:35 +0000 (12:24 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Thu, 24 Apr 2025 08:35:22 +0000 (10:35 +0200)
They are not used.

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
tests/topotests/bgp_evpn_rt5/test_bgp_evpn.py

index 1510f50eedb6037cbd5c745b4db42da28a4377eb..f1ab801eb5e7863342dbbad2a37e4397ad09d6a7 100644 (file)
@@ -48,12 +48,6 @@ def build_topo(tgen):
     switch.add_link(tgen.gears["r1"])
     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):
     "Sets up the pytest environment"