summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Kunz <georg.kunz@ericsson.com>2018-07-25 17:18:12 +0200
committerGeorg Kunz <georg.kunz@ericsson.com>2018-07-25 15:21:08 +0000
commita2ce5336968431b1ed3bae0798e5ef066befaa95 (patch)
tree8b5d85814520b01e5b78f4df7ba69952ddce0850
parent2d19c30a4d2c8d67b38fce6ba8ed110e076c1295 (diff)
[Dovetail] Fixing cinder process name on Fuel
Fixing the process name of Cinder on Fuel deployments. JIRA: DOVETAIL-688 Change-Id: Ide672e6bafedeecc6b99a99263147fec5fab44ef Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
-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}