Replace deprecated variables in csit/libraries (1).
[integration/test.git] / csit / libraries / ClusterKeywords.robot
index 5f19dff7fd94ce99c9a5489618a7981a1df5dd10..57d80bf97e81b85de05ae0eed2b06d075258da09 100644 (file)
@@ -103,7 +103,7 @@ Get Controller List
     [Arguments]    ${exclude_controller}=${EMPTY}
     [Documentation]    Creates a list of all controllers minus any excluded controller.
     Log    ${exclude_controller}
-    @{searchlist}    Create List    ${CONTROLLER}    ${CONTROLLER1}    ${CONTROLLER2}
+    @{searchlist}    Create List    ${ODL_SYSTEM_IP}    ${ODL_SYSTEM_2_IP}    ${ODL_SYSTEM_3_IP}
     Remove Values From List    ${searchlist}    ${exclude_controller}
     Log    ${searchlist}
     [Return]    ${searchlist}