From fde8654c386fd90b58f6c6b461d8fc96b4ce5684 Mon Sep 17 00:00:00 2001 From: asanzgom Date: Wed, 30 Oct 2024 17:04:17 +0100 Subject: [PATCH] Added Wait until Kw succeeds to get installplan name --- ods_ci/tests/Resources/Page/Operators/ISVs.resource | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ods_ci/tests/Resources/Page/Operators/ISVs.resource b/ods_ci/tests/Resources/Page/Operators/ISVs.resource index 129c57e4b..04ebce9f3 100644 --- a/ods_ci/tests/Resources/Page/Operators/ISVs.resource +++ b/ods_ci/tests/Resources/Page/Operators/ISVs.resource @@ -37,7 +37,8 @@ Install ISV Operator From OperatorHub Via CLI # robocop: disable Wait Until Keyword Succeeds 1 min 0 sec ... Is Resource Present Subscription ${subscription_name} ${namespace} ${IS_PRESENT} Sleep 30s - ${installplan_name}= Get Resource Attribute ${namespace} + Wait Until Keyword Succeeds 1 min 0 sec + ... ${installplan_name}= Get Resource Attribute ${namespace} ... Subscription ${subscription_name} .status.installPlanRef.name ${installplan_approval}= Get Resource Attribute ${namespace} ... InstallPlan ${installplan_name} .spec.approval