From c14a4efc57f1589cfbc14e644d6eb0fa6cfc942d Mon Sep 17 00:00:00 2001 From: xudan Date: Tue, 4 Sep 2018 03:29:15 -0400 Subject: [PATCH] For compass, the process name is rabbitmq JIRA: DOVETAIL-738 Change-Id: I0266c8f61657ceb30d8ce41d3caa35f4e7aa46fa Signed-off-by: xudan --- jjb/dovetail/dovetail-run.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh index 739da9eac..799f15713 100755 --- a/jjb/dovetail/dovetail-run.sh +++ b/jjb/dovetail/dovetail-run.sh @@ -217,6 +217,11 @@ process_info: - {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 + elif [ "$INSTALLER_TYPE" == "compass" ]; then + cat << EOF >> ${DOVETAIL_CONFIG}/pod.yaml +process_info: +- {testcase_name: yardstick.ha.rabbitmq, attack_process: rabbitmq} EOF fi -- 2.16.6