Skip to content

Commit

Permalink
RHOAIENG-15629 - DSC And DSCI Release.Version Attribute ODS-CI test c…
Browse files Browse the repository at this point in the history
…hecks version based on currentCSV instead of installedCSV
  • Loading branch information
MarianMacik committed Nov 13, 2024
1 parent 823465d commit 7ee45a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Verify That DSC And DSCI Release.Version Attribute matches the value in the subs
... Operator
... RHOAIENG-8082
${rc} ${csv_name}= Run And Return Rc And Output
... oc get subscription -n ${OPERATOR_NAMESPACE} -l ${OPERATOR_SUBSCRIPTION_LABEL} -ojson | jq '.items[0].status.currentCSV' | tr -d '"'
... oc get subscription -n ${OPERATOR_NAMESPACE} -l ${OPERATOR_SUBSCRIPTION_LABEL} -ojson | jq '.items[0].status.installedCSV' | tr -d '"'

Should Be Equal As Integers ${rc} ${0} ${rc}

Expand Down

0 comments on commit 7ee45a5

Please sign in to comment.