Use case-sensitive keyword Log instead of log
[osm/tests.git] / robot-systest / testsuite / slice_01-network_slicing.robot
index 33d3bab..a910524 100644 (file)
@@ -107,11 +107,11 @@ Get Slice Vnf Ip Addresses
 
     # 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 @@ Test Middle Ns Ping
 
     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}