s/CFEATURES/CONTROLLERFEATURES
[integration/test.git] / csit / libraries / SetupUtils.robot
index 4f6ba3d69a2662ccd0263a43474ecad61f6b1828..b6055d3eb719cff39328087b32d0bde71f532f86 100644 (file)
@@ -23,10 +23,11 @@ ${SetupUtils__Known_Bug_ID}    ${EMPTY}
 
 *** Keywords ***
 Setup_Utils_For_Setup_And_Teardown
+    [Arguments]    ${http_timeout}=1
     [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