From 340ecf297ef63092b83e61cc33a7d49c5b93430a Mon Sep 17 00:00:00 2001 From: Lou Berger Date: Sat, 27 Jan 2018 17:01:19 -0500 Subject: [PATCH] bgp_l3vpn_to_bgp_xxx: match ltemplate start/stop changes Signed-off-by: Lou Berger --- .../bgp_l3vpn_to_bgp_direct/test_bgp_l3vpn_to_bgp_direct.py | 4 ---- .../bgp_l3vpn_to_bgp_vrf/test_bgp_l3vpn_to_bgp_vrf.py | 4 ---- 2 files changed, 8 deletions(-) diff --git a/tests/topotests/bgp_l3vpn_to_bgp_direct/test_bgp_l3vpn_to_bgp_direct.py b/tests/topotests/bgp_l3vpn_to_bgp_direct/test_bgp_l3vpn_to_bgp_direct.py index b4f4ad26e2..fe64cc1c50 100755 --- a/tests/topotests/bgp_l3vpn_to_bgp_direct/test_bgp_l3vpn_to_bgp_direct.py +++ b/tests/topotests/bgp_l3vpn_to_bgp_direct/test_bgp_l3vpn_to_bgp_direct.py @@ -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 diff --git a/tests/topotests/bgp_l3vpn_to_bgp_vrf/test_bgp_l3vpn_to_bgp_vrf.py b/tests/topotests/bgp_l3vpn_to_bgp_vrf/test_bgp_l3vpn_to_bgp_vrf.py index 60f616c2a6..885616378d 100755 --- a/tests/topotests/bgp_l3vpn_to_bgp_vrf/test_bgp_l3vpn_to_bgp_vrf.py +++ b/tests/topotests/bgp_l3vpn_to_bgp_vrf/test_bgp_l3vpn_to_bgp_vrf.py @@ -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 -- 2.39.5