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-03T09:31:19.055Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-03T09:31:19.071Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-03T09:31:19.088Z] [INFO] Test title: should login and load page [2026-07-03T09:31:19.149Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-03T09:31:19.162Z] [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-03T09:31:19.176Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-03T09:31:19.249Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-03T09:31:19.863Z] [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: 5 seconds │ │ Spec Ran: application.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts (2 of 13) [2026-07-03T09:31:29.267Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-03T09:31:29.343Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-03T09:31:29.353Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-03T09:31:29.364Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-03T09:31:29.372Z] [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-03T09:31:29.445Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-03T09:31:29.538Z] [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-03T09:31:30.873Z] [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-03T09:31:30.882Z] [INFO] No notebooks found [2026-07-03T09:31:30.972Z] [INFO] [STEP 1] Log into the application [2026-07-03T09:31:31.050Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-03T09:31:31.368Z] [INFO] OAuth login flow detected - completing authentication [2026-07-03T09:31:38.265Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-03T09:31:38.736Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-03T09:31:40.352Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-03T09:31:40.540Z] [INFO] [STEP 5] Launch a notebook server [2026-07-03T09:31:41.057Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-03T09:31:41.156Z] [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-03T09:31:59.242Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-03T09:31:59.344Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-03T09:31:59.350Z] [INFO] Found 1 matching pods [2026-07-03T09:31:59.355Z] [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-03T09:32:05.951Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-03T09:32:06.042Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-03T09:32:06.150Z] [INFO] [STEP 7] Expand the Event log [2026-07-03T09:32:06.647Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-03T09:32:15.040Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-03T09:32:15.742Z] [INFO] [STEP 10] Stop the server [2026-07-03T09:32:16.938Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (48348ms) 1 passing (49s) [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: 48 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-03T09:32:29.748Z] [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-03T09:32:29.938Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (685ms) 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-03T09:32:40.238Z] [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-03T09:32:40.639Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (923ms) 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-03T09:32:50.953Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-03T09:32:51.056Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-03T09:32:51.062Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-03T09:32:51.139Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-03T09:32:51.153Z] [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-03T09:32:51.161Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-03T09:32:51.253Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-03T09:32:51.260Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-03T09:32:51.940Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-03T09:32:51.953Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-03T09:32:51.973Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-03T09:32:52.063Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-03T09:32:53.052Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-03T09:32:53.774Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-03T09:32:53.787Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-03T09:32:54.644Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-03T09:32:54.671Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-03T09:32:54.739Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-03T09:32:54.759Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-03T09:32:54.775Z] [INFO] [STEP 1] Log into the application [2026-07-03T09:32:54.786Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-03T09:32:55.263Z] [INFO] OAuth login flow detected - completing authentication [2026-07-03T09:32:59.776Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-03T09:33:04.548Z] [INFO] [STEP 3] Edit project information [2026-07-03T09:33:07.756Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-03T09:33:08.681Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-03T09:33:09.142Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (17825ms) 1 passing (19s) [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: 18 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-03T09:33:17.050Z] [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-03T09:33:17.073Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-03T09:33:17.136Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-03T09:33:17.159Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-03T09:33:17.240Z] [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-03T09:33:17.249Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-03T09:33:17.349Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-03T09:33:17.943Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-03T09:33:17.959Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-03T09:33:18.042Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-03T09:33:18.054Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-03T09:33:18.645Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-03T09:33:18.664Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-03T09:33:18.753Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-03T09:33:18.840Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-03T09:33:19.537Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-03T09:33:20.379Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-03T09:33:20.448Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-03T09:33:20.981Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-03T09:33:21.035Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-03T09:33:21.079Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-03T09:33:21.643Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-03T09:33:21.745Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-03T09:33:22.262Z] [INFO] OAuth login flow detected - completing authentication [2026-07-03T09:33:25.667Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-03T09:33:30.558Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-03T09:33:32.171Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-03T09:33:33.245Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-03T09:33:33.257Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-03T09:33:34.045Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-03T09:33:34.144Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-03T09:33:34.744Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-03T09:33:34.855Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-03T09:33:35.563Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-03T09:33:35.644Z] [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-03T09:33:35.567Z\"}"}}}' [2026-07-03T09:33:36.165Z] [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-03T09:33:35.567Z\"}"}}}' [2026-07-03T09:33:36.199Z] [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-03T09:33:36.167Z\"}"}}}' [2026-07-03T09:33:36.745Z] [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-03T09:33:36.167Z\"}"}}}' [2026-07-03T09:33:37.041Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-03T09:33:37.944Z] [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 (20413ms) 1 passing (21s) [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: 21 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-03T09:33:46.458Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-03T09:33:46.475Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-03T09:33:46.480Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-03T09:33:46.543Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-03T09:33:46.552Z] [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-03T09:33:46.559Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-03T09:33:46.576Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-03T09:33:47.084Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-03T09:33:47.091Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-03T09:33:47.100Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-03T09:33:47.563Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783071227138-8mirb796a.yaml && rm -f /tmp/cypress-yaml-1783071227138-8mirb796a.yaml [2026-07-03T09:33:47.572Z] [INFO] Command exit code: 0 [2026-07-03T09:33:47.945Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783071227575-g4ib754aw.yaml && rm -f /tmp/cypress-yaml-1783071227575-g4ib754aw.yaml [2026-07-03T09:33:47.955Z] [INFO] Command exit code: 0 [2026-07-03T09:33:48.284Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783071227958-bhrr8svnf.yaml && rm -f /tmp/cypress-yaml-1783071227958-bhrr8svnf.yaml [2026-07-03T09:33:48.291Z] [INFO] Command exit code: 0 [2026-07-03T09:33:48.573Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783071228293-voyrc0dpe.yaml && rm -f /tmp/cypress-yaml-1783071228293-voyrc0dpe.yaml [2026-07-03T09:33:48.580Z] [INFO] Command exit code: 0 [2026-07-03T09:33:48.886Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783071228582-o09axjj6f.yaml && rm -f /tmp/cypress-yaml-1783071228582-o09axjj6f.yaml [2026-07-03T09:33:48.892Z] [INFO] Command exit code: 0 [2026-07-03T09:33:48.910Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-03T09:33:48.920Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-03T09:33:49.228Z] [INFO] OAuth login flow detected - completing authentication [2026-07-03T09:33:52.951Z] [INFO] [STEP 2] Check SC row exists [2026-07-03T09:33:53.095Z] [INFO] [STEP 3] Check there's no Default label [2026-07-03T09:33:53.193Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-03T09:33:53.296Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-03T09:33:53.375Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-03T09:33:53.534Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-03T09:33:53.783Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-03T09:33:53.891Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-03T09:33:54.214Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-03T09:33:54.270Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (8017ms) [2026-07-03T09:33:54.460Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-03T09:33:54.463Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-03T09:33:54.470Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-03T09:33:54.479Z] [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-03T09:33:54.486Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-03T09:33:54.507Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-03T09:33:54.516Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-03T09:33:54.693Z] [INFO] OAuth login flow detected - completing authentication [2026-07-03T09:33:56.621Z] [INFO] [STEP 2] Check SC row exists [2026-07-03T09:33:56.801Z] [INFO] [STEP 3] Check there's no Default label [2026-07-03T09:33:56.876Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-03T09:33:56.928Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-03T09:33:56.995Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-03T09:33:57.119Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-03T09:33:57.228Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-03T09:33:57.263Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-03T09:33:57.555Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-03T09:33:57.569Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-03T09:33:57.667Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-03T09:33:57.670Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-03T09:33:57.675Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-03T09:33:57.680Z] [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-03T09:33:57.686Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-03T09:33:57.701Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-03T09:33:57.710Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-03T09:33:57.879Z] [INFO] OAuth login flow detected - completing authentication [2026-07-03T09:33:59.832Z] [INFO] [STEP 2] Check there's no Default label [2026-07-03T09:33:59.965Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-03T09:34:00.055Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-03T09:34:00.302Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-03T09:34:00.731Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-03T09:34:00.759Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-03T09:34:01.043Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-03T09:34:01.053Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-03T09:34:01.152Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-03T09:34:01.154Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-03T09:34:01.160Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-03T09:34:01.165Z] [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-03T09:34:01.170Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-03T09:34:01.200Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-03T09:34:01.212Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-03T09:34:01.382Z] [INFO] OAuth login flow detected - completing authentication [2026-07-03T09:34:03.266Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-03T09:34:03.406Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-03T09:34:03.672Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-03T09:34:03.698Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-03T09:34:03.877Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-03T09:34:03.889Z] [INFO] [STEP 7] Save the changes [2026-07-03T09:34:03.986Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-03T09:34:04.143Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-03T09:34:04.149Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-03T09:34:04.425Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-03T09:34:04.446Z] [INFO] Storage Class Config: [2026-07-03T09:34:04.452Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-03T09:34:04.872Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-03T09:34:05.075Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-03T09:34:05.359Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-03T09:34:05.363Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-03T09:34:05.650Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-03T09:34:05.654Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-03T09:34:05.921Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-03T09:34:05.927Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-03T09:34:06.202Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-03T09:34:06.206Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-03T09:34:06.482Z] [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 (20s) [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: 20 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-03T09:34:10.463Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-03T09:34:10.478Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-03T09:34:10.482Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-03T09:34:10.490Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-03T09:34:10.497Z] [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-03T09:34:10.503Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-03T09:34:10.536Z] [INFO] Loaded test data from fixtures [2026-07-03T09:34:10.551Z] [INFO] Provisioning storage classes with different access modes [2026-07-03T09:34:10.896Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783071250558-0o1x5ozww.yaml && rm -f /tmp/cypress-yaml-1783071250558-0o1x5ozww.yaml [2026-07-03T09:34:10.903Z] [INFO] Command exit code: 0 [2026-07-03T09:34:11.247Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783071250906-xmozoigvq.yaml && rm -f /tmp/cypress-yaml-1783071250906-xmozoigvq.yaml [2026-07-03T09:34:11.255Z] [INFO] Command exit code: 0 [2026-07-03T09:34:11.557Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783071251257-1urpkv40v.yaml && rm -f /tmp/cypress-yaml-1783071251257-1urpkv40v.yaml [2026-07-03T09:34:11.574Z] [INFO] Command exit code: 0 [2026-07-03T09:34:11.858Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783071251576-b7e7zmok2.yaml && rm -f /tmp/cypress-yaml-1783071251576-b7e7zmok2.yaml [2026-07-03T09:34:11.864Z] [INFO] Command exit code: 0 [2026-07-03T09:34:12.183Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783071251866-oj9sw0hsu.yaml && rm -f /tmp/cypress-yaml-1783071251866-oj9sw0hsu.yaml [2026-07-03T09:34:12.189Z] [INFO] Command exit code: 0 [2026-07-03T09:34:12.193Z] [INFO] Provisioning project [2026-07-03T09:34:12.195Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-03T09:34:12.466Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-03T09:34:12.473Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-03T09:34:12.479Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-03T09:34:12.492Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-03T09:34:12.891Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-03T09:34:13.185Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-03T09:34:13.192Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-03T09:34:13.454Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-03T09:34:13.462Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-03T09:34:13.470Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-03T09:34:13.923Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-03T09:34:13.935Z] [INFO] [STEP 1] Log into the application [2026-07-03T09:34:13.942Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-03T09:34:14.143Z] [INFO] OAuth login flow detected - completing authentication [2026-07-03T09:34:16.379Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-03T09:34:19.290Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-03T09:34:19.714Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-03T09:34:20.345Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-03T09:34:20.604Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-03T09:34:20.948Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (12571ms) [2026-07-03T09:34:23.119Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-03T09:34:23.136Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-03T09:34:23.142Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-03T09:34:23.149Z] [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-03T09:34:23.157Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-03T09:34:23.172Z] [INFO] [STEP 1] Log into the application [2026-07-03T09:34:23.181Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-03T09:34:23.374Z] [INFO] OAuth login flow detected - completing authentication [2026-07-03T09:34:24.740Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-03T09:34:26.520Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-03T09:34:26.799Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-03T09:34:27.043Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-03T09:34:27.320Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-03T09:34:27.333Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-03T09:34:27.360Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-03T09:34:27.364Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-03T09:34:27.571Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-03T09:34:27.680Z] [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 [2026-07-03T09:34:27.862Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-03T09:34:27.865Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-03T09:34:27.872Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-03T09:34:27.878Z] [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-03T09:34:27.885Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-03T09:34:27.898Z] [INFO] [STEP 1] Log into the application [2026-07-03T09:34:27.905Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-03T09:34:28.075Z] [INFO] OAuth login flow detected - completing authentication [2026-07-03T09:34:29.180Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-03T09:34:30.556Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-03T09:34:30.881Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-03T09:34:31.119Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-03T09:34:31.577Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-03T09:34:31.606Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-03T09:34:31.610Z] [INFO] [STEP 8] Default should be RWO [2026-07-03T09:34:31.618Z] [INFO] [STEP 9] Switch to RWX [2026-07-03T09:34:31.711Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes [2026-07-03T09:34:31.948Z] [INFO] Starting 480s timeout for: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-03T09:34:31.951Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-03T09:34:31.956Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-03T09:34:31.961Z] [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-03T09:34:31.966Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-03T09:34:31.976Z] [INFO] [STEP 1] Log into the application [2026-07-03T09:34:31.982Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-03T09:34:32.159Z] [INFO] OAuth login flow detected - completing authentication [2026-07-03T09:34:33.635Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-03T09:34:35.159Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-03T09:34:35.553Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-03T09:34:36.655Z] [INFO] [STEP 5] Submit the form [2026-07-03T09:34:36.754Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-03T09:34:37.057Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-03T09:34:37.386Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-03T09:34:37.401Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-03T09:34:37.514Z] [INFO] [STEP 10] Verify that access mode radio buttons are not available for editing ✓ Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit (5744ms) [2026-07-03T09:34:37.724Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-03T09:34:37.727Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-03T09:34:37.732Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-03T09:34:37.738Z] [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-03T09:34:37.744Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-03T09:34:37.753Z] [INFO] [STEP 1] Log into the application [2026-07-03T09:34:37.758Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-03T09:34:37.930Z] [INFO] OAuth login flow detected - completing authentication [2026-07-03T09:34:39.276Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-03T09:34:40.657Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-03T09:34:40.904Z] [INFO] [STEP 4] Open create modal [2026-07-03T09:34:41.097Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-03T09:34:41.606Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-03T09:34:41.820Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-03T09:34:41.912Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-03T09:34:41.920Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-03T09:34:42.230Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-03T09:34:42.233Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-03T09:34:42.530Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-03T09:34:42.535Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-03T09:34:42.847Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-03T09:34:42.851Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-03T09:34:43.149Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-03T09:34:43.152Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-03T09:34:43.434Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-03T09:34:43.438Z] [INFO] [STEP 9] Cleaning up project [2026-07-03T09:34:43.740Z] [INFO] [EXEC] oc delete project test-cluster-storage-access-modes --wait=false --ignore-not-found ✓ Should reset access mode appropriately when switching between storage classes 5 passing (33s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_007.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 5 │ │ Passing: 5 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 33 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-03T09:34:49.678Z] [INFO] Setting tests timeout to: 480 seconds Verify that only the Cluster Admin can access Cluster Settings [2026-07-03T09:34:49.691Z] [INFO] Starting 480s timeout for: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-03T09:34:49.694Z] [INFO] Test title: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-03T09:34:49.701Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-03T09:34:49.743Z] [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-03T09:34:49.748Z] [INFO] Grep tags: ["@SmokeSet2"] - Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-03T09:34:49.789Z] [INFO] Starting 480s timeout for: Test User - should not have access rights to view the Cluster Settings tab [2026-07-03T09:34:49.796Z] [INFO] Test title: Test User - should not have access rights to view the Cluster Settings tab [2026-07-03T09:34:49.803Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-03T09:34:49.808Z] [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-03T09:34:49.813Z] [INFO] Grep tags: ["@SmokeSet2"] - Test User - should not have access rights to view the Cluster Settings tab [2026-07-03T09:34:49.864Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-03T09:34:49.867Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-03T09:34:49.872Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-03T09:34:49.878Z] [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-03T09:34:49.883Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-03T09:34:49.902Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-03T09:34:50.217Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-03T09:34:50.223Z] [INFO] Dashboard Config: [2026-07-03T09:34:50.513Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-03T09:34:50.520Z] [INFO] Controller Config: [2026-07-03T09:34:50.534Z] [INFO] Executing command: [2026-07-03T09:34:50.843Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-03T09:34:50.850Z] [INFO] Command stderr: [2026-07-03T09:34:50.857Z] [INFO] Raw Controller Culler Config Response: [2026-07-03T09:34:50.860Z] [INFO] Controller Culler Config (Error): [2026-07-03T09:34:50.864Z] [INFO] Check if user is in RHODS user groups [2026-07-03T09:34:50.867Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-03T09:34:51.164Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-03T09:34:51.173Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-03T09:34:51.183Z] [INFO] Check for existing ClusterRoleBinding [2026-07-03T09:34:51.188Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-03T09:34:51.525Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-03T09:34:51.534Z] [INFO] ClusterRoleBinding not found: cypress-test-*** [2026-07-03T09:34:51.543Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-03T09:34:51.941Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783071291548-yj7lejav5.yaml && rm -f /tmp/cypress-yaml-1783071291548-yj7lejav5.yaml [2026-07-03T09:34:51.948Z] [INFO] Command exit code: 0 [2026-07-03T09:34:51.957Z] [INFO] Successfully created ClusterRoleBinding [2026-07-03T09:34:51.978Z] [INFO] [STEP 1] Log into the application as admin [2026-07-03T09:34:51.989Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-03T09:34:52.268Z] [INFO] OAuth login flow detected - completing authentication [2026-07-03T09:34:54.597Z] [INFO] [STEP 2] Verify Cluster Settings is visible in navigation [2026-07-03T09:34:55.350Z] [INFO] [STEP 3] Access Settings -> Cluster Settings -> General settings [2026-07-03T09:34:55.440Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/general [2026-07-03T09:35:02.474Z] [INFO] [STEP 4] Access Settings -> Cluster Settings -> Storage classes [2026-07-03T09:35:02.751Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/storage-classes [2026-07-03T09:35:08.651Z] [INFO] [STEP 5] Access Settings -> Environment setup -> Workbench images [2026-07-03T09:35:08.951Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/workbench-images [2026-07-03T09:35:14.478Z] [INFO] [STEP 6] Access Settings -> Environment setup -> Hardware profiles [2026-07-03T09:35:14.640Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/hardware-profiles [2026-07-03T09:35:18.376Z] [INFO] [STEP 7] Access Settings -> Environment setup -> Connection types [2026-07-03T09:35:18.750Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-03T09:35:20.904Z] [INFO] [STEP 8] Access Settings -> Model resources and operations -> Serving runtimes [2026-07-03T09:35:21.043Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/serving-runtimes [2026-07-03T09:35:24.205Z] [INFO] [STEP 9] Access Settings -> Model resources and operations -> Model registry settings [2026-07-03T09:35:24.299Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-03T09:35:26.270Z] [INFO] [STEP 10] Access Settings -> User management [2026-07-03T09:35:26.374Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/user-management [2026-07-03T09:35:28.887Z] [INFO] [STEP 11] Cleanup: Remove test ClusterRoleBinding [2026-07-03T09:35:28.901Z] [INFO] Deleting ClusterRoleBinding: oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-03T09:35:29.636Z] [INFO] [EXEC] oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-03T09:35:29.871Z] [INFO] Successfully deleted ClusterRoleBinding: cypress-test-*** [2026-07-03T09:35:30.346Z] [INFO] Successfully removed test ClusterRoleBinding ✓ Cluster Admin user can access all Settings pages (38839ms) 1 passing (41s) 2 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_008.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 2 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 41 seconds │ │ Spec Ran: settings/clusterSettings/testAdminClusterSettings.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testCreateConnectionTypes.cy.ts (10 of 13) [2026-07-03T09:35:34.698Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-03T09:35:34.709Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-03T09:35:34.713Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-03T09:35:34.735Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-03T09:35:34.743Z] [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-03T09:35:34.750Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-03T09:35:34.772Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-03T09:35:34.777Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-03T09:35:35.070Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-03T09:35:35.076Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-03T09:35:35.084Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-03T09:35:35.096Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-03T09:35:35.535Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-03T09:35:35.849Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-03T09:35:35.856Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-03T09:35:36.150Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-03T09:35:36.156Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-03T09:35:36.164Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-03T09:35:36.199Z] [INFO] [STEP 1] Log into the application [2026-07-03T09:35:36.212Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-03T09:35:36.439Z] [INFO] OAuth login flow detected - completing authentication [2026-07-03T09:35:38.139Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-03T09:35:39.685Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-03T09:35:40.354Z] [INFO] [STEP 4] Select category [2026-07-03T09:35:40.725Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-03T09:35:41.174Z] [INFO] [STEP 6] Add new section heading [2026-07-03T09:35:42.863Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-03T09:35:42.962Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-03T09:35:43.125Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-03T09:35:43.182Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-03T09:35:43.218Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-03T09:35:43.254Z] [INFO] [STEP 12] Preview connection type. [2026-07-03T09:35:43.680Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-03T09:35:45.417Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-03T09:35:46.204Z] [INFO] [STEP 15] Navigate to the Connections tab and validate the connection type is not available ✓ Verify User Can Create, Preview and Delete a Connection Type (13037ms) [2026-07-03T09:35:47.759Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-03T09:35:47.765Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-03T09:35:47.771Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-03T09:35:47.776Z] [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-03T09:35:47.782Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-03T09:35:47.812Z] [INFO] [STEP 1] Log into the application [2026-07-03T09:35:47.819Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-03T09:35:48.008Z] [INFO] OAuth login flow detected - completing authentication [2026-07-03T09:35:49.374Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-03T09:35:50.271Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-03T09:35:50.824Z] [INFO] [STEP 4] Edit the Connection type [2026-07-03T09:35:51.556Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-03T09:35:51.562Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-07-03T09:35:56.436Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-03T09:35:58.866Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-03T09:36:03.733Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-03T09:36:04.143Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-03T09:36:04.210Z] [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-03T09:36:04.662Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-03T09:36:14.570Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (15670ms) 2 passing (40s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_009.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 2 │ │ Passing: 2 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 40 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-03T09:36:18.288Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-03T09:36:18.338Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-03T09:36:18.350Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-03T09:36:18.362Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-03T09:36:18.368Z] [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-03T09:36:18.380Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-03T09:36:18.459Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-03T09:36:18.476Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-03T09:36:18.729Z] [INFO] OAuth login flow detected - completing authentication [2026-07-03T09:36:21.912Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-03T09:36:22.013Z] [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-03T09:36:25.988Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-03T09:36:26.016Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-03T09:36:26.022Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-03T09:36:26.050Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-03T09:36:26.060Z] [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-03T09:36:26.067Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-03T09:36:26.103Z] [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-03T09:36:26.904Z] [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-03T09:36:26.912Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-03T09:36:26.916Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-03T09:36:26.927Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-03T09:36:26.931Z] [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-03T09:36:27.206Z] [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-03T09:36:27.213Z] [INFO] No matching profile found, proceeding with the test. [2026-07-03T09:36:27.229Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-03T09:36:27.259Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783071387238.yaml" -n redhat-ods-applications [2026-07-03T09:36:27.559Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783071387238.yaml" -n redhat-ods-applications [2026-07-03T09:36:27.577Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-03T09:36:27.702Z] [INFO] [EXEC] rm /tmp/temp_1783071387238.yaml [2026-07-03T09:36:27.728Z] [INFO] [STEP 1] Log into the application [2026-07-03T09:36:27.756Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-03T09:36:27.986Z] [INFO] OAuth login flow detected - completing authentication [2026-07-03T09:36:31.149Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-03T09:36:31.298Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-03T09:36:31.774Z] [INFO] [STEP 4] Select the hardware profile [2026-07-03T09:36:32.038Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-03T09:36:32.063Z] [INFO] [STEP 6] Launch a notebook server [2026-07-03T09:36:32.246Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-03T09:36:32.251Z] [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-03T09:36:46.001Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-03T09:36:46.065Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-03T09:36:46.090Z] [INFO] Found 1 matching pods [2026-07-03T09:36:46.113Z] [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-03T09:36:51.580Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-03T09:36:51.652Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-03T09:36:51.676Z] [INFO] [STEP 8] Expand the Event log [2026-07-03T09:36:51.840Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-03T09:37:05.841Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-03T09:37:05.871Z] [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-03T09:37:10.069Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-03T09:37:10.081Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-03T09:37:10.139Z] [INFO] Found 1 matching pods [2026-07-03T09:37:10.171Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-03T09:37:10.582Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-03T09:37:10.645Z] [INFO] Found tolerations: [{"effect":"PreferNoSchedule","key":"test-taint","operator":"Equal"},{"effect":"NoExecute","key":"node.kubernetes.io/not-ready","operator":"Exists","tolerationSeconds":300},{"effect":"NoExecute","key":"node.kubernetes.io/unreachable","operator":"Exists","tolerationSeconds":300},{"effect":"NoSchedule","key":"node.kubernetes.io/memory-pressure","operator":"Exists"}] [2026-07-03T09:37:10.677Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-03T09:37:10.736Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-03T09:37:10.972Z] [INFO] [STEP 12] Stop the server [2026-07-03T09:37:11.435Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-03T09:37:11.662Z] [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-03T09:37:13.164Z] [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-03T09:37:13.280Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-03T09:37:13.286Z] [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-03T09:37:13.841Z] [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-03T09:37:13.887Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-03T09:37:14.370Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (45750ms) 1 passing (49s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_011.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 48 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-03T09:37:18.072Z] [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-03T09:37:18.141Z] [INFO] Starting 480s timeout for: Admin should access serving runtimes, import a yaml file and then delete [2026-07-03T09:37:18.148Z] [INFO] Test title: Admin should access serving runtimes, import a yaml file and then delete [2026-07-03T09:37:18.160Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2276","@Dashboard","@NonConcurrent","@SettingsCI"] [2026-07-03T09:37:18.170Z] [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-03T09:37:18.176Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-03T09:37:18.274Z] [INFO] Loaded Single-Model Name: single-cypress-vllm-runtime [2026-07-03T09:37:18.280Z] [INFO] Loaded Single-Model Metadata Name: Cypress Single ServingRuntime for KServe [2026-07-03T09:37:18.291Z] [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-03T09:37:18.761Z] [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-03T09:37:18.770Z] [INFO] No matching template found, proceeding with the test. [2026-07-03T09:37:18.847Z] [INFO] [STEP 1] Log into the application [2026-07-03T09:37:18.877Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-03T09:37:19.168Z] [INFO] OAuth login flow detected - completing authentication [2026-07-03T09:37:21.458Z] [INFO] [STEP 2] Navigate to Serving Runtimes and add a new serving runtime [2026-07-03T09:37:21.555Z] [INFO] ⚠️ Note: RHOAIENG-15914 may cause intermittent failures at this step ⚠️ [2026-07-03T09:37:25.354Z] [INFO] Navigation successful | Searching for Add button [2026-07-03T09:37:25.543Z] [INFO] [STEP 3] Select API Protocol [2026-07-03T09:37:26.136Z] [INFO] [STEP 4] Select Model Types [2026-07-03T09:37:26.414Z] [INFO] [STEP 5] Upload a Single-Model Serving runtime yaml file [2026-07-03T09:37:26.489Z] [INFO] [STEP 6] Click to save and verify that creation was successful [2026-07-03T09:37:27.737Z] [INFO] [STEP 7] Verify the model single-cypress-vllm-runtime has been created [2026-07-03T09:37:30.643Z] [INFO] [STEP 8] Delete the model single-cypress-vllm-runtime [2026-07-03T09:37:31.556Z] [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-03T09:37:32.275Z] [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-03T09:37:32.359Z] [INFO] No matching template found, proceeding with the test. ✓ Admin should access serving runtimes, import a yaml file and then delete (13511ms) 1 passing (15s) [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: 14 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" Media folder "/workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots" not found, nothing to copy 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:05 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testLaunchStand 00:48 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 623ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 988ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:18 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:21 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:20 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:33 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 00:41 3 1 - 2 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 00:40 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:04 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 00:48 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 00:14 1 1 - - - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 04:58 27 19 - 8 -