Use case-sensitive keyword Log instead of log
[osm/tests.git] / robot-systest / testsuite / basic_11-native_charms.robot
index da3f0ea..eeb5ba6 100644 (file)
@@ -72,10 +72,10 @@ Instantiate Charm Network Service
 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}