X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fpackaging%2Ftest-rpm-docker.sh;h=a7faeb446229094923f756f0160c521ab3959b2e;hb=f31613bc426189bee7f26d277d64cdddf792264a;hp=a5c15f471093738c9f2563207354ff24b41b3599;hpb=bd32472a51ac51ff19a6ae707ad3eca5d71d7432;p=releng%2Fbuilder.git diff --git a/jjb/packaging/test-rpm-docker.sh b/jjb/packaging/test-rpm-docker.sh index a5c15f471..a7faeb446 100644 --- a/jjb/packaging/test-rpm-docker.sh +++ b/jjb/packaging/test-rpm-docker.sh @@ -26,7 +26,7 @@ sudo docker exec $docker_id /bin/bash $scripts_path/start-odl.sh sudo docker exec $docker_id /bin/bash $scripts_path/test-ports-nofeature.sh # Don't install test feature and check REST for Oxygen, ODLPARENT-139 breaks it -if [ "$STREAM" == "oxygen" ]; then +if [ "$STREAM" == "oxygen" ] || [ "$STREAM" == "fluorine" ] || [ "$STREAM" == "neon" ]; then sudo docker exec $docker_id /usr/bin/expect $scripts_path/test-karaf-oxygensafe.expect else sudo docker exec $docker_id /usr/bin/expect $scripts_path/test-karaf.expect