From 8511e361a162afb961654a0aa47ea09ba4b55932 Mon Sep 17 00:00:00 2001 From: Nikolas Hermanns Date: Tue, 24 Jan 2017 11:36:15 -0500 Subject: [BGPVPN] Remove l2 in Name; Enable ODL Boron Since Boron ODL servers always the l3 usecase so the l2 differentiation does not make sense anymore. Depends: https://gerrit.opnfv.org/gerrit/27605 Change-Id: I8bb55387001dfc81845134639ab4e913072f9a27 Signed-off-by: Nikolas Hermanns --- tests/test_apex_deploy_settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test_apex_deploy_settings.py b/tests/test_apex_deploy_settings.py index a0af1211..48c55d79 100644 --- a/tests/test_apex_deploy_settings.py +++ b/tests/test_apex_deploy_settings.py @@ -22,8 +22,8 @@ deploy_files = ('deploy_settings.yaml', 'os-nosdn-nofeature-noha.yaml', 'os-nosdn-ovs-noha.yaml', 'os-ocl-nofeature-ha.yaml', - 'os-odl_l2-bgpvpn-ha.yaml', - 'os-odl_l2-bgpvpn-noha.yaml', + 'os-odl-bgpvpn-ha.yaml', + 'os-odl-bgpvpn-noha.yaml', 'os-odl_l3-nofeature-ha.yaml', 'os-nosdn-nofeature-ha.yaml', 'os-nosdn-ovs-ha.yaml', -- cgit 1.2.3-korg