Update Check System Status
[integration/test.git] / csit / libraries / Genius.robot
index 584a06fff4f17e96f37fc47e0ac47739e6f3f25d..6215c506415bbe31d5d9b7827ad3023fd333c2aa 100644 (file)
@@ -96,7 +96,7 @@ check establishment
 Check Service Status
     [Arguments]    ${odl_ip}    ${system_ready_state}    ${service_state}    @{service_list}
     [Documentation]    Issues the karaf shell command showSvcStatus to verify the ready and service states are the same as the arguments passed
-    ${service_status_output}    Issue_Command_On_Karaf_Console    showSvcStatus    ${odl_ip}    8101
+    ${service_status_output}    Issue_Command_On_Karaf_Console    showSvcStatus -n ${odl_ip}    ${odl_ip}    8101
     Should Contain    ${service_status_output}    ${system_ready_state}
     : FOR    ${service}    IN    @{service_list}
     \    Should Match Regexp    ${service_status_output}    ${service} +: ${service_state}