Use case-sensitive keyword Log instead of log
[osm/tests.git] / robot-systest / lib / package_lib.robot
index e797a6f..a9d3804 100644 (file)
@@ -40,7 +40,7 @@ Upload Package
     # Proceedes with the onboarding with the appropriate arguments
     ${rc}   ${stdout}=   Run and Return RC and Output   tar -czf ${pkg}.tar.gz -C ${pkg} .
     ${rc}   ${stdout}=   Run and Return RC and Output   osm upload-package ${pkg}.tar.gz
-    log   ${stdout}
+    Log   ${stdout}
     Should Be Equal As Integers   ${rc}   ${success_return_code}
     [Return]   ${stdout}