Merge "change rabbitmq-server to rabbitmq for all installers"
authormei mei <meimei@huawei.com>
Mon, 19 Mar 2018 04:09:51 +0000 (04:09 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 19 Mar 2018 04:09:51 +0000 (04:09 +0000)
jjb/dovetail/dovetail-run.sh

index a5a95f4..b8c4324 100755 (executable)
@@ -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