Skip to content

Commit

Permalink
Only upload the openshift CA cert if the cluster is self-managed in M…
Browse files Browse the repository at this point in the history
…R test (red-hat-data-services#1936)

Only upload the openshift CA cert if the cluster is self-managed

Signed-off-by: lugi0 <[email protected]>
  • Loading branch information
lugi0 authored Oct 17, 2024
1 parent c762d2d commit 4e544cc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ Verify Model Registry Integration With Secured-DB
Download Python Client Dependencies ${MR_PYTHON_CLIENT_FILES} ${MR_PYTHON_CLIENT_WHL_VERSION}
Upload Python Client Files In The Workbench ${MR_PYTHON_CLIENT_FILES}
Upload Certificate To Jupyter Notebook ${CERTS_DIRECTORY}/domain.crt
Upload Certificate To Jupyter Notebook openshift_ca.crt
${self_managed} = Is RHODS Self-Managed
IF ${self_managed} Upload Certificate To Jupyter Notebook openshift_ca.crt
Jupyter Notebook Can Query Model Registry ${JUPYTER_NOTEBOOK}
SeleniumLibrary.Switch Window ${handle}
Open Model Registry Dashboard Page
Expand Down

0 comments on commit 4e544cc

Please sign in to comment.