Remove unsused code after cleanup 36/68036/2
authorSam Hague <shague@redhat.com>
Wed, 7 Feb 2018 20:31:08 +0000 (15:31 -0500)
committerSam Hague <shague@redhat.com>
Wed, 7 Feb 2018 20:32:32 +0000 (15:32 -0500)
Change-Id: I65578e50d9cc9da7087b219985fbcaaa3c2636d1
Signed-off-by: Sam Hague <shague@redhat.com>
csit/libraries/OpenStackOperations.robot

index 18928012aa062fcf400c9142f4a5a79a17fe1750..cc6003c0012730f9c1ae831540be858d65c39a39 100644 (file)
@@ -133,8 +133,6 @@ Create And Associate Floating IPs
     ${ip_list} =    BuiltIn.Create List    @{EMPTY}
     : FOR    ${vm}    IN    @{vm_list}
     \    ${output} =    OpenStack CLI    openstack floating ip create ${external_net}
-    \    BuiltIn.Log    ${output}
-    \    BuiltIn.Should Be True    '${rc}' == '0'
     \    @{ip} =    String.Get Regexp Matches    ${output}    [0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}
     \    ${ip_length} =    BuiltIn.Get Length    ${ip}
     \    BuiltIn.Run Keyword If    ${ip_length}>0    Collections.Append To List    ${ip_list}    @{ip}[0]