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-16T07:10:49.841Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-16T07:10:49.854Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-16T07:10:49.866Z] [INFO] Test title: should login and load page [2026-07-16T07:10:49.877Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-16T07:10:49.890Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T07:10:49.895Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T07:10:49.927Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T07:10:50.476Z] [INFO] OAuth login flow detected - completing authentication ✓ should login and load page 1 passing (3s) [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: 3 seconds │ │ Spec Ran: application.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts (2 of 13) [2026-07-16T07:10:56.531Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-16T07:10:56.555Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-16T07:10:56.561Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-16T07:10:56.577Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-16T07:10:56.621Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T07:10:56.631Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T07:10:56.653Z] [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-16T07:10:57.557Z] [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-16T07:10:57.571Z] [INFO] No notebooks found [2026-07-16T07:10:57.625Z] [INFO] [STEP 1] Log into the application [2026-07-16T07:10:57.639Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T07:10:57.839Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T07:11:02.294Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-16T07:11:02.472Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-16T07:11:03.523Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-16T07:11:03.543Z] [INFO] [STEP 5] Launch a notebook server [2026-07-16T07:11:03.707Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-16T07:11:03.711Z] [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-16T07:11:16.894Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-16T07:11:16.944Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-16T07:11:16.951Z] [INFO] Found 1 matching pods [2026-07-16T07:11:16.957Z] [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-16T07:11:29.448Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-16T07:11:29.455Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-16T07:11:29.460Z] [INFO] [STEP 7] Expand the Event log [2026-07-16T07:11:29.592Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-16T07:11:37.767Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-16T07:11:37.996Z] [INFO] [STEP 10] Stop the server [2026-07-16T07:11:38.165Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (41870ms) 1 passing (42s) [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: 41 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-16T07:11:41.934Z] [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-16T07:11:41.955Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (99ms) 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-16T07:11:44.740Z] [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-16T07:11:44.774Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (104ms) 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-16T07:11:47.491Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-16T07:11:47.520Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-16T07:11:47.526Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-16T07:11:47.540Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-16T07:11:47.621Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T07:11:47.626Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T07:11:47.653Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-16T07:11:47.662Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-16T07:11:48.036Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-16T07:11:48.049Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-16T07:11:48.057Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-16T07:11:48.076Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-16T07:11:48.450Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-16T07:11:48.774Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-16T07:11:48.789Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-16T07:11:49.125Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-16T07:11:49.139Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-16T07:11:49.155Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-16T07:11:49.174Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-16T07:11:49.195Z] [INFO] [STEP 1] Log into the application [2026-07-16T07:11:49.225Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T07:11:49.447Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T07:11:51.173Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-16T07:11:53.572Z] [INFO] [STEP 3] Edit project information [2026-07-16T07:11:54.668Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-16T07:11:55.966Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-16T07:11:56.302Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (8464ms) 1 passing (9s) [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: 8 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-16T07:12:00.140Z] [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-16T07:12:00.157Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-16T07:12:00.165Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-16T07:12:00.172Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T07:12:00.185Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T07:12:00.194Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T07:12:00.230Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-16T07:12:00.534Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-16T07:12:00.548Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-16T07:12:00.556Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-16T07:12:00.566Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-16T07:12:00.865Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-16T07:12:00.872Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-16T07:12:00.887Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-16T07:12:00.928Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-16T07:12:01.407Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-16T07:12:01.771Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-16T07:12:01.780Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-16T07:12:02.091Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-16T07:12:02.107Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-16T07:12:02.136Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-16T07:12:02.561Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-16T07:12:02.586Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T07:12:02.763Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T07:12:04.589Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-16T07:12:06.831Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-16T07:12:07.156Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-16T07:12:07.501Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-16T07:12:07.525Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T07:12:07.829Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T07:12:07.841Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T07:12:08.149Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T07:12:08.178Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-16T07:12:08.502Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-16T07:12:08.530Z] [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-16T07:12:08.505Z\"}"}}}' [2026-07-16T07:12:08.862Z] [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-16T07:12:08.505Z\"}"}}}' [2026-07-16T07:12:08.871Z] [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-16T07:12:08.863Z\"}"}}}' [2026-07-16T07:12:09.235Z] [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-16T07:12:08.863Z\"}"}}}' [2026-07-16T07:12:09.427Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-16T07:12:09.855Z] [INFO] [EXEC] oc whoami [2026-07-16T07:12:10.198Z] [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 (9533ms) 1 passing (10s) [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: 10 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-16T07:12:14.479Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-16T07:12:14.489Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-16T07:12:14.492Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-16T07:12:14.498Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-16T07:12:14.502Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T07:12:14.520Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T07:12:14.532Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-16T07:12:14.848Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-16T07:12:14.854Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-16T07:12:14.860Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-16T07:12:15.201Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784185934864-ayq2xfg6n.yaml && rm -f /tmp/cypress-yaml-1784185934864-ayq2xfg6n.yaml [2026-07-16T07:12:15.207Z] [INFO] Command exit code: 0 [2026-07-16T07:12:15.527Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784185935209-xigu1z2nz.yaml && rm -f /tmp/cypress-yaml-1784185935209-xigu1z2nz.yaml [2026-07-16T07:12:15.532Z] [INFO] Command exit code: 0 [2026-07-16T07:12:15.854Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784185935534-j37tr4e1w.yaml && rm -f /tmp/cypress-yaml-1784185935534-j37tr4e1w.yaml [2026-07-16T07:12:15.860Z] [INFO] Command exit code: 0 [2026-07-16T07:12:16.201Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784185935862-ey0nft65y.yaml && rm -f /tmp/cypress-yaml-1784185935862-ey0nft65y.yaml [2026-07-16T07:12:16.207Z] [INFO] Command exit code: 0 [2026-07-16T07:12:16.533Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784185936209-ldfn76sie.yaml && rm -f /tmp/cypress-yaml-1784185936209-ldfn76sie.yaml [2026-07-16T07:12:16.539Z] [INFO] Command exit code: 0 [2026-07-16T07:12:16.562Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-16T07:12:16.573Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T07:12:16.765Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T07:12:19.947Z] [INFO] [STEP 2] Check SC row exists [2026-07-16T07:12:19.980Z] [INFO] [STEP 3] Check there's no Default label [2026-07-16T07:12:20.009Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-16T07:12:20.039Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-16T07:12:20.070Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-16T07:12:20.219Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-16T07:12:20.320Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-16T07:12:20.372Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T07:12:20.659Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T07:12:20.667Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (6266ms) [2026-07-16T07:12:20.775Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-16T07:12:20.778Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-16T07:12:20.781Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-16T07:12:20.785Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T07:12:20.789Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T07:12:20.804Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-16T07:12:20.813Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T07:12:20.968Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T07:12:22.963Z] [INFO] [STEP 2] Check SC row exists [2026-07-16T07:12:22.989Z] [INFO] [STEP 3] Check there's no Default label [2026-07-16T07:12:23.016Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-16T07:12:23.041Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-16T07:12:23.092Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-16T07:12:23.193Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-16T07:12:23.281Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-16T07:12:23.307Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T07:12:23.581Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T07:12:23.589Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-16T07:12:23.682Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-16T07:12:23.684Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-16T07:12:23.687Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-16T07:12:23.691Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T07:12:23.695Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T07:12:23.709Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-16T07:12:23.718Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T07:12:23.867Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T07:12:25.759Z] [INFO] [STEP 2] Check there's no Default label [2026-07-16T07:12:25.786Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-16T07:12:25.835Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-16T07:12:25.971Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-16T07:12:26.368Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-16T07:12:26.395Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T07:12:26.702Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T07:12:26.722Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-16T07:12:26.876Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-16T07:12:26.879Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-16T07:12:26.883Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-16T07:12:26.887Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T07:12:26.891Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T07:12:26.921Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-16T07:12:26.935Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T07:12:27.080Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T07:12:28.929Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-16T07:12:28.989Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-16T07:12:29.226Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-16T07:12:29.249Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-16T07:12:29.416Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-16T07:12:29.427Z] [INFO] [STEP 7] Save the changes [2026-07-16T07:12:29.516Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-16T07:12:29.647Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-16T07:12:29.652Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T07:12:29.956Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T07:12:29.970Z] [INFO] Storage Class Config: [2026-07-16T07:12:29.973Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-16T07:12:30.366Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-16T07:12:30.557Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-16T07:12:30.870Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-16T07:12:30.874Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-16T07:12:31.179Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-16T07:12:31.183Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-16T07:12:31.527Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-16T07:12:31.531Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-16T07:12:31.841Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-16T07:12:31.844Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-16T07:12:32.143Z] [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 (18s) [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: 17 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-16T07:12:36.664Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-16T07:12:36.674Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-16T07:12:36.676Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-16T07:12:36.682Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T07:12:36.687Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T07:12:36.692Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T07:12:36.720Z] [INFO] Loaded test data from fixtures [2026-07-16T07:12:36.732Z] [INFO] Provisioning storage classes with different access modes [2026-07-16T07:12:37.068Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784185956737-r3q0qxxda.yaml && rm -f /tmp/cypress-yaml-1784185956737-r3q0qxxda.yaml [2026-07-16T07:12:37.075Z] [INFO] Command exit code: 0 [2026-07-16T07:12:37.424Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784185957077-m8ig2levl.yaml && rm -f /tmp/cypress-yaml-1784185957077-m8ig2levl.yaml [2026-07-16T07:12:37.430Z] [INFO] Command exit code: 0 [2026-07-16T07:12:37.732Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784185957432-m6kt98s6k.yaml && rm -f /tmp/cypress-yaml-1784185957432-m6kt98s6k.yaml [2026-07-16T07:12:37.737Z] [INFO] Command exit code: 0 [2026-07-16T07:12:38.043Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784185957739-usrs3bkm3.yaml && rm -f /tmp/cypress-yaml-1784185957739-usrs3bkm3.yaml [2026-07-16T07:12:38.049Z] [INFO] Command exit code: 0 [2026-07-16T07:12:38.353Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784185958050-gjpblh0gq.yaml && rm -f /tmp/cypress-yaml-1784185958050-gjpblh0gq.yaml [2026-07-16T07:12:38.359Z] [INFO] Command exit code: 0 [2026-07-16T07:12:38.362Z] [INFO] Provisioning project [2026-07-16T07:12:38.364Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-16T07:12:38.655Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-16T07:12:38.660Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-16T07:12:38.665Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-16T07:12:38.674Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-16T07:13:12.941Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-16T07:13:13.624Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-16T07:13:13.635Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-16T07:13:13.643Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T07:13:13.648Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T07:13:13.653Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T07:13:13.664Z] [INFO] Loaded test data from fixtures [2026-07-16T07:13:13.677Z] [INFO] Provisioning storage classes with different access modes [2026-07-16T07:13:14.114Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784185993681-493nqbbvp.yaml && rm -f /tmp/cypress-yaml-1784185993681-493nqbbvp.yaml [2026-07-16T07:13:14.121Z] [INFO] Command exit code: 0 [2026-07-16T07:13:14.480Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784185994122-dcryt1qbb.yaml && rm -f /tmp/cypress-yaml-1784185994122-dcryt1qbb.yaml [2026-07-16T07:13:14.486Z] [INFO] Command exit code: 0 [2026-07-16T07:13:14.819Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784185994488-9f8a2cc0x.yaml && rm -f /tmp/cypress-yaml-1784185994488-9f8a2cc0x.yaml [2026-07-16T07:13:14.825Z] [INFO] Command exit code: 0 [2026-07-16T07:13:15.344Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784185994828-8vibnusm6.yaml && rm -f /tmp/cypress-yaml-1784185994828-8vibnusm6.yaml [2026-07-16T07:13:15.350Z] [INFO] Command exit code: 0 [2026-07-16T07:13:15.724Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784185995352-pwxynvlaz.yaml && rm -f /tmp/cypress-yaml-1784185995352-pwxynvlaz.yaml [2026-07-16T07:13:15.731Z] [INFO] Command exit code: 0 [2026-07-16T07:13:15.736Z] [INFO] Provisioning project [2026-07-16T07:13:15.740Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-16T07:13:16.128Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-16T07:13:16.134Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-16T07:13:16.139Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-16T07:13:16.150Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-16T07:13:16.509Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-16T07:13:16.851Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-16T07:13:16.860Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-16T07:13:17.159Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-16T07:13:17.165Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-16T07:13:17.172Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-16T07:13:17.600Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-16T07:13:17.612Z] [INFO] [STEP 1] Log into the application [2026-07-16T07:13:17.619Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T07:13:17.953Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T07:13:19.769Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-16T07:13:21.908Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-16T07:13:22.268Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-16T07:13:22.654Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-16T07:13:22.781Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-16T07:13:22.968Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (24601ms) [2026-07-16T07:13:38.294Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-16T07:13:38.296Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-16T07:13:38.300Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T07:13:38.303Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T07:13:38.307Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T07:13:38.314Z] [INFO] [STEP 1] Log into the application [2026-07-16T07:13:38.319Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T07:13:38.475Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T07:13:39.841Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-16T07:13:41.806Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-16T07:13:42.044Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-16T07:13:42.183Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-16T07:13:45.297Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-16T07:13:45.342Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-16T07:13:45.442Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-16T07:13:45.448Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-16T07:13:48.254Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-16T07:13:48.393Z] [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 (10257ms) [2026-07-16T07:13:48.593Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-16T07:13:48.595Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-16T07:13:48.599Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T07:13:48.602Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T07:13:48.606Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T07:13:48.614Z] [INFO] [STEP 1] Log into the application [2026-07-16T07:13:48.618Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T07:13:48.778Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T07:13:49.831Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-16T07:13:51.205Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-16T07:13:51.436Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-16T07:13:51.563Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-16T07:13:54.353Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-16T07:13:54.399Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-16T07:13:54.403Z] [INFO] [STEP 8] Default should be RWO [2026-07-16T07:13:54.434Z] [INFO] [STEP 9] Switch to RWX [2026-07-16T07:13:54.569Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes (6238ms) [2026-07-16T07:13:54.865Z] [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-16T07:13:54.867Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-16T07:13:54.871Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T07:13:54.874Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T07:13:54.877Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T07:13:54.885Z] [INFO] [STEP 1] Log into the application [2026-07-16T07:13:54.890Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T07:13:55.041Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T07:13:55.924Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-16T07:13:57.040Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-16T07:13:57.346Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-16T07:14:01.030Z] [INFO] [STEP 5] Submit the form [2026-07-16T07:14:01.165Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-16T07:14:01.324Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-16T07:14:01.687Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-16T07:14:01.740Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-16T07:14:01.864Z] [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 (7210ms) [2026-07-16T07:14:02.129Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-16T07:14:02.131Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-16T07:14:02.135Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T07:14:02.140Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T07:14:02.144Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T07:14:02.153Z] [INFO] [STEP 1] Log into the application [2026-07-16T07:14:02.158Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T07:14:02.310Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T07:14:03.184Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-16T07:14:04.692Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-16T07:14:08.670Z] [INFO] [STEP 4] Open create modal [2026-07-16T07:14:09.484Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-16T07:14:12.743Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-16T07:14:15.711Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-16T07:14:15.838Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-16T07:14:15.851Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-16T07:14:16.242Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-16T07:14:16.246Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-16T07:14:16.655Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-16T07:14:16.660Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-16T07:14:17.028Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-16T07:14:17.033Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-16T07:14:17.424Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-16T07:14:17.428Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-16T07:14:17.767Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-16T07:14:17.770Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-16T07:14:18.160Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-16T07:14:18.164Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-16T07:14:18.508Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-16T07:14:18.511Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-16T07:14:18.838Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-16T07:14:18.842Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-16T07:14:19.194Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-16T07:14:19.198Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-16T07:14:19.535Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-16T07:14:19.538Z] [INFO] [STEP 9] Cleaning up project [2026-07-16T07:14:19.882Z] [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 (13743ms) 5 passing (2m) [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: 1 │ │ Video: false │ │ Duration: 1 minute, 43 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1919x1079) nceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts/Cluster Storage A ccess Modes Tests -- Should display storage classes with different access modes in cluster storage dropdown (failed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-16T07:14:24.996Z] [INFO] Setting tests timeout to: 480 seconds Verify that only the Cluster Admin can access Cluster Settings - Admin should access Cluster Settings and see UI fields matching OpenShift configurations - Test User - should not have access rights to view the Cluster Settings tab - Cluster Admin user can access all Settings pages [2026-07-16T07:14:25.024Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (117ms) 3 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_008.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 3 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: settings/clusterSettings/testAdminClusterSettings.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testCreateConnectionTypes.cy.ts (10 of 13) [2026-07-16T07:14:27.899Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-16T07:14:27.910Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-16T07:14:27.914Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-16T07:14:27.921Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-16T07:14:27.926Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T07:14:27.935Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T07:14:27.952Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-16T07:14:27.956Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-16T07:14:28.297Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-16T07:14:28.303Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-16T07:14:28.309Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-16T07:14:28.323Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-16T07:14:28.767Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-16T07:14:29.196Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-16T07:14:29.203Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-16T07:14:29.538Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-16T07:14:29.544Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-16T07:14:29.549Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-16T07:14:29.578Z] [INFO] [STEP 1] Log into the application [2026-07-16T07:14:29.590Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T07:14:29.803Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T07:14:32.033Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-16T07:14:34.107Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-16T07:14:35.039Z] [INFO] [STEP 4] Select category [2026-07-16T07:14:35.540Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-16T07:14:36.121Z] [INFO] [STEP 6] Add new section heading [2026-07-16T07:14:38.486Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-16T07:14:38.670Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-16T07:14:38.917Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-16T07:14:39.015Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-16T07:14:39.101Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-16T07:14:39.197Z] [INFO] [STEP 12] Preview connection type. [2026-07-16T07:14:40.124Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-16T07:14:43.667Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-16T07:14:44.830Z] [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 (19047ms) [2026-07-16T07:14:47.068Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-16T07:14:47.070Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-16T07:14:47.075Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-16T07:14:47.078Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T07:14:47.082Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T07:14:47.103Z] [INFO] [STEP 1] Log into the application [2026-07-16T07:14:47.111Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T07:14:47.268Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T07:14:48.372Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-16T07:14:49.297Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-16T07:14:49.667Z] [INFO] [STEP 4] Edit the Connection type [2026-07-16T07:14:50.410Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-16T07:14:50.417Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-07-16T07:14:54.967Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-16T07:14:57.005Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-16T07:15:00.717Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-16T07:15:01.105Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-16T07:15:01.109Z] [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-16T07:15:01.461Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-16T07:16:40.352Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (13575ms) 2 passing (2m) [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: 2 minutes, 12 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-16T07:16:43.652Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-16T07:16:43.672Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-16T07:16:43.722Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-16T07:16:43.733Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-16T07:16:43.738Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T07:16:43.747Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T07:16:43.780Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-16T07:16:43.835Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-16T07:16:44.119Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T07:16:47.453Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-16T07:16:47.645Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted (5459ms) 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-16T07:16:52.641Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-16T07:16:52.664Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-16T07:16:52.669Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-16T07:16:52.722Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-16T07:16:52.733Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T07:16:52.740Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T07:16:52.846Z] [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-16T07:16:54.178Z] [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-16T07:16:54.191Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-16T07:16:54.195Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-16T07:16:54.207Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-16T07:16:54.211Z] [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-16T07:16:54.580Z] [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-16T07:16:54.620Z] [INFO] No matching profile found, proceeding with the test. [2026-07-16T07:16:54.645Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-16T07:16:54.670Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784186214649.yaml" -n redhat-ods-applications [2026-07-16T07:16:55.130Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784186214649.yaml" -n redhat-ods-applications [2026-07-16T07:16:55.147Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-16T07:16:55.322Z] [INFO] [EXEC] rm /tmp/temp_1784186214649.yaml [2026-07-16T07:16:55.350Z] [INFO] [STEP 1] Log into the application [2026-07-16T07:16:55.384Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T07:16:55.669Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T07:16:59.890Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-16T07:17:00.021Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-16T07:17:00.720Z] [INFO] [STEP 4] Select the hardware profile [2026-07-16T07:17:01.024Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-16T07:17:01.049Z] [INFO] [STEP 6] Launch a notebook server [2026-07-16T07:17:01.260Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-16T07:17:01.266Z] [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-16T07:17:14.233Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-16T07:17:14.263Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-16T07:17:14.269Z] [INFO] Found 1 matching pods [2026-07-16T07:17:14.274Z] [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-16T07:17:19.217Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-16T07:17:19.259Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-16T07:17:19.280Z] [INFO] [STEP 8] Expand the Event log [2026-07-16T07:17:19.419Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-16T07:17:35.051Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-16T07:17:35.082Z] [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-16T07:17:37.953Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-16T07:17:37.984Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-16T07:17:38.009Z] [INFO] Found 1 matching pods [2026-07-16T07:17:38.030Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-16T07:17:38.386Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-16T07:17:38.393Z] [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-16T07:17:38.397Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-16T07:17:38.429Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-16T07:17:38.622Z] [INFO] [STEP 12] Stop the server [2026-07-16T07:17:38.786Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-16T07:17:38.952Z] [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-16T07:17:40.339Z] [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-16T07:17:40.370Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-16T07:17:40.419Z] [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-16T07:17:40.887Z] [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-16T07:17:40.894Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-16T07:17:41.281Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (46380ms) 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-16T07:17:44.232Z] [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 - Admin should access serving runtimes, import a yaml file and then delete [2026-07-16T07:17:44.251Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (129ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_012.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Start generate report process Read and merge jsons from "/workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons" Enhance report Create HTML report HTML report successfully created! /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/index.html ================================================================================ (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ application.cy.ts 00:03 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testLaunchStand 00:41 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 103ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 108ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:08 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:10 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:17 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 01:43 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 122ms 3 - - 3 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 02:12 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 134ms 1 - - 1 - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 06:12 27 17 - 10 -