diff options
author | Dan Radez <dradez@redhat.com> | 2016-12-21 13:47:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-21 13:47:08 +0000 |
commit | 81246ae71f3406e84169e3db004576d18dda64aa (patch) | |
tree | e482dec748f5401667721ad2abc1de08750c31c6 /tests | |
parent | a90e29d412664322bb5b0602ae4870439a0ed038 (diff) | |
parent | e3862db6712692ac12bc1da5a15415756825aed2 (diff) |
Merge "remove odl sdnvpn config file"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_apex_deploy_settings.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_apex_deploy_settings.py b/tests/test_apex_deploy_settings.py index 2af187b2..a0af1211 100644 --- a/tests/test_apex_deploy_settings.py +++ b/tests/test_apex_deploy_settings.py @@ -22,7 +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-sdnvpn-ha.yaml', + 'os-odl_l2-bgpvpn-ha.yaml', + 'os-odl_l2-bgpvpn-noha.yaml', 'os-odl_l3-nofeature-ha.yaml', 'os-nosdn-nofeature-ha.yaml', 'os-nosdn-ovs-ha.yaml', |