summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/run_tests.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh
index 2225791a4..97bbfefec 100755
--- a/docker/run_tests.sh
+++ b/docker/run_tests.sh
@@ -69,11 +69,11 @@ function run_test(){
if [ $INSTALLER_TYPE == "fuel" ]; then
odl_port=8282
elif [ $INSTALLER_TYPE == "apex" ]; then
- pass
+ :
elif [ $INSTALLER_TYPE == "joid" ]; then
- pass
+ :
elif [ $INSTALLER_TYPE == "compass" ]; then
- pass
+ :
else
error "INSTALLER_TYPE not valid."
exit 1