Use case-sensitive keyword Log instead of log

Change-Id: I756aedef764cdbbc91d27b6eba060cb4e5fea66b
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/robot-systest/testsuite/basic_05-instantiation_parameters_in_cloud_init.robot b/robot-systest/testsuite/basic_05-instantiation_parameters_in_cloud_init.robot
index 5e4dca0..62994df 100644
--- a/robot-systest/testsuite/basic_05-instantiation_parameters_in_cloud_init.robot
+++ b/robot-systest/testsuite/basic_05-instantiation_parameters_in_cloud_init.robot
@@ -64,7 +64,7 @@
 Get Management Ip Addresses
 
     ${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}
 
 
diff --git a/robot-systest/testsuite/basic_06-vnf_with_charm.robot b/robot-systest/testsuite/basic_06-vnf_with_charm.robot
index a3bf07e..6b296c5 100644
--- a/robot-systest/testsuite/basic_06-vnf_with_charm.robot
+++ b/robot-systest/testsuite/basic_06-vnf_with_charm.robot
@@ -85,10 +85,10 @@
 Get Management Ip Addresses
 
     ${ip_addr_1}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_1}
-    log   ${ip_addr_1}
+    Log   ${ip_addr_1}
     Set Suite Variable   ${vnf_1_ip_addr}   ${ip_addr_1}
     ${ip_addr_2}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_2}
-    log   ${ip_addr_2}
+    Log   ${ip_addr_2}
     Set Suite Variable   ${vnf_2_ip_addr}   ${ip_addr_2}
 
 
diff --git a/robot-systest/testsuite/basic_07-secure_key_management.robot b/robot-systest/testsuite/basic_07-secure_key_management.robot
index d692801..811e659 100644
--- a/robot-systest/testsuite/basic_07-secure_key_management.robot
+++ b/robot-systest/testsuite/basic_07-secure_key_management.robot
@@ -71,7 +71,7 @@
 Get Management Ip Addresses
     [Tags]   verify
     ${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}
 
 
diff --git a/robot-systest/testsuite/basic_11-native_charms.robot b/robot-systest/testsuite/basic_11-native_charms.robot
index da3f0ea..eeb5ba6 100644
--- a/robot-systest/testsuite/basic_11-native_charms.robot
+++ b/robot-systest/testsuite/basic_11-native_charms.robot
@@ -72,10 +72,10 @@
 Get Management Ip Addresses
 
     ${ip_addr_1}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_1}
-    log   ${ip_addr_1}
+    Log   ${ip_addr_1}
     Set Suite Variable   ${vnf_1_ip_addr}   ${ip_addr_1}
     ${ip_addr_2}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_2}
-    log   ${ip_addr_2}
+    Log   ${ip_addr_2}
     Set Suite Variable   ${vnf_2_ip_addr}   ${ip_addr_2}
 
 
diff --git a/robot-systest/testsuite/basic_12-ns_primitives.robot b/robot-systest/testsuite/basic_12-ns_primitives.robot
index 9a15ddf..2bde49c 100644
--- a/robot-systest/testsuite/basic_12-ns_primitives.robot
+++ b/robot-systest/testsuite/basic_12-ns_primitives.robot
@@ -145,6 +145,6 @@
     [Arguments]   ${folder_name}
 
     ${rc}   ${stdout}=   Run and Return RC and Output   rm -rf '${folder_name}'
-    log   ${stdout}
+    Log   ${stdout}
 
 
diff --git a/robot-systest/testsuite/basic_18-ns_ip_profile.robot b/robot-systest/testsuite/basic_18-ns_ip_profile.robot
index 1d4dc46..9028bd0 100644
--- a/robot-systest/testsuite/basic_18-ns_ip_profile.robot
+++ b/robot-systest/testsuite/basic_18-ns_ip_profile.robot
@@ -83,10 +83,10 @@
     Set Suite Variable   ${vnf_id2}   ${vnfr_list}[1]
     ${ip}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_1}
     Set Suite Variable   ${vnf1_ipmgmt}   ${ip}
-    log   ${vnf1_ipmgmt}
+    Log   ${vnf1_ipmgmt}
     ${ip}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_2}
     Set Suite Variable   ${vnf2_ipmgmt}   ${ip}
-    log   ${vnf2_ipmgmt}
+    Log   ${vnf2_ipmgmt}
 
 
 Check Vnf1 IPs
@@ -130,7 +130,7 @@
     Variable Should Exist   ${privatekey}   msg=SSH private key not available
     Sleep   10 seconds   Wait for SSH daemon to be up
     ${stdout}=   Execute Remote Command Check Rc Return Output   ${vnf1_ipmgmt}   ${username}   ${EMPTY}   ${privatekey}   ip --brief addr show up | grep -v "^lo" | awk '{print $3}'
-    log   ${stdout}
+    Log   ${stdout}
     @{ip} =   Split String   ${stdout}
     Should Match Regexp   ${ip}[1]   ${datanet1_prefix}   msg=${ip}[1] doesn't match subnet's regexp ${datanet1_prefix}
     Should Match Regexp   ${ip}[2]   ${datanet2_prefix}   msg=${ip}[2] doesn't match subnet's regexp ${datanet2_prefix}
@@ -142,7 +142,7 @@
     Variable Should Exist   ${vnf2_ipmgmt}   msg=IP address of the data VNF '${vnf_member_index_2}' is not available
     Variable Should Exist   ${privatekey}   msg=SSH private key not available
     ${stdout}=   Execute Remote Command Check Rc Return Output   ${vnf2_ipmgmt}   ${username}   ${EMPTY}   ${privatekey}   ip --brief addr show up | grep -v "^lo" | awk '{print $3}'
-    log   ${stdout}
+    Log   ${stdout}
     @{ip} =   Split String   ${stdout}
     Should Match Regexp   ${ip}[1]   ${datanet1_prefix}   msg=${ip}[1] doesn't match subnet's regexp ${datanet1_prefix}
     Should Match Regexp   ${ip}[2]   ${datanet2_prefix}   msg=${ip}[2] doesn't match subnet's regexp ${datanet2_prefix}
@@ -154,13 +154,13 @@
     Variable Should Exist   ${vnf1_ipmgmt}   msg=IP address of the data VNF '${vnf_member_index_1}' is not available
     Variable Should Exist   ${privatekey}   msg=SSH private key not available
     ${stdout}=   Execute Remote Command Check Rc Return Output   ${vnf1_ipmgmt}   ${username}   ${EMPTY}   ${privatekey}   ip addr ; ping -c 5 ${vnf2_ipmgmt}
-    log   ${stdout}
+    Log   ${stdout}
     ${stdout}=   Execute Remote Command Check Rc Return Output   ${vnf1_ipmgmt}   ${username}   ${EMPTY}   ${privatekey}   ping -c 5 ${vnf2_ip1}
-    log   ${stdout}
+    Log   ${stdout}
     ${stdout}=   Execute Remote Command Check Rc Return Output   ${vnf1_ipmgmt}   ${username}   ${EMPTY}   ${privatekey}   ping -c 5 ${vnf2_ip2}
-    log   ${stdout}
+    Log   ${stdout}
     ${stdout}=   Execute Remote Command Check Rc Return Output   ${vnf1_ipmgmt}   ${username}   ${EMPTY}   ${privatekey}   ping -c 5 ${vnf2_ip3}
-    log   ${stdout}
+    Log   ${stdout}
 
 
 Ping from Vnf2 to Vnf1
@@ -168,13 +168,13 @@
     Variable Should Exist   ${vnf1_ipmgmt}   msg=IP address of the data VNF '${vnf_member_index_2}' is not available
     Variable Should Exist   ${privatekey}   msg=SSH private key not available
     ${stdout}=   Execute Remote Command Check Rc Return Output   ${vnf2_ipmgmt}   ${username}   ${EMPTY}   ${privatekey}   ip addr ; ping -c 5 ${vnf1_ipmgmt}
-    log   ${stdout}
+    Log   ${stdout}
     ${stdout}=   Execute Remote Command Check Rc Return Output   ${vnf2_ipmgmt}   ${username}   ${EMPTY}   ${privatekey}   ip addr ; ping -c 5 ${vnf1_ip1}
-    log   ${stdout}
+    Log   ${stdout}
     ${stdout}=   Execute Remote Command Check Rc Return Output   ${vnf2_ipmgmt}   ${username}   ${EMPTY}   ${privatekey}   ip addr ; ping -c 5 ${vnf1_ip2}
-    log   ${stdout}
+    Log   ${stdout}
     ${stdout}=   Execute Remote Command Check Rc Return Output   ${vnf2_ipmgmt}   ${username}   ${EMPTY}   ${privatekey}   ip addr ; ping -c 5 ${vnf1_ip3}
-    log   ${stdout}
+    Log   ${stdout}
 
 
 Delete NS Instance
diff --git a/robot-systest/testsuite/basic_19-vnf_ip_profile.robot b/robot-systest/testsuite/basic_19-vnf_ip_profile.robot
index 4949a3b..1f705cd 100644
--- a/robot-systest/testsuite/basic_19-vnf_ip_profile.robot
+++ b/robot-systest/testsuite/basic_19-vnf_ip_profile.robot
@@ -75,7 +75,7 @@
     Set Suite Variable   ${vnf_id}   ${vnfr_list}[0]
     ${ip}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_1}
     Set Suite Variable   ${vnf_ipmgmt}   ${ip}
-    log   ${vnf_ipmgmt}
+    Log   ${vnf_ipmgmt}
 
 
 Check Vnf IPs
diff --git a/robot-systest/testsuite/basic_21-support_of_volumes.robot b/robot-systest/testsuite/basic_21-support_of_volumes.robot
index 3e86b51..4dbea4a 100644
--- a/robot-systest/testsuite/basic_21-support_of_volumes.robot
+++ b/robot-systest/testsuite/basic_21-support_of_volumes.robot
@@ -83,14 +83,14 @@
     Should Be Equal As Integers   ${rc}   ${success_return_code}   msg=${stdout}   values=False
     ${num_virtual_storage}=   Convert To Integer   ${stdout}
     Set Suite Variable   ${vnf_num_volumes}   ${num_virtual_storage}
-    log   ${vnf_num_volumes}
+    Log   ${vnf_num_volumes}
 
 
 Get VNF IP Address
     [Tags]   verify
     Variable Should Exist   ${ns_id}   msg=NS is not available
     ${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}
 
 
@@ -109,7 +109,7 @@
     Variable Should Exist   ${vnf_ip_addr}   msg=VNF is not available
     Sleep   30 seconds   Wait for SSH daemon to be up
     ${stdout}=   Execute Remote Command Check Rc Return Output   ${vnf_ip_addr}   ${username}   ${password}   ${privatekey}   sudo lsblk -l
-    log   ${stdout}
+    Log   ${stdout}
     ${lines}=   Get Lines Containing String   ${stdout}   disk
     ${num_lines}=   Get Line Count   ${lines}
     Run Keyword If   ${num_lines} < ${vnf_num_volumes}   Fail   msg=Number of disks (${num_lines}) is less than specified in VDU (${vnf_num_volumes})
@@ -124,12 +124,12 @@
 #    [Tags]   cleanup
 #    Variable Should Exist   ${volume_id}   msg=Volume is not available
 #    ${exists}=   Check If Volume Exists   ${volume_id}
-#    log   ${exists}
+#    Log   ${exists}
 #    IF   ${exists}==0
 #        Fail   msg=Persistent volume was deleted
 #        Set Suite Variable   ${volume_id}   ${EMPTY}}
 #    ELSE
-#        log   Persistent volume still exists, deleting...
+#        Log   Persistent volume still exists, deleting...
 #        Delete Volume   ${volume_id}
 #        Set Suite Variable   ${volume_id}   ${EMPTY}}
 #    END
diff --git a/robot-systest/testsuite/basic_25-update_charm_in_running_vnf_instance.robot b/robot-systest/testsuite/basic_25-update_charm_in_running_vnf_instance.robot
index f5ae2fc..f024b64 100644
--- a/robot-systest/testsuite/basic_25-update_charm_in_running_vnf_instance.robot
+++ b/robot-systest/testsuite/basic_25-update_charm_in_running_vnf_instance.robot
@@ -79,7 +79,7 @@
 
     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 @@
 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}
 
 
diff --git a/robot-systest/testsuite/basic_26-secure_helm_execution_environment.robot b/robot-systest/testsuite/basic_26-secure_helm_execution_environment.robot
index 54806ba..ae518e7 100644
--- a/robot-systest/testsuite/basic_26-secure_helm_execution_environment.robot
+++ b/robot-systest/testsuite/basic_26-secure_helm_execution_environment.robot
@@ -71,7 +71,7 @@
 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}
 
 
diff --git a/robot-systest/testsuite/basic_27-update_helm_ee_in_running_vnf_instance.robot b/robot-systest/testsuite/basic_27-update_helm_ee_in_running_vnf_instance.robot
index 1f62bd8..ba0b5e2 100644
--- a/robot-systest/testsuite/basic_27-update_helm_ee_in_running_vnf_instance.robot
+++ b/robot-systest/testsuite/basic_27-update_helm_ee_in_running_vnf_instance.robot
@@ -79,7 +79,7 @@
 
     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 @@
 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}
 
 
diff --git a/robot-systest/testsuite/epa_01-epa_sriov.robot b/robot-systest/testsuite/epa_01-epa_sriov.robot
index cdee22d..981ed58 100644
--- a/robot-systest/testsuite/epa_01-epa_sriov.robot
+++ b/robot-systest/testsuite/epa_01-epa_sriov.robot
@@ -70,7 +70,7 @@
 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}
 
 
diff --git a/robot-systest/testsuite/epa_02-additional_capabilities.robot b/robot-systest/testsuite/epa_02-additional_capabilities.robot
index a719a2b..86b0e97 100644
--- a/robot-systest/testsuite/epa_02-additional_capabilities.robot
+++ b/robot-systest/testsuite/epa_02-additional_capabilities.robot
@@ -71,7 +71,7 @@
 
     ${vnfs_list}=   Get Ns Vnf List   ${ns_id}
     ${vim_id}=   Get VNF VIM ID   ${vnfs_list}[0]
-    log   ${vim_id}
+    Log   ${vim_id}
     Set Suite Variable   ${vnf_server_id}   ${vim_id}
 
 
@@ -79,7 +79,7 @@
 
     ${flavor_id}=   Get Server Flavor ID   ${vnf_server_id}
     ${properties}=   Get Flavor Properties   ${flavor_id}
-    log   ${properties}
+    Log   ${properties}
     Set Suite Variable   ${flavor_properties}   ${properties}
 
 
diff --git a/robot-systest/testsuite/epa_04-epa_underlay_sriov.robot b/robot-systest/testsuite/epa_04-epa_underlay_sriov.robot
index a7ea9b0..38a7023 100644
--- a/robot-systest/testsuite/epa_04-epa_underlay_sriov.robot
+++ b/robot-systest/testsuite/epa_04-epa_underlay_sriov.robot
@@ -74,11 +74,11 @@
     Variable Should Exist   ${ns_id}   msg=Network service instance is not available
     ${ip}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_1}
     Set Suite Variable   ${ip_mgmt_1}   ${ip}
-    log   ${ip_mgmt_1}
+    Log   ${ip_mgmt_1}
 
     ${ip}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_2}
     Set Suite Variable   ${ip_mgmt_2}   ${ip}
-    log   ${ip_mgmt_2}
+    Log   ${ip_mgmt_2}
 
 
 Ping from Vnf1 to Vnf2
@@ -86,14 +86,14 @@
     Variable Should Exist   ${ip_mgmt_1}   msg=IP address of the data VNF '${vnf_member_index_1}' is not available
     Sleep   30 seconds   Wait for SSH daemon to be up
     ${stdout}=   Execute Remote Command Check Rc Return Output   ${ip_mgmt_1}   ${username}   ${password}   ${EMPTY}   ip addr ; ping -c 5 ${datanet_ip2}
-    log   ${stdout}
+    Log   ${stdout}
 
 
 Ping from Vnf2 to Vnf1
 
     Variable Should Exist   ${ip_mgmt_2}   msg=IP address of the data VNF '${vnf_member_index_2}' is not available
     ${stdout}=   Execute Remote Command Check Rc Return Output   ${ip_mgmt_2}   ${username}   ${password}   ${EMPTY}   ip addr ; ping -c 5 ${datanet_ip1}
-    log   ${stdout}
+    Log   ${stdout}
 
 
 Delete NS Instance
diff --git a/robot-systest/testsuite/epa_05-epa_underlay_passthrough.robot b/robot-systest/testsuite/epa_05-epa_underlay_passthrough.robot
index df72e28..0e6dd50 100644
--- a/robot-systest/testsuite/epa_05-epa_underlay_passthrough.robot
+++ b/robot-systest/testsuite/epa_05-epa_underlay_passthrough.robot
@@ -74,11 +74,11 @@
     Variable Should Exist   ${ns_id}   msg=Network service instance is not available
     ${ip}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_1}
     Set Suite Variable   ${ip_mgmt_1}   ${ip}
-    log   ${ip_mgmt_1}
+    Log   ${ip_mgmt_1}
 
     ${ip}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_2}
     Set Suite Variable   ${ip_mgmt_2}   ${ip}
-    log   ${ip_mgmt_2}
+    Log   ${ip_mgmt_2}
 
 
 Ping from Vnf1 to Vnf2
@@ -86,14 +86,14 @@
     Variable Should Exist   ${ip_mgmt_1}   msg=IP address of the data VNF '${vnf_member_index_1}' is not available
     Sleep   30 seconds   Wait for SSH daemon to be up
     ${stdout}=   Execute Remote Command Check Rc Return Output   ${ip_mgmt_1}   ${username}   ${password}   ${EMPTY}   ip addr ; ping -c 5 ${datanet_ip2}
-    log   ${stdout}
+    Log   ${stdout}
 
 
 Ping from Vnf2 to Vnf1
 
     Variable Should Exist   ${ip_mgmt_2}   msg=IP address of the data VNF '${vnf_member_index_2}' is not available
     ${stdout}=   Execute Remote Command Check Rc Return Output   ${ip_mgmt_2}   ${username}   ${password}   ${EMPTY}   ip addr ; ping -c 5 ${datanet_ip1}
-    log   ${stdout}
+    Log   ${stdout}
 
 
 Delete NS Instance
diff --git a/robot-systest/testsuite/fail_01-insufficient_resources.robot b/robot-systest/testsuite/fail_01-insufficient_resources.robot
index 1df7d30..022ae5a 100644
--- a/robot-systest/testsuite/fail_01-insufficient_resources.robot
+++ b/robot-systest/testsuite/fail_01-insufficient_resources.robot
@@ -64,7 +64,7 @@
     ELSE
         ${memory}=   Evaluate   ${ram_quota} / 1000
     END
-    log   ${memory}
+    Log   ${memory}
     Create VNFD Overriding Fields   '%{PACKAGES_FOLDER}/${vnfd_pkg}'   virtual-compute-desc.1.virtual-memory.size=${memory}
 
 
@@ -78,16 +78,16 @@
     ${rand}=   Generate Random String   4   [NUMBERS]
     ${ns_name}=   Catenate   SEPARATOR=_   ${ns_name_prefix}   ${rand}
     Set Suite Variable   ${ns_name}
-    log   ${ns_name}
+    Log   ${ns_name}
     ${id}=   Instantiate Network Service   ${ns_name}   ${nsd_name}   %{VIM_TARGET}   --config '${ns_config}' --ssh_keys ${publickey}
-    log   ${id}
+    Log   ${id}
     Set Suite Variable   ${ns_id}   ${id}
     WAIT UNTIL KEYWORD SUCCEEDS   ${ns_launch_max_wait_time}   ${ns_launch_pol_time}   Check For Ns Instance To Configured   ${ns_name}
     ${rc}   ${stdout}=   run and return rc and output   osm ns-list --filter id="${ns_id}" | grep ${ns_id} | awk '{print $8}'
-    log   ${stdout}
+    Log   ${stdout}
     Should Contain   ${stdout}   BROKEN
     ${rc}   ${stdout}=   run and return rc and output   osm ns-show ${ns_id} --literal | yq .errorDetail
-    log   ${stdout}
+    Log   ${stdout}
     Should Contain   ${stdout}   Deploying at VIM: Error at create vdu
 
 
diff --git a/robot-systest/testsuite/hackfest_basic.robot b/robot-systest/testsuite/hackfest_basic.robot
index ee079f9..3c3bb50 100644
--- a/robot-systest/testsuite/hackfest_basic.robot
+++ b/robot-systest/testsuite/hackfest_basic.robot
@@ -71,7 +71,7 @@
 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}
 
 Test Ping
diff --git a/robot-systest/testsuite/hackfest_cloudinit.robot b/robot-systest/testsuite/hackfest_cloudinit.robot
index 5f20a71..cb95f0f 100644
--- a/robot-systest/testsuite/hackfest_cloudinit.robot
+++ b/robot-systest/testsuite/hackfest_cloudinit.robot
@@ -70,7 +70,7 @@
 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 @@
 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
diff --git a/robot-systest/testsuite/hackfest_multivdu.robot b/robot-systest/testsuite/hackfest_multivdu.robot
index 2344563..b5706e6 100644
--- a/robot-systest/testsuite/hackfest_multivdu.robot
+++ b/robot-systest/testsuite/hackfest_multivdu.robot
@@ -74,7 +74,7 @@
 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}
 
 Test Ping
diff --git a/robot-systest/testsuite/heal_01-volume_vdu_healing.robot b/robot-systest/testsuite/heal_01-volume_vdu_healing.robot
index 8df8a3f..8b73611 100644
--- a/robot-systest/testsuite/heal_01-volume_vdu_healing.robot
+++ b/robot-systest/testsuite/heal_01-volume_vdu_healing.robot
@@ -86,9 +86,9 @@
 Get VIM Objects
     Variable Should Exist   ${ns_id}   msg=NS is not available
     @{vnf_id_list}=   Get Ns Vnf List   ${ns_id}
-    log   ${vnf_id_list}
+    Log   ${vnf_id_list}
     FOR   ${vnf_id}   IN   @{vnf_id_list}
-        log   ${vnf_id}
+        Log   ${vnf_id}
         ${id}=   Get VNF VIM ID   ${vnf_id}
         @{vdu_ids}=   Split String   ${id}
         Append To List   ${vim_vdus}   @{vdu_ids}
@@ -102,25 +102,25 @@
             END
         END
     END
-    log Many   @{vim_vdus}
-    log Many   @{vim_volumes}
+    Log Many   @{vim_vdus}
+    Log Many   @{vim_volumes}
 
 
 Get Volume VNF Info
     Variable Should Exist   ${ns_id}   msg=NS is not available
     ${ip_addr}=   Get Vnf Management Ip Address   ${ns_id}   ${vnf_several_index}
-    log   ${ip_addr}
+    Log   ${ip_addr}
     Set Suite Variable   ${vnf_volumes_ip_addr}   ${ip_addr}
 
     ${vnf_id}=   Get Vnf Id   ${ns_id}   ${vnf_several_index}
     Set Suite Variable   ${vnf_volumes_id}   ${vnf_id}
     ${id}=   Get VNF VIM ID   ${vnf_id}
     Set Suite Variable   ${vdu_volumes_id}   ${id}
-    log   ${vdu_volumes_id}
+    Log   ${vdu_volumes_id}
 
     @{volumes_ip_list}=   Get Vnf Vdur IPs   ${vnf_volumes_id}
     Set Suite Variable   @{volumes_ip_list}   @{volumes_ip_list}
-    log   @{volumes_ip_list}
+    Log   @{volumes_ip_list}
 
 
 Get Volumes Info
@@ -128,7 +128,7 @@
     Should Be Equal As Integers   ${rc}   ${success_return_code}   msg=${stdout}   values=False
     ${num_virtual_storage}=   Convert To Integer   ${stdout}
     Set Suite Variable   ${vnf_num_volumes}   ${num_virtual_storage}
-    log   ${vnf_num_volumes}
+    Log   ${vnf_num_volumes}
     ${volumes_attached}=   Get Server Property   ${vdu_volumes_id}   volumes_attached
     ${match}=   Get Regexp Matches   ${volumes_attached}   '([0-9a-f\-]+)'   1
     Set Suite Variable   ${volume_id}   ${match}[0]
@@ -138,7 +138,7 @@
     Variable Should Exist   ${vnf_volumes_ip_addr}   msg=VNF is not available
     Sleep   20 seconds   Wait for SSH daemon to be up
     ${stdout}=   Execute Remote Command Check Rc Return Output   ${vnf_volumes_ip_addr}   ${username}   ${password}   ${privatekey}   sudo lsblk -l
-    log   ${stdout}
+    Log   ${stdout}
     ${lines}=   Get Lines Containing String   ${stdout}   disk
     ${num_lines}=   Get Line Count   ${lines}
     Run Keyword If   ${num_lines} < ${vnf_num_volumes}   Fail   msg=Number of disks (${num_lines}) is less than specified in VDU (${vnf_num_volumes})
@@ -159,11 +159,11 @@
     Variable Should Exist   ${vnf_volumes_id}   msg=VNF is not available
 
     @{ip_list}=   Get Vnf Vdur IPs   ${vnf_volumes_id}
-    log   @{ip_list}
+    Log   @{ip_list}
     Should Be Equal   ${ip_list}   ${volumes_ip_list}   IP addresses have changed after healing
 
     ${id}=   Get VNF VIM ID   ${vnf_volumes_id}
-    log   ${id}
+    Log   ${id}
     Should Not Be Equal   ${id}   ${vdu_volumes_id}   VDU id has not changed after healing
 
     ${volumes_attached}=   Get Server Property   ${id}   volumes_attached
@@ -172,7 +172,7 @@
 
     Sleep   30 seconds   Wait for SSH daemon to be up
     ${stdout}=   Execute Remote Command Check Rc Return Output   ${vnf_volumes_ip_addr}   ${username}   ${password}   ${privatekey}   sudo lsblk -l
-    log   ${stdout}
+    Log   ${stdout}
     ${lines}=   Get Lines Containing String   ${stdout}   disk
     ${num_lines}=   Get Line Count   ${lines}
     Run Keyword If   ${num_lines} < ${vnf_num_volumes}   Fail   msg=Number of disks (${num_lines}) is less than specified in VDU (${vnf_num_volumes})
@@ -201,8 +201,8 @@
             END
         END
     END
-    log Many   @{vim_vdus}
-    log Many   @{vim_volumes}
+    Log Many   @{vim_vdus}
+    Log Many   @{vim_volumes}
 
 
 Delete NS Instance
@@ -225,21 +225,21 @@
     [Tags]   cleanup
     ${error}=   Set Variable   0
     FOR   ${vol_id}   IN   @{vim_volumes}
-        log   Checking if volume ${vol_id} is still in VIM
+        Log   Checking if volume ${vol_id} is still in VIM
         ${exists}=   Check If Volume Exists   ${vol_id}
         IF   ${exists}!=0
             ${error}=   Set Variable   1
-            log   Deleting volume ${vol_id}
+            Log   Deleting volume ${vol_id}
             Run Keyword And Ignore Error   Delete Volume   ${vol_id}
         END
     END
     FOR   ${vdu_id}   IN   @{vim_vdus}
-        log   Checking if server ${vdu_id} is still in VIM
+        Log   Checking if server ${vdu_id} is still in VIM
         ${status}=   Run Keyword And Ignore Error   Get Server Property   ${vdu_id}   id
-        log   ${status}[0]
+        Log   ${status}[0]
         IF   '${status}[0]' == 'PASS'
             ${error}=   Set Variable   1
-            log   Deleting server ${vdu_id}
+            Log   Deleting server ${vdu_id}
             Run Keyword And Ignore Error   Delete Server   ${vdu_id}
         END
     END
diff --git a/robot-systest/testsuite/heal_02-scale_vdu_healing.robot b/robot-systest/testsuite/heal_02-scale_vdu_healing.robot
index df655b0..edb7a1a 100644
--- a/robot-systest/testsuite/heal_02-scale_vdu_healing.robot
+++ b/robot-systest/testsuite/heal_02-scale_vdu_healing.robot
@@ -104,9 +104,9 @@
 Get VIM Objects
     Variable Should Exist   ${ns_id}   msg=NS is not available
     @{vnf_id_list}=   Get Ns Vnf List   ${ns_id}
-    log   ${vnf_id_list}
+    Log   ${vnf_id_list}
     FOR   ${vnf_id}   IN   @{vnf_id_list}
-        log   ${vnf_id}
+        Log   ${vnf_id}
         ${id}=   Get VNF VIM ID   ${vnf_id}
         @{vdu_ids}=   Split String   ${id}
         Append To List   ${vim_vdus}   @{vdu_ids}
@@ -120,8 +120,8 @@
             END
         END
     END
-    log Many   @{vim_vdus}
-    log Many   @{vim_volumes}
+    Log Many   @{vim_vdus}
+    Log Many   @{vim_volumes}
 
 
 Get Charm VNF Info
@@ -134,7 +134,7 @@
     ${id}=   Get VNF VIM ID   ${vnf_charm_id}
     @{vdu_charm_ids}=   Split String   ${id}
     Set Suite Variable   @{vdu_charm_ids}   @{vdu_charm_ids}
-    log   ${vdu_charm_ids}[1]
+    Log   ${vdu_charm_ids}[1]
     @{charm_ip_list}=   Get Vnf Vdur IPs   ${vnf_charm_id}
     Set Suite Variable   @{charm_ip_list}   @{charm_ip_list}
 
@@ -164,7 +164,7 @@
 
     ${ip}=   Get Vdu Attribute   ${vnf_charm_id}   ip-address   1
     ${stdout}=   Execute Remote Command Check Rc Return Output   ${ip}   ${username}   ${password}   ${privatekey}   sudo ls ${vnf_charm_cloudinit_file}
-    log   ${stdout}
+    Log   ${stdout}
     Check If remote File Exists   ${ip}   ${username}   ${password}   ${privatekey}   ${vnf_charm_day1_file}
 
 
@@ -191,8 +191,8 @@
             END
         END
     END
-    log Many   @{vim_vdus}
-    log Many   @{vim_volumes}
+    Log Many   @{vim_vdus}
+    Log Many   @{vim_volumes}
 
 
 Delete NS Instance
@@ -215,21 +215,21 @@
     [Tags]   cleanup
     ${error}=   Set Variable   0
     FOR   ${vol_id}   IN   @{vim_volumes}
-        log   Checking if volume ${vol_id} is still in VIM
+        Log   Checking if volume ${vol_id} is still in VIM
         ${exists}=   Check If Volume Exists   ${vol_id}
         IF   ${exists}!=0
             ${error}=   Set Variable   1
-            log   Deleting volume ${vol_id}
+            Log   Deleting volume ${vol_id}
             Run Keyword And Ignore Error   Delete Volume   ${vol_id}
         END
     END
     FOR   ${vdu_id}   IN   @{vim_vdus}
-        log   Checking if server ${vdu_id} is still in VIM
+        Log   Checking if server ${vdu_id} is still in VIM
         ${status}=   Run Keyword And Ignore Error   Get Server Property   ${vdu_id}   id
-        log   ${status}[0]
+        Log   ${status}[0]
         IF   '${status}[0]' == 'PASS'
             ${error}=   Set Variable   1
-            log   Deleting server ${vdu_id}
+            Log   Deleting server ${vdu_id}
             Run Keyword And Ignore Error   Delete Server   ${vdu_id}
         END
     END
diff --git a/robot-systest/testsuite/heal_03-multiple_healing.robot b/robot-systest/testsuite/heal_03-multiple_healing.robot
index ac67be1..89f67dd 100644
--- a/robot-systest/testsuite/heal_03-multiple_healing.robot
+++ b/robot-systest/testsuite/heal_03-multiple_healing.robot
@@ -104,9 +104,9 @@
 Get VIM Objects
     Variable Should Exist   ${ns_id}   msg=NS is not available
     @{vnf_id_list}=   Get Ns Vnf List   ${ns_id}
-    log   ${vnf_id_list}
+    Log   ${vnf_id_list}
     FOR   ${vnf_id}   IN   @{vnf_id_list}
-        log   ${vnf_id}
+        Log   ${vnf_id}
         ${id}=   Get VNF VIM ID   ${vnf_id}
         @{vdu_ids}=   Split String   ${id}
         Append To List   ${vim_vdus}   @{vdu_ids}
@@ -120,8 +120,8 @@
             END
         END
     END
-    log Many   @{vim_vdus}
-    log Many   @{vim_volumes}
+    Log Many   @{vim_vdus}
+    Log Many   @{vim_volumes}
 
 
 Get Charm VNF Info
@@ -134,7 +134,7 @@
     ${id}=   Get VNF VIM ID   ${vnf_charm_id}
     @{vdu_charm_ids}=   Split String   ${id}
     Set Suite Variable   @{vdu_charm_ids}   @{vdu_charm_ids}
-    log   ${vdu_charm_ids}[1]
+    Log   ${vdu_charm_ids}[1]
     @{charm_ip_list}=   Get Vnf Vdur IPs   ${vnf_charm_id}
     Set Suite Variable   @{charm_ip_list}   @{charm_ip_list}
 
@@ -142,18 +142,18 @@
 Get Volume VNF Info
     Variable Should Exist   ${ns_id}   msg=NS is not available
     ${ip_addr}=   Get Vnf Management Ip Address   ${ns_id}   ${vnf_several_index}
-    log   ${ip_addr}
+    Log   ${ip_addr}
     Set Suite Variable   ${vnf_volumes_ip_addr}   ${ip_addr}
 
     ${vnf_id}=   Get Vnf Id   ${ns_id}   ${vnf_several_index}
     Set Suite Variable   ${vnf_volumes_id}   ${vnf_id}
     ${id}=   Get VNF VIM ID   ${vnf_id}
     Set Suite Variable   ${vdu_volumes_id}   ${id}
-    log   ${vdu_volumes_id}
+    Log   ${vdu_volumes_id}
 
     @{volumes_ip_list}=   Get Vnf Vdur IPs   ${vnf_volumes_id}
     Set Suite Variable   @{volumes_ip_list}   @{volumes_ip_list}
-    log   @{volumes_ip_list}
+    Log   @{volumes_ip_list}
 
 
 Stop VDUs
@@ -185,7 +185,7 @@
 
     ${ip}=   Get Vdu Attribute   ${vnf_charm_id}   ip-address   1
     ${stdout}=   Execute Remote Command Check Rc Return Output   ${ip}   ${username}   ${password}   ${privatekey}   sudo ls ${vnf_charm_cloudinit_file}
-    log   ${stdout}
+    Log   ${stdout}
     Check If remote File Exists   ${ip}   ${username}   ${password}   ${privatekey}   ${vnf_charm_day1_file}
 
 
@@ -212,8 +212,8 @@
             END
         END
     END
-    log Many   @{vim_vdus}
-    log Many   @{vim_volumes}
+    Log Many   @{vim_vdus}
+    Log Many   @{vim_volumes}
 
 
 Delete NS Instance
@@ -236,21 +236,21 @@
     [Tags]   cleanup
     ${error}=   Set Variable   0
     FOR   ${vol_id}   IN   @{vim_volumes}
-        log   Checking if volume ${vol_id} is still in VIM
+        Log   Checking if volume ${vol_id} is still in VIM
         ${exists}=   Check If Volume Exists   ${vol_id}
         IF   ${exists}!=0
             ${error}=   Set Variable   1
-            log   Deleting volume ${vol_id}
+            Log   Deleting volume ${vol_id}
             Run Keyword And Ignore Error   Delete Volume   ${vol_id}
         END
     END
     FOR   ${vdu_id}   IN   @{vim_vdus}
-        log   Checking if server ${vdu_id} is still in VIM
+        Log   Checking if server ${vdu_id} is still in VIM
         ${status}=   Run Keyword And Ignore Error   Get Server Property   ${vdu_id}   id
-        log   ${status}[0]
+        Log   ${status}[0]
         IF   '${status}[0]' == 'PASS'
             ${error}=   Set Variable   1
-            log   Deleting server ${vdu_id}
+            Log   Deleting server ${vdu_id}
             Run Keyword And Ignore Error   Delete Server   ${vdu_id}
         END
     END
diff --git a/robot-systest/testsuite/heal_04-autohealing.robot b/robot-systest/testsuite/heal_04-autohealing.robot
index 225d3e5..ada204a 100644
--- a/robot-systest/testsuite/heal_04-autohealing.robot
+++ b/robot-systest/testsuite/heal_04-autohealing.robot
@@ -84,31 +84,31 @@
 Get VIM Objects
     Variable Should Exist   ${ns_id}   msg=NS is not available
     @{vnf_id_list}=   Get Ns Vnf List   ${ns_id}
-    log   ${vnf_id_list}
+    Log   ${vnf_id_list}
     FOR   ${vnf_id}   IN   @{vnf_id_list}
-        log   ${vnf_id}
+        Log   ${vnf_id}
         ${id}=   Get VNF VIM ID   ${vnf_id}
         @{vdu_ids}=   Split String   ${id}
         Append To List   ${vim_vdus}   @{vdu_ids}
     END
-    log Many   @{vim_vdus}
+    Log Many   @{vim_vdus}
 
 
 Get VNF Info
     Variable Should Exist   ${ns_id}   msg=NS is not available
     ${ip_addr}=   Get Vnf Management Ip Address   ${ns_id}   ${vnf_index}
-    log   ${ip_addr}
+    Log   ${ip_addr}
     Set Suite Variable   ${vnf_ip_addr}   ${ip_addr}
 
     ${vnf_id}=   Get Vnf Id   ${ns_id}   ${vnf_index}
     Set Suite Variable   ${vnf_autoheal_id}   ${vnf_id}
     ${id}=   Get VNF VIM ID   ${vnf_id}
     Set Suite Variable   ${vdu_autoheal_id}   ${id}
-    log   ${vdu_autoheal_id}
+    Log   ${vdu_autoheal_id}
 
     @{autoheal_ip_list}=   Get Vnf Vdur IPs   ${vnf_autoheal_id}
     Set Suite Variable   @{autoheal_ip_list}   @{autoheal_ip_list}
-    log   @{autoheal_ip_list}
+    Log   @{autoheal_ip_list}
 
 
 Stop Autoheal VDU
@@ -130,11 +130,11 @@
     Variable Should Exist   ${vnf_autoheal_id}   msg=VNF is not available
 
     @{ip_list}=   Get Vnf Vdur IPs   ${vnf_autoheal_id}
-    log   @{ip_list}
+    Log   @{ip_list}
     Should Be Equal   ${ip_list}   ${autoheal_ip_list}   IP addresses have changed after healing
 
     ${id}=   Get VNF VIM ID   ${vnf_autoheal_id}
-    log   ${id}
+    Log   ${id}
     Should Not Be Equal   ${id}   ${vdu_autoheal_id}   VDU id has not changed after healing
 
 
@@ -150,7 +150,7 @@
             END
         END
     END
-    log Many   @{vim_vdus}
+    Log Many   @{vim_vdus}
 
 
 Delete NS Instance
@@ -172,12 +172,12 @@
     [Tags]   cleanup
     ${error}=   Set Variable   0
     FOR   ${vdu_id}   IN   @{vim_vdus}
-        log   Checking if server ${vdu_id} is still in VIM
+        Log   Checking if server ${vdu_id} is still in VIM
         ${status}=   Run Keyword And Ignore Error   Get Server Property   ${vdu_id}   id
-        log   ${status}[0]
+        Log   ${status}[0]
         IF   '${status}[0]' == 'PASS'
             ${error}=   Set Variable   1
-            log   Deleting server ${vdu_id}
+            Log   Deleting server ${vdu_id}
             Run Keyword And Ignore Error   Delete Server   ${vdu_id}
         END
     END
diff --git a/robot-systest/testsuite/k8s_01-create_k8s_cluster.robot b/robot-systest/testsuite/k8s_01-create_k8s_cluster.robot
index 341237c..899aed4 100644
--- a/robot-systest/testsuite/k8s_01-create_k8s_cluster.robot
+++ b/robot-systest/testsuite/k8s_01-create_k8s_cluster.robot
@@ -99,19 +99,19 @@
 Get Management Ip Addresses
 
     ${ip_addr_1}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_1}
-    log   ${ip_addr_1}
+    Log   ${ip_addr_1}
     Set Suite Variable   ${vnf_1_ip_addr}   ${ip_addr_1}
     ${ip_addr_2}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_2}
-    log   ${ip_addr_2}
+    Log   ${ip_addr_2}
     Set Suite Variable   ${vnf_2_ip_addr}   ${ip_addr_2}
     ${ip_addr_3}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_3}
-    log   ${ip_addr_3}
+    Log   ${ip_addr_3}
     Set Suite Variable   ${vnf_3_ip_addr}   ${ip_addr_3}
     ${ip_addr_4}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_4}
-    log   ${ip_addr_4}
+    Log   ${ip_addr_4}
     Set Suite Variable   ${vnf_4_ip_addr}   ${ip_addr_4}
     ${ip_addr_5}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_5}
-    log   ${ip_addr_5}
+    Log   ${ip_addr_5}
     Set Suite Variable   ${vnf_5_ip_addr}   ${ip_addr_5}
 
 
diff --git a/robot-systest/testsuite/k8s_04-openldap_helm.robot b/robot-systest/testsuite/k8s_04-openldap_helm.robot
index 4370074..214bbc6 100644
--- a/robot-systest/testsuite/k8s_04-openldap_helm.robot
+++ b/robot-systest/testsuite/k8s_04-openldap_helm.robot
@@ -83,7 +83,7 @@
     [Tags]   verify
     Variable Should Exist   ${ns_id}   msg=Network service instance is not available
     ${count}=   Get Vnf Kdu Replica Count   ${vnf_id}   ${kdu_name}
-    log   ${count}
+    Log   ${count}
     Should Be Equal As Integers   ${count}   ${replica_count}
 
 Execute Rollback Operation
@@ -95,7 +95,7 @@
     [Tags]   verify
     Variable Should Exist   ${ns_id}   msg=Network service instance is not available
     ${count}=   Get Vnf Kdu Replica Count   ${vnf_id}   ${kdu_name}
-    log   ${count}
+    Log   ${count}
     Should Be Empty   ${count}
 
 Delete Network Service Instance
diff --git a/robot-systest/testsuite/k8s_05-k8s_proxy_charms.robot b/robot-systest/testsuite/k8s_05-k8s_proxy_charms.robot
index 10ad9c5..4cf5ed0 100644
--- a/robot-systest/testsuite/k8s_05-k8s_proxy_charms.robot
+++ b/robot-systest/testsuite/k8s_05-k8s_proxy_charms.robot
@@ -72,10 +72,10 @@
 Get Management Ip Addresses
 
     ${ip_addr_1}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_1}
-    log   ${ip_addr_1}
+    Log   ${ip_addr_1}
     Set Suite Variable   ${vnf_1_ip_addr}   ${ip_addr_1}
     ${ip_addr_2}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_2}
-    log   ${ip_addr_2}
+    Log   ${ip_addr_2}
     Set Suite Variable   ${vnf_2_ip_addr}   ${ip_addr_2}
 
 
diff --git a/robot-systest/testsuite/k8s_06-k8s_secure_key_management.robot b/robot-systest/testsuite/k8s_06-k8s_secure_key_management.robot
index 40611ab..25a999e 100644
--- a/robot-systest/testsuite/k8s_06-k8s_secure_key_management.robot
+++ b/robot-systest/testsuite/k8s_06-k8s_secure_key_management.robot
@@ -76,10 +76,10 @@
 Get Management Ip Addresses
     [Tags]   verify
     ${ip_addr_1}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_1}
-    log   ${ip_addr_1}
+    Log   ${ip_addr_1}
     Set Suite Variable   ${vnf_1_ip_addr}   ${ip_addr_1}
     ${ip_addr_2}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_2}
-    log   ${ip_addr_2}
+    Log   ${ip_addr_2}
     Set Suite Variable   ${vnf_2_ip_addr}   ${ip_addr_2}
 
 
diff --git a/robot-systest/testsuite/k8s_10-sol004_sol007_with_k8s_proxy_charms.robot b/robot-systest/testsuite/k8s_10-sol004_sol007_with_k8s_proxy_charms.robot
index b804aee..cd8cb11 100644
--- a/robot-systest/testsuite/k8s_10-sol004_sol007_with_k8s_proxy_charms.robot
+++ b/robot-systest/testsuite/k8s_10-sol004_sol007_with_k8s_proxy_charms.robot
@@ -72,10 +72,10 @@
 Get Management Ip Addresses
 
     ${ip_addr_1}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_1}
-    log   ${ip_addr_1}
+    Log   ${ip_addr_1}
     Set Suite Variable   ${vnf_1_ip_addr}   ${ip_addr_1}
     ${ip_addr_2}   Get Vnf Management Ip Address   ${ns_id}   ${vnf_member_index_2}
-    log   ${ip_addr_2}
+    Log   ${ip_addr_2}
     Set Suite Variable   ${vnf_2_ip_addr}   ${ip_addr_2}
 
 
diff --git a/robot-systest/testsuite/k8s_11-simple_helm_k8s_scaling.robot b/robot-systest/testsuite/k8s_11-simple_helm_k8s_scaling.robot
index 6731ec7..f5a73a7 100644
--- a/robot-systest/testsuite/k8s_11-simple_helm_k8s_scaling.robot
+++ b/robot-systest/testsuite/k8s_11-simple_helm_k8s_scaling.robot
@@ -82,7 +82,7 @@
 
     Variable Should Exist   ${ns_id}   msg=Network service instance is not available
     ${kdu_count}=   Get Vnf Kdu Replica Count   ${vnf_id}   ${kdu_name}
-    log   ${kdu_count}
+    Log   ${kdu_count}
     Set Suite Variable   ${initial_kdu_count}   ${kdu_count}
 
 Perform Manual KDU Scale Out
@@ -95,7 +95,7 @@
 
     Variable Should Exist   ${initial_kdu_count}   msg=Initial KDU count is not available
     ${kdu_count}=   Get Vnf Kdu Replica Count   ${vnf_id}   ${kdu_name}
-    log   ${kdu_count}
+    Log   ${kdu_count}
     Run Keyword If   ${kdu_count} != ${initial_kdu_count} + 2   Fail   msg=There is no new KDU in the model after Scale Out
 
 Perform Manual KDU Scale In
diff --git a/robot-systest/testsuite/k8s_12-openldap_helm_day-2.robot b/robot-systest/testsuite/k8s_12-openldap_helm_day-2.robot
index ac02202..4bf9d67 100644
--- a/robot-systest/testsuite/k8s_12-openldap_helm_day-2.robot
+++ b/robot-systest/testsuite/k8s_12-openldap_helm_day-2.robot
@@ -92,7 +92,7 @@
 Check Replicas After Upgrade Operation
     Variable Should Exist   ${ns_id}   msg=Network service instance is not available
     ${count}=   Get Vnf Kdu Replica Count   ${vnf_id}   ${kdu_name}
-    log   ${count}
+    Log   ${count}
     Should Be Equal As Integers   ${count}   ${replica_count}
 
 Execute Rollback Operation
@@ -102,7 +102,7 @@
 Check Replicas After Rollback Operation
     Variable Should Exist   ${ns_id}   msg=Network service instance is not available
     ${count}=   Get Vnf Kdu Replica Count   ${vnf_id}   ${kdu_name}
-    log   ${count}
+    Log   ${count}
     Should Be Empty   ${count}
 
 Delete Network Service Instance
diff --git a/robot-systest/testsuite/sa_02-vnf_with_vim_metrics_and_autoscaling.robot b/robot-systest/testsuite/sa_02-vnf_with_vim_metrics_and_autoscaling.robot
index 76b3229..d550810 100644
--- a/robot-systest/testsuite/sa_02-vnf_with_vim_metrics_and_autoscaling.robot
+++ b/robot-systest/testsuite/sa_02-vnf_with_vim_metrics_and_autoscaling.robot
@@ -78,7 +78,7 @@
     Should Be Equal As Integers   ${rc}   ${success_return_code}   msg=${stdout}   values=False
     ${scaleout_threshold}=   Convert To Number   ${stdout}
     Set Suite Variable   ${metric_threshold}   ${scaleout_threshold}
-    log   ${metric_threshold}
+    Log   ${metric_threshold}
 
 
 Create NS Descriptor
@@ -102,7 +102,7 @@
 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}
 
 
diff --git a/robot-systest/testsuite/sa_07-alarms_from_sa-related_vnfs.robot b/robot-systest/testsuite/sa_07-alarms_from_sa-related_vnfs.robot
index 4055dfd..9ce02b5 100644
--- a/robot-systest/testsuite/sa_07-alarms_from_sa-related_vnfs.robot
+++ b/robot-systest/testsuite/sa_07-alarms_from_sa-related_vnfs.robot
@@ -100,7 +100,7 @@
 Get Webhook Service VNF IP Address
 
     ${ip_addr}=   Get Vnf Management Ip Address   ${ws_ns_id}   ${ws_vnf_member_index}
-    log   ${ip_addr}
+    Log   ${ip_addr}
     Set Suite Variable   ${ws_vnf_ip_addr}   ${ip_addr}
 
 
@@ -114,7 +114,7 @@
 Create VNF Descriptor
 
     ${rc}   ${stdout}=   Run and Return RC and Output   mkdir '%{PACKAGES_FOLDER}/${new_vnfd_pkg}' && WEBHOOK_URL="http://${ws_vnf_ip_addr}:${ws_port}" envsubst < '%{PACKAGES_FOLDER}/${vnfd_pkg}'/'${vnfd_file}' > '%{PACKAGES_FOLDER}/${new_vnfd_pkg}'/'${vnfd_file}'
-    log   ${stdout}
+    Log   ${stdout}
     Should Be Equal As Integers   ${rc}   ${success_return_code}
     Create VNFD   '%{PACKAGES_FOLDER}/${new_vnfd_pkg}'
 
@@ -199,6 +199,6 @@
     [Documentation]   Removes the temporary package folder created for the test
     [Arguments]   ${folder_name}
     ${rc}   ${stdout}=   Run and Return RC and Output   rm -rf '${folder_name}'
-    log   ${stdout}
+    Log   ${stdout}
 
 
diff --git a/robot-systest/testsuite/slice_01-network_slicing.robot b/robot-systest/testsuite/slice_01-network_slicing.robot
index 33d3bab..a910524 100644
--- a/robot-systest/testsuite/slice_01-network_slicing.robot
+++ b/robot-systest/testsuite/slice_01-network_slicing.robot
@@ -107,11 +107,11 @@
 
     # Get all the ns_id in the slice except the middle one to avoid self ping
     @{slice_ns_list}   Get Slice Ns List Except One   ${slice_name}   ${middle_ns_name}
-    log many   @{slice_ns_list}
+    Log many   @{slice_ns_list}
     @{temp_list}=   Create List
     # For each ns_id in the list, get all the vnf_id and their IP addresses
     FOR   ${ns_id}   IN   @{slice_ns_list}
-        log   ${ns_id}
+        Log   ${ns_id}
         @{vnf_id_list}   Get Ns Vnf List   ${ns_id}
         # For each vnf_id in the list, get all its IP addresses
         @{ns_ip_list}   Get Ns Ip List   @{vnf_id_list}
@@ -126,7 +126,7 @@
 
     Sleep   60s   Waiting for the network to be up
     # Ping to the middle VNF
-    log   ${mgmt_vnf_ip}
+    Log   ${mgmt_vnf_ip}
     Test Connectivity   ${mgmt_vnf_ip}