From: Luis Gomez Date: Fri, 8 Jan 2021 20:50:55 +0000 (-0800) Subject: Add missing '$' in JJB scripts X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=6571295b675f07a2fa22048f5f8257c1f9dfd18c;hp=c5fd897d09c40c8d1879dcb8aa4e57dcf48fc897;p=releng%2Fbuilder.git Add missing '$' in JJB scripts Change-Id: I316c09c120bef9fdd0f5ec9fc0302381ef72cf7f Signed-off-by: Luis Gomez --- 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