From f956124241bbcafbabd40a602b86fff259289001 Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Mon, 10 Jul 2017 11:35:04 -0700 Subject: [PATCH] Tweak tempest timeouts 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 --- csit/libraries/DevstackUtils.robot | 2 +- csit/suites/openstack/tempest/tempest.robot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/csit/libraries/DevstackUtils.robot b/csit/libraries/DevstackUtils.robot index 8f08bc55da..eeb12adf9c 100644 --- a/csit/libraries/DevstackUtils.robot +++ b/csit/libraries/DevstackUtils.robot @@ -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} diff --git a/csit/suites/openstack/tempest/tempest.robot b/csit/suites/openstack/tempest/tempest.robot index 4315238ba0..dbd597e4ba 100644 --- a/csit/suites/openstack/tempest/tempest.robot +++ b/csit/suites/openstack/tempest/tempest.robot @@ -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} -- 2.36.6