Skip to content
Snippets Groups Projects
Commit 8218c9ae authored by garciadeblas's avatar garciadeblas
Browse files

Fix Heal02 to check properly that the flavor ID is part of vim_info


Change-Id: Icf2281d4214e7acaf5fb69b99bff200c7c80f859
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 9553b6fa
No related branches found
No related tags found
No related merge requests found
......@@ -173,8 +173,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment