X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-apex-run-tests.sh;h=84d06e59a3a3ab84b54103d52e55734fed7366eb;hb=30335204e5bcf1f465fd890b5fc330539c7089fd;hp=6ce6d5c01c2b0a5ea87839910b0fc457ab0ad65f;hpb=ce95944aa16fbf7151b6c8664aa72f11d46902f0;p=releng%2Fbuilder.git diff --git a/jjb/integration/integration-apex-run-tests.sh b/jjb/integration/integration-apex-run-tests.sh index 6ce6d5c01..84d06e59a 100644 --- a/jjb/integration/integration-apex-run-tests.sh +++ b/jjb/integration/integration-apex-run-tests.sh @@ -130,7 +130,7 @@ for suite in ${SUITES}; do suite_name="$(basename "${suite}" | cut -d. -f1)" log_name="${suite_index}_${suite_name}" robot -N "${log_name}" \ - -c critical -e exclude -e "skip_if_${DISTROSTREAM}" -e NON_GATE \ + -e exclude -e "skip_if_${DISTROSTREAM}" -e NON_GATE \ --log "log_${log_name}.html" --report "report_${log_name}.html" --output "output_${log_name}.xml" \ --removekeywords wuks \ --removekeywords name:SetupUtils.Setup_Utils_For_Setup_And_Teardown \ @@ -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