Tidying all .robot files
[integration/test.git] / csit / suites / openflowplugin / Flows_Additional_TCs / Stat_Manager_extended / 010_SM_add_upd_del_flows.robot
index 0cb9f156fc650b9431ebc2401be1aebc7f52c8a2..cddc28be452099ab03f0376a5a73f3e8d075f37d 100644 (file)
@@ -7,7 +7,7 @@ Library           OperatingSystem
 Library           Collections
 Library           XML
 Library           SSHLibrary
-Resource           ../../../../libraries/FlowLib.robot
+Resource          ../../../../libraries/FlowLib.robot
 Library           ../../../../libraries/XmlComparator.py
 Variables         ../../../../variables/Variables.py
 Library           RequestsLibrary
@@ -33,7 +33,7 @@ Test Add Flows Group 0
     : FOR    ${flowfile}    IN    @{flowlist0}
     \    Log    ${flowfile}
     \    Create Flow Variables For Suite From XML File    ${XmlsDir}/${flowfile}
-    \    Run Keyword And Continue On Failure    Add Flow Via Restconf    ${switch_idx}   ${table_id}   ${data}
+    \    Run Keyword And Continue On Failure    Add Flow Via Restconf    ${switch_idx}    ${table_id}    ${data}
     # Lets wait for ofp to collect stats
     Sleep    3s
     # Show switch content (for debug purposes if needed)
@@ -208,7 +208,7 @@ Test Update Flows Group 0
     : FOR    ${flowfile}    IN    @{flowlist0}
     \    Log    ${flowfile}
     \    Create Flow Variables For Suite From XML File    ${XmlsDir}/${flowfile}
-    \    Run Keyword And Continue On Failure    Update Flow Via Restconf   ${switch_idx}   ${table_id}  ${flow_id}   ${upddata}
+    \    Run Keyword And Continue On Failure    Update Flow Via Restconf    ${switch_idx}    ${table_id}    ${flow_id}    ${upddata}
     # Lets wait for ofp to collect stats
     Sleep    3s
     # Show switch content (for debug purposes if needed)
@@ -383,7 +383,7 @@ Test Delete Flows Group 0
     : FOR    ${flowfile}    IN    @{flowlist0}
     \    Log    ${flowfile}
     \    Create Flow Variables For Suite From XML File    ${XmlsDir}/${flowfile}
-    \    Run Keyword And Continue On Failure    Delete Flow Via Restconf    ${switch_idx}   ${table_id}  ${flow_id}
+    \    Run Keyword And Continue On Failure    Delete Flow Via Restconf    ${switch_idx}    ${table_id}    ${flow_id}
     # Lets wait for ofp to collect stats
     Sleep    3s
     # Show switch content (for debug purposes if needed)
@@ -558,4 +558,3 @@ Initialization Phase
     Create Session    session    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
     Write    dpctl dump-flows -O OpenFlow13
     Read Until    mininet>
-