Use case-sensitive keyword Log instead of log
[osm/tests.git] / robot-systest / testsuite / hackfest_cloudinit.robot
index 5f20a71..cb95f0f 100644 (file)
@@ -70,7 +70,7 @@ Network Service Instance Test
 Get Vnf Ip Address
 
     ${ip_addr}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index}
-    log   ${ip_addr}
+    Log   ${ip_addr}
     Set Suite Variable   ${vnf_ip_addr}   ${ip_addr}
 
 
@@ -83,7 +83,7 @@ Test SSH Access
 Check Remote File Injected Via Cloud-init
 
     ${stdout}=   Execute Remote Command Check Rc Return Output   ${vnf_ip_addr}   ${username}   ${password}   ${EMPTY}   sudo cat /root/helloworld.txt
-    log   ${stdout}
+    Log   ${stdout}
 
 
 Delete NS Instance Test