add space to fix robot.tidy failure 84/48084/2
authorJamo Luhrsen <jluhrsen@redhat.com>
Mon, 7 Nov 2016 18:33:39 +0000 (10:33 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Mon, 7 Nov 2016 23:05:19 +0000 (15:05 -0800)
Change-Id: I448a1b479e0908a0ff2eecb45c8718bfef274035
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
csit/libraries/OpenStackOperations.robot

index 522d94c210096529841e92adc008ee76c1ef7959..36b10716e0cc446de960b789e61ab1e969dea1b2 100644 (file)
@@ -81,7 +81,7 @@ Create Port
     [Documentation]    Create Port with neutron request.
     ${devstack_conn_id}=    Get ControlNode Connection
     Switch Connection    ${devstack_conn_id}
-    ${output}=    Write Commands Until Prompt    neutron -v port-create ${network_name} --name ${port_name} --security-group ${sg}   30s
+    ${output}=    Write Commands Until Prompt    neutron -v port-create ${network_name} --name ${port_name} --security-group ${sg}    30s
     Close Connection
     Log    ${output}
     Should Contain    ${output}    Created a new port