From 0ebce9c58b820ec73e6632afa57f8b3b11158d4f Mon Sep 17 00:00:00 2001 From: Gabriel Robitaille-Montpetit Date: Tue, 7 Jul 2015 14:45:16 -0400 Subject: [PATCH] Correct test case with the right html response code. Change-Id: I395e922e6ed32a2e862dfecdcbfcdd69038bbd5f Signed-off-by: Gabriel Robitaille-Montpetit --- test/csit/suites/ovsdb/Openstack_Neutron/010__ovsdb_flow.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.36.6