summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2017-04-04 12:12:11 -0400
committerDan Radez <dradez@redhat.com>2017-04-04 12:19:54 -0400
commitb16ce9e22edc765378943072f4a303375fc24e99 (patch)
treef5c6d37c412d3ad254df4989fec12a8b835e1c8c /tests
parenta241a5458819cc3488a2e3934daa4a07c662c9dd (diff)
RPM version update / ovs_dpdk rename
- updating RPM version numbers for Euphrates - renaming ovs scenario to ovs_dpdk JIRA: APEX-434 Change-Id: I75e1d96bd613ea04e2ffd12bd41b3a536ff75d7f Signed-off-by: Dan Radez <dradez@redhat.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 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',