Update Robot Framework format - step 9
[integration/test.git] / csit / suites / l2switch / Flow_Programming_OF13 / 010__restconf_inv_flows.robot
index 04dc4bd12a8a84c59f7458c94e111ad6c7d04dc0..f0c57f2cace906dc1942cd6d0b75840d7502e783 100644 (file)
@@ -1,14 +1,15 @@
 *** Settings ***
-Documentation     Test suite for FlowProgramming in RESTCONF inventory
-Suite Setup       Create Session    session    http://${ODL_SYSTEM_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
-Suite Teardown    Delete All Sessions
-Library           Collections
-Library           RequestsLibrary
-Resource          ../../../libraries/Utils.robot
-Resource          ../../../variables/openflowplugin/Variables.robot
-Variables         ../../../variables/Variables.py
+Documentation       Test suite for FlowProgramming in RESTCONF inventory
+
+Library             Collections
+Library             RequestsLibrary
+Resource            ../../../libraries/Utils.robot
+Resource            ../../../variables/openflowplugin/Variables.robot
+Variables           ../../../variables/Variables.py
+
+Suite Setup         Create Session    session    http://${ODL_SYSTEM_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
+Suite Teardown      Delete All Sessions
 
-*** Variables ***
 
 *** Test Cases ***
 Check Stats for node 1
@@ -25,7 +26,13 @@ Check Stats for node 3
 
 Check Flows
     [Documentation]    Check all flows are present
-    Wait Until Keyword Succeeds    10s    2s    Check For Specific Number Of Elements At URI    ${RFC8040_OPERATIONAL_NODES_API}    "output-node-connector"    21
+    Wait Until Keyword Succeeds
+    ...    10s
+    ...    2s
+    ...    Check For Specific Number Of Elements At URI
+    ...    ${RFC8040_OPERATIONAL_NODES_API}
+    ...    "output-node-connector"
+    ...    21
 
 Ping All Test
     [Documentation]    Ping all, verify no packet loss or duplicates