Fix timeout value according to guidelines 90/53890/3
authorMiguel Angel Muñoz Gonzalez <miguel.angel.munoz.gonzalez@ericsson.com>
Mon, 27 Mar 2017 10:07:43 +0000 (12:07 +0200)
committerJamo Luhrsen <jluhrsen@redhat.com>
Mon, 27 Mar 2017 17:08:17 +0000 (17:08 +0000)
Instead of number of times, a retry interval in seconds is provided.

Change-Id: I7ac4a8595535fcecbd1ba957613d057a3177d57a
Signed-off-by: Miguel Angel Munoz Gonzalez <miguel.angel.munoz.gonzalez@ericsson.com>
csit/libraries/KarafKeywords.robot
csit/suites/aaa/tls/010__aaa_restconf_tls.robot

index 4c8e8d412836226112d550e34459f4c07d13294d..3ccea296e2a7fbf1a18bd70e3fbb35892e45cea3 100644 (file)
@@ -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)
index b56f3f046979c64d52c7920fe8947bc6a5ef50f2..fbe7b4263be1dcd6b4d1e305d8c43bc9c8f73642 100644 (file)
@@ -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