Tweak tempest timeouts 55/60155/4
authorJamo Luhrsen <jluhrsen@redhat.com>
Mon, 10 Jul 2017 18:35:04 +0000 (11:35 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Tue, 11 Jul 2017 15:36:07 +0000 (15:36 +0000)
seems that in a busy environment our tempest.api suite is
taking slightly longer than 10m to complete (12-13m in one
case) but the tests are passing. Robot marks it as a failure
because of the 10m timeout.

also, make the default 7m which is long enough to cover
the tempest.scenario tests, just for the case that there
is trouble and we don't have to wait 10m for each scenario
test to timeout.

Change-Id: I2756398a2a5541c0c5d23c74ea612b0544b37f67
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
csit/libraries/DevstackUtils.robot
csit/suites/openstack/tempest/tempest.robot

index 8f08bc55daab4b10dd98ef58b7c362dfe2f60f7b..eeb12adf9c1b7beb5d7600b1322411afcfd9c060 100644 (file)
@@ -18,7 +18,7 @@ ${DEVSTACK_SYSTEM_PASSWORD}    \    # set to empty, but provide for others to ov
 
 *** Keywords ***
 Run Tempest Tests
-    [Arguments]    ${tempest_regex}    ${exclusion_file}=/dev/null    ${tempest_conf}=""    ${tempest_directory}=/opt/stack/tempest    ${timeout}=600s
+    [Arguments]    ${tempest_regex}    ${exclusion_file}=/dev/null    ${tempest_conf}=""    ${tempest_directory}=/opt/stack/tempest    ${timeout}=420s
     [Documentation]    Execute the tempest tests.
     Return From Keyword If    "skip_if_${OPENSTACK_BRANCH}" in @{TEST_TAGS}
     Return From Keyword If    "skip_if_${SECURITY_GROUP_MODE}" in @{TEST_TAGS}
index 4315238ba0c015a521c48570d789336fbd074bfa..dbd597e4bad0abdc357f374cdbe83b4e3537ccc6 100644 (file)
@@ -31,7 +31,7 @@ ${external_subnet}    10.10.10.0/24
 
 *** Test Cases ***
 tempest.api.network
-    ${TEST_NAME}    ${blacklist_file}    ${tempest_config_file}
+    ${TEST_NAME}    ${blacklist_file}    ${tempest_config_file}    timeout=900s
 
 tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks
     ${TEST_NAME}    ${blacklist_file}    ${tempest_config_file}