Pass service_list as actual list
[integration/test.git] / csit / libraries / ClusterManagement.robot
index f5e4fdf9a3f87525e3b9cf07f4ecc39a507c4886..80f599daea8c920e68f3ada9b8da1a014c859baf 100644 (file)
@@ -889,4 +889,4 @@ Check Status Of Services Is OPERATIONAL
     [Arguments]    @{service_list}
     [Documentation]    This keyword will verify whether all the services are operational in all the ODL nodes
     : FOR    ${i}    IN RANGE    ${NUM_ODL_SYSTEM}
-    \    ClusterManagement.Check Service Status    ${ODL_SYSTEM_${i+1}_IP}    ACTIVE    OPERATIONAL    ${service_list}
+    \    ClusterManagement.Check Service Status    ${ODL_SYSTEM_${i+1}_IP}    ACTIVE    OPERATIONAL    @{service_list}