Fixed the VPN service test case issues.
[integration/test.git] / csit / suites / openstack / vpnservice / basic_vpnservice.robot
index 2a3819c54b0c23324232338257bb1b7b6643feca..84cdfcf81e15a98cdc768e602aeb88ff90df21c2 100644 (file)
@@ -54,7 +54,7 @@ Check OpenDaylight Neutron Ports
     Should be Equal As Strings    ${resp.status_code}    200
 
 Create Nova VMs
-    [Documentation]    Create two subnets for previously created networks
+    [Documentation]    Create Vm instances on compute node with port
     Create Vm Instance With Port On Compute Node    ${PORT_LIST[0]}    ${VM_INSTANCES[0]}    ${OS_COMPUTE_1_IP}
     Create Vm Instance With Port On Compute Node    ${PORT_LIST[1]}    ${VM_INSTANCES[1]}    ${OS_COMPUTE_2_IP}
     Create Vm Instance With Port On Compute Node    ${PORT_LIST[2]}    ${VM_INSTANCES[2]}    ${OS_COMPUTE_1_IP}
@@ -111,7 +111,7 @@ Delete Vm Instances
 Delete Neutron Ports
     [Documentation]    Delete Neutron Ports in the given Port List.
     : FOR    ${Port}    IN    @{PORT_LIST}
-    \    Delete SubNet    ${Port}
+    \    Delete Port    ${Port}
 
 Delete Sub Networks
     [Documentation]    Delete Sub Nets in the given Subnet List.