Skip to content

Commit

Permalink
add missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bdattoma committed Aug 21, 2024
1 parent f6b87d0 commit 4f8bf29
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ Delete OOTB Image
IF not ${IS_SELF_MANAGED} Managed RHOAI Upgrade Test Teardown

Managed RHOAI Upgrade Test Teardown
[Documentation] Check rhods_aggregate_availability metric when RHOAI is installed as managed
${expression} = Set Variable rhods_aggregate_availability&step=1
${resp} = Prometheus.Run Query ${RHODS_PROMETHEUS_URL} ${RHODS_PROMETHEUS_TOKEN} ${expression}
Log rhods_aggregate_availability: ${resp.json()["data"]["result"][0]["value"][-1]}
Expand All @@ -259,5 +260,6 @@ Managed RHOAI Upgrade Test Teardown
Run Keyword And Warn On Failure Should Contain ${list_values} ${resp.json()["data"]["result"][0]["value"][-1]}

Upgrade Suite Setup
[Documentation] Set of action to run as Suite setup
${IS_SELF_MANAGED}= Is RHODS Self-Managed
Set Suite Variable ${IS_SELF_MANAGED}

0 comments on commit 4f8bf29

Please sign in to comment.