Revert "Test for Bug Netvirt-1080"
[integration/test.git] / csit / libraries / OpenStackOperations.robot
index 974440e5510d618fcac04583ee1e3afd406dc6bc..6f2725af4fecfa0bb3bc2cc21eccb91f67b0d0fd 100644 (file)
@@ -138,11 +138,6 @@ Create And Associate Floating IPs
     \    ${output} =    OpenStack CLI    openstack server add floating ip ${vm} @{ip}[0]
     [Return]    ${ip_list}
 
-Remove Floating Ip From Vm
-    [Arguments]    ${vm_name}    ${fip}
-    [Documentation]    Remove the Floating IP From VM Instance
-    ${output} =    OpenStack CLI    openstack server remove floating ip ${vm_name} ${fip}
-
 Delete Floating IP
     [Arguments]    ${fip}
     [Documentation]    Delete floating ip with neutron request.