From f7292aa70b3bb674423383f92003405424beb71b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Miguel=20Angel=20Mu=C3=B1oz=20Gonzalez?= Date: Mon, 27 Mar 2017 12:07:43 +0200 Subject: [PATCH] Fix timeout value according to guidelines Instead of number of times, a retry interval in seconds is provided. Change-Id: I7ac4a8595535fcecbd1ba957613d057a3177d57a Signed-off-by: Miguel Angel Munoz Gonzalez --- csit/libraries/KarafKeywords.robot | 2 +- csit/suites/aaa/tls/010__aaa_restconf_tls.robot | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/csit/libraries/KarafKeywords.robot b/csit/libraries/KarafKeywords.robot index 4c8e8d4128..3ccea296e2 100644 --- a/csit/libraries/KarafKeywords.robot +++ b/csit/libraries/KarafKeywords.robot @@ -214,7 +214,7 @@ Restart Karaf # TODO: prepare this for cluster environment and multiple controllers Safe_Issue_Command_On_Karaf_Console log:clear Issue_Command_On_Karaf_Console shutdown -r -f - Run Keyword And Return Status Wait Until Keyword Succeeds 4x 60s Wait For Karaf Log Karaf started in + Run Keyword And Return Status Wait Until Keyword Succeeds 240s 60s Wait For Karaf Log Karaf started in Restart Jetty [Documentation] Restarts jetty bundle (to reload certificates or key/truststore information) diff --git a/csit/suites/aaa/tls/010__aaa_restconf_tls.robot b/csit/suites/aaa/tls/010__aaa_restconf_tls.robot index b56f3f0469..fbe7b4263b 100644 --- a/csit/suites/aaa/tls/010__aaa_restconf_tls.robot +++ b/csit/suites/aaa/tls/010__aaa_restconf_tls.robot @@ -2,6 +2,7 @@ Documentation Test suite for Securing RESTCONF communication. ... Note this suite requires PycURLLibrary to handle client certificates. While Requests library is able ... to handle server certificates well, it lacks capabilities to deal with client certificates. +... TODO: Investigate the possibility to incorporate this into TemplatedRequests Suite Setup Init Suite Suite Teardown Cleanup Suite Library OperatingSystem -- 2.36.6