From 86b9e9305cc6e34ad555ccf602406ca1c21d0ca7 Mon Sep 17 00:00:00 2001 From: Evgeny Sikachev Date: Thu, 16 Mar 2017 16:28:49 +0400 Subject: [PATCH] testcommit debug Change-Id: Ibbceb6f29e7595a8b2b89007b4340f35a768df61 --- slave-scripts/functions-common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/slave-scripts/functions-common.sh b/slave-scripts/functions-common.sh index f0633eb1..9fde4c54 100755 --- a/slave-scripts/functions-common.sh +++ b/slave-scripts/functions-common.sh @@ -101,6 +101,7 @@ run_tests() { # Temporary use additional log file, due to wrong status code from tox scenario tests pushd $SAHARA_TESTS_PATH # tox -e scenario -- --verbose -V $template_vars_file $scenario_credentials $scenario_edp $scenario_config || failure "Integration tests are failed" + sleep 1h tox -e venv -- sahara-scenario --verbose -V $template_vars_file $scenario_edp $scenario_config | tee tox.log STATUS=$(grep "\ -\ Failed" tox.log | awk '{print $3}') if [ "$STATUS" != "0" ]; then failure "Integration tests have failed"; fi