Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RHOAI display name #1138

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Verify RHODS Display Name and Version
${rhods_displayname} Set Variable ${rhods_csv_detail[0]['spec']['displayName']}
${rhods_version_t} Split String ${rhods_csv_name} . 1
Should Be Equal ${rhods_version_t[1]} ${rhods_version} msg=RHODS vesrion and label is not consistent
Should Be Equal ${rhods_displayname} Red Hat OpenShift Data Science msg=Dieplay name doesn't match
Should Be Equal ${rhods_displayname} Red Hat OpenShift AI msg=Dieplay name doesn't match

Verify RHODS Notebooks Network Policies
[Documentation] Verifies that the network policies for RHODS Notebooks are present on the cluster
Expand Down
Loading