summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2018-07-30 22:38:25 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-07-30 22:38:25 +0000
commit525aa95f876fe68385ad09bce6a2865003669f9f (patch)
treef54b6602b728d4e9b19f387ee5ed3365b56da866 /jjb
parenta00d94e18f211f7d90280961decd91cf1632c448 (diff)
parenta2ce5336968431b1ed3bae0798e5ef066befaa95 (diff)
Merge "[Dovetail] Fixing cinder process name on Fuel"
Diffstat (limited to 'jjb')
-rwxr-xr-xjjb/dovetail/dovetail-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh
index c92ebba02..b90973fab 100755
--- a/jjb/dovetail/dovetail-run.sh
+++ b/jjb/dovetail/dovetail-run.sh
@@ -212,7 +212,7 @@ EOF
elif [ "$INSTALLER_TYPE" == "fuel" ]; then
cat << EOF >> ${DOVETAIL_CONFIG}/pod.yaml
process_info:
-- {testcase_name: dovetail.ha.cinder_api, attack_process: cinder_wsgi}
+- {testcase_name: dovetail.ha.cinder_api, attack_process: cinder-wsgi}
- {testcase_name: dovetail.ha.rabbitmq, attack_process: rabbitmq-server, attack_host: msg01}
- {testcase_name: dovetail.ha.neutron_l3_agent, attack_process: neutron-l3-agent, attack_host: cmp01}
- {testcase_name: dovetail.ha.database, attack_process: mysqld, attack_host: dbs01}