Fix tox problem
[integration/test.git] / csit / libraries / OpenStackOperations.robot
index fcdf2f9596d445117a861f32c7b909218131beec..ba6951e4dc9356ccabaa3d6b1b4f3b0ca34f9766 100644 (file)
@@ -367,7 +367,7 @@ Get VM IPs
     \    BuiltIn.Set Test Variable    ${OSO_DHCP_IP}    None
     \    Poll VM Is ACTIVE    ${vm}
     \    ${status}    ${message}    Run Keyword And Ignore Error    Wait Until Keyword Succeeds    60s    15s
-    \    Get VM IP    true    ${vm}
+    \    ...    Get VM IP    true    ${vm}
     \    BuiltIn.Run Keyword If    '${OSO_VM_IP}' != 'None'    Collections.Append To List    ${OSO_VM_IPS}    ${OSO_VM_IP}
     [Return]    @{OSO_VM_IPS}    ${OSO_DHCP_IP}