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-02T12:25:20.536Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-02T12:25:20.551Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-02T12:25:20.564Z] [INFO] Test title: should login and load page [2026-07-02T12:25:20.576Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-02T12:25:20.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-02T12:25:20.657Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T12:25:20.669Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T12:25:21.238Z] [INFO] OAuth login flow detected - completing authentication ✓ should login and load page 1 passing (4s) [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-02T12:25:29.473Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-02T12:25:29.540Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-02T12:25:29.545Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-02T12:25:29.559Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-02T12:25:29.567Z] [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-02T12:25:29.573Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T12:25:29.661Z] [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-02T12:25:31.072Z] [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-02T12:25:31.133Z] [INFO] No notebooks found [2026-07-02T12:25:31.159Z] [INFO] [STEP 1] Log into the application [2026-07-02T12:25:31.234Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T12:25:31.483Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T12:25:37.481Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-02T12:25:37.854Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-02T12:25:39.052Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-02T12:25:39.154Z] [INFO] [STEP 5] Launch a notebook server [2026-07-02T12:25:39.756Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-02T12:25:39.857Z] [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-02T12:25:57.534Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-02T12:25:57.743Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-02T12:25:57.852Z] [INFO] Found 1 matching pods [2026-07-02T12:25:57.934Z] [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-02T12:26:03.850Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-02T12:26:03.960Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-02T12:26:04.055Z] [INFO] [STEP 7] Expand the Event log [2026-07-02T12:26:04.441Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-02T12:26:13.537Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-02T12:26:14.052Z] [INFO] [STEP 10] Stop the server [2026-07-02T12:26:15.249Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (46384ms) 1 passing (47s) [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: 46 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-02T12:26:26.448Z] [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-02T12:26:26.559Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (489ms) 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-02T12:26:38.333Z] [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-02T12:26:38.533Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (809ms) 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-02T12:26:47.553Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-02T12:26:47.659Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-02T12:26:47.737Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-02T12:26:47.746Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-02T12:26:47.758Z] [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-02T12:26:47.843Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T12:26:47.949Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-02T12:26:47.957Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-02T12:26:48.946Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-02T12:26:48.958Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-02T12:26:49.052Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-02T12:26:49.154Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-02T12:26:50.252Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-02T12:26:51.243Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-02T12:26:51.256Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-02T12:26:51.943Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-02T12:26:51.962Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-02T12:26:51.979Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-02T12:26:52.055Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-02T12:26:52.069Z] [INFO] [STEP 1] Log into the application [2026-07-02T12:26:52.078Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T12:26:52.464Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T12:26:56.745Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-02T12:27:00.257Z] [INFO] [STEP 3] Edit project information [2026-07-02T12:27:02.635Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-02T12:27:03.353Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-02T12:27:03.953Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (15865ms) 1 passing (17s) [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: 16 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-02T12:27:11.447Z] [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-02T12:27:11.470Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-02T12:27:11.482Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-02T12:27:11.544Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-02T12:27:11.559Z] [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-02T12:27:11.637Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T12:27:11.664Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-02T12:27:12.054Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-02T12:27:12.068Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-02T12:27:12.083Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-02T12:27:12.088Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-02T12:27:12.453Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-02T12:27:12.461Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-02T12:27:12.477Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-02T12:27:12.534Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-02T12:27:13.243Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-02T12:27:13.943Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-02T12:27:13.956Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-02T12:27:14.544Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-02T12:27:14.563Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-02T12:27:14.579Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-02T12:27:15.144Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-02T12:27:15.240Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T12:27:15.740Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T12:27:19.041Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-02T12:27:23.845Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-02T12:27:25.034Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-02T12:27:25.846Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-02T12:27:25.936Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T12:27:26.537Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T12:27:26.566Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T12:27:27.147Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T12:27:27.247Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-02T12:27:27.868Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-02T12:27:27.954Z] [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-02T12:27:27.872Z\"}"}}}' [2026-07-02T12:27:28.544Z] [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-02T12:27:27.872Z\"}"}}}' [2026-07-02T12:27:28.648Z] [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-02T12:27:28.566Z\"}"}}}' [2026-07-02T12:27:29.140Z] [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-02T12:27:28.566Z\"}"}}}' [2026-07-02T12:27:29.450Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-02T12:27:30.443Z] [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 (18488ms) 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-02T12:27:36.585Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-02T12:27:36.644Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-02T12:27:36.647Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-02T12:27:36.655Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-02T12:27:36.662Z] [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-02T12:27:36.735Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T12:27:36.748Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-02T12:27:37.214Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-02T12:27:37.220Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-02T12:27:37.241Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-02T12:27:37.665Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782995257245-iw9wvi38p.yaml && rm -f /tmp/cypress-yaml-1782995257245-iw9wvi38p.yaml [2026-07-02T12:27:37.672Z] [INFO] Command exit code: 0 [2026-07-02T12:27:38.242Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782995257675-nvwo3yw0a.yaml && rm -f /tmp/cypress-yaml-1782995257675-nvwo3yw0a.yaml [2026-07-02T12:27:38.249Z] [INFO] Command exit code: 0 [2026-07-02T12:27:38.685Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782995258251-0u9926ffr.yaml && rm -f /tmp/cypress-yaml-1782995258251-0u9926ffr.yaml [2026-07-02T12:27:38.740Z] [INFO] Command exit code: 0 [2026-07-02T12:27:39.154Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782995258742-aokfiinse.yaml && rm -f /tmp/cypress-yaml-1782995258742-aokfiinse.yaml [2026-07-02T12:27:39.161Z] [INFO] Command exit code: 0 [2026-07-02T12:27:39.733Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782995259163-sa7f8vi6f.yaml && rm -f /tmp/cypress-yaml-1782995259163-sa7f8vi6f.yaml [2026-07-02T12:27:39.740Z] [INFO] Command exit code: 0 [2026-07-02T12:27:39.761Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-02T12:27:39.770Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T12:27:40.075Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T12:27:45.093Z] [INFO] [STEP 2] Check SC row exists [2026-07-02T12:27:45.139Z] [INFO] [STEP 3] Check there's no Default label [2026-07-02T12:27:45.202Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-02T12:27:45.263Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-02T12:27:45.329Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-02T12:27:45.482Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-02T12:27:45.689Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-02T12:27:45.779Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T12:27:46.085Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T12:27:46.096Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (9656ms) [2026-07-02T12:27:46.296Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-02T12:27:46.298Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-02T12:27:46.302Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-02T12:27:46.307Z] [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-02T12:27:46.310Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T12:27:46.328Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-02T12:27:46.337Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T12:27:46.508Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T12:27:48.400Z] [INFO] [STEP 2] Check SC row exists [2026-07-02T12:27:48.491Z] [INFO] [STEP 3] Check there's no Default label [2026-07-02T12:27:48.524Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-02T12:27:48.551Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-02T12:27:48.613Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-02T12:27:48.707Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-02T12:27:48.800Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-02T12:27:48.828Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T12:27:49.080Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T12:27:49.088Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-02T12:27:49.181Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-02T12:27:49.185Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-02T12:27:49.191Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-02T12:27:49.195Z] [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-02T12:27:49.200Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T12:27:49.215Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-02T12:27:49.223Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T12:27:49.385Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T12:27:51.309Z] [INFO] [STEP 2] Check there's no Default label [2026-07-02T12:27:51.399Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-02T12:27:51.458Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-02T12:27:51.639Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-02T12:27:52.058Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-02T12:27:52.083Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T12:27:52.341Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T12:27:52.352Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-02T12:27:52.439Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-02T12:27:52.442Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-02T12:27:52.446Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-02T12:27:52.450Z] [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-02T12:27:52.454Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T12:27:52.477Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-02T12:27:52.486Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T12:27:52.651Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T12:27:54.495Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-02T12:27:54.613Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-02T12:27:54.857Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-02T12:27:54.878Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-02T12:27:55.039Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-02T12:27:55.050Z] [INFO] [STEP 7] Save the changes [2026-07-02T12:27:55.138Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-02T12:27:55.304Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-02T12:27:55.307Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T12:27:55.626Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T12:27:55.642Z] [INFO] Storage Class Config: [2026-07-02T12:27:55.645Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-02T12:27:56.014Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-02T12:27:56.194Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-02T12:27:56.540Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-02T12:27:56.543Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-02T12:27:56.907Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-02T12:27:56.910Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-02T12:27:57.198Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-02T12:27:57.201Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-02T12:27:57.488Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-02T12:27:57.491Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-02T12:27:57.765Z] [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 (21s) [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: 21 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-02T12:28:02.101Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-02T12:28:02.110Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-02T12:28:02.113Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-02T12:28:02.134Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-02T12:28:02.138Z] [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-02T12:28:02.143Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T12:28:02.159Z] [INFO] Loaded test data from fixtures [2026-07-02T12:28:02.171Z] [INFO] Provisioning storage classes with different access modes [2026-07-02T12:28:02.462Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782995282175-ljjqfrj28.yaml && rm -f /tmp/cypress-yaml-1782995282175-ljjqfrj28.yaml [2026-07-02T12:28:02.467Z] [INFO] Command exit code: 0 [2026-07-02T12:28:02.758Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782995282469-w6w1vbwxj.yaml && rm -f /tmp/cypress-yaml-1782995282469-w6w1vbwxj.yaml [2026-07-02T12:28:02.763Z] [INFO] Command exit code: 0 [2026-07-02T12:28:03.042Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782995282765-cfqn3qhfk.yaml && rm -f /tmp/cypress-yaml-1782995282765-cfqn3qhfk.yaml [2026-07-02T12:28:03.057Z] [INFO] Command exit code: 0 [2026-07-02T12:28:03.355Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782995283060-djov8s65x.yaml && rm -f /tmp/cypress-yaml-1782995283060-djov8s65x.yaml [2026-07-02T12:28:03.361Z] [INFO] Command exit code: 0 [2026-07-02T12:28:03.638Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782995283364-9632zn8rb.yaml && rm -f /tmp/cypress-yaml-1782995283364-9632zn8rb.yaml [2026-07-02T12:28:03.644Z] [INFO] Command exit code: 0 [2026-07-02T12:28:03.647Z] [INFO] Provisioning project [2026-07-02T12:28:03.650Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-02T12:28:03.900Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-02T12:28:03.906Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-02T12:28:03.911Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-02T12:28:03.921Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-02T12:28:04.304Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-02T12:28:04.655Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-02T12:28:04.661Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-02T12:28:04.917Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-02T12:28:04.923Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-02T12:28:04.929Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-02T12:28:05.354Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-02T12:28:05.364Z] [INFO] [STEP 1] Log into the application [2026-07-02T12:28:05.370Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T12:28:05.599Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T12:28:07.537Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-02T12:28:09.461Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-02T12:28:09.852Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-02T12:28:10.241Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-02T12:28:10.478Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-02T12:28:10.658Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (10064ms) [2026-07-02T12:28:12.260Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-02T12:28:12.263Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-02T12:28:12.268Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-02T12:28:12.272Z] [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-02T12:28:12.276Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T12:28:12.286Z] [INFO] [STEP 1] Log into the application [2026-07-02T12:28:12.291Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T12:28:12.571Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T12:28:13.780Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-02T12:28:15.146Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-02T12:28:15.547Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-02T12:28:15.740Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-02T12:28:16.008Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-02T12:28:16.017Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-02T12:28:16.033Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-02T12:28:16.036Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-02T12:28:16.221Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-02T12:28:16.323Z] [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-02T12:28:16.478Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-02T12:28:16.480Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-02T12:28:16.484Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-02T12:28:16.490Z] [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-02T12:28:16.494Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T12:28:16.503Z] [INFO] [STEP 1] Log into the application [2026-07-02T12:28:16.508Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T12:28:16.668Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T12:28:17.786Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-02T12:28:18.983Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-02T12:28:19.248Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-02T12:28:19.558Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-02T12:28:19.911Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-02T12:28:19.979Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-02T12:28:20.009Z] [INFO] [STEP 8] Default should be RWO [2026-07-02T12:28:20.058Z] [INFO] [STEP 9] Switch to RWX [2026-07-02T12:28:20.212Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes [2026-07-02T12:28:20.534Z] [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-02T12:28:20.536Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-02T12:28:20.541Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-02T12:28:20.545Z] [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-02T12:28:20.548Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T12:28:20.556Z] [INFO] [STEP 1] Log into the application [2026-07-02T12:28:20.561Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T12:28:20.725Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T12:28:21.867Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-02T12:28:23.093Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-02T12:28:23.303Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-02T12:28:24.275Z] [INFO] [STEP 5] Submit the form [2026-07-02T12:28:24.361Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-02T12:28:24.515Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-02T12:28:24.732Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-02T12:28:24.740Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-02T12:28:24.804Z] [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 [2026-07-02T12:28:24.965Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-02T12:28:24.968Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-02T12:28:24.972Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-02T12:28:24.976Z] [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-02T12:28:24.980Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T12:28:24.988Z] [INFO] [STEP 1] Log into the application [2026-07-02T12:28:24.992Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T12:28:25.156Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T12:28:26.275Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-02T12:28:27.499Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-02T12:28:27.707Z] [INFO] [STEP 4] Open create modal [2026-07-02T12:28:27.860Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-02T12:28:28.225Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-02T12:28:28.425Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-02T12:28:28.520Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-02T12:28:28.531Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-02T12:28:28.831Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-02T12:28:28.834Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-02T12:28:29.141Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-02T12:28:29.144Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-02T12:28:29.428Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-02T12:28:29.432Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-02T12:28:29.734Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-02T12:28:29.737Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-02T12:28:30.030Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-02T12:28:30.034Z] [INFO] [STEP 9] Cleaning up project [2026-07-02T12:28:30.330Z] [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 (28s) [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: 28 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-02T12:28:36.147Z] [INFO] Setting tests timeout to: 480 seconds Verify that only the Cluster Admin can access Cluster Settings [2026-07-02T12:28:36.158Z] [INFO] Starting 480s timeout for: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-02T12:28:36.162Z] [INFO] Test title: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-02T12:28:36.167Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-02T12:28:36.172Z] [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-02T12:28:36.177Z] [INFO] Grep tags: ["@SmokeSet2"] - Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-02T12:28:36.240Z] [INFO] Starting 480s timeout for: Test User - should not have access rights to view the Cluster Settings tab [2026-07-02T12:28:36.245Z] [INFO] Test title: Test User - should not have access rights to view the Cluster Settings tab [2026-07-02T12:28:36.250Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-02T12:28:36.256Z] [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-02T12:28:36.259Z] [INFO] Grep tags: ["@SmokeSet2"] - Test User - should not have access rights to view the Cluster Settings tab [2026-07-02T12:28:36.300Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-02T12:28:36.303Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-02T12:28:36.307Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-02T12:28:36.312Z] [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-02T12:28:36.316Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T12:28:36.347Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-02T12:28:36.628Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-02T12:28:36.634Z] [INFO] Dashboard Config: [2026-07-02T12:28:36.914Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-02T12:28:36.922Z] [INFO] Controller Config: [2026-07-02T12:28:36.929Z] [INFO] Executing command: [2026-07-02T12:28:37.229Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-02T12:28:37.236Z] [INFO] Command stderr: [2026-07-02T12:28:37.242Z] [INFO] Raw Controller Culler Config Response: [2026-07-02T12:28:37.246Z] [INFO] Controller Culler Config (Error): [2026-07-02T12:28:37.249Z] [INFO] Check if user is in RHODS user groups [2026-07-02T12:28:37.251Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-02T12:28:37.520Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-02T12:28:37.528Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-02T12:28:37.540Z] [INFO] Check for existing ClusterRoleBinding [2026-07-02T12:28:37.544Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-02T12:28:37.899Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-02T12:28:37.906Z] [INFO] ClusterRoleBinding not found: cypress-test-*** [2026-07-02T12:28:37.913Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-02T12:28:38.220Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782995317917-0fxddrwph.yaml && rm -f /tmp/cypress-yaml-1782995317917-0fxddrwph.yaml [2026-07-02T12:28:38.226Z] [INFO] Command exit code: 0 [2026-07-02T12:28:38.233Z] [INFO] Successfully created ClusterRoleBinding [2026-07-02T12:28:38.257Z] [INFO] [STEP 1] Log into the application as admin [2026-07-02T12:28:38.270Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T12:28:38.505Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T12:28:40.395Z] [INFO] [STEP 2] Verify Cluster Settings is visible in navigation [2026-07-02T12:28:41.571Z] [INFO] [STEP 3] Access Settings -> Cluster Settings -> General settings [2026-07-02T12:28:41.718Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/general [2026-07-02T12:28:43.153Z] [INFO] [STEP 4] Access Settings -> Cluster Settings -> Storage classes [2026-07-02T12:28:43.210Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/storage-classes [2026-07-02T12:28:44.977Z] [INFO] [STEP 5] Access Settings -> Environment setup -> Workbench images [2026-07-02T12:28:45.071Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/workbench-images [2026-07-02T12:28:46.953Z] [INFO] [STEP 6] Access Settings -> Environment setup -> Hardware profiles [2026-07-02T12:28:47.042Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/hardware-profiles [2026-07-02T12:28:49.004Z] [INFO] [STEP 7] Access Settings -> Environment setup -> Connection types [2026-07-02T12:28:49.126Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-02T12:28:51.307Z] [INFO] [STEP 8] Access Settings -> Model resources and operations -> Serving runtimes [2026-07-02T12:28:51.482Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/serving-runtimes [2026-07-02T12:28:54.640Z] [INFO] [STEP 9] Access Settings -> Model resources and operations -> Model registry settings [2026-07-02T12:28:54.744Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-02T12:28:57.698Z] [INFO] [STEP 10] Access Settings -> User management [2026-07-02T12:28:57.907Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/user-management [2026-07-02T12:29:01.899Z] [INFO] [STEP 11] Cleanup: Remove test ClusterRoleBinding [2026-07-02T12:29:01.972Z] [INFO] Deleting ClusterRoleBinding: oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-02T12:29:02.561Z] [INFO] [EXEC] oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-02T12:29:02.700Z] [INFO] Successfully deleted ClusterRoleBinding: cypress-test-*** [2026-07-02T12:29:02.852Z] [INFO] Successfully removed test ClusterRoleBinding ✓ Cluster Admin user can access all Settings pages (25414ms) 1 passing (27s) 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: 27 seconds │ │ Spec Ran: settings/clusterSettings/testAdminClusterSettings.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testCreateConnectionTypes.cy.ts (10 of 13) [2026-07-02T12:29:06.937Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-02T12:29:06.952Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-02T12:29:06.957Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-02T12:29:06.965Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-02T12:29:06.972Z] [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-02T12:29:06.980Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T12:29:07.036Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-02T12:29:07.042Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-02T12:29:07.366Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-02T12:29:07.374Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-02T12:29:07.382Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-02T12:29:07.394Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-02T12:29:07.848Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-02T12:29:08.175Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-02T12:29:08.183Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-02T12:29:08.542Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-02T12:29:08.550Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-02T12:29:08.559Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-02T12:29:08.636Z] [INFO] [STEP 1] Log into the application [2026-07-02T12:29:08.652Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T12:29:08.980Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T12:29:11.799Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-02T12:29:14.436Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-02T12:29:15.738Z] [INFO] [STEP 4] Select category [2026-07-02T12:29:16.435Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-02T12:29:17.237Z] [INFO] [STEP 6] Add new section heading [2026-07-02T12:29:20.151Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-02T12:29:20.440Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-02T12:29:21.161Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-02T12:29:21.460Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-02T12:29:21.654Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-02T12:29:21.783Z] [INFO] [STEP 12] Preview connection type. [2026-07-02T12:29:23.271Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-02T12:29:27.338Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-02T12:29:29.092Z] [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 (25572ms) [2026-07-02T12:29:32.602Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-02T12:29:32.604Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-02T12:29:32.637Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-02T12:29:32.642Z] [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-02T12:29:32.646Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T12:29:32.670Z] [INFO] [STEP 1] Log into the application [2026-07-02T12:29:32.678Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T12:29:32.895Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T12:29:34.254Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-02T12:29:35.464Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-02T12:29:36.136Z] [INFO] [STEP 4] Edit the Connection type [2026-07-02T12:29:36.955Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-02T12:29:36.961Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-07-02T12:29:43.138Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-02T12:29:46.302Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-02T12:29:52.705Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-02T12:29:53.250Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-02T12:29:53.257Z] [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-02T12:29:53.951Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-02T12:30:03.781Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (19940ms) 2 passing (57s) [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: 57 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-02T12:30:08.661Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-02T12:30:08.735Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-02T12:30:08.741Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-02T12:30:08.755Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-02T12:30:08.762Z] [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-02T12:30:08.772Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T12:30:08.841Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-02T12:30:08.857Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-02T12:30:09.241Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T12:30:13.101Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-02T12:30:13.210Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted (5759ms) 1 passing (6s) [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: 5 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-02T12:30:17.767Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-02T12:30:17.789Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-02T12:30:17.795Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-02T12:30:17.844Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-02T12:30:17.854Z] [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-02T12:30:17.860Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T12:30:17.896Z] [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-02T12:30:18.890Z] [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-02T12:30:18.902Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-02T12:30:18.907Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-02T12:30:18.919Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-02T12:30:18.932Z] [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-02T12:30:19.322Z] [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-02T12:30:19.330Z] [INFO] No matching profile found, proceeding with the test. [2026-07-02T12:30:19.347Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-02T12:30:19.381Z] [INFO] Executing command: oc apply -f "/tmp/temp_1782995419360.yaml" -n redhat-ods-applications [2026-07-02T12:30:19.803Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1782995419360.yaml" -n redhat-ods-applications [2026-07-02T12:30:19.820Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-02T12:30:19.959Z] [INFO] [EXEC] rm /tmp/temp_1782995419360.yaml [2026-07-02T12:30:20.001Z] [INFO] [STEP 1] Log into the application [2026-07-02T12:30:20.056Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T12:30:20.237Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T12:30:24.048Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-02T12:30:24.237Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-02T12:30:24.836Z] [INFO] [STEP 4] Select the hardware profile [2026-07-02T12:30:25.069Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-02T12:30:25.092Z] [INFO] [STEP 6] Launch a notebook server [2026-07-02T12:30:25.265Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-02T12:30:25.287Z] [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-02T12:30:38.582Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-02T12:30:38.635Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-02T12:30:38.661Z] [INFO] Found 1 matching pods [2026-07-02T12:30:38.666Z] [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-02T12:30:49.177Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-02T12:30:49.185Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-02T12:30:49.190Z] [INFO] [STEP 8] Expand the Event log [2026-07-02T12:30:49.367Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-02T12:30:58.767Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-02T12:30:58.795Z] [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-02T12:31:02.184Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-02T12:31:02.242Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-02T12:31:02.266Z] [INFO] Found 1 matching pods [2026-07-02T12:31:02.292Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-02T12:31:02.649Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-02T12:31:02.657Z] [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-02T12:31:02.661Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-02T12:31:02.665Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-02T12:31:02.865Z] [INFO] [STEP 12] Stop the server [2026-07-02T12:31:03.063Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-02T12:31:03.295Z] [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-02T12:31:04.781Z] [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-02T12:31:04.836Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-02T12:31:04.840Z] [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-02T12:31:05.348Z] [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-02T12:31:05.356Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-02T12:31:05.788Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (45585ms) 1 passing (48s) [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-02T12:31:09.488Z] [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-02T12:31:09.547Z] [INFO] Starting 480s timeout for: Admin should access serving runtimes, import a yaml file and then delete [2026-07-02T12:31:09.556Z] [INFO] Test title: Admin should access serving runtimes, import a yaml file and then delete [2026-07-02T12:31:09.567Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2276","@Dashboard","@NonConcurrent","@SettingsCI"] [2026-07-02T12:31:09.574Z] [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-02T12:31:09.583Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T12:31:09.677Z] [INFO] Loaded Single-Model Name: single-cypress-vllm-runtime [2026-07-02T12:31:09.684Z] [INFO] Loaded Single-Model Metadata Name: Cypress Single ServingRuntime for KServe [2026-07-02T12:31:09.689Z] [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-02T12:31:10.307Z] [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-02T12:31:10.336Z] [INFO] No matching template found, proceeding with the test. [2026-07-02T12:31:10.363Z] [INFO] [STEP 1] Log into the application [2026-07-02T12:31:10.438Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T12:31:10.690Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T12:31:13.252Z] [INFO] [STEP 2] Navigate to Serving Runtimes and add a new serving runtime [2026-07-02T12:31:13.459Z] [INFO] ⚠️ Note: RHOAIENG-15914 may cause intermittent failures at this step ⚠️ [2026-07-02T12:31:18.049Z] [INFO] Navigation successful | Searching for Add button [2026-07-02T12:31:18.258Z] [INFO] [STEP 3] Select API Protocol [2026-07-02T12:31:18.735Z] [INFO] [STEP 4] Select Model Types [2026-07-02T12:31:19.039Z] [INFO] [STEP 5] Upload a Single-Model Serving runtime yaml file [2026-07-02T12:31:19.167Z] [INFO] [STEP 6] Click to save and verify that creation was successful [2026-07-02T12:31:19.983Z] [INFO] [STEP 7] Verify the model single-cypress-vllm-runtime has been created [2026-07-02T12:31:21.242Z] [INFO] [STEP 8] Delete the model single-cypress-vllm-runtime [2026-07-02T12:31:21.834Z] [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-02T12:31:22.283Z] [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-02T12:31:22.349Z] [INFO] No matching template found, proceeding with the test. ✓ Admin should access serving runtimes, import a yaml file and then delete (12379ms) 1 passing (13s) [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: 13 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:04 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testLaunchStand 00:46 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 495ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 885ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:16 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:19 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:21 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:28 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 00:27 3 1 - 2 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 00:57 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:05 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 00:48 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 00:13 1 1 - - - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 04:49 27 19 - 8 -