X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fovsdb%2FSouthbound_Domain%2F030__configure_exit_ovsdb_node.robot;h=1108a82710fe597cd5714573ae8ee1e0664beb16;hb=7f994542ae1f79f7eaacb474f33dd96edbb82ea2;hp=b2e1f295cf893c8bfd1a54bd38897f23c8dca14b;hpb=ccb6ad365375addf3cdd378a75a822f2cebff4a0;p=integration%2Ftest.git diff --git a/csit/suites/ovsdb/Southbound_Domain/030__configure_exit_ovsdb_node.robot b/csit/suites/ovsdb/Southbound_Domain/030__configure_exit_ovsdb_node.robot index b2e1f295cf..1108a82710 100644 --- a/csit/suites/ovsdb/Southbound_Domain/030__configure_exit_ovsdb_node.robot +++ b/csit/suites/ovsdb/Southbound_Domain/030__configure_exit_ovsdb_node.robot @@ -32,7 +32,7 @@ Connect to OVSDB Node ${sample1} Replace String ${sample} 127.0.0.1 ${TOOLS_SYSTEM_IP} ${body} Replace String ${sample1} 61644 ${OVSDB_PORT} Log URL is ${SOUTHBOUND_CONFIG_API} - ${resp} RequestsLibrary.Put session ${SOUTHBOUND_CONFIG_API} data=${body} + ${resp} RequestsLibrary.Put Request session ${SOUTHBOUND_CONFIG_API} data=${body} Log ${resp.content} Should Be Equal As Strings ${resp.status_code} 200 @@ -113,7 +113,7 @@ Get Operational Topology with Port Delete the Port1 [Documentation] This request will delete the port node from the bridge node and data store. - ${resp} RequestsLibrary.Delete session ${SOUTHBOUND_CONFIG_API}%2Fbridge%2F${BRIDGE}/termination-point/vx1/ + ${resp} RequestsLibrary.Delete Request session ${SOUTHBOUND_CONFIG_API}%2Fbridge%2F${BRIDGE}/termination-point/vx1/ Should Be Equal As Strings ${resp.status_code} 200 Response status code error Get Operational Topology after deletion of Port1