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-09T08:59:36.174Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-09T08:59:36.190Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-09T08:59:36.247Z] [INFO] Test title: should login and load page [2026-07-09T08:59:36.257Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-09T08:59:36.264Z] [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-09T08:59:36.274Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T08:59:36.290Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T08:59:37.049Z] [INFO] OAuth login flow detected - completing authentication ✓ should login and load page 1 passing (5s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 4 seconds │ │ Spec Ran: application.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts (2 of 13) [2026-07-09T08:59:45.182Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-09T08:59:45.203Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-09T08:59:45.208Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-09T08:59:45.258Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-09T08:59:45.270Z] [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-09T08:59:45.278Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T08:59:45.347Z] [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-09T08:59:46.277Z] [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-09T08:59:46.293Z] [INFO] No notebooks found [2026-07-09T08:59:46.369Z] [INFO] [STEP 1] Log into the application [2026-07-09T08:59:46.445Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T08:59:46.955Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T08:59:54.874Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-09T08:59:55.061Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-09T08:59:56.571Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-09T08:59:56.672Z] [INFO] [STEP 5] Launch a notebook server [2026-07-09T08:59:57.069Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-09T08:59:57.153Z] [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-09T09:00:14.346Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-09T09:00:14.456Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-09T09:00:14.550Z] [INFO] Found 1 matching pods [2026-07-09T09:00:14.574Z] [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-09T09:00:15.960Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-09T09:00:15.984Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-09T09:00:16.063Z] [INFO] [STEP 7] Expand the Event log [2026-07-09T09:00:16.359Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-09T09:00:31.375Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-09T09:00:31.858Z] [INFO] [STEP 10] Stop the server [2026-07-09T09:00:32.658Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (48057ms) 1 passing (48s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 48 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-09T09:00:45.660Z] [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-09T09:00:45.853Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (703ms) 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-09T09:00:55.953Z] [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-09T09:00:56.070Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (404ms) 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-09T09:01:03.752Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-09T09:01:03.775Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-09T09:01:03.781Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-09T09:01:03.854Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-09T09:01:03.862Z] [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-09T09:01:03.871Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T09:01:03.961Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-09T09:01:03.969Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-09T09:01:04.586Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T09:01:04.594Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-09T09:01:04.601Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-09T09:01:04.671Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-09T09:01:05.458Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-09T09:01:06.055Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-09T09:01:06.070Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-09T09:01:06.859Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T09:01:06.868Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-09T09:01:06.949Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-09T09:01:06.976Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-09T09:01:07.147Z] [INFO] [STEP 1] Log into the application [2026-07-09T09:01:07.157Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T09:01:07.675Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T09:01:10.880Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-09T09:01:16.061Z] [INFO] [STEP 3] Edit project information [2026-07-09T09:01:18.350Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-09T09:01:19.205Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-09T09:01:19.620Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (15514ms) 1 passing (16s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_004.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 16 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-09T09:01:26.083Z] [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-09T09:01:26.158Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-09T09:01:26.165Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-09T09:01:26.246Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T09:01:26.253Z] [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-09T09:01:26.264Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T09:01:26.346Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T09:01:26.859Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T09:01:26.871Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-09T09:01:26.886Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-09T09:01:26.946Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T09:01:27.457Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T09:01:27.470Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-09T09:01:27.485Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-09T09:01:27.559Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-09T09:01:28.158Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-09T09:01:28.683Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-09T09:01:28.746Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T09:01:29.155Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T09:01:29.162Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-09T09:01:29.181Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-09T09:01:29.755Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-09T09:01:29.785Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T09:01:30.163Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T09:01:33.247Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-09T09:01:37.470Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-09T09:01:38.382Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-09T09:01:38.957Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-09T09:01:39.055Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T09:01:39.554Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T09:01:39.591Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T09:01:40.153Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T09:01:40.247Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-09T09:01:40.750Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-09T09:01:40.783Z] [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-09T09:01:40.753Z\"}"}}}' [2026-07-09T09:01:41.354Z] [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-09T09:01:40.753Z\"}"}}}' [2026-07-09T09:01:41.448Z] [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-09T09:01:41.356Z\"}"}}}' [2026-07-09T09:01:41.807Z] [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-09T09:01:41.356Z\"}"}}}' [2026-07-09T09:01:42.160Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-09T09:01:43.259Z] [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 (16654ms) 1 passing (18s) [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: 17 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-09T09:01:51.087Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-09T09:01:51.162Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-09T09:01:51.166Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-09T09:01:51.172Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-09T09:01:51.180Z] [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-09T09:01:51.186Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T09:01:51.261Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T09:01:51.655Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T09:01:51.662Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-09T09:01:51.669Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-09T09:01:52.054Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783587711673-8wb9ft4aa.yaml && rm -f /tmp/cypress-yaml-1783587711673-8wb9ft4aa.yaml [2026-07-09T09:01:52.061Z] [INFO] Command exit code: 0 [2026-07-09T09:01:52.556Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783587712064-1hnhf7mvz.yaml && rm -f /tmp/cypress-yaml-1783587712064-1hnhf7mvz.yaml [2026-07-09T09:01:52.563Z] [INFO] Command exit code: 0 [2026-07-09T09:01:53.095Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783587712565-ul2b1hs18.yaml && rm -f /tmp/cypress-yaml-1783587712565-ul2b1hs18.yaml [2026-07-09T09:01:53.102Z] [INFO] Command exit code: 0 [2026-07-09T09:01:53.568Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783587713104-axb012eqi.yaml && rm -f /tmp/cypress-yaml-1783587713104-axb012eqi.yaml [2026-07-09T09:01:53.574Z] [INFO] Command exit code: 0 [2026-07-09T09:01:53.928Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783587713576-ywue8zszt.yaml && rm -f /tmp/cypress-yaml-1783587713576-ywue8zszt.yaml [2026-07-09T09:01:53.934Z] [INFO] Command exit code: 0 [2026-07-09T09:01:53.953Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-09T09:01:53.963Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T09:01:54.201Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T09:01:58.192Z] [INFO] [STEP 2] Check SC row exists [2026-07-09T09:01:58.277Z] [INFO] [STEP 3] Check there's no Default label [2026-07-09T09:01:58.353Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-09T09:01:58.457Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-09T09:01:58.574Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-09T09:01:58.758Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-09T09:01:59.007Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-09T09:01:59.119Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T09:01:59.524Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T09:01:59.576Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (8646ms) [2026-07-09T09:01:59.808Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-09T09:01:59.814Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-09T09:01:59.819Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-09T09:01:59.825Z] [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-09T09:01:59.848Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T09:01:59.868Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-09T09:01:59.877Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T09:02:00.067Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T09:02:02.489Z] [INFO] [STEP 2] Check SC row exists [2026-07-09T09:02:02.601Z] [INFO] [STEP 3] Check there's no Default label [2026-07-09T09:02:02.642Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-09T09:02:02.678Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-09T09:02:02.737Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-09T09:02:02.850Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-09T09:02:03.655Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-09T09:02:03.753Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T09:02:04.258Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T09:02:04.293Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-09T09:02:04.520Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-09T09:02:04.522Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-09T09:02:04.549Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-09T09:02:04.554Z] [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-09T09:02:04.560Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T09:02:04.576Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-09T09:02:04.584Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T09:02:04.869Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T09:02:08.210Z] [INFO] [STEP 2] Check there's no Default label [2026-07-09T09:02:08.273Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-09T09:02:08.353Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-09T09:02:08.517Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-09T09:02:08.971Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-09T09:02:08.999Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T09:02:09.548Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T09:02:09.563Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one (5119ms) [2026-07-09T09:02:09.755Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-09T09:02:09.758Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-09T09:02:09.762Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-09T09:02:09.766Z] [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-09T09:02:09.771Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T09:02:09.796Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-09T09:02:09.851Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T09:02:10.026Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T09:02:12.451Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-09T09:02:12.604Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-09T09:02:12.863Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-09T09:02:12.887Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-09T09:02:13.057Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-09T09:02:13.071Z] [INFO] [STEP 7] Save the changes [2026-07-09T09:02:13.166Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-09T09:02:13.311Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-09T09:02:13.315Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T09:02:13.653Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T09:02:13.667Z] [INFO] Storage Class Config: [2026-07-09T09:02:13.672Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-09T09:02:14.088Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-09T09:02:14.279Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-09T09:02:14.650Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-09T09:02:14.654Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-09T09:02:15.054Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-09T09:02:15.058Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-09T09:02:15.463Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-09T09:02:15.472Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-09T09:02:15.970Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-09T09:02:15.973Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-09T09:02:16.353Z] [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 (25s) [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: 25 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-09T09:02:21.079Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-09T09:02:21.091Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-09T09:02:21.147Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-09T09:02:21.154Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T09:02:21.161Z] [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-09T09:02:21.169Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T09:02:21.188Z] [INFO] Loaded test data from fixtures [2026-07-09T09:02:21.255Z] [INFO] Provisioning storage classes with different access modes [2026-07-09T09:02:21.673Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783587741262-6a9d2zzvx.yaml && rm -f /tmp/cypress-yaml-1783587741262-6a9d2zzvx.yaml [2026-07-09T09:02:21.679Z] [INFO] Command exit code: 0 [2026-07-09T09:02:22.054Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783587741681-9u3g6s0du.yaml && rm -f /tmp/cypress-yaml-1783587741681-9u3g6s0du.yaml [2026-07-09T09:02:22.061Z] [INFO] Command exit code: 0 [2026-07-09T09:02:22.391Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783587742063-pe4wsj0h0.yaml && rm -f /tmp/cypress-yaml-1783587742063-pe4wsj0h0.yaml [2026-07-09T09:02:22.408Z] [INFO] Command exit code: 0 [2026-07-09T09:02:22.839Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783587742413-n2wx8kf3j.yaml && rm -f /tmp/cypress-yaml-1783587742413-n2wx8kf3j.yaml [2026-07-09T09:02:22.847Z] [INFO] Command exit code: 0 [2026-07-09T09:02:23.153Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783587742849-ja8wx66y1.yaml && rm -f /tmp/cypress-yaml-1783587742849-ja8wx66y1.yaml [2026-07-09T09:02:23.160Z] [INFO] Command exit code: 0 [2026-07-09T09:02:23.164Z] [INFO] Provisioning project [2026-07-09T09:02:23.166Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T09:02:23.522Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T09:02:23.528Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-09T09:02:23.547Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-09T09:02:23.558Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-09T09:02:23.956Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-09T09:02:24.312Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-09T09:02:24.319Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T09:02:24.653Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T09:02:24.659Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-09T09:02:24.666Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-09T09:02:25.117Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-09T09:02:25.129Z] [INFO] [STEP 1] Log into the application [2026-07-09T09:02:25.137Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T09:02:25.386Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T09:02:27.545Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-09T09:02:30.797Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-09T09:02:31.368Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-09T09:02:31.850Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-09T09:02:32.047Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-09T09:02:32.266Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (13018ms) [2026-07-09T09:02:34.167Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-09T09:02:34.169Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-09T09:02:34.174Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T09:02:34.178Z] [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-09T09:02:34.183Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T09:02:34.192Z] [INFO] [STEP 1] Log into the application [2026-07-09T09:02:34.199Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T09:02:34.392Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T09:02:35.527Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-09T09:02:37.454Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-09T09:02:38.247Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-09T09:02:38.763Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-09T09:02:39.553Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-09T09:02:39.563Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-09T09:02:39.581Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-09T09:02:39.586Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-09T09:02:39.853Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-09T09:02:39.958Z] [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 (5982ms) [2026-07-09T09:02:40.167Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-09T09:02:40.170Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-09T09:02:40.176Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T09:02:40.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-09T09:02:40.186Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T09:02:40.196Z] [INFO] [STEP 1] Log into the application [2026-07-09T09:02:40.203Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T09:02:40.450Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T09:02:41.978Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-09T09:02:45.277Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-09T09:02:46.006Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-09T09:02:46.553Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-09T09:02:47.247Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-09T09:02:47.321Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-09T09:02:47.379Z] [INFO] [STEP 8] Default should be RWO [2026-07-09T09:02:47.467Z] [INFO] [STEP 9] Switch to RWX [2026-07-09T09:02:47.664Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes (7903ms) [2026-07-09T09:02:48.110Z] [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-09T09:02:48.113Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-09T09:02:48.117Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T09:02:48.122Z] [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-09T09:02:48.147Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T09:02:48.156Z] [INFO] [STEP 1] Log into the application [2026-07-09T09:02:48.162Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T09:02:48.373Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T09:02:49.620Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-09T09:02:51.863Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-09T09:02:52.255Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-09T09:02:53.385Z] [INFO] [STEP 5] Submit the form [2026-07-09T09:02:53.473Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-09T09:02:53.691Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-09T09:02:53.952Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-09T09:02:53.960Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-09T09:02:54.048Z] [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 (6123ms) [2026-07-09T09:02:54.262Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-09T09:02:54.264Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-09T09:02:54.269Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T09:02:54.275Z] [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-09T09:02:54.279Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T09:02:54.288Z] [INFO] [STEP 1] Log into the application [2026-07-09T09:02:54.294Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T09:02:54.503Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T09:02:55.551Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-09T09:02:56.958Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-09T09:02:57.375Z] [INFO] [STEP 4] Open create modal [2026-07-09T09:02:57.657Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-09T09:02:58.176Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-09T09:02:58.367Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-09T09:02:58.472Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-09T09:02:58.488Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-09T09:02:58.986Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-09T09:02:58.990Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-09T09:02:59.473Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-09T09:02:59.479Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-09T09:02:59.961Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-09T09:02:59.967Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-09T09:03:00.445Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-09T09:03:00.450Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-09T09:03:00.879Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-09T09:03:00.946Z] [INFO] [STEP 9] Cleaning up project [2026-07-09T09:03:01.556Z] [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 (41s) [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: 40 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-09T09:03:09.691Z] [INFO] Setting tests timeout to: 480 seconds Verify that only the Cluster Admin can access Cluster Settings [2026-07-09T09:03:09.750Z] [INFO] Starting 480s timeout for: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-09T09:03:09.754Z] [INFO] Test title: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-09T09:03:09.761Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-09T09:03:09.766Z] [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-09T09:03:09.772Z] [INFO] Grep tags: ["@SmokeSet2"] - Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-09T09:03:09.862Z] [INFO] Starting 480s timeout for: Test User - should not have access rights to view the Cluster Settings tab [2026-07-09T09:03:09.865Z] [INFO] Test title: Test User - should not have access rights to view the Cluster Settings tab [2026-07-09T09:03:09.870Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-09T09:03:09.875Z] [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-09T09:03:09.880Z] [INFO] Grep tags: ["@SmokeSet2"] - Test User - should not have access rights to view the Cluster Settings tab [2026-07-09T09:03:09.956Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-09T09:03:09.959Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-09T09:03:09.965Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-09T09:03:09.970Z] [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-09T09:03:09.975Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T09:03:09.990Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-09T09:03:10.446Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-09T09:03:10.454Z] [INFO] Dashboard Config: [2026-07-09T09:03:10.876Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-09T09:03:10.883Z] [INFO] Controller Config: [2026-07-09T09:03:10.893Z] [INFO] Executing command: [2026-07-09T09:03:11.293Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-09T09:03:11.299Z] [INFO] Command stderr: [2026-07-09T09:03:11.306Z] [INFO] Raw Controller Culler Config Response: [2026-07-09T09:03:11.310Z] [INFO] Controller Culler Config (Error): [2026-07-09T09:03:11.313Z] [INFO] Check if user is in RHODS user groups [2026-07-09T09:03:11.316Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-09T09:03:11.754Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-09T09:03:11.762Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-09T09:03:11.774Z] [INFO] Check for existing ClusterRoleBinding [2026-07-09T09:03:11.779Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-09T09:03:12.254Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-09T09:03:12.260Z] [INFO] ClusterRoleBinding not found: cypress-test-*** [2026-07-09T09:03:12.268Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-09T09:03:12.748Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783587792273-i56pu40s9.yaml && rm -f /tmp/cypress-yaml-1783587792273-i56pu40s9.yaml [2026-07-09T09:03:12.754Z] [INFO] Command exit code: 0 [2026-07-09T09:03:12.764Z] [INFO] Successfully created ClusterRoleBinding [2026-07-09T09:03:12.785Z] [INFO] [STEP 1] Log into the application as admin [2026-07-09T09:03:12.795Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T09:03:13.072Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T09:03:15.567Z] [INFO] [STEP 2] Verify Cluster Settings is visible in navigation [2026-07-09T09:03:17.375Z] [INFO] [STEP 3] Access Settings -> Cluster Settings -> General settings [2026-07-09T09:03:17.760Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/general [2026-07-09T09:03:21.676Z] [INFO] [STEP 4] Access Settings -> Cluster Settings -> Storage classes [2026-07-09T09:03:21.770Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/storage-classes [2026-07-09T09:03:24.967Z] [INFO] [STEP 5] Access Settings -> Environment setup -> Workbench images [2026-07-09T09:03:25.295Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/workbench-images [2026-07-09T09:03:28.651Z] [INFO] [STEP 6] Access Settings -> Environment setup -> Hardware profiles [2026-07-09T09:03:28.783Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/hardware-profiles [2026-07-09T09:03:31.254Z] [INFO] [STEP 7] Access Settings -> Environment setup -> Connection types [2026-07-09T09:03:31.481Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-09T09:03:35.464Z] [INFO] [STEP 8] Access Settings -> Model resources and operations -> Serving runtimes [2026-07-09T09:03:35.847Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/serving-runtimes [2026-07-09T09:03:42.051Z] [INFO] [STEP 9] Access Settings -> Model resources and operations -> Model registry settings [2026-07-09T09:03:42.264Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-09T09:03:46.877Z] [INFO] [STEP 10] Access Settings -> User management [2026-07-09T09:03:47.181Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/user-management [2026-07-09T09:03:52.554Z] [INFO] [STEP 11] Cleanup: Remove test ClusterRoleBinding [2026-07-09T09:03:52.568Z] [INFO] Deleting ClusterRoleBinding: oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-09T09:03:53.662Z] [INFO] [EXEC] oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-09T09:03:53.861Z] [INFO] Successfully deleted ClusterRoleBinding: cypress-test-*** [2026-07-09T09:03:54.247Z] [INFO] Successfully removed test ClusterRoleBinding ✓ Cluster Admin user can access all Settings pages (42194ms) 1 passing (45s) 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: 45 seconds │ │ Spec Ran: settings/clusterSettings/testAdminClusterSettings.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testCreateConnectionTypes.cy.ts (10 of 13) [2026-07-09T09:03:59.055Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-09T09:03:59.071Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-09T09:03:59.075Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-09T09:03:59.081Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-09T09:03:59.087Z] [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-09T09:03:59.094Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T09:03:59.160Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-09T09:03:59.165Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-09T09:03:59.555Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T09:03:59.562Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-09T09:03:59.570Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-09T09:03:59.581Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-09T09:04:00.235Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-09T09:04:00.583Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-09T09:04:00.593Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-09T09:04:00.969Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T09:04:00.976Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-09T09:04:00.984Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-09T09:04:01.048Z] [INFO] [STEP 1] Log into the application [2026-07-09T09:04:01.062Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T09:04:01.350Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T09:04:03.674Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-09T09:04:05.868Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-09T09:04:06.969Z] [INFO] [STEP 4] Select category [2026-07-09T09:04:07.561Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-09T09:04:08.322Z] [INFO] [STEP 6] Add new section heading [2026-07-09T09:04:10.874Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-09T09:04:11.149Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-09T09:04:11.512Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-09T09:04:11.663Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-09T09:04:11.778Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-09T09:04:11.892Z] [INFO] [STEP 12] Preview connection type. [2026-07-09T09:04:12.813Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-09T09:04:17.249Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-09T09:04:19.205Z] [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 (24300ms) [2026-07-09T09:04:23.519Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-09T09:04:23.548Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-09T09:04:23.554Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-09T09:04:23.562Z] [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-09T09:04:23.567Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T09:04:23.590Z] [INFO] [STEP 1] Log into the application [2026-07-09T09:04:23.598Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T09:04:23.974Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T09:04:25.550Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-09T09:04:27.369Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-09T09:04:27.978Z] [INFO] [STEP 4] Edit the Connection type [2026-07-09T09:04:29.299Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-09T09:04:29.308Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-07-09T09:04:36.374Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-09T09:04:40.881Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-09T09:04:46.781Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-09T09:04:47.263Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-09T09:04:47.267Z] [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-09T09:04:47.758Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-09T09:04:58.945Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (23267ms) 2 passing (1m) [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: 1 minute, 0 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-09T09:05:02.593Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-09T09:05:02.650Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-09T09:05:02.656Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-09T09:05:02.670Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-09T09:05:02.679Z] [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-09T09:05:02.685Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T09:05:02.759Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-09T09:05:02.774Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-09T09:05:03.152Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T09:05:06.702Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-09T09:05:06.868Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted (5614ms) 1 passing (6s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_010.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 5 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-09T09:05:11.846Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-09T09:05:11.867Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-09T09:05:11.877Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-09T09:05:11.885Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-09T09:05:11.893Z] [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-09T09:05:11.899Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T09:05:11.978Z] [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-09T09:05:12.937Z] [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-09T09:05:12.948Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-09T09:05:12.952Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-09T09:05:12.964Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-09T09:05:12.968Z] [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-09T09:05:13.390Z] [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-09T09:05:13.399Z] [INFO] No matching profile found, proceeding with the test. [2026-07-09T09:05:13.417Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-09T09:05:13.462Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783587913425.yaml" -n redhat-ods-applications [2026-07-09T09:05:13.870Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783587913425.yaml" -n redhat-ods-applications [2026-07-09T09:05:13.886Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-09T09:05:14.036Z] [INFO] [EXEC] rm /tmp/temp_1783587913425.yaml [2026-07-09T09:05:14.078Z] [INFO] [STEP 1] Log into the application [2026-07-09T09:05:14.113Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T09:05:14.421Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T09:05:19.882Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-09T09:05:20.046Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-09T09:05:20.762Z] [INFO] [STEP 4] Select the hardware profile [2026-07-09T09:05:21.076Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-09T09:05:21.121Z] [INFO] [STEP 6] Launch a notebook server [2026-07-09T09:05:21.354Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-09T09:05:21.378Z] [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-09T09:05:34.869Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-09T09:05:34.921Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-09T09:05:34.927Z] [INFO] Found 1 matching pods [2026-07-09T09:05:34.949Z] [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-09T09:05:40.978Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-09T09:05:41.009Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-09T09:05:41.067Z] [INFO] [STEP 8] Expand the Event log [2026-07-09T09:05:41.353Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-09T09:05:55.078Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-09T09:05:55.156Z] [INFO] Finding pods with command: oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-09T09:05:59.181Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-09T09:05:59.281Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-09T09:05:59.310Z] [INFO] Found 1 matching pods [2026-07-09T09:05:59.370Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-09T09:05:59.688Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-09T09:05:59.697Z] [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-09T09:05:59.761Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-09T09:05:59.795Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-09T09:05:59.975Z] [INFO] [STEP 12] Stop the server [2026-07-09T09:06:00.362Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-09T09:06:00.779Z] [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-09T09:06:02.378Z] [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-09T09:06:02.456Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-09T09:06:02.550Z] [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-09T09:06:03.149Z] [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-09T09:06:03.251Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-09T09:06:03.744Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (49013ms) 1 passing (52s) [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: 52 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-09T09:06:07.486Z] [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-09T09:06:07.510Z] [INFO] Starting 480s timeout for: Admin should access serving runtimes, import a yaml file and then delete [2026-07-09T09:06:07.517Z] [INFO] Test title: Admin should access serving runtimes, import a yaml file and then delete [2026-07-09T09:06:07.531Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2276","@Dashboard","@NonConcurrent","@SettingsCI"] [2026-07-09T09:06:07.547Z] [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-09T09:06:07.553Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T09:06:07.603Z] [INFO] Loaded Single-Model Name: single-cypress-vllm-runtime [2026-07-09T09:06:07.613Z] [INFO] Loaded Single-Model Metadata Name: Cypress Single ServingRuntime for KServe [2026-07-09T09:06:07.618Z] [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-09T09:06:07.996Z] [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-09T09:06:08.012Z] [INFO] No matching template found, proceeding with the test. [2026-07-09T09:06:08.038Z] [INFO] [STEP 1] Log into the application [2026-07-09T09:06:08.056Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T09:06:08.265Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T09:06:10.189Z] [INFO] [STEP 2] Navigate to Serving Runtimes and add a new serving runtime [2026-07-09T09:06:10.261Z] [INFO] ⚠️ Note: RHOAIENG-15914 may cause intermittent failures at this step ⚠️ [2026-07-09T09:06:12.416Z] [INFO] Navigation successful | Searching for Add button [2026-07-09T09:06:12.560Z] [INFO] [STEP 3] Select API Protocol [2026-07-09T09:06:12.783Z] [INFO] [STEP 4] Select Model Types [2026-07-09T09:06:12.998Z] [INFO] [STEP 5] Upload a Single-Model Serving runtime yaml file [2026-07-09T09:06:13.070Z] [INFO] [STEP 6] Click to save and verify that creation was successful [2026-07-09T09:06:13.661Z] [INFO] [STEP 7] Verify the model single-cypress-vllm-runtime has been created [2026-07-09T09:06:14.409Z] [INFO] [STEP 8] Delete the model single-cypress-vllm-runtime [2026-07-09T09:06:14.959Z] [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-09T09:06:15.321Z] [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-09T09:06:15.327Z] [INFO] No matching template found, proceeding with the test. ✓ Admin should access serving runtimes, import a yaml file and then delete (7514ms) 1 passing (8s) [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: 7 seconds │ │ Spec Ran: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Start generate report process Read and merge jsons from "/workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons" Media folder "/workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots" not found, nothing to copy Enhance report Create HTML report HTML report successfully created! /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/index.html ================================================================================ (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ application.cy.ts 00:04 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testLaunchStand 00:48 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 778ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 410ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:16 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:17 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:25 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:40 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 00:45 3 1 - 2 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 01:00 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:05 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 00:52 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 00:07 1 1 - - - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 05:24 27 19 - 8 -