odlmicro Netconf Scale Jobs
[releng/builder.git] / jjb / integration / integration-apex-run-tests.sh
index 49c7aa6d85bced1c158ae6c2fc52dad31e2983b6..4b825bc80b658ea3fb22f4325fce8d5b74e6e67c 100644 (file)
@@ -126,7 +126,7 @@ for suite in ${SUITES}; do
     # prepend an incremental counter to the suite name so that the full robot log combining all the suites as is done
     # in the rebot step below will list all the suites in chronological order as rebot seems to alphabetize them
     ((suite_num = suite_num + 1))
-    suite_index="$(printf %02d ${suite_num})"
+    suite_index="$(printf %02d "${suite_num}")"
     suite_name="$(basename "${suite}" | cut -d. -f1)"
     log_name="${suite_index}_${suite_name}"
     robot -N "${log_name}" \
@@ -171,6 +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 WORKSPACE:/tmp \
     "${TESTOPTIONS}" "${suite}" || true
 done