Add global rpc ha scenarion for frozen/stopped/paused node
[integration/test.git] / csit / libraries / SetupUtils.robot
index c748097a1f162b26e6c64d8f1386e1cf4b16ebf5..4f6ba3d69a2662ccd0263a43474ecad61f6b1828 100644 (file)
@@ -30,16 +30,18 @@ Setup_Utils_For_Setup_And_Teardown
     BuiltIn.Run Keyword And Ignore Error    KarafKeywords.Log_Test_Suite_Start_To_Controller_Karaf
 
 Setup_Test_With_Logging_And_Fast_Failing
+    [Arguments]    ${member_index_list}=${EMPTY}
     [Documentation]    Test case setup which skips on previous failure. If not, logs test case name to Karaf log.
     ...    Recommended to be used as the default test case setup.
     FailFast.Fail_This_Fast_On_Previous_Error
-    BuiltIn.Run Keyword And Ignore Error    KarafKeywords.Log_Testcase_Start_To_Controller_Karaf
+    BuiltIn.Run Keyword And Ignore Error    KarafKeywords.Log_Testcase_Start_To_Controller_Karaf    member_index_list=${member_index_list}
 
 Setup_Test_With_Logging_And_Without_Fast_Failing
+    [Arguments]    ${member_index_list}=${EMPTY}
     [Documentation]    Test case setup which explicitly ignores previous failure and logs test case name to Karaf log.
     ...    Needed if the recommended default is to be overriden.
     FailFast.Run_Even_When_Failing_Fast
-    BuiltIn.Run Keyword And Ignore Error    KarafKeywords.Log_Testcase_Start_To_Controller_Karaf
+    BuiltIn.Run Keyword And Ignore Error    KarafKeywords.Log_Testcase_Start_To_Controller_Karaf    member_index_list=${member_index_list}
 
 Setup_Logging_For_Debug_Purposes_On_List_Or_All
     [Arguments]    ${log_level}    ${loggers_list}    ${member_index_list}=${EMPTY}