diff options
author | mei mei <meimei@huawei.com> | 2018-03-19 04:09:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-19 04:09:51 +0000 |
commit | ea7d014482095a24bb1ac06ae3ca866ebc15ae2b (patch) | |
tree | 723e28640949524df35d4f04a381c828bc5e9c1d /jjb | |
parent | 739c2d9550e34798e31fc4931b9f1afc0a582827 (diff) | |
parent | de27afcb45a80cfc530eda2ab732cbc3ef24a76e (diff) |
Merge "change rabbitmq-server to rabbitmq for all installers"
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/dovetail/dovetail-run.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh index a5a95f402..b8c432458 100755 --- a/jjb/dovetail/dovetail-run.sh +++ b/jjb/dovetail/dovetail-run.sh @@ -154,6 +154,13 @@ if [[ ! -f ${DOVETAIL_CONFIG}/pod.yaml ]]; then fi if [ -f ${DOVETAIL_CONFIG}/pod.yaml ]; then + echo "Adapt process info for $INSTALLER_TYPE ..." + attack_process='rabbitmq' + cat << EOF >> ${DOVETAIL_CONFIG}/pod.yaml +process_info: +- {testcase_name: dovetail.ha.tc010, attack_process: ${attack_process}} + +EOF echo "file ${DOVETAIL_CONFIG}/pod.yaml:" cat ${DOVETAIL_CONFIG}/pod.yaml else |