diff --git a/ods_ci/tests/Tests/500__jupyterhub/special-user-testing.robot b/ods_ci/tests/Tests/500__jupyterhub/special-user-testing.robot index db44455b0..f9e2635d9 100644 --- a/ods_ci/tests/Tests/500__jupyterhub/special-user-testing.robot +++ b/ods_ci/tests/Tests/500__jupyterhub/special-user-testing.robot @@ -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 diff --git a/ods_ci/tests/Tests/650__distributed_workloads/test-smoke.robot b/ods_ci/tests/Tests/650__distributed_workloads/test-smoke.robot index 1ddb97003..69d389834 100644 --- a/ods_ci/tests/Tests/650__distributed_workloads/test-smoke.robot +++ b/ods_ci/tests/Tests/650__distributed_workloads/test-smoke.robot @@ -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 @@ -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 @@ -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