Update timeout for tempest tests

Test for creating cluster failed because of
timeout 1200

Depends-On: Ic615c3958c30aa14f46784923d4cc12d634ab099
Change-Id: I23f3878ed223875dc883844ac1cbbdfa88450c4c
This commit is contained in:
Evgeny Sikachev 2015-11-25 16:11:03 +03:00
parent 8d94fccfb7
commit b069c8d528

View File

@ -79,6 +79,7 @@ if [ "$TEMPESTPLUGIN_TESTS" == "0" ]; then
else
TOXENV="all-plugin"
fi
export OS_TEST_TIMEOUT=1800
tox -e $TOXENV --notest
.tox/$TOXENV/bin/pip install $SAHARACLIENT_PATH/.
# Temporary use additional log file, due to wrong status code from tox scenario tests
@ -87,4 +88,5 @@ tox -e $TOXENV -- tempest.scenario.data_processing.client_tests | tee tox.log
STATUS=$(grep "\ -\ Failed" tox.log | awk '{print $3}')
if [ "$STATUS" != "0" ]; then failure "Tempest tests have failed"; fi
.tox/$TOXENV/bin/pip freeze > $WORKSPACE/logs/python-tempest-env.txt
unset OS_TEST_TIMEOUT
print_python_env