Skip to content

Commit

Permalink
fix qaprodauth url (#577)
Browse files Browse the repository at this point in the history
Signed-off-by: bdattoma <bdattoma@redhat.com>

Signed-off-by: bdattoma <bdattoma@redhat.com>
  • Loading branch information
bdattoma authored Sep 27, 2022
1 parent 97e94f7 commit 463be56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ Suite Setup OCM Suite Setup
Suite Teardown OCM Suite Teardown
Test Setup OCM Test Setup


*** Variables ***
${Stage_URL} https://qaprodauth.cloud.redhat.com/openshift
${Stage_URL} https://qaprodauth.console.redhat.com/openshift
${Prod_URL} https://console.redhat.com/openshift


*** Test Cases ***
Can Install ODH Operator
[Tags] TBC
Expand Down
2 changes: 1 addition & 1 deletion tests/Tests/400__ods_dashboard/400__ods_dashboard.robot
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ Check Application Switcher Links To Openshift Cluster Manager
${cluster_name}= Get Cluster Name By Cluster ID ${cluster_id}
${cluster_env}= Fetch ODS Cluster Environment
IF "${cluster_env}" == "stage"
${ocm_staging_link}= Set Variable https://qaprodauth.cloud.redhat.com/openshift/details/${cluster_id}
${ocm_staging_link}= Set Variable https://qaprodauth.console.redhat.com/openshift/details/${cluster_id}
Check HTTP Status Code link_to_check=${ocm_staging_link} verify_ssl=${False}
Go To ${ocm_staging_link}
ELSE
Expand Down

0 comments on commit 463be56

Please sign in to comment.