Change-Id: I8b7c0454139bd88fc391086fda38da7d99c9e692
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Log ${output}
Should Contain ${output} Deleted a new port
+List Ports
+ [Documentation] List ports and return output with neutron client.
+ ${devstack_conn_id}= Get ControlNode Connection
+ Switch Connection ${devstack_conn_id}
+ ${output}= Write Commands Until Prompt neutron port-list 30s
+ Close Connection
+ Log ${output}
+ [Return] ${output}
+
Verify Gateway Ips
[Documentation] Verifies the Gateway Ips with dump flow.
${output}= Write Commands Until Prompt sudo ovs-ofctl -O OpenFlow13 dump-flows br-int
\ ${output}= Write Commands Until Prompt nova show ${index} 30s
\ Log ${output}
Close Connection
+ List Networks
+ List Subnets
+ List Ports
Create Security Group
[Arguments] ${sg_name} ${desc}