Skip to content

Commit

Permalink
Added Wait until Kw succeeds to get installplan name
Browse files Browse the repository at this point in the history
  • Loading branch information
asanzgom committed Oct 30, 2024
1 parent e3fc547 commit fde8654
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ods_ci/tests/Resources/Page/Operators/ISVs.resource
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fde8654

Please sign in to comment.