diff options
author | Dan Radez <dradez@redhat.com> | 2017-04-06 23:07:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-06 23:07:37 +0000 |
commit | fd92fd7332bdd97564ecad0fb87c7e54603b94e2 (patch) | |
tree | f79004e445540b898e799a1bcbe83aa0e7a64df2 /tests | |
parent | fa293822659e49a12403b58467f480eabb916a9d (diff) | |
parent | b16ce9e22edc765378943072f4a303375fc24e99 (diff) |
Merge "RPM version update / ovs_dpdk rename"
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 5765c1ca..5882eb95 100644 --- a/tests/test_apex_deploy_settings.py +++ b/tests/test_apex_deploy_settings.py @@ -20,13 +20,13 @@ from nose.tools import assert_is_instance deploy_files = ('deploy_settings.yaml', 'os-nosdn-nofeature-noha.yaml', - 'os-nosdn-ovs-noha.yaml', + 'os-nosdn-ovs_dpdk-noha.yaml', 'os-ocl-nofeature-ha.yaml', 'os-odl-bgpvpn-ha.yaml', 'os-odl-bgpvpn-noha.yaml', 'os-odl-nofeature-ha.yaml', 'os-nosdn-nofeature-ha.yaml', - 'os-nosdn-ovs-ha.yaml', + 'os-nosdn-ovs_dpdk-ha.yaml', 'os-nosdn-performance-ha.yaml', 'os-odl-nofeature-ha.yaml', 'os-odl_l2-sfc-noha.yaml', |