[Functest] Continue the job execution if healhcheck fails 25/43825/2
authorJose Lausuch <jalausuch@suse.com>
Mon, 2 Oct 2017 08:26:39 +0000 (10:26 +0200)
committerJose Lausuch <jalausuch@suse.com>
Mon, 2 Oct 2017 08:29:41 +0000 (08:29 +0000)
This will allow the push-test-logs.sh script to be executed
in any case instead of exiting directly

Change-Id: I03c40e2f368485389a21313f98745217ae634eca
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
jjb/functest/functest-alpine.sh

index 797f660..f5f39b8 100755 (executable)
@@ -23,7 +23,7 @@ run_tiers() {
             echo ${ret_value} > ${ret_val_file}
             if [ ${tier} == 'healthcheck' ]; then
                 echo "Healthcheck tier failed. Exiting Functest..."
-                exit 1
+                break
             fi
         fi
     done