Skip to content

Commit

Permalink
Merge branch 'master' into feature/vllm-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
lugi0 authored May 15, 2024
2 parents 4d813e2 + 9fde2cb commit 35a624e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ods_ci/tests/Tests/500__jupyterhub/special-user-testing.robot
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ Login Verify Logout
[Arguments] ${username} ${password} ${auth}
Logout From RHODS Dashboard
Login To RHODS Dashboard ${username} ${password} ${auth}
# We need to Launch Jupyter app again, because there is a redirect to the `enabled` page in the
# Login To RHODS Dashboard keyword now as a workaround.
Launch Jupyter From RHODS Dashboard Link
User Is Allowed
Page Should Contain ${username}
Capture Page Screenshot special-user-login-{index}.png
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Ray smoke test
[Documentation] Check that Kuberay deployment and service are up and running
[Tags] Smoke
... DistributedWorkloads
... ODS-2648
Log To Console Waiting for kuberay-operator to be available
${result} = Run Process oc wait --for\=condition\=Available --timeout\=60s -n ${APPLICATIONS_NAMESPACE} deployment/kuberay-operator
... shell=true stderr=STDOUT
Expand All @@ -31,6 +32,7 @@ Codeflare smoke test
[Documentation] Check that Codeflare deployment and its monitoring service are up and running
[Tags] Smoke
... DistributedWorkloads
... ODS-2675
Log To Console Waiting for codeflare-operator-manager to be available
${result} = Run Process oc wait --for\=condition\=Available --timeout\=60s -n ${APPLICATIONS_NAMESPACE} deployment/codeflare-operator-manager
... shell=true stderr=STDOUT
Expand All @@ -50,7 +52,7 @@ Kueue smoke test
[Documentation] Check that Kueue deployment and its service are up and running
[Tags] Smoke
... DistributedWorkloads
... qqq
... ODS-2676
Log To Console Waiting for kueue-controller-manager to be available
${result} = Run Process oc wait --for\=condition\=Available --timeout\=300s -n ${APPLICATIONS_NAMESPACE} deployment/kueue-controller-manager
... shell=true stderr=STDOUT
Expand Down

0 comments on commit 35a624e

Please sign in to comment.