From: Jozef Behran Date: Thu, 25 Feb 2016 14:51:31 +0000 (+0100) Subject: Fix timeouts for Install/Uninstall Karaf Feature X-Git-Tag: release/beryllium-sr1~49 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=3ec516a832c94452d99a1f33d1cd169566c1abfd Fix timeouts for Install/Uninstall Karaf Feature 15 seconds is not enough for some of the features. Even one minute may be insufficient. Increase thus the default timeout for these keywords to 3 minutes. Change-Id: If79ece224becea091d3c42c2ecdac84be2b95861 Signed-off-by: Jozef Behran --- diff --git a/csit/libraries/KarafKeywords.robot b/csit/libraries/KarafKeywords.robot index f1cc295755..90b4e8c28c 100644 --- a/csit/libraries/KarafKeywords.robot +++ b/csit/libraries/KarafKeywords.robot @@ -67,7 +67,7 @@ Check Karaf Log File Does Not Have Messages Should Be Equal As Strings ${output} 0 Install a Feature - [Arguments] ${feature_name} ${controller}=${ODL_SYSTEM_IP} ${karaf_port}=${KARAF_SHELL_PORT} ${timeout}=15 + [Arguments] ${feature_name} ${controller}=${ODL_SYSTEM_IP} ${karaf_port}=${KARAF_SHELL_PORT} ${timeout}=180 [Documentation] Will Install the given ${feature_name} Log ${timeout} ${output}= Issue Command On Karaf Console feature:install ${feature_name} ${controller} ${karaf_port} ${timeout} @@ -75,7 +75,7 @@ Install a Feature [Return] ${output} Uninstall a Feature - [Arguments] ${feature_name} ${controller}=${ODL_SYSTEM_IP} ${karaf_port}=${KARAF_SHELL_PORT} ${timeout}=15 + [Arguments] ${feature_name} ${controller}=${ODL_SYSTEM_IP} ${karaf_port}=${KARAF_SHELL_PORT} ${timeout}=180 [Documentation] Will UnInstall the given ${feature_name} ${output}= Issue Command On Karaf Console feature:uninstall ${feature_name} ${controller} ${karaf_port} ${timeout} Log ${output}