Use case-sensitive keyword Log instead of log
[osm/tests.git] / robot-systest / testsuite / basic_27-update_helm_ee_in_running_vnf_instance.robot
index 1f62bd8..ba0b5e2 100644 (file)
@@ -79,7 +79,7 @@ Set NS Update Config
 
     Variable Should Exist   ${ns_id}   msg=NS is not available
     ${id}   Get Vnf Id   ${ns_id}   ${vnf_member_index}
-    log   ${id}
+    Log   ${id}
     Set Suite Variable   ${vnf_id}   ${id}
     Set Suite Variable   ${ns_update_config}   '{changeVnfPackageData: [{vnfInstanceId: "${vnf_id}", vnfdId: "${vnfd_id}"}]}'
 
@@ -87,7 +87,7 @@ Set NS Update Config
 Get Management 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}