Replace command "pass" in the shell script by ":" 25/7025/1
authorjose.lausuch <jose.lausuch@ericsson.com>
Sun, 17 Jan 2016 19:20:31 +0000 (20:20 +0100)
committerjose.lausuch <jose.lausuch@ericsson.com>
Sun, 17 Jan 2016 19:20:31 +0000 (20:20 +0100)
"pass" is a python command, not bash. ":" is the equivalent.

Change-Id: Ied93813308599479b82729c66c10397135477a47
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
docker/run_tests.sh

index 2225791..97bbfef 100755 (executable)
@@ -69,11 +69,11 @@ function run_test(){
             if [ $INSTALLER_TYPE == "fuel" ]; then
                 odl_port=8282
             elif [ $INSTALLER_TYPE == "apex" ]; then
             if [ $INSTALLER_TYPE == "fuel" ]; then
                 odl_port=8282
             elif [ $INSTALLER_TYPE == "apex" ]; then
-                pass
+                :
             elif [ $INSTALLER_TYPE == "joid" ]; then
             elif [ $INSTALLER_TYPE == "joid" ]; then
-                pass
+                :
             elif [ $INSTALLER_TYPE == "compass" ]; then
             elif [ $INSTALLER_TYPE == "compass" ]; then
-                pass
+                :
             else
                 error "INSTALLER_TYPE not valid."
                 exit 1
             else
                 error "INSTALLER_TYPE not valid."
                 exit 1