[Dovetail] Fixing cinder process name on Fuel 79/60179/2
authorGeorg Kunz <georg.kunz@ericsson.com>
Wed, 25 Jul 2018 15:18:12 +0000 (17:18 +0200)
committerGeorg Kunz <georg.kunz@ericsson.com>
Wed, 25 Jul 2018 15:21:08 +0000 (15:21 +0000)
Fixing the process name of Cinder on Fuel deployments.

JIRA: DOVETAIL-688

Change-Id: Ide672e6bafedeecc6b99a99263147fec5fab44ef
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
jjb/dovetail/dovetail-run.sh

index c92ebba..b90973f 100755 (executable)
@@ -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}