X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Ftestsuite%2Fheal_02-scale_vdu_healing.robot;h=bf88510ca23349b1a25bf2120feff0c9fb74217e;hb=refs%2Fchanges%2F50%2F13550%2F1;hp=eedd94b4b77b678051a3a975597bcd42fc659986;hpb=f01b9a4b58be0137581eeb92d309c8d5e5dc1082;p=osm%2Ftests.git diff --git a/robot-systest/testsuite/heal_02-scale_vdu_healing.robot b/robot-systest/testsuite/heal_02-scale_vdu_healing.robot index eedd94b..bf88510 100644 --- a/robot-systest/testsuite/heal_02-scale_vdu_healing.robot +++ b/robot-systest/testsuite/heal_02-scale_vdu_healing.robot @@ -77,7 +77,8 @@ Create NS Descriptor Create Test Flavor - ${id}= Create Flavor ${flavor_name} + Delete Flavor ${flavor_name} + ${id}= Create Flavor ${flavor_name} 1 1024 10 Set Suite Variable ${flavor_id} ${id} @@ -173,8 +174,8 @@ Check VNF After Healing ${stdout}= Execute Remote Command Check Rc Return Output ${ip} ${username} ${password} ${privatekey} sudo ls ${vnf_charm_cloudinit_file} Log ${stdout} Check If remote File Exists ${ip} ${username} ${password} ${privatekey} ${vnf_charm_day1_file} - ${vim_info}= Get Vdu Attribute ${vnf_charm_id} vim_info - Should Contain ${vim_info} flavor: {id: ${flavor_id}, msg=Flavor ID is incorrect + ${vim_info}= Get Vdu Attribute ${vnf_charm_id} vim_info 1 + Should Contain ${vim_info} id: ${flavor_id} msg=Flavor ID is incorrect Update VIM Objects @@ -222,6 +223,7 @@ Delete VNF Descriptors Delete Objects in VIM [Tags] cleanup + Delete Flavor ${flavor_id} ${error}= Set Variable 0 FOR ${vol_id} IN @{vim_volumes} Log Checking if volume ${vol_id} is still in VIM @@ -247,10 +249,6 @@ Delete Objects in VIM END -Delete flavor - Delete Flavor ${flavor_id} - - *** Keywords *** Suite Cleanup [Documentation] Test Suit Cleanup: Deleting Descriptor, instance and vim @@ -260,4 +258,3 @@ Suite Cleanup Run Keyword If Any Tests Failed Delete VNFD ${vnfd_volumes_name} Run Keyword If Any Tests Failed Delete VNFD ${vnfd_charm_name} Run Keyword If Any Tests Failed Delete Objects in VIM - Run Keyword If Any Tests Failed Delete Flavor ${flavor_id} \ No newline at end of file