Use case-sensitive keyword Log instead of log
[osm/tests.git] / robot-systest / testsuite / fail_01-insufficient_resources.robot
index 1df7d30..022ae5a 100644 (file)
@@ -64,7 +64,7 @@ Create VNF Descriptor
     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 @@ Cannot Instantiate Network Service
     ${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