X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Ftests.git;a=blobdiff_plain;f=robot-systest%2Ftestsuite%2Ffail_01-insufficient_resources.robot;fp=robot-systest%2Ftestsuite%2Ffail_01-insufficient_resources.robot;h=022ae5acb361b674314c720b21c58ac7f84a1450;hp=1df7d30daeba6f2ffdae1bdef60028756a60657a;hb=321726f7804f92c56bb07ffb7301e3eb28daf574;hpb=bd91f86bd3391a47e0037c3f22431dcd0a6d5103 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 @@ 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