Correct test case with the right html response code.
[integration/test.git] / test / csit / suites / ovsdb / Openstack_Neutron / 010__ovsdb_flow.robot
index 8df85c7786cc16ca840d70440b6b54d98171bd3f..7afcd8bc54a8af31bde9440e5c8fc00e71572e53 100644 (file)
@@ -249,4 +249,4 @@ Associate the Floating IP with Tenant VM
     ${Data}    Replace String    ${Data}    {vmPortId}    ${TNT1_VM1_PORT_ID}
     Log    ${Data}
     ${resp}    RequestsLibrary.Put    session    ${ODLREST}/floatingips/${FLOAT_IP1_ID}    ${Data}
-    Should Be Equal As Strings    ${resp.status_code}    201
\ No newline at end of file
+    Should Be Equal As Strings    ${resp.status_code}    200
\ No newline at end of file