SXP: Use KWs from ClusterManagement
[integration/test.git] / csit / suites / sxp / clustering / 010_Connection_switchover.robot
index 632255d5c792063f04c374152004d012c945b47a..1d74bccc507004f6d6767b3f357cd1db8e7eeffa 100644 (file)
@@ -11,13 +11,13 @@ Resource          ../../../libraries/SxpClusterLib.robot
 Isolation of SXP service follower Test
     [Documentation]    Test SXP connection switchover only if Controller with SCS is isolated
     SxpClusterLib.Check Shards Status
-    ${controller_index} =    SxpClusterLib.Get Active Controller
+    ${controller_index} =    SxpClusterLib.Get Owner Controller
     Isolate SXP Controller    ${controller_index}
 
 Isolation of SXP noservice follower Test
     [Documentation]    Test SXP connection switchover only if Controller without SCS are isolated
     SxpClusterLib.Check Shards Status
-    ${controller_index} =    SxpClusterLib.Get Inactive Controller
+    ${controller_index} =    SxpClusterLib.Get Not Owner Controller
     Isolate SXP Controller    ${controller_index}
 
 *** Keywords ***