Tidying all .robot files
[integration/test.git] / csit / suites / openflowplugin / Maximum_Links / 010__finding_max_links.robot
index c04902ffcc856a5e503d0c357accfce0af9bf965..f7526107d7f36d816758ed6ee2bc00db1512f8b5 100644 (file)
@@ -13,11 +13,10 @@ ${MAX_SWITCHES}    200
 ${STEP_SWITCHES}    5
 ${LINKS_RESULT_FILE}    links.csv
 
-
 *** Test Cases ***
 Find Max Switch Links
     [Documentation]    Find max number of Links supported. Fully mesh topology starting from
-    ...     ${MIN_SWITCHES} switches till ${MAX_SWITCHES} switches will be attempted in steps of ${STEP_SWITCHES}
+    ...    ${MIN_SWITCHES} switches till ${MAX_SWITCHES} switches will be attempted in steps of ${STEP_SWITCHES}
     Append To File    ${LINKS_RESULT_FILE}    Max Links \n
     ${max-links}    Find Max Links    ${MIN_SWITCHES}    ${MAX_SWITCHES}    ${STEP_SWITCHES}
     Log    ${max-links}
@@ -29,6 +28,6 @@ Link Scale Suite Setup
     Create Session    session    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
     ${mininet_conn_id}=    Open Connection    ${MININET}    prompt=${DEFAULT_LINUX_PROMPT}
     Login With Public Key    ${MININET_USER}    ${USER_HOME}/.ssh/${SSH_KEY}    any
-    Log     Copying ${CREATE_FULLYMESH_TOPOLOGY_FILE_PATH} file to Mininet VM
-    Put File  ${CURDIR}/../../../${CREATE_FULLYMESH_TOPOLOGY_FILE_PATH}
-    Close Connection
\ No newline at end of file
+    Log    Copying ${CREATE_FULLYMESH_TOPOLOGY_FILE_PATH} file to Mininet VM
+    Put File    ${CURDIR}/../../../${CREATE_FULLYMESH_TOPOLOGY_FILE_PATH}
+    Close Connection