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-20T10:05:43.170Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-20T10:05:43.183Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-20T10:05:43.188Z] [INFO] Test title: should login and load page [2026-07-20T10:05:43.202Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-20T10:05:43.211Z] [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-20T10:05:43.216Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-20T10:05:43.232Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-20T10:05:43.582Z] [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: 2 seconds │ │ Spec Ran: application.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts (2 of 13) [2026-07-20T10:05:49.017Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-20T10:05:49.033Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-20T10:05:49.037Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-20T10:05:49.049Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-20T10:05:49.054Z] [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-20T10:05:49.063Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-20T10:05:49.086Z] [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-20T10:05:49.830Z] [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-20T10:05:49.836Z] [INFO] No notebooks found [2026-07-20T10:05:49.859Z] [INFO] [STEP 1] Log into the application [2026-07-20T10:05:49.876Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-20T10:05:50.052Z] [INFO] OAuth login flow detected - completing authentication [2026-07-20T10:05:54.105Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-20T10:05:54.210Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-20T10:05:54.710Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-20T10:05:54.727Z] [INFO] [STEP 5] Launch a notebook server [2026-07-20T10:05:54.879Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-20T10:05:54.883Z] [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-20T10:06:07.415Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-20T10:06:07.438Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-20T10:06:07.454Z] [INFO] Found 1 matching pods [2026-07-20T10:06:07.469Z] [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-20T10:06:23.362Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-20T10:06:23.367Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-20T10:06:23.370Z] [INFO] [STEP 7] Expand the Event log [2026-07-20T10:06:23.516Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-20T10:06:29.102Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-20T10:06:29.271Z] [INFO] [STEP 10] Stop the server [2026-07-20T10:06:29.436Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (40719ms) 1 passing (41s) [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: 40 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-20T10:06:32.980Z] [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-20T10:06:33.006Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (101ms) 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-20T10:06:35.591Z] [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-20T10:06:35.619Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (84ms) 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-20T10:06:38.599Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-20T10:06:38.617Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-20T10:06:38.622Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-20T10:06:38.633Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-20T10:06:38.643Z] [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-20T10:06:38.648Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-20T10:06:38.671Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-20T10:06:38.680Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-20T10:06:39.006Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-20T10:06:39.016Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-20T10:06:39.029Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-20T10:06:39.040Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-20T10:06:39.355Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-20T10:06:39.673Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-20T10:06:39.681Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-20T10:06:39.946Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-20T10:06:39.952Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-20T10:06:39.966Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-20T10:06:39.982Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-20T10:06:40.004Z] [INFO] [STEP 1] Log into the application [2026-07-20T10:06:40.019Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-20T10:06:40.350Z] [INFO] OAuth login flow detected - completing authentication [2026-07-20T10:06:51.505Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-20T10:06:51.507Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-20T10:06:51.511Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-20T10:06:51.515Z] [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-20T10:06:51.518Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-20T10:06:51.528Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-20T10:06:51.531Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-20T10:06:51.782Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-20T10:06:51.787Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-20T10:06:51.792Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-20T10:06:51.799Z] [INFO] Project cypress-edit-test-project-609558 already exists. Deleting it. [2026-07-20T10:07:02.250Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait [2026-07-20T10:07:02.262Z] [INFO] Waiting for project cypress-edit-test-project-609558 to be fully deleted... [2026-07-20T10:07:02.265Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-20T10:07:02.541Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-20T10:07:02.546Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-20T10:07:02.551Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-20T10:07:02.561Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-20T10:07:02.885Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-20T10:07:03.171Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-20T10:07:03.177Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-20T10:07:03.441Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-20T10:07:03.446Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-20T10:07:03.452Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-20T10:07:03.458Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-20T10:07:03.468Z] [INFO] [STEP 1] Log into the application [2026-07-20T10:07:03.474Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-20T10:07:03.666Z] [INFO] OAuth login flow detected - completing authentication [2026-07-20T10:07:05.151Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-20T10:07:07.338Z] [INFO] [STEP 3] Edit project information [2026-07-20T10:07:08.584Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-20T10:07:09.338Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-20T10:07:09.619Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (17872ms) 1 passing (31s) [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: 1 │ │ Video: false │ │ Duration: 31 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1280x720) nceProjects/testProjectEditing.cy.ts/Verify Project - Editing -- Edit a Project in RHOAI (failed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-20T10:07:13.255Z] [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-20T10:07:13.276Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-20T10:07:13.280Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-20T10:07:13.293Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-20T10:07:13.300Z] [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-20T10:07:13.311Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-20T10:07:13.334Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-20T10:07:13.595Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-20T10:07:13.602Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-20T10:07:13.616Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-20T10:07:13.619Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-20T10:07:13.883Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-20T10:07:13.897Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-20T10:07:13.912Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-20T10:07:13.931Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-20T10:07:14.274Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-20T10:07:14.576Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-20T10:07:14.584Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-20T10:07:14.882Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-20T10:07:14.896Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-20T10:07:14.912Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-20T10:07:15.214Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-20T10:07:15.237Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-20T10:07:15.431Z] [INFO] OAuth login flow detected - completing authentication [2026-07-20T10:07:16.973Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-20T10:07:18.978Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-20T10:07:19.369Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-20T10:07:19.665Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-20T10:07:19.689Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-20T10:07:19.990Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-20T10:07:19.997Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-20T10:07:20.277Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-20T10:07:20.286Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-20T10:07:20.577Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-20T10:07:20.603Z] [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-20T10:07:20.579Z\"}"}}}' [2026-07-20T10:07:20.918Z] [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-20T10:07:20.579Z\"}"}}}' [2026-07-20T10:07:20.955Z] [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-20T10:07:20.933Z\"}"}}}' [2026-07-20T10:07:21.258Z] [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-20T10:07:20.933Z\"}"}}}' [2026-07-20T10:07:21.409Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-20T10:07:21.773Z] [INFO] [EXEC] oc whoami [2026-07-20T10:07:22.062Z] [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 (8339ms) 1 passing (9s) [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: 8 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-20T10:07:25.923Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-20T10:07:25.933Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-20T10:07:25.935Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-20T10:07:25.940Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-20T10:07:25.944Z] [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-20T10:07:25.947Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-20T10:07:25.958Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-20T10:07:26.235Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-20T10:07:26.241Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-20T10:07:26.245Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-20T10:07:26.549Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784542046248-ojsx8qbnm.yaml && rm -f /tmp/cypress-yaml-1784542046248-ojsx8qbnm.yaml [2026-07-20T10:07:26.554Z] [INFO] Command exit code: 0 [2026-07-20T10:07:26.827Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784542046555-ynij0x8lw.yaml && rm -f /tmp/cypress-yaml-1784542046555-ynij0x8lw.yaml [2026-07-20T10:07:26.832Z] [INFO] Command exit code: 0 [2026-07-20T10:07:27.136Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784542046833-2slspsqhn.yaml && rm -f /tmp/cypress-yaml-1784542046833-2slspsqhn.yaml [2026-07-20T10:07:27.142Z] [INFO] Command exit code: 0 [2026-07-20T10:07:27.434Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784542047144-wa9sxcu2b.yaml && rm -f /tmp/cypress-yaml-1784542047144-wa9sxcu2b.yaml [2026-07-20T10:07:27.440Z] [INFO] Command exit code: 0 [2026-07-20T10:07:27.722Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784542047441-7io6suk2k.yaml && rm -f /tmp/cypress-yaml-1784542047441-7io6suk2k.yaml [2026-07-20T10:07:27.727Z] [INFO] Command exit code: 0 [2026-07-20T10:07:27.743Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-20T10:07:27.750Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-20T10:07:27.910Z] [INFO] OAuth login flow detected - completing authentication [2026-07-20T10:07:30.279Z] [INFO] [STEP 2] Check SC row exists [2026-07-20T10:07:30.391Z] [INFO] [STEP 3] Check there's no Default label [2026-07-20T10:07:30.433Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-20T10:07:30.477Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-20T10:07:30.522Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-20T10:07:30.621Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-20T10:07:30.720Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-20T10:07:30.774Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-20T10:07:31.051Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-20T10:07:31.061Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (5209ms) [2026-07-20T10:07:31.156Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-20T10:07:31.159Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-20T10:07:31.162Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-20T10:07:31.166Z] [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-20T10:07:31.170Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-20T10:07:31.186Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-20T10:07:31.193Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-20T10:07:31.332Z] [INFO] OAuth login flow detected - completing authentication [2026-07-20T10:07:33.023Z] [INFO] [STEP 2] Check SC row exists [2026-07-20T10:07:33.113Z] [INFO] [STEP 3] Check there's no Default label [2026-07-20T10:07:33.147Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-20T10:07:33.174Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-20T10:07:33.224Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-20T10:07:33.319Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-20T10:07:33.399Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-20T10:07:33.426Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-20T10:07:33.690Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-20T10:07:33.697Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-20T10:07:33.779Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-20T10:07:33.781Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-20T10:07:33.784Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-20T10:07:33.787Z] [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-20T10:07:33.791Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-20T10:07:33.803Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-20T10:07:33.810Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-20T10:07:33.947Z] [INFO] OAuth login flow detected - completing authentication [2026-07-20T10:07:35.684Z] [INFO] [STEP 2] Check there's no Default label [2026-07-20T10:07:35.712Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-20T10:07:35.764Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-20T10:07:35.895Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-20T10:07:36.278Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-20T10:07:36.302Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-20T10:07:36.585Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-20T10:07:36.595Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-20T10:07:36.664Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-20T10:07:36.666Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-20T10:07:36.670Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-20T10:07:36.674Z] [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-20T10:07:36.677Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-20T10:07:36.704Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-20T10:07:36.712Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-20T10:07:36.848Z] [INFO] OAuth login flow detected - completing authentication [2026-07-20T10:07:38.585Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-20T10:07:38.641Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-20T10:07:38.878Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-20T10:07:38.902Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-20T10:07:39.065Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-20T10:07:39.075Z] [INFO] [STEP 7] Save the changes [2026-07-20T10:07:39.161Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-20T10:07:39.282Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-20T10:07:39.286Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-20T10:07:39.551Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-20T10:07:39.563Z] [INFO] Storage Class Config: [2026-07-20T10:07:39.566Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-20T10:07:39.933Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-20T10:07:40.114Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-20T10:07:40.421Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-20T10:07:40.424Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-20T10:07:40.725Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-20T10:07:40.727Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-20T10:07:41.009Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-20T10:07:41.012Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-20T10:07:41.298Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-20T10:07:41.302Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-20T10:07:41.595Z] [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 (16s) [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: 15 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-20T10:07:44.812Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-20T10:07:44.823Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-20T10:07:44.826Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-20T10:07:44.830Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-20T10:07:44.834Z] [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-20T10:07:44.838Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-20T10:07:44.852Z] [INFO] Loaded test data from fixtures [2026-07-20T10:07:44.862Z] [INFO] Provisioning storage classes with different access modes [2026-07-20T10:07:45.161Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784542064866-9en7tbdm8.yaml && rm -f /tmp/cypress-yaml-1784542064866-9en7tbdm8.yaml [2026-07-20T10:07:45.166Z] [INFO] Command exit code: 0 [2026-07-20T10:07:45.459Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784542065168-yztesen9y.yaml && rm -f /tmp/cypress-yaml-1784542065168-yztesen9y.yaml [2026-07-20T10:07:45.464Z] [INFO] Command exit code: 0 [2026-07-20T10:07:45.754Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784542065466-lm7icv5rd.yaml && rm -f /tmp/cypress-yaml-1784542065466-lm7icv5rd.yaml [2026-07-20T10:07:45.760Z] [INFO] Command exit code: 0 [2026-07-20T10:07:46.058Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784542065762-77j487k7x.yaml && rm -f /tmp/cypress-yaml-1784542065762-77j487k7x.yaml [2026-07-20T10:07:46.063Z] [INFO] Command exit code: 0 [2026-07-20T10:07:46.365Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784542066064-nfpbvi6zy.yaml && rm -f /tmp/cypress-yaml-1784542066064-nfpbvi6zy.yaml [2026-07-20T10:07:46.370Z] [INFO] Command exit code: 0 [2026-07-20T10:07:46.374Z] [INFO] Provisioning project [2026-07-20T10:07:46.376Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-20T10:07:46.643Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-20T10:07:46.648Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-20T10:07:46.652Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-20T10:07:46.661Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-20T10:07:47.005Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-20T10:07:47.295Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-20T10:07:47.302Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-20T10:07:47.591Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-20T10:07:47.596Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-20T10:07:47.601Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-20T10:07:48.015Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-20T10:07:48.024Z] [INFO] [STEP 1] Log into the application [2026-07-20T10:07:48.028Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-20T10:07:48.202Z] [INFO] OAuth login flow detected - completing authentication [2026-07-20T10:07:49.614Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-20T10:07:51.569Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-20T10:07:51.787Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-20T10:07:51.927Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-20T10:07:52.062Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-20T10:07:52.162Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (8374ms) [2026-07-20T10:07:53.208Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-20T10:07:53.210Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-20T10:07:53.213Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-20T10:07:53.216Z] [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-20T10:07:53.220Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-20T10:07:53.228Z] [INFO] [STEP 1] Log into the application [2026-07-20T10:07:53.232Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-20T10:07:53.372Z] [INFO] OAuth login flow detected - completing authentication [2026-07-20T10:07:54.411Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-20T10:07:55.720Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-20T10:07:55.940Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-20T10:07:56.190Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-20T10:07:56.478Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-20T10:07:56.485Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-20T10:07:56.499Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-20T10:07:56.502Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-20T10:07:56.683Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-20T10:07:56.778Z] [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-20T10:07:56.922Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-20T10:07:56.924Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-20T10:07:56.927Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-20T10:07:56.930Z] [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-20T10:07:56.934Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-20T10:07:56.942Z] [INFO] [STEP 1] Log into the application [2026-07-20T10:07:56.946Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-20T10:07:57.082Z] [INFO] OAuth login flow detected - completing authentication [2026-07-20T10:07:57.927Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-20T10:07:59.023Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-20T10:07:59.272Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-20T10:07:59.489Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-20T10:07:59.890Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-20T10:07:59.911Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-20T10:07:59.913Z] [INFO] [STEP 8] Default should be RWO [2026-07-20T10:07:59.919Z] [INFO] [STEP 9] Switch to RWX [2026-07-20T10:08:00.008Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes [2026-07-20T10:08:00.235Z] [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-20T10:08:00.236Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-20T10:08:00.240Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-20T10:08:00.243Z] [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-20T10:08:00.247Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-20T10:08:00.256Z] [INFO] [STEP 1] Log into the application [2026-07-20T10:08:00.260Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-20T10:08:00.398Z] [INFO] OAuth login flow detected - completing authentication [2026-07-20T10:08:01.241Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-20T10:08:02.341Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-20T10:08:02.533Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-20T10:08:03.338Z] [INFO] [STEP 5] Submit the form [2026-07-20T10:08:03.423Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-20T10:08:03.550Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-20T10:08:03.756Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-20T10:08:03.761Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-20T10:08:03.891Z] [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-20T10:08:04.046Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-20T10:08:04.047Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-20T10:08:04.051Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-20T10:08:04.055Z] [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-20T10:08:04.058Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-20T10:08:04.065Z] [INFO] [STEP 1] Log into the application [2026-07-20T10:08:04.070Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-20T10:08:04.209Z] [INFO] OAuth login flow detected - completing authentication [2026-07-20T10:08:05.191Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-20T10:08:06.611Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-20T10:08:06.800Z] [INFO] [STEP 4] Open create modal [2026-07-20T10:08:06.928Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-20T10:08:07.291Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-20T10:08:07.473Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-20T10:08:07.563Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-20T10:08:07.571Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-20T10:08:07.873Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-20T10:08:07.876Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-20T10:08:08.173Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-20T10:08:08.175Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-20T10:08:08.532Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-20T10:08:08.535Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-20T10:08:08.839Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-20T10:08:08.842Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-20T10:08:09.140Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-20T10:08:09.143Z] [INFO] [STEP 9] Cleaning up project [2026-07-20T10:08:09.453Z] [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 (25s) [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: 24 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-20T10:08:13.888Z] [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-20T10:08:13.911Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (110ms) 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-20T10:08:16.451Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-20T10:08:16.461Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-20T10:08:16.463Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-20T10:08:16.468Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-20T10:08:16.473Z] [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-20T10:08:16.478Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-20T10:08:16.494Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-20T10:08:16.506Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-20T10:08:16.868Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-20T10:08:16.873Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-20T10:08:16.878Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-20T10:08:16.886Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-20T10:08:17.303Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-20T10:08:17.604Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-20T10:08:17.611Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-20T10:08:17.919Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-20T10:08:17.924Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-20T10:08:17.929Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-20T10:08:17.956Z] [INFO] [STEP 1] Log into the application [2026-07-20T10:08:17.968Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-20T10:08:18.124Z] [INFO] OAuth login flow detected - completing authentication [2026-07-20T10:08:19.778Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-20T10:08:20.994Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-20T10:08:21.588Z] [INFO] [STEP 4] Select category [2026-07-20T10:08:21.949Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-20T10:08:22.373Z] [INFO] [STEP 6] Add new section heading [2026-07-20T10:08:24.014Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-20T10:08:24.113Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-20T10:08:24.244Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-20T10:08:24.291Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-20T10:08:24.324Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-20T10:08:24.349Z] [INFO] [STEP 12] Preview connection type. [2026-07-20T10:08:24.762Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-20T10:08:26.693Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-20T10:08:27.441Z] [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 (12230ms) [2026-07-20T10:08:28.729Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-20T10:08:28.732Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-20T10:08:28.736Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-20T10:08:28.740Z] [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-20T10:08:28.743Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-20T10:08:28.760Z] [INFO] [STEP 1] Log into the application [2026-07-20T10:08:28.766Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-20T10:08:28.906Z] [INFO] OAuth login flow detected - completing authentication [2026-07-20T10:08:29.821Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-20T10:08:30.624Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-20T10:08:31.027Z] [INFO] [STEP 4] Edit the Connection type [2026-07-20T10:08:31.675Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-20T10:08:31.681Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-07-20T10:08:35.881Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-20T10:08:38.128Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-20T10:08:41.733Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-20T10:08:42.155Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-20T10:08:42.158Z] [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-20T10:08:42.441Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-20T10:08:50.801Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (12906ms) 2 passing (35s) [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: 34 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-20T10:08:54.124Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-20T10:08:54.147Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-20T10:08:54.157Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-20T10:08:54.164Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-20T10:08:54.174Z] [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-20T10:08:54.178Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-20T10:08:54.220Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-20T10:08:54.228Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-20T10:08:54.429Z] [INFO] OAuth login flow detected - completing authentication [2026-07-20T10:08:57.560Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-20T10:08:57.674Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted 1 passing (5s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_010.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 4 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-20T10:09:01.205Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-20T10:09:01.223Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-20T10:09:01.228Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-20T10:09:01.239Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-20T10:09:01.245Z] [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-20T10:09:01.256Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-20T10:09:01.281Z] [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-20T10:09:02.164Z] [INFO] [EXEC] oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-20T10:09:02.174Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-20T10:09:02.177Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-20T10:09:02.181Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-20T10:09:02.192Z] [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-20T10:09:02.490Z] [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-20T10:09:02.495Z] [INFO] No matching profile found, proceeding with the test. [2026-07-20T10:09:02.509Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-20T10:09:02.530Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784542142513.yaml" -n redhat-ods-applications [2026-07-20T10:09:02.867Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784542142513.yaml" -n redhat-ods-applications [2026-07-20T10:09:02.874Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-20T10:09:02.982Z] [INFO] [EXEC] rm /tmp/temp_1784542142513.yaml [2026-07-20T10:09:03.013Z] [INFO] [STEP 1] Log into the application [2026-07-20T10:09:03.041Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-20T10:09:03.218Z] [INFO] OAuth login flow detected - completing authentication [2026-07-20T10:09:06.294Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-20T10:09:06.412Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-20T10:09:06.939Z] [INFO] [STEP 4] Select the hardware profile [2026-07-20T10:09:07.191Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-20T10:09:07.211Z] [INFO] [STEP 6] Launch a notebook server [2026-07-20T10:09:07.370Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-20T10:09:07.374Z] [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-20T10:09:19.914Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-20T10:09:19.963Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-20T10:09:19.987Z] [INFO] Found 1 matching pods [2026-07-20T10:09:20.008Z] [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-20T10:09:27.542Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-20T10:09:27.566Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-20T10:09:27.587Z] [INFO] [STEP 8] Expand the Event log [2026-07-20T10:09:27.752Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-20T10:09:41.031Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-20T10:09:41.116Z] [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-20T10:09:44.326Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-20T10:09:44.351Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-20T10:09:44.371Z] [INFO] Found 1 matching pods [2026-07-20T10:09:44.393Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-20T10:09:44.777Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-20T10:09:44.783Z] [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-20T10:09:44.787Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-20T10:09:44.790Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-20T10:09:44.952Z] [INFO] [STEP 12] Stop the server [2026-07-20T10:09:45.119Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-20T10:09:45.247Z] [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-20T10:09:46.420Z] [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-20T10:09:46.426Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-20T10:09:46.429Z] [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-20T10:09:46.925Z] [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-20T10:09:46.967Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-20T10:09:47.324Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (44106ms) 1 passing (46s) [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: 46 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-20T10:09:50.252Z] [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-20T10:09:50.274Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (185ms) 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:02 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testLaunchStand 00:40 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 105ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 88ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:31 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:08 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:15 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:24 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 113ms 3 - - 3 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 00:34 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:04 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 00:46 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 189ms 1 - - 1 - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 03:30 27 17 - 10 -