Revert "Feature 11001: Robot framework linting for E2E tests"
[osm/tests.git] / robot-systest / testsuite / slice_01-network_slicing.robot
index 8f666d1..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}
 
 
@@ -134,7 +134,7 @@ Test Middle Vnf SSH Access
     [Documentation]   SSH access to the slice middle vnf (mgmt_vnf_ip) with the credentials provided in the variables file
 
     Sleep   30s   Waiting ssh daemon to be up
-    Test SSH Connection   ${mgmt_vnf_ip}   ${username}   ${password}   ${privatekey} 
+    Test SSH Connection   ${mgmt_vnf_ip}   ${username}   ${password}   ${privatekey}
 
 
 Test Slice Connectivity