From b94c9122f8081cbed27f71e57ecde47c8c165b8f Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Wed, 1 Aug 2018 14:46:02 +0200 Subject: [PATCH] [Dovetail] using correct rabbitmq process name Using the correct process name for the rabbitmq server in the HA test configuration. Change-Id: I42c8ba093f34c5d15f8c2e19b69538b22b716637 Signed-off-by: Georg Kunz --- jjb/dovetail/dovetail-run.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh index ecc75bc4b..0f88e843d 100755 --- a/jjb/dovetail/dovetail-run.sh +++ b/jjb/dovetail/dovetail-run.sh @@ -207,15 +207,15 @@ if [ -f ${DOVETAIL_CONFIG}/pod.yaml ]; then if [ "$INSTALLER_TYPE" == "apex" ]; then cat << EOF >> ${DOVETAIL_CONFIG}/pod.yaml process_info: -- {testcase_name: dovetail.ha.rabbitmq, attack_process: rabbitmq_server} +- {testcase_name: yardstick.ha.rabbitmq, attack_process: rabbitmq_server} 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.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} +- {testcase_name: yardstick.ha.cinder_api, attack_process: cinder-wsgi} +- {testcase_name: yardstick.ha.rabbitmq, attack_process: rabbitmq_server, attack_host: msg01} +- {testcase_name: yardstick.ha.neutron_l3_agent, attack_process: neutron-l3-agent, attack_host: cmp01} +- {testcase_name: yardstick.ha.database, attack_process: mysqld, attack_host: dbs01} EOF fi -- 2.16.6