OCM_ENV=$API_HOST SET_ENVIRONMENT="1" OC_HOST=$(oc whoami --show-server) CLUSTER_ID=$(cat "${SHARED_DIR}/cluster-id") CLUSTER_NAME=$(cat "${SHARED_DIR}/cluster-name") OCM_TOKEN=$(cat /var/run/secrets/ci.openshift.io/cluster-profile/ocm-token) ROBOT_EXTRA_ARGS="-i $TEST_MARKER -e AutomationBug -e Resources-GPU -e Resources-2GPUS" RUN_SCRIPT_ARGS="--skip-oclogin true --set-urls-variables true --test-artifact-dir ${ARTIFACT_DIR}/results" export OCM_ENV export SET_ENVIRONMENT export OC_HOST export CLUSTER_NAME export OCM_TOKEN export ROBOT_EXTRA_ARGS export RUN_SCRIPT_ARGS mkdir $ARTIFACT_DIR/results # delete IDPs before running testsuite if [ "${API_HOST}" = "stage" ]; then API_URL=https://api.stage.openshift.com/ else API_URL=https://api.openshift.com/ fi ocm login --url=$API_URL --token=$OCM_TOKEN for IDP in $(ocm get /api/clusters_mgmt/v1/clusters/$CLUSTER_ID/identity_providers | jq -r '.items[].name'); do ocm delete idp $IDP --cluster=$CLUSTER_ID done Deleted identity provider 'rosa-htpasswd' on cluster '25j8uoplre39l9n6mmaab04s6gm53vk1' # running RHODS testsuite ./ods_ci/build/run.sh RUN SCRIPT ARGS: --skip-oclogin true --set-urls-variables true --test-artifact-dir /logs/artifacts/results ROBOT EXTRA ARGS: -i Smoke -e AutomationBug -e Resources-GPU -e Resources-2GPUS SET TEST ENVIRONMENT: 1 -- USE OCM to install IDPs: 1 -----| SET_ENVIRONMENT option is enabled. ODS-CI is going to configure the test environment for you..|----- ---> Performing log in OCM ocm envirnment: stage ---> Looking for LDAP and HTPASSWD already present in the cluster... 25j8uoplre39l9n6mmaab04s6gm53vk1 ---> Installing the required IDPs https://api.ci-rosa-s-494c.b4ab.s3.devshift.org:443 Cluster name is ci-rosa-s-494c Configuring IDP for cluster 'ci-rosa-s-494c' Identity Provider 'htpasswd' has been created. You need to ensure that there is a list of cluster administrators defined. See 'ocm create user --help' for more information. To login into the console, open https://console-openshift-console.apps.rosa.ci-rosa-s-494c.b4ab.s3.devshift.org and click on htpasswd. Securely store your username and password. If you lose these credentials, you will have to delete and recreate the IDP. Added 'cluster-admins' user 'htpasswd-user' to cluster 'ci-rosa-s-494c' ----> Performing log in the cluster using oc CLI command Login failed (401 Unauthorized) Verify you have provided the correct credentials. Login failed 1 times. Trying again in 30 seconds (max 7 times). Login failed (401 Unauthorized) Verify you have provided the correct credentials. Login failed 2 times. Trying again in 30 seconds (max 7 times). Login failed (401 Unauthorized) Verify you have provided the correct credentials. Login failed 3 times. Trying again in 30 seconds (max 7 times). Login successful. You have access to 81 projects, the list has been suppressed. You can list all projects with 'oc projects' Using project "default". Login successful. You have access to 81 projects, the list has been suppressed. You can list all projects with 'oc projects' Using project "default". Login successful. You have access to 81 projects, the list has been suppressed. You can list all projects with 'oc projects' Using project "default". Login successful. You have access to 81 projects, the list has been suppressed. You can list all projects with 'oc projects' Using project "default". namespace/openldap created secret/openldap created service/openldap created deployment.apps/openldap created { "kind": "IdentityProvider", "type": "LDAPIdentityProvider", "href": "/api/clusters_mgmt/v1/clusters/25j8uoplre39l9n6mmaab04s6gm53vk1/identity_providers/25j98pgjbljtors6sg64in0dep3c9svh", "id": "25j98pgjbljtors6sg64in0dep3c9svh", "name": "ldap-provider-qe", "mapping_method": "claim", "ldap": { "attributes": { "id": [ "dn" ], "name": [ "cn" ], "preferred_username": [ "uid" ] }, "bind_dn": "cn=admin,dc=example,dc=org", "insecure": true, "url": "ldap://openldap.openldap.svc.cluster.local:1389/dc=example,dc=org?uid" } } Error from server (AlreadyExists): groups.user.openshift.io "rhods-admins" already exists group.user.openshift.io/rhods-users created group.user.openshift.io/rhods-noaccess created Error from server (AlreadyExists): groups.user.openshift.io "dedicated-admins" already exists group.user.openshift.io/rhods-admins added: "ldap-adm1" group.user.openshift.io/rhods-admins added: "ldap-adm2" group.user.openshift.io/rhods-admins added: "ldap-adm3" group.user.openshift.io/rhods-admins added: "ldap-adm4" group.user.openshift.io/rhods-admins added: "ldap-adm5" group.user.openshift.io/rhods-admins added: "ldap-adm6" group.user.openshift.io/rhods-admins added: "ldap-adm7" group.user.openshift.io/rhods-admins added: "ldap-adm8" group.user.openshift.io/rhods-admins added: "ldap-adm9" group.user.openshift.io/rhods-admins added: "ldap-adm10" group.user.openshift.io/rhods-admins added: "ldap-adm11" group.user.openshift.io/rhods-admins added: "ldap-adm12" group.user.openshift.io/rhods-admins added: "ldap-adm13" group.user.openshift.io/rhods-admins added: "ldap-adm14" group.user.openshift.io/rhods-admins added: "ldap-adm15" group.user.openshift.io/rhods-admins added: "ldap-adm16" group.user.openshift.io/rhods-admins added: "ldap-adm17" group.user.openshift.io/rhods-admins added: "ldap-adm18" group.user.openshift.io/rhods-admins added: "ldap-adm19" group.user.openshift.io/rhods-admins added: "ldap-adm20" Added 'dedicated-admins' user 'ldap-adm1' to cluster 'ci-rosa-s-494c' Added 'dedicated-admins' user 'ldap-adm2' to cluster 'ci-rosa-s-494c' Added 'dedicated-admins' user 'ldap-adm3' to cluster 'ci-rosa-s-494c' Added 'dedicated-admins' user 'ldap-adm4' to cluster 'ci-rosa-s-494c' Added 'dedicated-admins' user 'ldap-adm5' to cluster 'ci-rosa-s-494c' Added 'dedicated-admins' user 'ldap-adm6' to cluster 'ci-rosa-s-494c' Added 'dedicated-admins' user 'ldap-adm7' to cluster 'ci-rosa-s-494c' Added 'dedicated-admins' user 'ldap-adm8' to cluster 'ci-rosa-s-494c' Added 'dedicated-admins' user 'ldap-adm9' to cluster 'ci-rosa-s-494c' Added 'dedicated-admins' user 'ldap-adm10' to cluster 'ci-rosa-s-494c' Added 'dedicated-admins' user 'ldap-adm11' to cluster 'ci-rosa-s-494c' Added 'dedicated-admins' user 'ldap-adm12' to cluster 'ci-rosa-s-494c' Added 'dedicated-admins' user 'ldap-adm13' to cluster 'ci-rosa-s-494c' Added 'dedicated-admins' user 'ldap-adm14' to cluster 'ci-rosa-s-494c' Added 'dedicated-admins' user 'ldap-adm15' to cluster 'ci-rosa-s-494c' Added 'dedicated-admins' user 'ldap-adm16' to cluster 'ci-rosa-s-494c' Added 'dedicated-admins' user 'ldap-adm17' to cluster 'ci-rosa-s-494c' Added 'dedicated-admins' user 'ldap-adm18' to cluster 'ci-rosa-s-494c' Added 'dedicated-admins' user 'ldap-adm19' to cluster 'ci-rosa-s-494c' Added 'dedicated-admins' user 'ldap-adm20' to cluster 'ci-rosa-s-494c' group.user.openshift.io/rhods-users added: "ldap-usr1" group.user.openshift.io/rhods-users added: "ldap-usr2" group.user.openshift.io/rhods-users added: "ldap-usr3" group.user.openshift.io/rhods-users added: "ldap-usr4" group.user.openshift.io/rhods-users added: "ldap-usr5" group.user.openshift.io/rhods-users added: "ldap-usr6" group.user.openshift.io/rhods-users added: "ldap-usr7" group.user.openshift.io/rhods-users added: "ldap-usr8" group.user.openshift.io/rhods-users added: "ldap-usr9" group.user.openshift.io/rhods-users added: "ldap-usr10" group.user.openshift.io/rhods-users added: "ldap-usr11" group.user.openshift.io/rhods-users added: "ldap-usr12" group.user.openshift.io/rhods-users added: "ldap-usr13" group.user.openshift.io/rhods-users added: "ldap-usr14" group.user.openshift.io/rhods-users added: "ldap-usr15" group.user.openshift.io/rhods-users added: "ldap-usr16" group.user.openshift.io/rhods-users added: "ldap-usr17" group.user.openshift.io/rhods-users added: "ldap-usr18" group.user.openshift.io/rhods-users added: "ldap-usr19" group.user.openshift.io/rhods-users added: "ldap-usr20" group.user.openshift.io/rhods-noaccess added: "ldap-noaccess1" group.user.openshift.io/rhods-noaccess added: "ldap-noaccess2" group.user.openshift.io/rhods-noaccess added: "ldap-noaccess3" group.user.openshift.io/rhods-noaccess added: "ldap-noaccess4" group.user.openshift.io/rhods-noaccess added: "ldap-noaccess5" group.user.openshift.io/rhods-noaccess added: "ldap-noaccess6" group.user.openshift.io/rhods-noaccess added: "ldap-noaccess7" group.user.openshift.io/rhods-noaccess added: "ldap-noaccess8" group.user.openshift.io/rhods-noaccess added: "ldap-noaccess9" group.user.openshift.io/rhods-noaccess added: "ldap-noaccess10" group.user.openshift.io/rhods-noaccess added: "ldap-noaccess11" group.user.openshift.io/rhods-noaccess added: "ldap-noaccess12" group.user.openshift.io/rhods-noaccess added: "ldap-noaccess13" group.user.openshift.io/rhods-noaccess added: "ldap-noaccess14" group.user.openshift.io/rhods-noaccess added: "ldap-noaccess15" group.user.openshift.io/rhods-noaccess added: "ldap-noaccess16" group.user.openshift.io/rhods-noaccess added: "ldap-noaccess17" group.user.openshift.io/rhods-noaccess added: "ldap-noaccess18" group.user.openshift.io/rhods-noaccess added: "ldap-noaccess19" group.user.openshift.io/rhods-noaccess added: "ldap-noaccess20" group.user.openshift.io/rhods-users added: "ldap-special." group.user.openshift.io/rhods-users added: "ldap-special^" group.user.openshift.io/rhods-users added: "ldap-special$" group.user.openshift.io/rhods-users added: "ldap-special*" group.user.openshift.io/rhods-users added: "ldap-special?" group.user.openshift.io/rhods-users added: "ldap-special(" group.user.openshift.io/rhods-users added: "ldap-special)" group.user.openshift.io/rhods-users added: "ldap-special[" group.user.openshift.io/rhods-users added: "ldap-special]" group.user.openshift.io/rhods-users added: "ldap-special{" group.user.openshift.io/rhods-users added: "ldap-special}" group.user.openshift.io/rhods-users added: "ldap-special|" group.user.openshift.io/rhods-users added: "ldap-special@" group.user.openshift.io/rhods-users added: "ldap-special;" sleeping 120sec to wait for IDPs to appear in the OCP login page... -----| ODS-CI is starting the tests run...|----- ods_ci/test-variables.yml INFO: getting RHODS URLs from the cluster as per --set-urls-variables Error from server (NotFound): routes.route.openshift.io "prometheus" not found error: failed to create token: serviceaccounts "prometheus" not found OCP Console URL set to: https://console-openshift-console.apps.rosa.ci-rosa-s-494c.b4ab.s3.devshift.org RHODS Dashboard URL set to: https://rhods-dashboard-redhat-ods-applications.apps.rosa.ci-rosa-s-494c.b4ab.s3.devshift.org RHODS API Server URL set to: https://api.ci-rosa-s-494c.b4ab.s3.devshift.org:443 RHODS Prometheus URL set to: https:// INFO: we found a yq executable skipping OC login as per parameter --skip-oclogin ============================================================================== Tests ============================================================================== Tests.Deploy ============================================================================== Tests.Deploy.Installation ============================================================================== Tests.Deploy.Installation.Post Install :: Post install test cases that main... ============================================================================== Verify That CUDA Build Chain Succeeds :: Check Cuda builds are com... | FAIL | Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Verify RHODS Display Name and Version :: Verify consistent rhods d... | PASS | ------------------------------------------------------------------------------ Verify RHODS Notebooks Network Policies :: Verifies that the netwo... | FAIL | Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Tests.Deploy.Installation.Post Install :: Post install test cases ... | FAIL | 3 tests, 1 passed, 2 failed ============================================================================== Tests.Deploy.Installation | FAIL | 3 tests, 1 passed, 2 failed ============================================================================== Tests.Deploy | FAIL | 3 tests, 1 passed, 2 failed ============================================================================== Tests.Monitor And Manage ============================================================================== Tests.Monitor And Manage.Metrics ============================================================================== Tests.Monitor And Manage.Metrics.Metrics :: Test suite testing ODS Metrics ============================================================================== Test Existence of Prometheus Alerting Rules :: Verifies the promet... | SKIP | This test is skipped for Self-managed RHODS ------------------------------------------------------------------------------ Test Existence of Prometheus Recording Rules :: Verifies the prome... | SKIP | This test is skipped for Self-managed RHODS ------------------------------------------------------------------------------ Tests.Monitor And Manage.Metrics.Metrics :: Test suite testing ODS... | SKIP | 2 tests, 0 passed, 0 failed, 2 skipped ============================================================================== Tests.Monitor And Manage.Metrics.Billing Metrics :: Test suite testing ODS ... ============================================================================== Verify OpenShift Monitoring Results Are Correct When Running Undef... | FAIL | Element 'xpath=//*[@data-test-id="perspective-switcher-toggle"]/span/h2' did not appear in 30 seconds. ------------------------------------------------------------------------------ Test Billing Metric (Notebook Cpu Usage) On OpenShift Monitoring :... | FAIL | Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. Also teardown failed: Several failures occurred: 1) Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. 2) Element 'xpath://img[@alt="Red Hat OpenShift Data Science Logo"]' did not appear in 20 seconds. 3) Element 'xpath://h1[text()="Enabled"]' did not appear in 1 minute 15 seconds. 4) Element 'xpath://*[(contains(@class, 'odh-card')) and (contains(@class, 'pf-c-card'))]' did not appear in 10 seconds. 5) Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. 6) Element 'xpath://img[@alt="Red Hat OpenShift Data Science Logo"]' did not appear in 20 seconds. 7) Element 'xpath://h1[text()="Enabled"]' did not appear in 1 minute 15 seconds. 8) Element 'xpath://*[(contains(@class, 'odh-card')) and (contains(@class, 'pf-c-card'))]' did not appear in 10 seconds. 9) Link with locator 'xpath://div[contains(@class,'pf-l-gallery')]/div[contains(@class,'pf-c-card')]/div[@class="pf-c-card__title"]//span[text()="Jupyter"]/../../..//div[contains(@class,"pf-c-card__footer")]/a' not found. ------------------------------------------------------------------------------ Tests.Monitor And Manage.Metrics.Billing Metrics :: Test suite tes... | FAIL | 2 tests, 0 passed, 2 failed ============================================================================== Tests.Monitor And Manage.Metrics | FAIL | 4 tests, 0 passed, 2 failed, 2 skipped ============================================================================== Tests.Monitor And Manage.Alerts ============================================================================== Tests.Monitor And Manage.Alerts.Alerts :: RHODS monitoring alerts test suite ============================================================================== Verify All Alerts Severity :: Verifies that all alerts have the ex... | SKIP | Skipped in parent suite setup: This test is skipped for Self-managed RHODS ------------------------------------------------------------------------------ Verify No Alerts Are Firing Except For DeadManSnitch :: Verifies t... | SKIP | Skipped in parent suite setup: This test is skipped for Self-managed RHODS ------------------------------------------------------------------------------ Tests.Monitor And Manage.Alerts.Alerts :: RHODS monitoring alerts ... | SKIP | Skipped in suite teardown: This test is skipped for Self-managed RHODS Earlier message: Skipped in suite setup: This test is skipped for Self-managed RHODS 2 tests, 0 passed, 0 failed, 2 skipped ============================================================================== Tests.Monitor And Manage.Alerts | SKIP | 2 tests, 0 passed, 0 failed, 2 skipped ============================================================================== Tests.Monitor And Manage | FAIL | 6 tests, 0 passed, 2 failed, 4 skipped ============================================================================== Tests.Ods Dashboard ============================================================================== Tests.Ods Dashboard.Ods Dashboard ============================================================================== Verify RHODS Explore Section Contains Only Expected ISVs :: It ver... | FAIL | Setup failed: Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Verify CSS Style Of Getting Started Descriptions :: Verifies the C... | FAIL | Setup failed: Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Tests.Ods Dashboard.Ods Dashboard | FAIL | 2 tests, 0 passed, 2 failed ============================================================================== Tests.Ods Dashboard.Ods Dashboard Projects ============================================================================== Tests.Ods Dashboard.Ods Dashboard Projects.Ods Dashboard Projects :: Suite ... ============================================================================== Verify Data Science Projects Page Is Accessible :: Verifies "Data ... | FAIL | Setup failed: Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Verify User Can Access Jupyter Launcher From DS Project Page :: Ve... | FAIL | Setup failed: Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Verify Workbench Images Have Multiple Versions :: Verifies that wo... | FAIL | Setup failed: Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Tests.Ods Dashboard.Ods Dashboard Projects.Ods Dashboard Projects ... | FAIL | 3 tests, 0 passed, 3 failed ============================================================================== Tests.Ods Dashboard.Ods Dashboard Projects.Ods Dashboard Projects Permissio... ============================================================================== Verify User Can Access Permission Tab In Their Owned DS Project ::... | FAIL | Parent suite setup failed: Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Tests.Ods Dashboard.Ods Dashboard Projects.Ods Dashboard Projects ... | FAIL | Suite setup failed: Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. Also suite teardown failed: Several failures occurred: 1) Variable '${USER_A}' not found. 2) Variable '${USER_A}' not found. 3) Variable '${USER_A}' not found. 4) Variable '${USER_C}' not found. 5) Variable '${USER_B}' not found. 6) ResourceOperationFailed: Delete failed Reason: 404 Reason: Not Found HTTP response headers: HTTPHeaderDict({'Audit-Id': '32f76487-672e-4a9f-9d3c-706c29e82372, 32f76487-672e-4a9f-9d3c-706c29e82372', 'Cache-Control': 'no-cache, private, no-cache, private', 'Content-Length': '238', 'Content-Type': 'application/json', 'Date': 'Sun, 13 Aug 2023 14:14:44 GMT', 'X-Kubernetes-Pf-Flowschema-Uid': '7ce09f78-029f-4bd0-85c2-a7e8afada85d, 7ce09f78-029f-4bd0-85c2-a7... [ Message content over the limit has been removed. ] File "/tmp/.cache/pypoetry/virtualenvs/ods-ci-UC6Fl63A-py3.9/lib/python3.9/site-packages/kubernetes/client/api_client.py", line 348, in call_api return self.__call_api(resource_path, method, File "/tmp/.cache/pypoetry/virtualenvs/ods-ci-UC6Fl63A-py3.9/lib/python3.9/site-packages/kubernetes/client/api_client.py", line 180, in __call_api response_data = self.request( File "/tmp/.cache/pypoetry/virtualenvs/ods-ci-UC6Fl63A-py3.9/lib/python3.9/site-packages/kubernetes/client/api_client.py", line 415, in request return self.rest_client.DELETE(url, File "/tmp/.cache/pypoetry/virtualenvs/ods-ci-UC6Fl63A-py3.9/lib/python3.9/site-packages/kubernetes/client/rest.py", line 265, in DELETE return self.request("DELETE", url, File "/tmp/.cache/pypoetry/virtualenvs/ods-ci-UC6Fl63A-py3.9/lib/python3.9/site-packages/kubernetes/client/rest.py", line 233, in request raise ApiException(http_resp=r) 1 test, 0 passed, 1 failed ============================================================================== Tests.Ods Dashboard.Ods Dashboard Projects | FAIL | 4 tests, 0 passed, 4 failed ============================================================================== Tests.Ods Dashboard.Model Serving ============================================================================== Tests.Ods Dashboard.Model Serving.Model Serving ============================================================================== Verify Model Serving Installation :: Verifies that the core compon... | FAIL | Parent suite setup failed: Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Model not deployed, skipping deletion step during teardown Tests.Ods Dashboard.Model Serving.Model Serving | FAIL | Suite setup failed: Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. 1 test, 0 passed, 1 failed ============================================================================== Tests.Ods Dashboard.Model Serving | FAIL | 1 test, 0 passed, 1 failed ============================================================================== Tests.Ods Dashboard | FAIL | 7 tests, 0 passed, 7 failed ============================================================================== Tests.Jupyterhub ============================================================================== Tests.Jupyterhub.Base-User-Shutdown-Test :: Test Case that verifies a base ... ============================================================================== Verify Base User Can Stop A Running Server :: Verifies that a base... | FAIL | Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Tests.Jupyterhub.Base-User-Shutdown-Test :: Test Case that verifie... | FAIL | 1 test, 0 passed, 1 failed ============================================================================== Tests.Jupyterhub.Multiple-Image-Tags :: Test Suite for the multiple noteboo... ============================================================================== Verify All OOTB Images Have Version Dropdowns :: Verifies all imag... | FAIL | Setup failed: Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Tests.Jupyterhub.Multiple-Image-Tags :: Test Suite for the multipl... | FAIL | 1 test, 0 passed, 1 failed ============================================================================== Tests.Jupyterhub.Special-User-Testing ============================================================================== Test Special Usernames | FAIL | Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Tests.Jupyterhub.Special-User-Testing | FAIL | 1 test, 0 passed, 1 failed ============================================================================== Tests.Jupyterhub.Test-Minimal-Image ============================================================================== Open RHODS Dashboard | FAIL | Parent suite setup failed: Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Can Launch Jupyterhub | FAIL | Parent suite setup failed: Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Can Login to Jupyterhub | FAIL | Parent suite setup failed: Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Can Spawn Notebook | FAIL | Parent suite setup failed: Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Can Launch Python3 Smoke Test Notebook | FAIL | Parent suite setup failed: Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Verify Tensorflow Can Be Installed In The Minimal Python Image Via... | FAIL | Parent suite setup failed: Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Verify Jupyterlab Server Pods Are Spawned In A Custom Namespace ::... | FAIL | Parent suite setup failed: Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Tests.Jupyterhub.Test-Minimal-Image | FAIL | Suite setup failed: Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. 7 tests, 0 passed, 7 failed ============================================================================== Tests.Jupyterhub.Test ============================================================================== Logged Into OpenShift | FAIL | Element with locator 'xpath=//*[@aria-label='Application launcher']/button' not found. ------------------------------------------------------------------------------ Can Launch Jupyterhub | FAIL | Element with locator 'xpath://button[@aria-label="Application launcher"]' not found. ------------------------------------------------------------------------------ Can Login To Jupyterhub | FAIL | Text 'Start a notebook server' did not appear in 5 seconds. ------------------------------------------------------------------------------ Can Spawn Notebook | FAIL | Element 'xpath://div[.="Notebook image"]/..' not visible after 5 seconds. ------------------------------------------------------------------------------ Tests.Jupyterhub.Test | FAIL | 4 tests, 0 passed, 4 failed ============================================================================== Tests.Jupyterhub | FAIL | 14 tests, 0 passed, 14 failed ============================================================================== Tests.Must Gather ============================================================================== Tests.Must Gather.Test-Must-Gather-Logs ============================================================================== Verify that the must-gather image provides RHODS logs and info | PASS | ------------------------------------------------------------------------------ Tests.Must Gather.Test-Must-Gather-Logs | PASS | 1 test, 1 passed, 0 failed ============================================================================== Tests.Must Gather | PASS | 1 test, 1 passed, 0 failed ============================================================================== Tests.Ai Apps ============================================================================== Tests.Ai Apps.Anaconda Commercial Edition ============================================================================== Tests.Ai Apps.Anaconda Commercial Edition.Anaconda Commercial Edition :: Te... ============================================================================== Verify Anaconda Professional Is Available In RHODS Dashboard Explo... | FAIL | Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Tests.Ai Apps.Anaconda Commercial Edition.Anaconda Commercial Edit... | FAIL | 1 test, 0 passed, 1 failed ============================================================================== Tests.Ai Apps.Anaconda Commercial Edition | FAIL | 1 test, 0 passed, 1 failed ============================================================================== Tests.Ai Apps.Ibm Watson Studio ============================================================================== Tests.Ai Apps.Ibm Watson Studio.Ibm Watson Studio ============================================================================== Verify IBM Watson Studio Is Available In RHODS Dashboard Explore Page | FAIL | Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Tests.Ai Apps.Ibm Watson Studio.Ibm Watson Studio | FAIL | 1 test, 0 passed, 1 failed ============================================================================== Tests.Ai Apps.Ibm Watson Studio | FAIL | 1 test, 0 passed, 1 failed ============================================================================== Tests.Ai Apps.Intel Aikit ============================================================================== Tests.Ai Apps.Intel Aikit.Intel Aikit ============================================================================== Verify Intel AIKIT Is Available In RHODS Dashboard Explore Page | FAIL | Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Tests.Ai Apps.Intel Aikit.Intel Aikit | FAIL | 1 test, 0 passed, 1 failed ============================================================================== Tests.Ai Apps.Intel Aikit | FAIL | 1 test, 0 passed, 1 failed ============================================================================== Tests.Ai Apps.Rhoam ============================================================================== Tests.Ai Apps.Rhoam.Rhoam ============================================================================== Verify RHOAM Is Available In RHODS Dashboard Explore Page | FAIL | Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Tests.Ai Apps.Rhoam.Rhoam | FAIL | 1 test, 0 passed, 1 failed ============================================================================== Tests.Ai Apps.Rhoam | FAIL | 1 test, 0 passed, 1 failed ============================================================================== Tests.Ai Apps.Openvino ============================================================================== Tests.Ai Apps.Openvino.Openvino ============================================================================== Verify OpenVino Is Available In RHODS Dashboard Explore Page | FAIL | Condition 'return document.title == "Red Hat OpenShift Data Science"' did not become true in 15 seconds. ------------------------------------------------------------------------------ Tests.Ai Apps.Openvino.Openvino | FAIL | 1 test, 0 passed, 1 failed ============================================================================== Tests.Ai Apps.Openvino | FAIL | 1 test, 0 passed, 1 failed ============================================================================== Tests.Ai Apps | FAIL | 5 tests, 0 passed, 5 failed ============================================================================== Tests | FAIL | 36 tests, 2 passed, 30 failed, 4 skipped ============================================================================== Output: /logs/artifacts/results/ods-ci-2023-08-13-14-05-wY0CD0sYMY/output.xml XUnit: /logs/artifacts/results/ods-ci-2023-08-13-14-05-wY0CD0sYMY/xunit_test_result.xml Log: /logs/artifacts/results/ods-ci-2023-08-13-14-05-wY0CD0sYMY/log.html Report: /logs/artifacts/results/ods-ci-2023-08-13-14-05-wY0CD0sYMY/test_report.html 30