Fix tox problem 92/65492/1
authorSam Hague <shague@redhat.com>
Mon, 13 Nov 2017 21:41:52 +0000 (16:41 -0500)
committerSam Hague <shague@redhat.com>
Mon, 13 Nov 2017 21:41:52 +0000 (16:41 -0500)
Change-Id: Ie473e848c60af10cac8e838e3d3e532ad376e4f3
Signed-off-by: Sam Hague <shague@redhat.com>
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}