From: Jamo Luhrsen Date: Tue, 19 Jan 2016 01:38:11 +0000 (-0800) Subject: change tempest test timeout to 15m X-Git-Tag: release/beryllium-sr1~205 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=066fa402dd0b1977847f723cfa86f6a0b1a7b65a change tempest test timeout to 15m Change-Id: I4e294cce30786d494b3e613a43a8fcc843421d0f Signed-off-by: Jamo Luhrsen --- diff --git a/csit/suites/ovsdb/Devstack_Tempest_Tests/01__single_node_devstack_tempest_tests.robot b/csit/suites/ovsdb/Devstack_Tempest_Tests/01__single_node_devstack_tempest_tests.robot index 9412b8663b..ff838a3420 100644 --- a/csit/suites/ovsdb/Devstack_Tempest_Tests/01__single_node_devstack_tempest_tests.robot +++ b/csit/suites/ovsdb/Devstack_Tempest_Tests/01__single_node_devstack_tempest_tests.robot @@ -40,7 +40,7 @@ tempest.api.network tempest [Tags] exclude - Run Tempest Tests ${TEST_NAME} 1800s + Run Tempest Tests ${TEST_NAME} 900s *** Keywords *** Run Tempest Tests @@ -48,7 +48,7 @@ Run Tempest Tests Write Commands Until Prompt cd /opt/stack/new/tempest Write Commands Until Prompt sudo rm -rf /opt/stack/new/tempest/.testrepository Write Commands Until Prompt sudo testr init - ${results}= Write Commands Until Prompt sudo -E testr run ${tempest_regex} --subunit | subunit-trace --no-failure-debug -f timeout=600s + ${results}= Write Commands Until Prompt sudo -E testr run ${tempest_regex} --subunit | subunit-trace --no-failure-debug -f timeout=${timeout} Should Contain ${results} Failed: 0 # TODO: also need to verify some non-zero pass count as well as other results are ok (e.g. skipped, etc)