Correct test case with the right html response code.
authorGabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
Tue, 7 Jul 2015 18:45:16 +0000 (14:45 -0400)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 8 Jul 2015 01:34:25 +0000 (01:34 +0000)
Change-Id: I395e922e6ed32a2e862dfecdcbfcdd69038bbd5f
Signed-off-by: Gabriel Robitaille-Montpetit <grmontpetit@inocybe.com>
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