From: Gabriel Robitaille-Montpetit Date: Tue, 7 Jul 2015 18:45:16 +0000 (-0400) Subject: Correct test case with the right html response code. X-Git-Tag: release/helium-sr4~20 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=0ebce9c58b820ec73e6632afa57f8b3b11158d4f Correct test case with the right html response code. Change-Id: I395e922e6ed32a2e862dfecdcbfcdd69038bbd5f Signed-off-by: Gabriel Robitaille-Montpetit --- diff --git a/test/csit/suites/ovsdb/Openstack_Neutron/010__ovsdb_flow.robot b/test/csit/suites/ovsdb/Openstack_Neutron/010__ovsdb_flow.robot index 8df85c7786..7afcd8bc54 100644 --- a/test/csit/suites/ovsdb/Openstack_Neutron/010__ovsdb_flow.robot +++ b/test/csit/suites/ovsdb/Openstack_Neutron/010__ovsdb_flow.robot @@ -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