From 20379b234dcf69ee796548faee7f07aa77ed0572 Mon Sep 17 00:00:00 2001 From: asanzgom Date: Mon, 4 Nov 2024 14:46:32 +0100 Subject: [PATCH] Syntax fix --- ods_ci/tests/Resources/Page/Operators/ISVs.resource | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ods_ci/tests/Resources/Page/Operators/ISVs.resource b/ods_ci/tests/Resources/Page/Operators/ISVs.resource index 55d560448..b53b60d7e 100644 --- a/ods_ci/tests/Resources/Page/Operators/ISVs.resource +++ b/ods_ci/tests/Resources/Page/Operators/ISVs.resource @@ -38,7 +38,7 @@ 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 - WHILE ${installplan_name} == ${EMPTY} + WHILE $installplan_name == ${EMPTY} ${installplan_name}= Get Resource Attribute ${namespace} ... Subscription ${subscription_name} .status.installPlanRef.name END