diff options
author | xudan <xudan16@huawei.com> | 2018-09-04 03:29:15 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2018-09-04 03:29:15 -0400 |
commit | c14a4efc57f1589cfbc14e644d6eb0fa6cfc942d (patch) | |
tree | 55d8ceff2ce4d81c4d0ef4a6494ce480edd237e0 /jjb | |
parent | f61775482871211ebce64cdc25fb6f8857899945 (diff) |
For compass, the process name is rabbitmq
JIRA: DOVETAIL-738
Change-Id: I0266c8f61657ceb30d8ce41d3caa35f4e7aa46fa
Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/dovetail/dovetail-run.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ -218,6 +218,11 @@ process_info: - {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 echo "file ${DOVETAIL_CONFIG}/pod.yaml:" |