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-08T20:58:46.368Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-08T20:58:46.383Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-08T20:58:46.447Z] [INFO] Test title: should login and load page [2026-07-08T20:58:46.461Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-08T20:58:46.471Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-08T20:58:46.554Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T20:58:46.570Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-08T20:58:47.160Z] [INFO] OAuth login flow detected - completing authentication ✓ should login and load page 1 passing (4s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 4 seconds │ │ Spec Ran: application.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts (2 of 13) [2026-07-08T20:58:54.949Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-08T20:58:54.968Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-08T20:58:54.974Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-08T20:58:54.991Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-08T20:58:55.047Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-08T20:58:55.056Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T20:58:55.078Z] [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-08T20:58:55.997Z] [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-08T20:58:56.009Z] [INFO] No notebooks found [2026-07-08T20:58:56.064Z] [INFO] [STEP 1] Log into the application [2026-07-08T20:58:56.085Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-08T20:58:56.577Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T20:59:03.546Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-08T20:59:03.856Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-08T20:59:05.478Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-08T20:59:05.571Z] [INFO] [STEP 5] Launch a notebook server [2026-07-08T20:59:05.957Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-08T20:59:05.975Z] [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-08T20:59:23.050Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-08T20:59:23.066Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-08T20:59:23.074Z] [INFO] Found 1 matching pods [2026-07-08T20:59:23.081Z] [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-08T21:00:21.593Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-08T21:00:21.669Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-08T21:00:21.675Z] [INFO] [STEP 7] Expand the Event log [2026-07-08T21:00:21.867Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-08T21:00:40.291Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-08T21:00:40.559Z] [INFO] [STEP 10] Stop the server [2026-07-08T21:00:40.859Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (106374ms) 1 passing (2m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 1 minute, 46 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-08T21:00:45.877Z] [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-08T21:00:45.951Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (214ms) 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-08T21:00:50.080Z] [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-08T21:00:50.150Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (164ms) 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-08T21:00:54.267Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-08T21:00:54.356Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-08T21:00:54.364Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-08T21:00:54.381Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-08T21:00:54.459Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-08T21:00:54.471Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T21:00:54.564Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-08T21:00:54.573Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-08T21:00:55.056Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-08T21:00:55.065Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-08T21:00:55.089Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-08T21:00:55.109Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-08T21:00:55.584Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-08T21:00:55.968Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-08T21:00:55.978Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-08T21:00:56.354Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-08T21:00:56.361Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-08T21:00:56.379Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-08T21:00:56.388Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-08T21:00:56.401Z] [INFO] [STEP 1] Log into the application [2026-07-08T21:00:56.470Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-08T21:00:56.845Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T21:00:59.387Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-08T21:01:03.174Z] [INFO] [STEP 3] Edit project information [2026-07-08T21:01:05.074Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-08T21:01:05.596Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-08T21:01:06.056Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (11356ms) 1 passing (12s) [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: 12 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-08T21:01:13.587Z] [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-08T21:01:13.678Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-08T21:01:13.683Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-08T21:01:13.751Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-08T21:01:13.758Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-08T21:01:13.769Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T21:01:13.849Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-08T21:01:14.283Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-08T21:01:14.292Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-08T21:01:14.347Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-08T21:01:14.359Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-08T21:01:14.695Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-08T21:01:14.748Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-08T21:01:14.763Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-08T21:01:14.785Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-08T21:01:15.357Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-08T21:01:15.780Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-08T21:01:15.789Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-08T21:01:16.383Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-08T21:01:16.448Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-08T21:01:16.476Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-08T21:01:17.055Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-08T21:01:17.084Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-08T21:01:17.672Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T21:01:21.362Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-08T21:01:27.687Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-08T21:01:28.392Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-08T21:01:29.058Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-08T21:01:29.149Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T21:01:29.857Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T21:01:29.954Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T21:01:30.461Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T21:01:30.556Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-08T21:01:31.056Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-08T21:01:31.069Z] [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-08T21:01:31.060Z\"}"}}}' [2026-07-08T21:01:31.555Z] [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-08T21:01:31.060Z\"}"}}}' [2026-07-08T21:01:31.590Z] [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-08T21:01:31.557Z\"}"}}}' [2026-07-08T21:01:32.056Z] [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-08T21:01:31.557Z\"}"}}}' [2026-07-08T21:01:32.354Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-08T21:01:33.170Z] [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 (19177ms) 1 passing (20s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_005.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 19 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-08T21:01:40.155Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-08T21:01:40.167Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-08T21:01:40.170Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-08T21:01:40.177Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-08T21:01:40.183Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-08T21:01:40.188Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T21:01:40.253Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-08T21:01:40.754Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-08T21:01:40.761Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-08T21:01:40.768Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-08T21:01:41.153Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783544500773-g4sg5owik.yaml && rm -f /tmp/cypress-yaml-1783544500773-g4sg5owik.yaml [2026-07-08T21:01:41.160Z] [INFO] Command exit code: 0 [2026-07-08T21:01:41.477Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783544501162-3vv3l5kgk.yaml && rm -f /tmp/cypress-yaml-1783544501162-3vv3l5kgk.yaml [2026-07-08T21:01:41.483Z] [INFO] Command exit code: 0 [2026-07-08T21:01:41.760Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783544501485-klra8tqef.yaml && rm -f /tmp/cypress-yaml-1783544501485-klra8tqef.yaml [2026-07-08T21:01:41.767Z] [INFO] Command exit code: 0 [2026-07-08T21:01:42.080Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783544501769-c95y8jjbb.yaml && rm -f /tmp/cypress-yaml-1783544501769-c95y8jjbb.yaml [2026-07-08T21:01:42.086Z] [INFO] Command exit code: 0 [2026-07-08T21:01:42.435Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783544502088-df2ouf3kp.yaml && rm -f /tmp/cypress-yaml-1783544502088-df2ouf3kp.yaml [2026-07-08T21:01:42.442Z] [INFO] Command exit code: 0 [2026-07-08T21:01:42.460Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-08T21:01:42.471Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-08T21:01:42.753Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T21:01:47.175Z] [INFO] [STEP 2] Check SC row exists [2026-07-08T21:01:47.227Z] [INFO] [STEP 3] Check there's no Default label [2026-07-08T21:01:47.301Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-08T21:01:47.383Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-08T21:01:47.480Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-08T21:01:47.690Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-08T21:01:48.059Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-08T21:01:48.187Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T21:01:48.619Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T21:01:48.669Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (8714ms) [2026-07-08T21:01:48.876Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-08T21:01:48.879Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-08T21:01:48.884Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-08T21:01:48.890Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-08T21:01:48.895Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T21:01:48.948Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-08T21:01:48.956Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-08T21:01:49.179Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T21:01:51.563Z] [INFO] [STEP 2] Check SC row exists [2026-07-08T21:01:51.677Z] [INFO] [STEP 3] Check there's no Default label [2026-07-08T21:01:51.711Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-08T21:01:51.759Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-08T21:01:51.818Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-08T21:01:51.948Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-08T21:01:52.065Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-08T21:01:52.098Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T21:01:52.530Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T21:01:52.556Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-08T21:01:52.775Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-08T21:01:52.778Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-08T21:01:52.784Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-08T21:01:52.789Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-08T21:01:52.795Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T21:01:52.853Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-08T21:01:52.862Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-08T21:01:53.041Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T21:01:55.575Z] [INFO] [STEP 2] Check there's no Default label [2026-07-08T21:01:55.605Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-08T21:01:55.662Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-08T21:01:55.803Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-08T21:01:56.214Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-08T21:01:56.265Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T21:01:56.671Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T21:01:56.692Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-08T21:01:56.950Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-08T21:01:56.953Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-08T21:01:56.959Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-08T21:01:56.965Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-08T21:01:56.972Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T21:01:57.048Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-08T21:01:57.057Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-08T21:01:57.270Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T21:01:59.917Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-08T21:02:00.100Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-08T21:02:00.352Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-08T21:02:00.378Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-08T21:02:00.548Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-08T21:02:00.562Z] [INFO] [STEP 7] Save the changes [2026-07-08T21:02:00.703Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-08T21:02:00.886Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-08T21:02:00.894Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T21:02:01.373Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-08T21:02:01.388Z] [INFO] Storage Class Config: [2026-07-08T21:02:01.394Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-08T21:02:01.956Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-08T21:02:02.182Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-08T21:02:02.554Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-08T21:02:02.557Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-08T21:02:02.953Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-08T21:02:02.956Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-08T21:02:03.569Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-08T21:02:03.572Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-08T21:02:03.971Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-08T21:02:03.976Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-08T21:02:04.356Z] [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 (5385ms) 4 passing (24s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_006.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 4 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 24 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-08T21:02:08.668Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-08T21:02:08.680Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-08T21:02:08.684Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-08T21:02:08.692Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-08T21:02:08.697Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-08T21:02:08.749Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T21:02:08.769Z] [INFO] Loaded test data from fixtures [2026-07-08T21:02:08.783Z] [INFO] Provisioning storage classes with different access modes [2026-07-08T21:02:09.254Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783544528789-nio0u9tm9.yaml && rm -f /tmp/cypress-yaml-1783544528789-nio0u9tm9.yaml [2026-07-08T21:02:09.261Z] [INFO] Command exit code: 0 [2026-07-08T21:02:09.543Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783544529263-s787x64ka.yaml && rm -f /tmp/cypress-yaml-1783544529263-s787x64ka.yaml [2026-07-08T21:02:09.549Z] [INFO] Command exit code: 0 [2026-07-08T21:02:09.858Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783544529551-it2lofhw3.yaml && rm -f /tmp/cypress-yaml-1783544529551-it2lofhw3.yaml [2026-07-08T21:02:09.864Z] [INFO] Command exit code: 0 [2026-07-08T21:02:10.246Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783544529866-fbyk1gn4b.yaml && rm -f /tmp/cypress-yaml-1783544529866-fbyk1gn4b.yaml [2026-07-08T21:02:10.252Z] [INFO] Command exit code: 0 [2026-07-08T21:02:10.544Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783544530254-jpsyf3xth.yaml && rm -f /tmp/cypress-yaml-1783544530254-jpsyf3xth.yaml [2026-07-08T21:02:10.550Z] [INFO] Command exit code: 0 [2026-07-08T21:02:10.555Z] [INFO] Provisioning project [2026-07-08T21:02:10.558Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-08T21:02:10.854Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-08T21:02:10.861Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-08T21:02:10.868Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-08T21:02:10.880Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-08T21:02:11.402Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-08T21:02:11.924Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-08T21:02:11.931Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-08T21:02:12.253Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-08T21:02:12.260Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-08T21:02:12.268Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-08T21:02:12.639Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-08T21:02:12.652Z] [INFO] [STEP 1] Log into the application [2026-07-08T21:02:12.660Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-08T21:02:12.878Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T21:02:14.998Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-08T21:02:18.063Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-08T21:02:18.581Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-08T21:02:18.905Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-08T21:02:19.049Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-08T21:02:19.251Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (12412ms) [2026-07-08T21:02:21.190Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-08T21:02:21.193Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-08T21:02:21.198Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-08T21:02:21.202Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-08T21:02:21.208Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T21:02:21.220Z] [INFO] [STEP 1] Log into the application [2026-07-08T21:02:21.227Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-08T21:02:21.453Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T21:02:22.555Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-08T21:02:24.157Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-08T21:02:24.603Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-08T21:02:25.006Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-08T21:02:25.399Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-08T21:02:25.413Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-08T21:02:25.439Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-08T21:02:25.444Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-08T21:02:25.749Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-08T21:02:25.859Z] [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-08T21:02:26.033Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-08T21:02:26.035Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-08T21:02:26.040Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-08T21:02:26.044Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-08T21:02:26.049Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T21:02:26.058Z] [INFO] [STEP 1] Log into the application [2026-07-08T21:02:26.063Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-08T21:02:26.252Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T21:02:27.511Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-08T21:02:29.986Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-08T21:02:30.685Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-08T21:02:31.357Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-08T21:02:32.558Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-08T21:02:32.679Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-08T21:02:32.768Z] [INFO] [STEP 8] Default should be RWO [2026-07-08T21:02:32.890Z] [INFO] [STEP 9] Switch to RWX [2026-07-08T21:02:33.367Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes (7919ms) [2026-07-08T21:02:34.250Z] [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-08T21:02:34.252Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-08T21:02:34.258Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-08T21:02:34.263Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-08T21:02:34.268Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T21:02:34.279Z] [INFO] [STEP 1] Log into the application [2026-07-08T21:02:34.285Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-08T21:02:34.579Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T21:02:35.895Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-08T21:02:38.385Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-08T21:02:38.954Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-08T21:02:40.397Z] [INFO] [STEP 5] Submit the form [2026-07-08T21:02:40.487Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-08T21:02:40.694Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-08T21:02:40.953Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-08T21:02:40.993Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-08T21:02:41.079Z] [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 (7113ms) [2026-07-08T21:02:41.283Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-08T21:02:41.286Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-08T21:02:41.292Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-08T21:02:41.297Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-08T21:02:41.302Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T21:02:41.314Z] [INFO] [STEP 1] Log into the application [2026-07-08T21:02:41.346Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-08T21:02:41.510Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T21:02:42.509Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-08T21:02:44.154Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-08T21:02:44.653Z] [INFO] [STEP 4] Open create modal [2026-07-08T21:02:45.076Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-08T21:02:45.594Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-08T21:02:45.808Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-08T21:02:45.903Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-08T21:02:45.913Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-08T21:02:46.253Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-08T21:02:46.258Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-08T21:02:46.653Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-08T21:02:46.656Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-08T21:02:47.056Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-08T21:02:47.059Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-08T21:02:47.453Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-08T21:02:47.456Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-08T21:02:47.858Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-08T21:02:47.863Z] [INFO] [STEP 9] Cleaning up project [2026-07-08T21:02:48.266Z] [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 (40s) [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: 39 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-08T21:02:55.053Z] [INFO] Setting tests timeout to: 480 seconds Verify that only the Cluster Admin can access Cluster Settings [2026-07-08T21:02:55.064Z] [INFO] Starting 480s timeout for: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-08T21:02:55.067Z] [INFO] Test title: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-08T21:02:55.074Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-08T21:02:55.079Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-08T21:02:55.084Z] [INFO] Grep tags: ["@SmokeSet2"] - Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-08T21:02:55.180Z] [INFO] Starting 480s timeout for: Test User - should not have access rights to view the Cluster Settings tab [2026-07-08T21:02:55.182Z] [INFO] Test title: Test User - should not have access rights to view the Cluster Settings tab [2026-07-08T21:02:55.187Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-08T21:02:55.192Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-08T21:02:55.197Z] [INFO] Grep tags: ["@SmokeSet2"] - Test User - should not have access rights to view the Cluster Settings tab [2026-07-08T21:02:55.270Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-08T21:02:55.272Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-08T21:02:55.277Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-08T21:02:55.282Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-08T21:02:55.287Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T21:02:55.302Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-08T21:02:55.950Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-08T21:02:55.959Z] [INFO] Dashboard Config: [2026-07-08T21:02:56.556Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-08T21:02:56.564Z] [INFO] Controller Config: [2026-07-08T21:02:56.571Z] [INFO] Executing command: [2026-07-08T21:02:57.056Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-08T21:02:57.064Z] [INFO] Command stderr: [2026-07-08T21:02:57.150Z] [INFO] Raw Controller Culler Config Response: [2026-07-08T21:02:57.154Z] [INFO] Controller Culler Config (Error): [2026-07-08T21:02:57.157Z] [INFO] Check if user is in RHODS user groups [2026-07-08T21:02:57.161Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-08T21:02:57.754Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-08T21:02:57.762Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-08T21:02:57.773Z] [INFO] Check for existing ClusterRoleBinding [2026-07-08T21:02:57.778Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-08T21:02:58.354Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-08T21:02:58.362Z] [INFO] ClusterRoleBinding not found: cypress-test-*** [2026-07-08T21:02:58.370Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-08T21:02:59.008Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783544578375-g59st0aty.yaml && rm -f /tmp/cypress-yaml-1783544578375-g59st0aty.yaml [2026-07-08T21:02:59.015Z] [INFO] Command exit code: 0 [2026-07-08T21:02:59.022Z] [INFO] Successfully created ClusterRoleBinding [2026-07-08T21:02:59.062Z] [INFO] [STEP 1] Log into the application as admin [2026-07-08T21:02:59.073Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-08T21:02:59.351Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T21:03:01.957Z] [INFO] [STEP 2] Verify Cluster Settings is visible in navigation [2026-07-08T21:03:03.289Z] [INFO] [STEP 3] Access Settings -> Cluster Settings -> General settings [2026-07-08T21:03:03.489Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/general [2026-07-08T21:03:05.649Z] [INFO] [STEP 4] Access Settings -> Cluster Settings -> Storage classes [2026-07-08T21:03:05.684Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/storage-classes [2026-07-08T21:03:08.168Z] [INFO] [STEP 5] Access Settings -> Environment setup -> Workbench images [2026-07-08T21:03:08.267Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/workbench-images [2026-07-08T21:03:10.403Z] [INFO] [STEP 6] Access Settings -> Environment setup -> Hardware profiles [2026-07-08T21:03:10.499Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/hardware-profiles [2026-07-08T21:03:12.755Z] [INFO] [STEP 7] Access Settings -> Environment setup -> Connection types [2026-07-08T21:03:13.047Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-08T21:03:16.279Z] [INFO] [STEP 8] Access Settings -> Model resources and operations -> Serving runtimes [2026-07-08T21:03:16.573Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/serving-runtimes [2026-07-08T21:03:23.345Z] [INFO] [STEP 9] Access Settings -> Model resources and operations -> Model registry settings [2026-07-08T21:03:23.575Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-08T21:03:28.446Z] [INFO] [STEP 10] Access Settings -> User management [2026-07-08T21:03:28.663Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/user-management [2026-07-08T21:03:34.792Z] [INFO] [STEP 11] Cleanup: Remove test ClusterRoleBinding [2026-07-08T21:03:34.855Z] [INFO] Deleting ClusterRoleBinding: oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-08T21:03:35.756Z] [INFO] [EXEC] oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-08T21:03:36.056Z] [INFO] Successfully deleted ClusterRoleBinding: cypress-test-*** [2026-07-08T21:03:36.345Z] [INFO] Successfully removed test ClusterRoleBinding ✓ Cluster Admin user can access all Settings pages (39230ms) 1 passing (42s) 2 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_008.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 2 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 41 seconds │ │ Spec Ran: settings/clusterSettings/testAdminClusterSettings.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testCreateConnectionTypes.cy.ts (10 of 13) [2026-07-08T21:03:42.148Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-08T21:03:42.161Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-08T21:03:42.165Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-08T21:03:42.174Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-08T21:03:42.181Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-08T21:03:42.189Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T21:03:42.267Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-08T21:03:42.272Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-08T21:03:42.754Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-08T21:03:42.762Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-08T21:03:42.768Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-08T21:03:42.780Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-08T21:03:43.313Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-08T21:03:43.788Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-08T21:03:43.796Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-08T21:03:44.354Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-08T21:03:44.361Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-08T21:03:44.370Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-08T21:03:44.448Z] [INFO] [STEP 1] Log into the application [2026-07-08T21:03:44.459Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-08T21:03:44.772Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T21:03:47.172Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-08T21:03:49.361Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-08T21:03:50.585Z] [INFO] [STEP 4] Select category [2026-07-08T21:03:51.207Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-08T21:03:51.806Z] [INFO] [STEP 6] Add new section heading [2026-07-08T21:03:54.709Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-08T21:03:54.866Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-08T21:03:55.560Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-08T21:03:55.797Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-08T21:03:56.064Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-08T21:03:56.248Z] [INFO] [STEP 12] Preview connection type. [2026-07-08T21:03:57.206Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-08T21:04:01.545Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-08T21:04:03.221Z] [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 (24149ms) [2026-07-08T21:04:06.297Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-08T21:04:06.300Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-08T21:04:06.305Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-08T21:04:06.311Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-08T21:04:06.316Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T21:04:06.359Z] [INFO] [STEP 1] Log into the application [2026-07-08T21:04:06.367Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-08T21:04:06.622Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T21:04:07.826Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-08T21:04:08.974Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-08T21:04:09.379Z] [INFO] [STEP 4] Edit the Connection type [2026-07-08T21:04:10.173Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-08T21:04:10.179Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-07-08T21:04:15.899Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-08T21:04:18.418Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-08T21:04:23.882Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-08T21:04:24.296Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-08T21:04:24.300Z] [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-08T21:04:24.709Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-08T21:04:37.092Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (17500ms) 2 passing (55s) [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: 55 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-08T21:04:41.271Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-08T21:04:41.348Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-08T21:04:41.361Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-08T21:04:41.372Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-08T21:04:41.379Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-08T21:04:41.390Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T21:04:41.473Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-08T21:04:41.485Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-08T21:04:41.879Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T21:04:45.294Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-08T21:04:45.413Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted (5306ms) 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: 5 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-08T21:04:49.854Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-08T21:04:49.880Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-08T21:04:49.892Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-08T21:04:49.903Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-08T21:04:49.954Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-08T21:04:49.960Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T21:04:49.995Z] [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-08T21:04:51.087Z] [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-08T21:04:51.096Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-08T21:04:51.101Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-08T21:04:51.116Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-08T21:04:51.132Z] [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-08T21:04:51.520Z] [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-08T21:04:51.528Z] [INFO] No matching profile found, proceeding with the test. [2026-07-08T21:04:51.551Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-08T21:04:51.582Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783544691562.yaml" -n redhat-ods-applications [2026-07-08T21:04:51.925Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783544691562.yaml" -n redhat-ods-applications [2026-07-08T21:04:51.943Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-08T21:04:52.083Z] [INFO] [EXEC] rm /tmp/temp_1783544691562.yaml [2026-07-08T21:04:52.118Z] [INFO] [STEP 1] Log into the application [2026-07-08T21:04:52.170Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-08T21:04:52.414Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T21:04:57.578Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-08T21:04:57.755Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-08T21:04:58.659Z] [INFO] [STEP 4] Select the hardware profile [2026-07-08T21:04:59.053Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-08T21:04:59.076Z] [INFO] [STEP 6] Launch a notebook server [2026-07-08T21:04:59.313Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-08T21:04:59.317Z] [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-08T21:05:13.571Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-08T21:05:13.656Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-08T21:05:13.661Z] [INFO] Found 1 matching pods [2026-07-08T21:05:13.686Z] [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-08T21:05:20.715Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-08T21:05:20.780Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-08T21:05:20.812Z] [INFO] [STEP 8] Expand the Event log [2026-07-08T21:05:21.059Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-08T21:05:33.166Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-08T21:05:33.194Z] [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-08T21:05:35.969Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-08T21:05:35.980Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-08T21:05:36.002Z] [INFO] Found 1 matching pods [2026-07-08T21:05:36.037Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-08T21:05:36.342Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-08T21:05:36.350Z] [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-08T21:05:36.355Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-08T21:05:36.359Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-08T21:05:36.523Z] [INFO] [STEP 12] Stop the server [2026-07-08T21:05:36.660Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-08T21:05:36.810Z] [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-08T21:05:38.087Z] [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-08T21:05:38.145Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-08T21:05:38.172Z] [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-08T21:05:38.657Z] [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-08T21:05:38.686Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-08T21:05:39.065Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (47049ms) 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: 49 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-08T21:05:42.236Z] [INFO] Setting tests timeout to: 480 seconds Verify Admins Can Import and Delete a Custom Single-Model Serving Runtime Template By Uploading A YAML file [2026-07-08T21:05:42.255Z] [INFO] Starting 480s timeout for: Admin should access serving runtimes, import a yaml file and then delete [2026-07-08T21:05:42.260Z] [INFO] Test title: Admin should access serving runtimes, import a yaml file and then delete [2026-07-08T21:05:42.274Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2276","@Dashboard","@NonConcurrent","@SettingsCI"] [2026-07-08T21:05:42.283Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-08T21:05:42.288Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-08T21:05:42.347Z] [INFO] Loaded Single-Model Name: single-cypress-vllm-runtime [2026-07-08T21:05:42.355Z] [INFO] Loaded Single-Model Metadata Name: Cypress Single ServingRuntime for KServe [2026-07-08T21:05:42.359Z] [INFO] Executing command: oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-08T21:05:42.701Z] [INFO] [EXEC] oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-08T21:05:42.708Z] [INFO] No matching template found, proceeding with the test. [2026-07-08T21:05:42.735Z] [INFO] [STEP 1] Log into the application [2026-07-08T21:05:42.751Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-08T21:05:42.977Z] [INFO] OAuth login flow detected - completing authentication [2026-07-08T21:05:45.053Z] [INFO] [STEP 2] Navigate to Serving Runtimes and add a new serving runtime [2026-07-08T21:05:45.169Z] [INFO] ⚠️ Note: RHOAIENG-15914 may cause intermittent failures at this step ⚠️ [2026-07-08T21:05:48.522Z] [INFO] Navigation successful | Searching for Add button [2026-07-08T21:05:48.666Z] [INFO] [STEP 3] Select API Protocol [2026-07-08T21:05:49.057Z] [INFO] [STEP 4] Select Model Types [2026-07-08T21:05:49.550Z] [INFO] [STEP 5] Upload a Single-Model Serving runtime yaml file [2026-07-08T21:05:49.650Z] [INFO] [STEP 6] Click to save and verify that creation was successful [2026-07-08T21:05:50.495Z] [INFO] [STEP 7] Verify the model single-cypress-vllm-runtime has been created [2026-07-08T21:05:51.548Z] [INFO] [STEP 8] Delete the model single-cypress-vllm-runtime [2026-07-08T21:05:52.382Z] [INFO] Executing command: oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-08T21:05:53.050Z] [INFO] [EXEC] oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-08T21:05:53.098Z] [INFO] No matching template found, proceeding with the test. ✓ Admin should access serving runtimes, import a yaml file and then delete (10142ms) 1 passing (11s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_012.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 11 seconds │ │ Spec Ran: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Start generate report process Read and merge jsons from "/workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons" Media folder "/workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots" not found, nothing to copy Enhance report Create HTML report HTML report successfully created! /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/index.html ================================================================================ (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ application.cy.ts 00:04 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testLaunchStand 01:46 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 221ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 171ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:12 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:19 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:24 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:39 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 00:41 3 1 - 2 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 00:55 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:05 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 00:49 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 00:11 1 1 - - - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 06:10 27 19 - 8 -