X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-run-test.sh;h=fa9db12048a4b96073e225c07f2abbb21ac0528f;hb=b08a867abd30b03cabcb92c93ed908f1006ce9e5;hp=f2762481076e45aae1eaa43e4e53a9eb02d26c87;hpb=b0881afd2a6a00ac69070764233ef946f8a99a81;p=releng%2Fbuilder.git diff --git a/jjb/integration/integration-run-test.sh b/jjb/integration/integration-run-test.sh index f27624810..fa9db1204 100755 --- a/jjb/integration/integration-run-test.sh +++ b/jjb/integration/integration-run-test.sh @@ -38,7 +38,7 @@ echo "Starting Robot test suites ${SUITES} ..." # ${TESTOPTIONS}, ${SUITES} are space-separated parameters and should not be quoted. # shellcheck disable=SC2086 robot -N "${TESTPLAN}" \ - --removekeywords wuks -c critical -e exclude -e "skip_if_${DISTROSTREAM}" \ + --removekeywords wuks -e exclude -e "skip_if_${DISTROSTREAM}" \ -v BUNDLEFOLDER:"${BUNDLEFOLDER}" \ -v BUNDLE_URL:"${ACTUAL_BUNDLE_URL}" \ -v CONTROLLER:"${ODL_SYSTEM_IP}" \