From 1a1dad74a8aaf2d3dbd570fb6f7cf2247e5dfa56 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 20 Jun 2022 12:57:09 +0200 Subject: [PATCH] Fix heal_03 to get IP address from VDU with count-index 1 Change-Id: I9f6bfffb808b0d83bed3cc7d1baa14d4b62d7cfb Signed-off-by: garciadeblas --- robot-systest/testsuite/heal_03-multiple_healing.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot-systest/testsuite/heal_03-multiple_healing.robot b/robot-systest/testsuite/heal_03-multiple_healing.robot index 3c2dd23..f321c1c 100644 --- a/robot-systest/testsuite/heal_03-multiple_healing.robot +++ b/robot-systest/testsuite/heal_03-multiple_healing.robot @@ -166,7 +166,7 @@ Check VNFs After Healing ${id}= Get VNF VIM ID ${vnf_volumes_id} Should Not Be Equal ${id} ${vdu_volumes_id} VDU id has not changed after healing - ${ip}= Get Vdu Attribute ${vnf_charm_id} ip-address 2 + ${ip}= Get Vdu Attribute ${vnf_charm_id} ip-address 1 ${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} -- 2.17.1