summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2018-09-21 18:44:21 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-09-21 18:44:21 +0000
commit096247edf3195d4249787b01a73b8ad1ea4a200e (patch)
tree31d098ce9b80ac5a1ce4db9a47908a0ea829bed3
parent028cdf455dd3a876b7f49205410d72cf651af2c3 (diff)
parentc14a4efc57f1589cfbc14e644d6eb0fa6cfc942d (diff)
Merge "For compass, the process name is rabbitmq"
-rwxr-xr-xjjb/dovetail/dovetail-run.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh
index ed636b849..065d20128 100755
--- a/jjb/dovetail/dovetail-run.sh
+++ b/jjb/dovetail/dovetail-run.sh
@@ -213,6 +213,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:"