change tempest test timeout to 15m 77/32977/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 19 Jan 2016 01:38:11 +0000 (17:38 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 19 Jan 2016 01:39:05 +0000 (17:39 -0800)
Change-Id: I4e294cce30786d494b3e613a43a8fcc843421d0f
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
csit/suites/ovsdb/Devstack_Tempest_Tests/01__single_node_devstack_tempest_tests.robot

index 9412b8663bf5299d2bb99fa7ce32c464df5a027d..ff838a34207defcd8736fd6dc15c089b69504a17 100644 (file)
@@ -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)