Update Robot Framework format - step 12
[integration/test.git] / csit / suites / openflowplugin / Flows_Additional_TCs / 020_Lithium_Rps_Calls_Cpqd.robot
index e5df8165fc62e548d1c94597bced24139e6b628f..11ae3dd927f31d4bab2ec1d35720249d8f7c26de 100644 (file)
@@ -1,25 +1,34 @@
 *** Settings ***
-Documentation     Test suite to test various rcp calls
-Suite Setup       Initialization Phase
-Suite Teardown    Final Phase
-Library           XML
-Library           RequestsLibrary
-Library           SSHLibrary
-Resource          ../../../libraries/Utils.robot
-Resource          ../../../libraries/FlowLib.robot
-Variables         ../../../variables/ofplugin/RpcVariables.py
+Documentation       Test suite to test various rcp calls
+
+Library             XML
+Library             RequestsLibrary
+Library             SSHLibrary
+Resource            ../../../libraries/Utils.robot
+Resource            ../../../libraries/FlowLib.robot
+Variables           ../../../variables/ofplugin/RpcVariables.py
+
+Suite Setup         Initialization Phase
+Suite Teardown      Final Phase
+
 
 *** Variables ***
 ${send_update_table_url}    /rests/operations/sal-table:update-table
-${start}          sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --topo tree,1 --switch user
+${start}                    sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --topo tree,1 --switch user
+
 
 *** Test Cases ***
 Sending Update Table
     [Documentation]    Test to send table update request
-    ${resp}=    RequestsLibrary.Post Request    session    ${send_update_table_url}    data=${RPC_SEND_UPDATE_TABLE_DATA}    headers=${HEADERS_XML}
+    ${resp}=    RequestsLibrary.Post Request
+    ...    session
+    ...    ${send_update_table_url}
+    ...    data=${RPC_SEND_UPDATE_TABLE_DATA}
+    ...    headers=${HEADERS_XML}
     Log    ${resp.content}
     Should Be Equal As Strings    ${resp.status_code}    200
 
+
 *** Keywords ***
 Initialization Phase
     [Documentation]    Starts mininet and verify if topology is in operational ds