summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNikolas Hermanns <nikolas.hermanns@ericsson.com>2017-01-24 11:36:15 -0500
committerNikolas Hermanns <nikolas.hermanns@ericsson.com>2017-01-26 05:51:14 -0500
commit8511e361a162afb961654a0aa47ea09ba4b55932 (patch)
tree40546eb962d34740f27097091915603b1dc3b26d /tests
parenta271e8ff76da2592477824611b726b98ca19bd59 (diff)
[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 <nikolas.hermanns@ericsson.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/test_apex_deploy_settings.py4
1 files changed, 2 insertions, 2 deletions
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',