X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FSetupUtils.robot;h=9fb802e8ddaefdde336b71137b283feea08f9ac9;hb=115552e2120ca2e9aa2eb8ff18c339a8090589e1;hp=4f6ba3d69a2662ccd0263a43474ecad61f6b1828;hpb=f6ed8e27996130ded579e9f7b9bc073fcd529387;p=integration%2Ftest.git diff --git a/csit/libraries/SetupUtils.robot b/csit/libraries/SetupUtils.robot index 4f6ba3d69a..9fb802e8dd 100644 --- a/csit/libraries/SetupUtils.robot +++ b/csit/libraries/SetupUtils.robot @@ -23,10 +23,11 @@ ${SetupUtils__Known_Bug_ID} ${EMPTY} *** Keywords *** Setup_Utils_For_Setup_And_Teardown + [Arguments] ${http_timeout}=${DEFAULT_TIMEOUT_HTTP} [Documentation] Prepare both FailFast and Karaf logging, log that the caller suite has started. ... This keyword is to be used in suite setup, and without it the other keywords may not work properly. FailFast.Do_Not_Fail_Fast_From_Now_On - KarafKeywords.Setup Karaf Keywords + KarafKeywords.Setup Karaf Keywords http_timeout=${http_timeout} BuiltIn.Run Keyword And Ignore Error KarafKeywords.Log_Test_Suite_Start_To_Controller_Karaf Setup_Test_With_Logging_And_Fast_Failing @@ -46,8 +47,9 @@ Setup_Test_With_Logging_And_Without_Fast_Failing Setup_Logging_For_Debug_Purposes_On_List_Or_All [Arguments] ${log_level} ${loggers_list} ${member_index_list}=${EMPTY} [Documentation] Set the log level for given loggers on node nodes of the cluster - : FOR ${logger} IN @{loggers_list} - \ ClusterManagement.Run_Karaf_Command_On_List_Or_All log:set ${log_level} ${logger} member_index_list=${member_index_list} + FOR ${logger} IN @{loggers_list} + ClusterManagement.Run_Karaf_Command_On_List_Or_All log:set ${log_level} ${logger} member_index_list=${member_index_list} + END Set_Known_Bug_Id [Arguments] ${id}