diff options
author | Dan Radez <dradez@redhat.com> | 2017-03-29 12:32:45 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2017-03-30 08:08:10 -0400 |
commit | 6afb7794346307c9f276b49796c43e99c4fba604 (patch) | |
tree | c5658529b762814c816cfb3087b7c7babee3ece8 /tests | |
parent | a684f6b753749c355aee06412bd0f22779357089 (diff) |
Euphrates Docs update w odl scenario name cleanups
- updating docs to reference Euphrates
- removing the odl_l2-nofeature scenario, it's obsolete
- renameing odl_l3 to odl, it's default for odl now
- adding symlinks to files to _l3 files so CI doesn't break
will remote those once CI is updated to use new names
Change-Id: I9f2646fc5dac443042c5f4be8cca7d2df5dca663
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_apex_deploy_settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_apex_deploy_settings.py b/tests/test_apex_deploy_settings.py index 48c55d79..5765c1ca 100644 --- a/tests/test_apex_deploy_settings.py +++ b/tests/test_apex_deploy_settings.py @@ -24,11 +24,11 @@ deploy_files = ('deploy_settings.yaml', 'os-ocl-nofeature-ha.yaml', 'os-odl-bgpvpn-ha.yaml', 'os-odl-bgpvpn-noha.yaml', - 'os-odl_l3-nofeature-ha.yaml', + 'os-odl-nofeature-ha.yaml', 'os-nosdn-nofeature-ha.yaml', 'os-nosdn-ovs-ha.yaml', 'os-nosdn-performance-ha.yaml', - 'os-odl_l2-nofeature-ha.yaml', + 'os-odl-nofeature-ha.yaml', 'os-odl_l2-sfc-noha.yaml', 'os-onos-nofeature-ha.yaml', 'os-onos-sfc-ha.yaml') |