]> git.proxmox.com Git - mirror_frr.git/commitdiff
bgp_l3vpn_to_bgp_xxx: match ltemplate start/stop changes
authorLou Berger <lberger@labn.net>
Sat, 27 Jan 2018 22:01:19 +0000 (17:01 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:13 +0000 (20:22 -0500)
Signed-off-by: Lou Berger <lberger@labn.net>
tests/topotests/bgp_l3vpn_to_bgp_direct/test_bgp_l3vpn_to_bgp_direct.py
tests/topotests/bgp_l3vpn_to_bgp_vrf/test_bgp_l3vpn_to_bgp_vrf.py

index b4f4ad26e2d93f200fad315a2a2156ec3f05e148..fe64cc1c507e3d9d3303564e8e9c16fd04ea2711 100755 (executable)
@@ -29,10 +29,6 @@ sys.path.append(os.path.join(os.path.dirname(os.path.realpath(__file__)), '..'))
 
 from lib.ltemplate import *
 
-def test_ltemplate_start():
-    cwd = os.path.dirname(os.path.realpath(__file__))
-    ltemplate_start(cwd)
-
 def test_adjacencies():
     CliOnFail = None
     # For debugging, uncomment the next line
index 60f616c2a6461c198b0873bf024bb52325125e3f..885616378d1b52e8a8f939bc9db1d626f1dabc16 100755 (executable)
@@ -29,10 +29,6 @@ sys.path.append(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../')
 
 from lib.ltemplate import *
 
-def test_ltemplate_start():
-    cwd = os.path.dirname(os.path.realpath(__file__))
-    ltemplate_start(cwd)
-
 def test_adjacencies():
     CliOnFail = None
     # For debugging, uncomment the next line