For compass, the process name is rabbitmq 03/61803/1
authorxudan <xudan16@huawei.com>
Tue, 4 Sep 2018 07:29:15 +0000 (03:29 -0400)
committerxudan <xudan16@huawei.com>
Tue, 4 Sep 2018 07:29:15 +0000 (03:29 -0400)
JIRA: DOVETAIL-738

Change-Id: I0266c8f61657ceb30d8ce41d3caa35f4e7aa46fa
Signed-off-by: xudan <xudan16@huawei.com>
jjb/dovetail/dovetail-run.sh

index 739da9e..799f157 100755 (executable)
@@ -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