From 8218c9ae676ae2f0e6d292e1d29ff2c42abbc9f4 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 19 Jun 2023 12:48:04 +0200 Subject: [PATCH] Fix Heal02 to check properly that the flavor ID is part of vim_info Change-Id: Icf2281d4214e7acaf5fb69b99bff200c7c80f859 Signed-off-by: garciadeblas --- robot-systest/testsuite/heal_02-scale_vdu_healing.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/robot-systest/testsuite/heal_02-scale_vdu_healing.robot b/robot-systest/testsuite/heal_02-scale_vdu_healing.robot index eedd94b..fc79217 100644 --- a/robot-systest/testsuite/heal_02-scale_vdu_healing.robot +++ b/robot-systest/testsuite/heal_02-scale_vdu_healing.robot @@ -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 -- 2.17.1