[dovetail] set correct Cinder process name on Apex 35/61135/1
authorGeorg Kunz <georg.kunz@ericsson.com>
Mon, 20 Aug 2018 20:00:01 +0000 (22:00 +0200)
committerGeorg Kunz <georg.kunz@ericsson.com>
Mon, 20 Aug 2018 20:00:01 +0000 (22:00 +0200)
In fraser, cinder-api runs as an apache module called cinder_wsgi.

JIRA: DOVETAIL-690

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

index 2797ec5..b60ba7d 100755 (executable)
@@ -208,6 +208,7 @@ if [ -f ${DOVETAIL_CONFIG}/pod.yaml ]; then
         cat << EOF >> ${DOVETAIL_CONFIG}/pod.yaml
 process_info:
 - {testcase_name: yardstick.ha.rabbitmq, attack_process: rabbitmq_server}
+- {testcase_name: yardstick.ha.cinder_api, attack_process: cinder_wsgi}
 EOF
     elif [ "$INSTALLER_TYPE" == "fuel" ]; then
         cat << EOF >> ${DOVETAIL_CONFIG}/pod.yaml