From 6571295b675f07a2fa22048f5f8257c1f9dfd18c Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Fri, 8 Jan 2021 12:50:55 -0800 Subject: [PATCH 1/1] Add missing '$' in JJB scripts Change-Id: I316c09c120bef9fdd0f5ec9fc0302381ef72cf7f Signed-off-by: Luis Gomez --- jjb/integration/integration-apex-run-tests.sh | 2 +- jjb/integration/integration-deploy-openstack-run-test.sh | 2 +- jjb/integration/integration-start-cluster-run-test.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jjb/integration/integration-apex-run-tests.sh b/jjb/integration/integration-apex-run-tests.sh index 4b825bc80..58f438424 100644 --- a/jjb/integration/integration-apex-run-tests.sh +++ b/jjb/integration/integration-apex-run-tests.sh @@ -171,7 +171,7 @@ for suite in ${SUITES}; do -v SSH_KEY:robot_id_rsa \ -v TOOLS_SYSTEM_IP: \ -v USER_HOME:"${HOME}" \ - -v IS_KARAF_APPL:"{IS_KARAF_APPL}" \ + -v IS_KARAF_APPL:"${IS_KARAF_APPL}" \ -v WORKSPACE:/tmp \ "${TESTOPTIONS}" "${suite}" || true done diff --git a/jjb/integration/integration-deploy-openstack-run-test.sh b/jjb/integration/integration-deploy-openstack-run-test.sh index ae9e76d94..148c96a20 100644 --- a/jjb/integration/integration-deploy-openstack-run-test.sh +++ b/jjb/integration/integration-deploy-openstack-run-test.sh @@ -1233,7 +1233,7 @@ for suite in ${SUITES}; do -v TOOLS_SYSTEM_2_IP:"${TOOLS_SYSTEM_2_IP}" \ -v TOOLS_SYSTEM_3_IP:"${TOOLS_SYSTEM_3_IP}" \ -v USER_HOME:"${HOME}" \ - -v IS_KARAF_APPL:"{IS_KARAF_APPL}" \ + -v IS_KARAF_APPL:"${IS_KARAF_APPL}" \ -v WORKSPACE:/tmp \ ${TESTOPTIONS} ${suite} || true done diff --git a/jjb/integration/integration-start-cluster-run-test.sh b/jjb/integration/integration-start-cluster-run-test.sh index 882e4be63..28a6900d9 100644 --- a/jjb/integration/integration-start-cluster-run-test.sh +++ b/jjb/integration/integration-start-cluster-run-test.sh @@ -67,7 +67,7 @@ robot -N "${TESTPLAN}" \ -v TOOLS_SYSTEM_IP:"${TOOLS_SYSTEM_IP}" ${tools_variables} \ -v TOOLS_SYSTEM_USER:"${USER}" \ -v USER_HOME:"${HOME}" \ - -v IS_KARAF_APPL:"{IS_KARAF_APPL}" \ + -v IS_KARAF_APPL:"${IS_KARAF_APPL}" \ -v WORKSPACE:/tmp \ ${TESTOPTIONS} ${SUITES} || true -- 2.36.6