Merge remote-tracking branch 'origin/master' into paas
[osm/tests.git] / robot-systest / lib / connectivity_lib.robot
index fed1b23..79381e4 100644 (file)
@@ -26,7 +26,7 @@ Test Ping Host
     [Arguments]   ${host}
 
     ${rc}   ${stdout}=   Run and Return RC and Output   ping -c 2 -W 1 ${host}
-    log   ${stdout}
+    Log   ${stdout}
     Should Be Equal As Integers   ${rc}   ${success_return_code}
 
 Test Connectivity