Warning: The allowCypressEnv configuration option is enabled. This allows any browser code to read values from Cypress.env(). This is insecure and will be removed in a future major version. 1. Replace Cypress.env() calls with cy.env() (for sensitive values) or Cypress.expose() (for public configuration) 2. Set allowCypressEnv: false in your Cypress configuration to disable Cypress.env() Learn more: https://on.cypress.io/cypress-env-migration @cypress/grep: filtering using tag(s) "@SmokeSet2" ================================================================================ (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Cypress: 15.17.0 │ │ Browser: Electron 138 (headless) │ │ Node Version: v22.22.0 (/usr/bin/node-22) │ │ Specs: 13 found (application.cy.ts, dataScienceProjects/testLaunchStandaloneNotebook. │ │ cy.ts, dataScienceProjects/testProjectContributorPermissions.cy.ts, dataScienc │ │ eProjects/testProjectCreation.cy.ts, dataScienceProjects/testProjectEditing.cy │ │ .ts, storageClasses/clu...) │ │ Searched: cypress/tests/e2e/application.cy.ts, cypress/tests/e2e/dataScienceProjects/tes │ │ tLaunchStandaloneNotebook.cy.ts, cypress/tests/e2e/dataScienceProjects/testPro │ │ jectContributorPermissions.cy.ts, cypress/tests/e2e/dataScienceProjects/testPr │ │ ojectCreation.cy.ts, cypress/tests/e2e/dataScienceProjects/testProjectEditing. │ │ cy.ts, cypress/tests/e2e/storageClasses/clusterStorage.cy.ts, cypress/tests/e2 │ │ e/storageClasses/storageClasses.cy.ts, cypress/tests/e2e/dataScienceProjects/c │ │ lusterStorage/testClusterStorageAccessModes.cy.ts, cypress/tests/e2e/settings/ │ │ clusterSettings/testAdminClusterSettings.cy.ts, cypress/tests/e2e/settings/con │ │ nectionTypes/testCreateConnectionTypes.cy.ts, cypress/tests/e2e/settings/conne │ │ ctionTypes/testPreInstalledConnectionTypes.cy.ts, cypress/tests/e2e/settings/h │ │ ardwareProfiles/testNotebookTolerations.cy.ts, cypress/tests/e2e/settings/serv │ │ ingRuntimes/testSingleServingRuntimeCreation.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: application.cy.ts (1 of 13) [2026-07-10T08:31:36.538Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-10T08:31:36.616Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-10T08:31:36.628Z] [INFO] Test title: should login and load page [2026-07-10T08:31:36.639Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-10T08:31:36.646Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:31:36.699Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:31:36.716Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-10T08:31:37.354Z] [INFO] OAuth login flow detected - completing authentication ✓ should login and load page 1 passing (5s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 4 seconds │ │ Spec Ran: application.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts (2 of 13) [2026-07-10T08:31:46.337Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-10T08:31:46.420Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-10T08:31:46.426Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-10T08:31:46.440Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-10T08:31:46.501Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:31:46.511Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:31:46.541Z] [INFO] Executing: oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-10T08:31:48.001Z] [INFO] [EXEC] oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-10T08:31:48.016Z] [INFO] No notebooks found [2026-07-10T08:31:48.103Z] [INFO] [STEP 1] Log into the application [2026-07-10T08:31:48.135Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-10T08:31:48.447Z] [INFO] OAuth login flow detected - completing authentication [2026-07-10T08:31:56.521Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-10T08:31:56.807Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-10T08:31:58.417Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-10T08:31:58.607Z] [INFO] [STEP 5] Launch a notebook server [2026-07-10T08:31:58.922Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-10T08:31:58.940Z] [INFO] Finding pods with command: oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-10T08:32:11.413Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-10T08:32:11.520Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-10T08:32:11.527Z] [INFO] Found 1 matching pods [2026-07-10T08:32:11.618Z] [INFO] Executing command to wait for pod readiness: oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-10T08:32:56.019Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-10T08:32:56.106Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-10T08:32:56.112Z] [INFO] [STEP 7] Expand the Event log [2026-07-10T08:32:56.410Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-10T08:33:03.516Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-10T08:33:04.114Z] [INFO] [STEP 10] Stop the server [2026-07-10T08:33:04.999Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (79490ms) 1 passing (1m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 1 minute, 19 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-10T08:33:16.208Z] [INFO] Setting tests timeout to: 480 seconds Verify that users can provide contributor project permissions to non-admin users - Verify that user can be added as a Contributor for a Project - Verify that user can access the created project as a Contributor [2026-07-10T08:33:16.313Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (501ms) 2 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_002.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 2 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 2 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: dataScienceProjects/testProjectContributorPermissions.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectCreation.cy.ts (4 of 13) [2026-07-10T08:33:21.243Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Creation and Deletion - Create and Delete a Project in RHOAI - Verify users cannot create a project with Empty title - Verify User cannot create a project using special characters or long names in the Resource name field - Verify 250 character limit is enforced for Name and Description fields [2026-07-10T08:33:21.316Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (186ms) 4 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_003.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 4 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: dataScienceProjects/testProjectCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectEditing.cy.ts (5 of 13) [2026-07-10T08:33:25.727Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-10T08:33:25.798Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-10T08:33:25.811Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-10T08:33:25.823Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-10T08:33:25.834Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:33:25.842Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:33:25.923Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-10T08:33:25.930Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-10T08:33:26.405Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-10T08:33:26.417Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-10T08:33:26.436Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-10T08:33:26.457Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-10T08:33:27.005Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-10T08:33:27.511Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-10T08:33:27.530Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-10T08:33:28.100Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-10T08:33:28.117Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-10T08:33:28.127Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-10T08:33:28.210Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-10T08:33:28.321Z] [INFO] [STEP 1] Log into the application [2026-07-10T08:33:28.401Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-10T08:33:28.836Z] [INFO] OAuth login flow detected - completing authentication [2026-07-10T08:33:31.711Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-10T08:33:35.922Z] [INFO] [STEP 3] Edit project information [2026-07-10T08:33:38.001Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-10T08:33:38.615Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-10T08:33:39.210Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (12830ms) 1 passing (14s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_004.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 13 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-10T08:33:48.031Z] [INFO] Setting tests timeout to: 480 seconds Regular Users can make use of the Storage Classes in the Cluster Storage tab from Pipelines [2026-07-10T08:33:48.108Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-10T08:33:48.122Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-10T08:33:48.135Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-10T08:33:48.148Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:33:48.208Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:33:48.242Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-10T08:33:48.798Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-10T08:33:48.808Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-10T08:33:48.825Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-10T08:33:48.838Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-10T08:33:49.413Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-10T08:33:49.424Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-10T08:33:49.439Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-10T08:33:49.528Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-10T08:33:50.315Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-10T08:33:50.957Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-10T08:33:50.998Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-10T08:33:51.543Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-10T08:33:51.601Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-10T08:33:51.620Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-10T08:33:52.236Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-10T08:33:52.325Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-10T08:33:52.917Z] [INFO] OAuth login flow detected - completing authentication [2026-07-10T08:33:56.156Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-10T08:34:01.122Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-10T08:34:01.823Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-10T08:34:02.602Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-10T08:34:02.634Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-10T08:34:03.203Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-10T08:34:03.236Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-10T08:34:03.709Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-10T08:34:03.801Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-10T08:34:04.410Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-10T08:34:04.509Z] [INFO] oc patch storageclass gp2-csi --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"gp2-csi\",\"lastModified\":\"2026-07-10T08:34:04.414Z\"}"}}}' [2026-07-10T08:34:05.109Z] [INFO] [EXEC] oc patch storageclass gp2-csi --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"gp2-csi\",\"lastModified\":\"2026-07-10T08:34:04.414Z\"}"}}}' [2026-07-10T08:34:05.119Z] [INFO] oc patch storageclass gp3-csi --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"gp3-csi\",\"lastModified\":\"2026-07-10T08:34:05.111Z\"}"}}}' [2026-07-10T08:34:05.609Z] [INFO] [EXEC] oc patch storageclass gp3-csi --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"gp3-csi\",\"lastModified\":\"2026-07-10T08:34:05.111Z\"}"}}}' [2026-07-10T08:34:05.903Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-10T08:34:06.809Z] [INFO] [EXEC] oc delete project qe-cluster-storage-sc-dsp --wait=false --ignore-not-found ✓ If all SC are disabled except one, the SC dropdown should be disabled (18299ms) 1 passing (19s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_005.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 19 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-10T08:34:12.651Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-10T08:34:12.703Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-10T08:34:12.707Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-10T08:34:12.713Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-10T08:34:12.718Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:34:12.725Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:34:12.741Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-10T08:34:13.139Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-10T08:34:13.147Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-10T08:34:13.156Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-10T08:34:13.605Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672453160-vbrrlfm6q.yaml && rm -f /tmp/cypress-yaml-1783672453160-vbrrlfm6q.yaml [2026-07-10T08:34:13.612Z] [INFO] Command exit code: 0 [2026-07-10T08:34:13.970Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672453614-e0w4gj9np.yaml && rm -f /tmp/cypress-yaml-1783672453614-e0w4gj9np.yaml [2026-07-10T08:34:13.977Z] [INFO] Command exit code: 0 [2026-07-10T08:34:14.376Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672453978-ho6ooj1ur.yaml && rm -f /tmp/cypress-yaml-1783672453978-ho6ooj1ur.yaml [2026-07-10T08:34:14.382Z] [INFO] Command exit code: 0 [2026-07-10T08:34:14.776Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672454397-t9v28055p.yaml && rm -f /tmp/cypress-yaml-1783672454397-t9v28055p.yaml [2026-07-10T08:34:14.801Z] [INFO] Command exit code: 0 [2026-07-10T08:34:15.185Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672454804-h71nugco6.yaml && rm -f /tmp/cypress-yaml-1783672454804-h71nugco6.yaml [2026-07-10T08:34:15.202Z] [INFO] Command exit code: 0 [2026-07-10T08:34:15.226Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-10T08:34:15.239Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-10T08:34:15.526Z] [INFO] OAuth login flow detected - completing authentication [2026-07-10T08:34:20.099Z] [INFO] [STEP 2] Check SC row exists [2026-07-10T08:34:20.232Z] [INFO] [STEP 3] Check there's no Default label [2026-07-10T08:34:20.329Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-10T08:34:20.421Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-10T08:34:20.511Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-10T08:34:20.730Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-10T08:34:21.230Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-10T08:34:21.441Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-10T08:34:21.937Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-10T08:34:22.016Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (9510ms) [2026-07-10T08:34:22.271Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-10T08:34:22.274Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-10T08:34:22.303Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-10T08:34:22.309Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:34:22.314Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:34:22.334Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-10T08:34:22.344Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-10T08:34:22.543Z] [INFO] OAuth login flow detected - completing authentication [2026-07-10T08:34:25.498Z] [INFO] [STEP 2] Check SC row exists [2026-07-10T08:34:25.659Z] [INFO] [STEP 3] Check there's no Default label [2026-07-10T08:34:25.720Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-10T08:34:25.750Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-10T08:34:25.807Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-10T08:34:25.911Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-10T08:34:26.035Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-10T08:34:26.067Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-10T08:34:26.443Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-10T08:34:26.451Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-10T08:34:26.566Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-10T08:34:26.568Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-10T08:34:26.600Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-10T08:34:26.605Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:34:26.611Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:34:26.631Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-10T08:34:26.639Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-10T08:34:26.858Z] [INFO] OAuth login flow detected - completing authentication [2026-07-10T08:34:29.050Z] [INFO] [STEP 2] Check there's no Default label [2026-07-10T08:34:29.154Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-10T08:34:29.227Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-10T08:34:29.375Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-10T08:34:29.932Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-10T08:34:29.961Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-10T08:34:30.268Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-10T08:34:30.280Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-10T08:34:30.376Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-10T08:34:30.378Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-10T08:34:30.382Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-10T08:34:30.387Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:34:30.391Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:34:30.432Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-10T08:34:30.440Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-10T08:34:30.598Z] [INFO] OAuth login flow detected - completing authentication [2026-07-10T08:34:32.928Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-10T08:34:33.010Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-10T08:34:33.259Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-10T08:34:33.284Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-10T08:34:33.457Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-10T08:34:33.471Z] [INFO] [STEP 7] Save the changes [2026-07-10T08:34:33.565Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-10T08:34:33.720Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-10T08:34:33.726Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-10T08:34:34.041Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-10T08:34:34.053Z] [INFO] Storage Class Config: [2026-07-10T08:34:34.061Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-10T08:34:34.453Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-10T08:34:34.650Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-10T08:34:35.009Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-10T08:34:35.012Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-10T08:34:35.368Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-10T08:34:35.373Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-10T08:34:35.758Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-10T08:34:35.761Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-10T08:34:36.194Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-10T08:34:36.209Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-10T08:34:36.558Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-vsphere-volume --ignore-not-found=true ✓ An admin user can edit the access mode of a storage class 4 passing (24s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_006.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 4 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 24 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-10T08:34:40.929Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-10T08:34:40.939Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-10T08:34:40.942Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-10T08:34:40.948Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-10T08:34:40.953Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:34:40.957Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:34:40.998Z] [INFO] Loaded test data from fixtures [2026-07-10T08:34:41.021Z] [INFO] Provisioning storage classes with different access modes [2026-07-10T08:34:41.366Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672481038-8jqll7sv0.yaml && rm -f /tmp/cypress-yaml-1783672481038-8jqll7sv0.yaml [2026-07-10T08:34:41.372Z] [INFO] Command exit code: 0 [2026-07-10T08:34:41.724Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672481374-e3cq3zsic.yaml && rm -f /tmp/cypress-yaml-1783672481374-e3cq3zsic.yaml [2026-07-10T08:34:41.730Z] [INFO] Command exit code: 0 [2026-07-10T08:34:42.053Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672481731-c6z5obqhh.yaml && rm -f /tmp/cypress-yaml-1783672481731-c6z5obqhh.yaml [2026-07-10T08:34:42.071Z] [INFO] Command exit code: 0 [2026-07-10T08:34:42.425Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672482073-mx95m0bxa.yaml && rm -f /tmp/cypress-yaml-1783672482073-mx95m0bxa.yaml [2026-07-10T08:34:42.430Z] [INFO] Command exit code: 0 [2026-07-10T08:34:42.757Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672482432-hcob7tj8m.yaml && rm -f /tmp/cypress-yaml-1783672482432-hcob7tj8m.yaml [2026-07-10T08:34:42.762Z] [INFO] Command exit code: 0 [2026-07-10T08:34:42.766Z] [INFO] Provisioning project [2026-07-10T08:34:42.768Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-10T08:34:43.147Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-10T08:34:43.154Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-10T08:34:43.160Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-10T08:34:43.204Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-10T08:34:43.677Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-10T08:34:44.033Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-10T08:34:44.041Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-10T08:34:44.365Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-10T08:34:44.371Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-10T08:34:44.376Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-10T08:34:44.790Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-10T08:34:44.800Z] [INFO] [STEP 1] Log into the application [2026-07-10T08:34:44.806Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-10T08:34:45.147Z] [INFO] OAuth login flow detected - completing authentication [2026-07-10T08:34:47.366Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-10T08:34:57.738Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-10T08:34:57.742Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-10T08:34:57.746Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-10T08:34:57.760Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:34:57.809Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:34:57.820Z] [INFO] Loaded test data from fixtures [2026-07-10T08:34:57.832Z] [INFO] Provisioning storage classes with different access modes [2026-07-10T08:34:58.224Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672497835-u9or1esnb.yaml && rm -f /tmp/cypress-yaml-1783672497835-u9or1esnb.yaml [2026-07-10T08:34:58.229Z] [INFO] Command exit code: 0 [2026-07-10T08:34:58.564Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672498232-am7j9lqzn.yaml && rm -f /tmp/cypress-yaml-1783672498232-am7j9lqzn.yaml [2026-07-10T08:34:58.571Z] [INFO] Command exit code: 0 [2026-07-10T08:34:58.909Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672498572-36rj9hm4x.yaml && rm -f /tmp/cypress-yaml-1783672498572-36rj9hm4x.yaml [2026-07-10T08:34:58.916Z] [INFO] Command exit code: 0 [2026-07-10T08:34:59.265Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672498918-fe2tr0e0d.yaml && rm -f /tmp/cypress-yaml-1783672498918-fe2tr0e0d.yaml [2026-07-10T08:34:59.271Z] [INFO] Command exit code: 0 [2026-07-10T08:34:59.627Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672499272-ewhnm8971.yaml && rm -f /tmp/cypress-yaml-1783672499272-ewhnm8971.yaml [2026-07-10T08:34:59.633Z] [INFO] Command exit code: 0 [2026-07-10T08:34:59.637Z] [INFO] Provisioning project [2026-07-10T08:34:59.640Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-10T08:34:59.962Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-10T08:34:59.968Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-10T08:34:59.973Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-10T08:34:59.980Z] [INFO] Project test-cluster-storage-access-modes already exists. Deleting it. [2026-07-10T08:35:09.615Z] [INFO] [EXEC] oc delete project test-cluster-storage-access-modes --wait [2026-07-10T08:35:09.624Z] [INFO] Waiting for project test-cluster-storage-access-modes to be fully deleted... [2026-07-10T08:35:09.628Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-10T08:35:09.936Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-10T08:35:09.943Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-10T08:35:09.948Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-10T08:35:09.960Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-10T08:35:10.387Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-10T08:35:10.744Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-10T08:35:10.749Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-10T08:35:11.065Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-10T08:35:11.071Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-10T08:35:11.077Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-10T08:35:11.469Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-10T08:35:11.478Z] [INFO] [STEP 1] Log into the application [2026-07-10T08:35:11.484Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-10T08:35:11.792Z] [INFO] OAuth login flow detected - completing authentication [2026-07-10T08:35:13.121Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-10T08:35:16.291Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-10T08:35:16.806Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-10T08:35:17.215Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-10T08:35:17.453Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-10T08:35:17.636Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (34673ms) [2026-07-10T08:35:32.519Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-10T08:35:32.521Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-10T08:35:32.525Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-10T08:35:32.529Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:35:32.533Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:35:32.541Z] [INFO] [STEP 1] Log into the application [2026-07-10T08:35:32.545Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-10T08:35:32.964Z] [INFO] OAuth login flow detected - completing authentication [2026-07-10T08:35:34.178Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-10T08:35:37.320Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-10T08:35:37.807Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-10T08:35:38.197Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-10T08:35:41.428Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-10T08:35:41.460Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-10T08:35:41.497Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-10T08:35:41.502Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-10T08:35:44.473Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-10T08:35:44.627Z] [INFO] [STEP 11] Verify other access modes are not available for RWX-only storage class ✓ Should show correct access modes when selecting storage classes with single access mode (12287ms) [2026-07-10T08:35:44.847Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-10T08:35:44.849Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-10T08:35:44.853Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-10T08:35:44.857Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:35:44.861Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:35:44.871Z] [INFO] [STEP 1] Log into the application [2026-07-10T08:35:44.876Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-10T08:35:45.234Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-10T08:35:45.237Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-10T08:35:45.241Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-10T08:35:45.245Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:35:45.251Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:35:45.259Z] [INFO] Loaded test data from fixtures [2026-07-10T08:35:45.272Z] [INFO] Provisioning storage classes with different access modes [2026-07-10T08:35:45.671Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672545275-0xk7nqmt6.yaml && rm -f /tmp/cypress-yaml-1783672545275-0xk7nqmt6.yaml [2026-07-10T08:35:45.678Z] [INFO] Command exit code: 0 [2026-07-10T08:35:46.042Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672545679-dmqdxi1xe.yaml && rm -f /tmp/cypress-yaml-1783672545679-dmqdxi1xe.yaml [2026-07-10T08:35:46.051Z] [INFO] Command exit code: 0 [2026-07-10T08:35:46.435Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672546052-ucd42tsye.yaml && rm -f /tmp/cypress-yaml-1783672546052-ucd42tsye.yaml [2026-07-10T08:35:46.441Z] [INFO] Command exit code: 0 [2026-07-10T08:35:46.801Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672546442-jvfcsz90h.yaml && rm -f /tmp/cypress-yaml-1783672546442-jvfcsz90h.yaml [2026-07-10T08:35:46.807Z] [INFO] Command exit code: 0 [2026-07-10T08:35:47.222Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672546809-2h0ed9qz4.yaml && rm -f /tmp/cypress-yaml-1783672546809-2h0ed9qz4.yaml [2026-07-10T08:35:47.229Z] [INFO] Command exit code: 0 [2026-07-10T08:35:47.233Z] [INFO] Provisioning project [2026-07-10T08:35:47.236Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-10T08:35:47.583Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-10T08:35:47.588Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-10T08:35:47.593Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-10T08:35:47.600Z] [INFO] Project test-cluster-storage-access-modes already exists. Deleting it. [2026-07-10T08:36:00.515Z] [INFO] [EXEC] oc delete project test-cluster-storage-access-modes --wait [2026-07-10T08:36:00.525Z] [INFO] Waiting for project test-cluster-storage-access-modes to be fully deleted... [2026-07-10T08:36:00.530Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-10T08:36:00.876Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-10T08:36:00.883Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-10T08:36:00.904Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-10T08:36:00.918Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-10T08:36:02.329Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-10T08:36:02.746Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-10T08:36:02.752Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-10T08:36:03.101Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-10T08:36:03.108Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-10T08:36:03.117Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-10T08:36:03.665Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-10T08:36:03.676Z] [INFO] [STEP 1] Log into the application [2026-07-10T08:36:03.683Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 1) "before each" hook for "Should show correct access modes when selecting storage class with multiple access modes" [2026-07-10T08:36:04.216Z] [INFO] Cleaning up storage classes [2026-07-10T08:36:04.240Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-10T08:36:04.615Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-10T08:36:04.618Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-10T08:36:04.955Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-10T08:36:04.958Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-10T08:36:05.360Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-10T08:36:05.364Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-10T08:36:05.761Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-10T08:36:05.764Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-10T08:36:06.109Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-10T08:36:06.113Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-10T08:36:06.459Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-10T08:36:06.462Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-10T08:36:06.842Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-10T08:36:06.845Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-10T08:36:07.186Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-10T08:36:07.189Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-10T08:36:07.543Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-10T08:36:07.546Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-10T08:36:07.907Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-10T08:36:07.910Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-10T08:36:08.328Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-10T08:36:08.331Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-10T08:36:08.856Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-10T08:36:08.859Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-10T08:36:09.401Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-10T08:36:09.405Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-10T08:36:09.807Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-10T08:36:09.812Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-10T08:36:10.273Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-10T08:36:10.300Z] [INFO] Cleaning up project [2026-07-10T08:36:10.914Z] [INFO] [EXEC] oc delete project test-cluster-storage-access-modes --wait=false --ignore-not-found 2 passing (2m) 1 failing 1) Cluster Storage Access Modes Tests "before each" hook for "Should show correct access modes when selecting storage class with multiple access modes": Test steps were: 1. Provisioning storage classes with different access modes 2. Provisioning project 3. Log into the application 4. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Cluster Storage Access Mode...` Error: Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_007.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 5 │ │ Passing: 2 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 2 │ │ Screenshots: 3 │ │ Video: false │ │ Duration: 1 minute, 30 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1919x1079) nceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts/Cluster Storage A ccess Modes Tests -- Should display storage classes with different access modes in cluster storage dropdown (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1919x1079) nceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts/Cluster Storage A ccess Modes Tests -- Should show correct access modes when selecting storage cla ss with multiple access modes (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1919x1079) nceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts/Cluster Storage A ccess Modes Tests -- Should show correct access modes when selecting storage cla ss with multiple access modes -- before each hook (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-10T08:36:21.030Z] [INFO] Setting tests timeout to: 480 seconds Verify that only the Cluster Admin can access Cluster Settings [2026-07-10T08:36:21.111Z] [INFO] Starting 480s timeout for: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-10T08:36:21.114Z] [INFO] Test title: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-10T08:36:21.121Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-10T08:36:21.127Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:36:21.201Z] [INFO] Grep tags: ["@SmokeSet2"] - Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-10T08:36:21.321Z] [INFO] Starting 480s timeout for: Test User - should not have access rights to view the Cluster Settings tab [2026-07-10T08:36:21.400Z] [INFO] Test title: Test User - should not have access rights to view the Cluster Settings tab [2026-07-10T08:36:21.407Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-10T08:36:21.414Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:36:21.421Z] [INFO] Grep tags: ["@SmokeSet2"] - Test User - should not have access rights to view the Cluster Settings tab [2026-07-10T08:36:21.532Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-10T08:36:21.536Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-10T08:36:21.605Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-10T08:36:21.611Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:36:21.617Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:36:21.700Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-10T08:36:22.308Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-10T08:36:22.316Z] [INFO] Dashboard Config: [2026-07-10T08:36:23.108Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-10T08:36:23.115Z] [INFO] Controller Config: [2026-07-10T08:36:23.123Z] [INFO] Executing command: [2026-07-10T08:36:23.807Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-10T08:36:23.813Z] [INFO] Command stderr: [2026-07-10T08:36:23.820Z] [INFO] Raw Controller Culler Config Response: [2026-07-10T08:36:23.823Z] [INFO] Controller Culler Config (Error): [2026-07-10T08:36:23.826Z] [INFO] Check if user is in RHODS user groups [2026-07-10T08:36:23.828Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-10T08:36:24.537Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-10T08:36:24.544Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-10T08:36:24.554Z] [INFO] Check for existing ClusterRoleBinding [2026-07-10T08:36:24.604Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-10T08:36:25.308Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-10T08:36:25.314Z] [INFO] Found ClusterRoleBinding: cypress-test-*** [2026-07-10T08:36:25.322Z] [INFO] Found existing ClusterRoleBinding, will restore after test [2026-07-10T08:36:25.328Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-10T08:36:26.310Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672585332-32ciis8es.yaml && rm -f /tmp/cypress-yaml-1783672585332-32ciis8es.yaml [2026-07-10T08:36:26.318Z] [INFO] Command exit code: 0 [2026-07-10T08:36:26.325Z] [INFO] Successfully created ClusterRoleBinding [2026-07-10T08:36:26.402Z] [INFO] [STEP 1] Log into the application as admin [2026-07-10T08:36:26.411Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-10T08:36:26.807Z] [INFO] OAuth login flow detected - completing authentication [2026-07-10T08:36:29.229Z] [INFO] [STEP 2] Verify Cluster Settings is visible in navigation [2026-07-10T08:36:30.946Z] [INFO] [STEP 3] Access Settings -> Cluster Settings -> General settings [2026-07-10T08:36:31.398Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/cluster/general [2026-07-10T08:36:34.064Z] [INFO] [STEP 4] Access Settings -> Cluster Settings -> Storage classes [2026-07-10T08:36:34.152Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/cluster/storage-classes [2026-07-10T08:36:35.936Z] [INFO] [STEP 5] Access Settings -> Environment setup -> Workbench images [2026-07-10T08:36:36.098Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/workbench-images [2026-07-10T08:36:37.930Z] [INFO] [STEP 6] Access Settings -> Environment setup -> Hardware profiles [2026-07-10T08:36:38.111Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/hardware-profiles [2026-07-10T08:36:39.345Z] [INFO] [STEP 7] Access Settings -> Environment setup -> Connection types [2026-07-10T08:36:39.467Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-10T08:36:40.999Z] [INFO] [STEP 8] Access Settings -> Model resources and operations -> Serving runtimes [2026-07-10T08:36:41.114Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/serving-runtimes [2026-07-10T08:36:43.908Z] [INFO] [STEP 9] Access Settings -> Model resources and operations -> Model registry settings [2026-07-10T08:36:44.061Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-10T08:36:54.930Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-10T08:36:54.933Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-10T08:36:54.938Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-10T08:36:54.942Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:36:54.947Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:36:54.956Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-10T08:36:55.303Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-10T08:36:55.309Z] [INFO] Dashboard Config: [2026-07-10T08:36:55.641Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-10T08:36:55.647Z] [INFO] Controller Config: [2026-07-10T08:36:55.654Z] [INFO] Executing command: [2026-07-10T08:36:56.026Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-10T08:36:56.032Z] [INFO] Command stderr: [2026-07-10T08:36:56.039Z] [INFO] Raw Controller Culler Config Response: [2026-07-10T08:36:56.042Z] [INFO] Controller Culler Config (Error): [2026-07-10T08:36:56.046Z] [INFO] Check if user is in RHODS user groups [2026-07-10T08:36:56.049Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-10T08:36:56.387Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-10T08:36:56.395Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-10T08:36:56.404Z] [INFO] Check for existing ClusterRoleBinding [2026-07-10T08:36:56.409Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-10T08:36:56.752Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-10T08:36:56.758Z] [INFO] Found ClusterRoleBinding: cypress-test-*** [2026-07-10T08:36:56.766Z] [INFO] Found existing ClusterRoleBinding, will restore after test [2026-07-10T08:36:56.771Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-10T08:36:57.140Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672616772-h7b8hkdt0.yaml && rm -f /tmp/cypress-yaml-1783672616772-h7b8hkdt0.yaml [2026-07-10T08:36:57.146Z] [INFO] Command exit code: 0 [2026-07-10T08:36:57.152Z] [INFO] Successfully created ClusterRoleBinding [2026-07-10T08:36:57.171Z] [INFO] [STEP 1] Log into the application as admin [2026-07-10T08:36:57.182Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 1) Cluster Admin user can access all Settings pages [2026-07-10T08:36:57.588Z] [INFO] Cleanup: Remove test ClusterRoleBinding [2026-07-10T08:36:57.648Z] [INFO] Deleting ClusterRoleBinding: oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-10T08:36:58.052Z] [INFO] [EXEC] oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-10T08:36:58.059Z] [INFO] Successfully deleted ClusterRoleBinding: cypress-test-*** [2026-07-10T08:36:58.066Z] [INFO] Successfully removed test ClusterRoleBinding [2026-07-10T08:36:58.070Z] [INFO] Restore original ClusterRoleBinding [2026-07-10T08:36:58.473Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783672617581-pmhm75ryg.yaml && rm -f /tmp/cypress-yaml-1783672617581-pmhm75ryg.yaml [2026-07-10T08:36:58.480Z] [INFO] Command exit code: 0 [2026-07-10T08:36:58.486Z] [INFO] Successfully restored original ClusterRoleBinding 0 passing (38s) 2 pending 1 failing 1) Verify that only the Cluster Admin can access Cluster Settings Cluster Admin user can access all Settings pages: Test steps were: 1. Check if user is in RHODS user groups 2. Check for existing ClusterRoleBinding 3. Create ClusterRoleBinding for cluster-admin 4. Log into the application as admin 5. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_008.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 2 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 37 seconds │ │ Spec Ran: settings/clusterSettings/testAdminClusterSettings.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /clusterSettings/testAdminClusterSettings.cy.ts/Verify that only the Cluster Adm in can access Cluster Settings -- Cluster Admin user can access all Settings pag es (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /clusterSettings/testAdminClusterSettings.cy.ts/Verify that only the Cluster Adm in can access Cluster Settings -- Cluster Admin user can access all Settings pag es (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testCreateConnectionTypes.cy.ts (10 of 13) [2026-07-10T08:37:01.678Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-10T08:37:01.690Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-10T08:37:01.693Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-10T08:37:01.699Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-10T08:37:01.704Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:37:01.710Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:37:01.733Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-10T08:37:01.737Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-10T08:37:02.082Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-10T08:37:02.088Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-10T08:37:02.094Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-10T08:37:02.108Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-10T08:37:02.566Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-10T08:37:02.937Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-10T08:37:02.944Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-10T08:37:03.307Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-10T08:37:03.314Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-10T08:37:03.321Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-10T08:37:03.353Z] [INFO] [STEP 1] Log into the application [2026-07-10T08:37:03.365Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-10T08:37:03.765Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-10T08:37:03.768Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-10T08:37:03.772Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-10T08:37:03.778Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:37:03.783Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:37:03.795Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-10T08:37:03.801Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-10T08:37:04.152Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-10T08:37:04.159Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-10T08:37:04.167Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-10T08:37:04.177Z] [INFO] Project cypress-test-connection-type-185825 already exists. Deleting it. [2026-07-10T08:37:13.709Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait [2026-07-10T08:37:13.729Z] [INFO] Waiting for project cypress-test-connection-type-185825 to be fully deleted... [2026-07-10T08:37:13.736Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-10T08:37:14.132Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-10T08:37:14.138Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-10T08:37:14.143Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-10T08:37:14.156Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-10T08:37:14.614Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-10T08:37:15.008Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-10T08:37:15.015Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-10T08:37:15.373Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-10T08:37:15.378Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-10T08:37:15.384Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-10T08:37:15.414Z] [INFO] [STEP 1] Log into the application [2026-07-10T08:37:15.427Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 1) Verify User Can Create, Preview and Delete a Connection Type [2026-07-10T08:37:15.900Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-10T08:37:15.902Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-10T08:37:15.907Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-10T08:37:15.911Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:37:15.914Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:37:15.932Z] [INFO] [STEP 1] Log into the application [2026-07-10T08:37:15.938Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-10T08:37:16.289Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-10T08:37:16.291Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-10T08:37:16.297Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-10T08:37:16.302Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:37:16.306Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:37:16.318Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-10T08:37:16.322Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-10T08:37:16.798Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-10T08:37:16.806Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-10T08:37:16.813Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-10T08:37:16.820Z] [INFO] Project cypress-test-connection-type-185825 already exists. Deleting it. [2026-07-10T08:37:25.820Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait [2026-07-10T08:37:25.835Z] [INFO] Waiting for project cypress-test-connection-type-185825 to be fully deleted... [2026-07-10T08:37:25.840Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-10T08:37:26.144Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-10T08:37:26.149Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-10T08:37:26.154Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-10T08:37:26.164Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-10T08:37:26.711Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-10T08:37:27.051Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-10T08:37:27.056Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-10T08:37:27.386Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-10T08:37:27.393Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-10T08:37:27.398Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-10T08:37:27.417Z] [INFO] [STEP 1] Log into the application [2026-07-10T08:37:27.425Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 2) Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-10T08:37:27.716Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-10T08:37:28.082Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-10T08:37:28.086Z] [INFO] Executing delete connection type command: oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-10T08:37:28.424Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-10T08:37:37.834Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found 0 passing (36s) 2 failing 1) Verify Connection Type Creation Verify User Can Create, Preview and Delete a Connection Type: Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) 2) Verify Connection Type Creation Verify User Can Duplicate, Edit and Delete a Connection Type: Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_009.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 2 │ │ Passing: 0 │ │ Failing: 2 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 4 │ │ Video: false │ │ Duration: 36 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /connectionTypes/testCreateConnectionTypes.cy.ts/Verify Connection Type Creation -- Verify User Can Create, Preview and Delete a Connection Type (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /connectionTypes/testCreateConnectionTypes.cy.ts/Verify Connection Type Creation -- Verify User Can Create, Preview and Delete a Connection Type (failed) (attem pt 2).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /connectionTypes/testCreateConnectionTypes.cy.ts/Verify Connection Type Creation -- Verify User Can Duplicate, Edit and Delete a Connection Type (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /connectionTypes/testCreateConnectionTypes.cy.ts/Verify Connection Type Creation -- Verify User Can Duplicate, Edit and Delete a Connection Type (failed) (attem pt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-10T08:37:40.615Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-10T08:37:40.633Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-10T08:37:40.641Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-10T08:37:40.648Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-10T08:37:40.659Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:37:40.664Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:37:40.697Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-10T08:37:40.710Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-10T08:37:41.130Z] [INFO] OAuth login flow detected - completing authentication [2026-07-10T08:37:44.209Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-10T08:37:44.291Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted 1 passing (5s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_010.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 4 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-10T08:37:47.950Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-10T08:37:47.971Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-10T08:37:47.975Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-10T08:37:47.989Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-10T08:37:47.999Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:37:48.004Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:37:48.031Z] [INFO] Executing: oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-10T08:37:48.971Z] [INFO] [EXEC] oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-10T08:37:48.977Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-10T08:37:48.985Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-10T08:37:48.989Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-10T08:37:48.992Z] [INFO] Executing delete hardware profile command: oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("resources/hardwareProfile/notebook_tolerations.yaml")) | .metadata.name' | tr -d '"' [2026-07-10T08:37:49.325Z] [INFO] [EXEC] oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("resources/hardwareProfile/notebook_tolerations.yaml")) | .metadata.name' | tr -d '"' [2026-07-10T08:37:49.340Z] [INFO] No matching profile found, proceeding with the test. [2026-07-10T08:37:49.354Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-10T08:37:49.377Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783672669358.yaml" -n redhat-ods-applications [2026-07-10T08:37:49.759Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783672669358.yaml" -n redhat-ods-applications [2026-07-10T08:37:49.799Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-10T08:37:50.112Z] [INFO] [EXEC] rm /tmp/temp_1783672669358.yaml [2026-07-10T08:37:50.144Z] [INFO] [STEP 1] Log into the application [2026-07-10T08:37:50.213Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-10T08:37:50.510Z] [INFO] OAuth login flow detected - completing authentication [2026-07-10T08:37:55.111Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-10T08:37:55.327Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-10T08:37:56.361Z] [INFO] [STEP 4] Select the hardware profile [2026-07-10T08:37:56.662Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-10T08:37:56.685Z] [INFO] [STEP 6] Launch a notebook server [2026-07-10T08:37:56.856Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-10T08:37:56.875Z] [INFO] Finding pods with command: oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-10T08:38:07.866Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-10T08:38:07.903Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-10T08:38:07.924Z] [INFO] Found 1 matching pods [2026-07-10T08:38:07.944Z] [INFO] Executing command to wait for pod readiness: oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-10T08:43:08.306Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-10T08:43:08.310Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-10T08:43:08.315Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-10T08:43:08.320Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:43:08.324Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:43:08.341Z] [INFO] Executing: oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-10T08:43:09.305Z] [INFO] [EXEC] oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-10T08:43:09.311Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-10T08:43:09.315Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-10T08:43:09.318Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-10T08:43:09.321Z] [INFO] Executing delete hardware profile command: oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("resources/hardwareProfile/notebook_tolerations.yaml")) | .metadata.name' | tr -d '"' [2026-07-10T08:43:09.695Z] [INFO] [EXEC] oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("resources/hardwareProfile/notebook_tolerations.yaml")) | .metadata.name' | tr -d '"' [2026-07-10T08:43:09.701Z] [INFO] No matching profile found, proceeding with the test. [2026-07-10T08:43:09.707Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-10T08:43:09.721Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783672989708.yaml" -n redhat-ods-applications [2026-07-10T08:43:11.041Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783672989708.yaml" -n redhat-ods-applications [2026-07-10T08:43:11.049Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks configured [2026-07-10T08:43:11.212Z] [INFO] [EXEC] rm /tmp/temp_1783672989708.yaml [2026-07-10T08:43:11.237Z] [INFO] [STEP 1] Log into the application [2026-07-10T08:43:11.249Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-10T08:43:11.582Z] [INFO] OAuth login flow detected - completing authentication [2026-07-10T08:43:15.657Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-10T08:43:15.795Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-10T08:43:16.429Z] [INFO] [STEP 4] Select the hardware profile [2026-07-10T08:43:16.727Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-10T08:43:16.756Z] [INFO] [STEP 6] Launch a notebook server [2026-07-10T08:43:16.919Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-10T08:43:16.923Z] [INFO] Finding pods with command: oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-10T08:43:27.789Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-10T08:43:27.807Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-10T08:43:27.815Z] [INFO] Found 1 matching pods [2026-07-10T08:43:27.819Z] [INFO] Executing command to wait for pod readiness: oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s 1) Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-10T08:48:28.238Z] [INFO] Executing: oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-10T08:48:29.286Z] [INFO] [EXEC] oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-10T08:48:29.293Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-10T08:48:29.296Z] [INFO] Executing delete hardware profile command: oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("cypress-hardware-profile-notebooks")) | .metadata.name' | tr -d '"' [2026-07-10T08:48:29.665Z] [INFO] [EXEC] oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("cypress-hardware-profile-notebooks")) | .metadata.name' | tr -d '"' [2026-07-10T08:48:29.674Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-10T08:48:30.060Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications 0 passing (11m) 1 failing 1) Notebooks - tolerations tests Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations: Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 3. Launch Standalone notebook server 4. Choose Code Server Image 5. Select the hardware profile 6. Check Start server button is enabled 7. Launch a notebook server 8. Verify the Jupyter Notebook pod is ready `cy.exec('oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s')` timed out after waiting `300000ms`. https://on.cypress.io/exec CypressError: `cy.exec('oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s')` timed out after waiting `300000ms`. https://on.cypress.io/exec at (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:124114:70) at tryCatcher (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1777:23) at (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:4156:41) at tryCatcher (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1777:23) at Promise._settlePromiseFromHandler (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1489:31) at Promise._settlePromise (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1546:18) at Promise._settlePromise0 (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1591:10) at Promise._settlePromises (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1667:18) at _drainQueueStep (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2377:12) at _drainQueue (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2370:9) at Async._drainQueues (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2386:5) at Async.drainQueues (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2256:14) From Your Spec Code: at eval (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/baseCommands.ts:198:11) at Array.forEach () at Context.eval (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/baseCommands.ts:191:11) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_011.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 10 minutes, 42 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /hardwareProfiles/testNotebookTolerations.cy.ts/Notebooks - tolerations tests -- Verify Juypter Notebook Creation using Hardware Profiles and applying Toleratio ns (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /hardwareProfiles/testNotebookTolerations.cy.ts/Notebooks - tolerations tests -- Verify Juypter Notebook Creation using Hardware Profiles and applying Toleratio ns (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-10T08:48:33.064Z] [INFO] Setting tests timeout to: 480 seconds Verify Admins Can Import and Delete a Custom Single-Model Serving Runtime Template By Uploading A YAML file [2026-07-10T08:48:33.089Z] [INFO] Starting 480s timeout for: Admin should access serving runtimes, import a yaml file and then delete [2026-07-10T08:48:33.094Z] [INFO] Test title: Admin should access serving runtimes, import a yaml file and then delete [2026-07-10T08:48:33.108Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2276","@Dashboard","@NonConcurrent","@SettingsCI"] [2026-07-10T08:48:33.118Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-10T08:48:33.128Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-10T08:48:33.171Z] [INFO] Loaded Single-Model Name: single-cypress-vllm-runtime [2026-07-10T08:48:33.181Z] [INFO] Loaded Single-Model Metadata Name: Cypress Single ServingRuntime for KServe [2026-07-10T08:48:33.187Z] [INFO] Executing command: oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-10T08:48:33.619Z] [INFO] [EXEC] oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-10T08:48:33.635Z] [INFO] No matching template found, proceeding with the test. [2026-07-10T08:48:33.662Z] [INFO] [STEP 1] Log into the application [2026-07-10T08:48:33.682Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-10T08:48:33.960Z] [INFO] OAuth login flow detected - completing authentication [2026-07-10T08:48:35.681Z] [INFO] [STEP 2] Navigate to Serving Runtimes and add a new serving runtime [2026-07-10T08:48:35.759Z] [INFO] ⚠️ Note: RHOAIENG-15914 may cause intermittent failures at this step ⚠️ [2026-07-10T08:48:38.249Z] [INFO] Navigation successful | Searching for Add button [2026-07-10T08:48:38.410Z] [INFO] [STEP 3] Select API Protocol [2026-07-10T08:48:38.652Z] [INFO] [STEP 4] Select Model Types [2026-07-10T08:48:38.881Z] [INFO] [STEP 5] Upload a Single-Model Serving runtime yaml file [2026-07-10T08:48:38.961Z] [INFO] [STEP 6] Click to save and verify that creation was successful [2026-07-10T08:48:39.687Z] [INFO] [STEP 7] Verify the model single-cypress-vllm-runtime has been created [2026-07-10T08:48:40.442Z] [INFO] [STEP 8] Delete the model single-cypress-vllm-runtime [2026-07-10T08:48:40.826Z] [INFO] Executing command: oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-10T08:48:41.290Z] [INFO] [EXEC] oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-10T08:48:41.297Z] [INFO] No matching template found, proceeding with the test. ✓ Admin should access serving runtimes, import a yaml file and then delete (7769ms) 1 passing (8s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_012.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 8 seconds │ │ Spec Ran: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Start generate report process Read and merge jsons from "/workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons" Enhance report Create HTML report HTML report successfully created! /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/index.html ================================================================================ (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ application.cy.ts 00:04 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testLaunchStand 01:19 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 510ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 191ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:13 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:19 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:24 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ dataScienceProjects/clusterStorage/ 01:30 5 2 1 - 2 │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ settings/clusterSettings/testAdminC 00:37 3 - 1 2 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ settings/connectionTypes/testCreate 00:36 2 - 2 - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:04 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ settings/hardwareProfiles/testNoteb 10:42 1 - 1 - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 00:08 1 1 - - - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 4 of 13 failed (31%) 16:01 27 12 5 8 2