Reformat Robot files to follow best practices
[osm/tests.git] / robot-systest / lib / connectivity_lib.robot
index 3db20b8..fed1b23 100644 (file)
@@ -23,13 +23,13 @@ Test Ping Host
     ...               Execution example:
     ...                  Ping Test   \${host}
 
     ...               Execution example:
     ...                  Ping Test   \${host}
 
-    [Arguments]  ${host}
+    [Arguments]   ${host}
 
     ${rc}   ${stdout}=   Run and Return RC and Output   ping -c 2 -W 1 ${host}
     log   ${stdout}
     Should Be Equal As Integers   ${rc}   ${success_return_code}
 
 Test Connectivity
 
     ${rc}   ${stdout}=   Run and Return RC and Output   ping -c 2 -W 1 ${host}
     log   ${stdout}
     Should Be Equal As Integers   ${rc}   ${success_return_code}
 
 Test Connectivity
-    [Arguments]  ${host}
+    [Arguments]   ${host}
 
     WAIT UNTIL KEYWORD SUCCEEDS   ${connectivity_max_wait_time}   ${connectivity_pol_time}   Test Ping Host   ${host}
 
     WAIT UNTIL KEYWORD SUCCEEDS   ${connectivity_max_wait_time}   ${connectivity_pol_time}   Test Ping Host   ${host}