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-06T11:12:45.479Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-06T11:12:45.536Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-06T11:12:45.543Z] [INFO] Test title: should login and load page [2026-07-06T11:12:45.566Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-06T11:12:45.576Z] [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-06T11:12:45.583Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T11:12:45.643Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T11:12:46.241Z] [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-06T11:12:54.463Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-06T11:12:54.533Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-06T11:12:54.543Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-06T11:12:54.552Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-06T11:12:54.561Z] [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-06T11:12:54.566Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T11:12:54.639Z] [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-06T11:12:55.643Z] [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-06T11:12:55.659Z] [INFO] No notebooks found [2026-07-06T11:12:55.746Z] [INFO] [STEP 1] Log into the application [2026-07-06T11:12:55.833Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T11:12:56.245Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T11:13:02.473Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-06T11:13:02.757Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-06T11:13:03.835Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-06T11:13:03.854Z] [INFO] [STEP 5] Launch a notebook server [2026-07-06T11:13:04.240Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-06T11:13:04.258Z] [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-06T11:13:21.347Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-06T11:13:21.450Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-06T11:13:21.543Z] [INFO] Found 1 matching pods [2026-07-06T11:13:21.643Z] [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-06T11:13:29.653Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-06T11:13:29.959Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-06T11:13:30.055Z] [INFO] [STEP 7] Expand the Event log [2026-07-06T11:13:30.541Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-06T11:13:38.058Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-06T11:13:38.444Z] [INFO] [STEP 10] Stop the server [2026-07-06T11:13:39.251Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (45293ms) 1 passing (45s) [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: 45 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-06T11:13:50.053Z] [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-06T11:13:50.232Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (520ms) 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-06T11:14:00.345Z] [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-06T11:14:00.454Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (400ms) 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-06T11:14:09.453Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-06T11:14:09.546Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-06T11:14:09.558Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-06T11:14:09.640Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-06T11:14:09.652Z] [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-06T11:14:09.731Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T11:14:09.837Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-06T11:14:09.846Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-06T11:14:10.741Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-06T11:14:10.752Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-06T11:14:10.839Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-06T11:14:10.852Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-06T11:14:11.944Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-06T11:14:12.845Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-06T11:14:12.940Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-06T11:14:13.739Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-06T11:14:13.830Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-06T11:14:13.845Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-06T11:14:13.949Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-06T11:14:14.053Z] [INFO] [STEP 1] Log into the application [2026-07-06T11:14:14.157Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T11:14:14.839Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T11:14:19.536Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-06T11:14:23.048Z] [INFO] [STEP 3] Edit project information [2026-07-06T11:14:25.533Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-06T11:14:27.046Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-06T11:14:27.545Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (17620ms) 1 passing (18s) [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: 18 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-06T11:14:34.651Z] [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-06T11:14:34.674Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-06T11:14:34.743Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-06T11:14:34.753Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-06T11:14:34.765Z] [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-06T11:14:34.774Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T11:14:34.853Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-06T11:14:35.357Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-06T11:14:35.365Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-06T11:14:35.381Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-06T11:14:35.387Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-06T11:14:35.839Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-06T11:14:35.855Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-06T11:14:35.872Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-06T11:14:35.950Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-06T11:14:36.485Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-06T11:14:37.040Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-06T11:14:37.057Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-06T11:14:37.682Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-06T11:14:37.752Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-06T11:14:37.780Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-06T11:14:38.850Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-06T11:14:38.945Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T11:14:39.463Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T11:14:43.635Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-06T11:14:47.160Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-06T11:14:48.040Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-06T11:14:48.942Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-06T11:14:48.973Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T11:14:49.440Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T11:14:49.557Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T11:14:50.361Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T11:14:50.459Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-06T11:14:50.897Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-06T11:14:50.973Z] [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-06T11:14:50.938Z\"}"}}}' [2026-07-06T11:14:51.340Z] [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-06T11:14:50.938Z\"}"}}}' [2026-07-06T11:14:51.368Z] [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-06T11:14:51.342Z\"}"}}}' [2026-07-06T11:14:51.834Z] [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-06T11:14:51.342Z\"}"}}}' [2026-07-06T11:14:52.137Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-06T11:14:53.041Z] [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 (17918ms) 1 passing (19s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_005.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 18 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-06T11:14:59.233Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-06T11:14:59.243Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-06T11:14:59.246Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-06T11:14:59.251Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-06T11:14:59.256Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-06T11:14:59.261Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T11:14:59.272Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-06T11:14:59.537Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-06T11:14:59.543Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-06T11:14:59.549Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-06T11:14:59.831Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783336499553-v2rvf2kdg.yaml && rm -f /tmp/cypress-yaml-1783336499553-v2rvf2kdg.yaml [2026-07-06T11:14:59.836Z] [INFO] Command exit code: 0 [2026-07-06T11:15:00.108Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783336499838-rbg2fp3l9.yaml && rm -f /tmp/cypress-yaml-1783336499838-rbg2fp3l9.yaml [2026-07-06T11:15:00.114Z] [INFO] Command exit code: 0 [2026-07-06T11:15:00.382Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783336500115-ltj5jedjk.yaml && rm -f /tmp/cypress-yaml-1783336500115-ltj5jedjk.yaml [2026-07-06T11:15:00.387Z] [INFO] Command exit code: 0 [2026-07-06T11:15:00.672Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783336500389-m76zyinxf.yaml && rm -f /tmp/cypress-yaml-1783336500389-m76zyinxf.yaml [2026-07-06T11:15:00.677Z] [INFO] Command exit code: 0 [2026-07-06T11:15:00.935Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783336500679-03uaf46mb.yaml && rm -f /tmp/cypress-yaml-1783336500679-03uaf46mb.yaml [2026-07-06T11:15:00.941Z] [INFO] Command exit code: 0 [2026-07-06T11:15:00.961Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-06T11:15:00.968Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T11:15:01.180Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T11:15:04.467Z] [INFO] [STEP 2] Check SC row exists [2026-07-06T11:15:04.515Z] [INFO] [STEP 3] Check there's no Default label [2026-07-06T11:15:04.582Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-06T11:15:04.648Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-06T11:15:04.736Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-06T11:15:04.946Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-06T11:15:05.131Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-06T11:15:05.212Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T11:15:05.494Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T11:15:05.528Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (6431ms) [2026-07-06T11:15:05.697Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-06T11:15:05.699Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-06T11:15:05.704Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-06T11:15:05.708Z] [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-06T11:15:05.713Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T11:15:05.729Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-06T11:15:05.738Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T11:15:05.900Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T11:15:07.706Z] [INFO] [STEP 2] Check SC row exists [2026-07-06T11:15:07.800Z] [INFO] [STEP 3] Check there's no Default label [2026-07-06T11:15:07.836Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-06T11:15:07.865Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-06T11:15:07.931Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-06T11:15:08.036Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-06T11:15:08.135Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-06T11:15:08.164Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T11:15:08.414Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T11:15:08.424Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-06T11:15:08.512Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-06T11:15:08.514Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-06T11:15:08.517Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-06T11:15:08.521Z] [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-06T11:15:08.526Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T11:15:08.541Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-06T11:15:08.549Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T11:15:08.712Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T11:15:10.539Z] [INFO] [STEP 2] Check there's no Default label [2026-07-06T11:15:10.633Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-06T11:15:10.695Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-06T11:15:10.848Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-06T11:15:11.248Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-06T11:15:11.271Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T11:15:11.537Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T11:15:11.546Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-06T11:15:11.632Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-06T11:15:11.635Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-06T11:15:11.639Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-06T11:15:11.643Z] [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-06T11:15:11.648Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T11:15:11.670Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-06T11:15:11.679Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T11:15:11.833Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T11:15:13.861Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-06T11:15:13.921Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-06T11:15:14.158Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-06T11:15:14.181Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-06T11:15:14.356Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-06T11:15:14.367Z] [INFO] [STEP 7] Save the changes [2026-07-06T11:15:14.454Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-06T11:15:14.579Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-06T11:15:14.583Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T11:15:14.823Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-06T11:15:14.835Z] [INFO] Storage Class Config: [2026-07-06T11:15:14.840Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-06T11:15:15.214Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-06T11:15:15.397Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-06T11:15:15.650Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-06T11:15:15.653Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-06T11:15:15.922Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-06T11:15:15.926Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-06T11:15:16.184Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-06T11:15:16.187Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-06T11:15:16.444Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-06T11:15:16.449Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-06T11:15:16.706Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-vsphere-volume --ignore-not-found=true ✓ An admin user can edit the access mode of a storage class 4 passing (18s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_006.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 4 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 17 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-06T11:15:20.617Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-06T11:15:20.638Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-06T11:15:20.642Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-06T11:15:20.648Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-06T11:15:20.654Z] [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-06T11:15:20.659Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T11:15:20.674Z] [INFO] Loaded test data from fixtures [2026-07-06T11:15:20.686Z] [INFO] Provisioning storage classes with different access modes [2026-07-06T11:15:20.970Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783336520690-7gg3vmufd.yaml && rm -f /tmp/cypress-yaml-1783336520690-7gg3vmufd.yaml [2026-07-06T11:15:20.976Z] [INFO] Command exit code: 0 [2026-07-06T11:15:21.251Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783336520980-a7hyfs142.yaml && rm -f /tmp/cypress-yaml-1783336520980-a7hyfs142.yaml [2026-07-06T11:15:21.257Z] [INFO] Command exit code: 0 [2026-07-06T11:15:21.534Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783336521260-wptvdteoa.yaml && rm -f /tmp/cypress-yaml-1783336521260-wptvdteoa.yaml [2026-07-06T11:15:21.559Z] [INFO] Command exit code: 0 [2026-07-06T11:15:21.856Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783336521561-vc48i10f7.yaml && rm -f /tmp/cypress-yaml-1783336521561-vc48i10f7.yaml [2026-07-06T11:15:21.861Z] [INFO] Command exit code: 0 [2026-07-06T11:15:22.125Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783336521863-g4gdbjxbr.yaml && rm -f /tmp/cypress-yaml-1783336521863-g4gdbjxbr.yaml [2026-07-06T11:15:22.131Z] [INFO] Command exit code: 0 [2026-07-06T11:15:22.134Z] [INFO] Provisioning project [2026-07-06T11:15:22.137Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-06T11:15:22.413Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-06T11:15:22.418Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-06T11:15:22.423Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-06T11:15:22.432Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-06T11:15:22.976Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-06T11:15:23.271Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-06T11:15:23.278Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-06T11:15:23.533Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-06T11:15:23.539Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-06T11:15:23.546Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-06T11:15:23.896Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-06T11:15:23.906Z] [INFO] [STEP 1] Log into the application [2026-07-06T11:15:23.913Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T11:15:24.154Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T11:15:26.146Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-06T11:15:28.533Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-06T11:15:28.926Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-06T11:15:29.235Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-06T11:15:29.440Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-06T11:15:29.632Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (10657ms) [2026-07-06T11:15:31.340Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-06T11:15:31.342Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-06T11:15:31.347Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-06T11:15:31.352Z] [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-06T11:15:31.356Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T11:15:31.366Z] [INFO] [STEP 1] Log into the application [2026-07-06T11:15:31.371Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T11:15:31.536Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T11:15:32.786Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-06T11:15:34.098Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-06T11:15:34.361Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-06T11:15:34.504Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-06T11:15:34.823Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-06T11:15:34.831Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-06T11:15:34.848Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-06T11:15:34.851Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-06T11:15:35.056Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-06T11:15:35.157Z] [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-06T11:15:35.311Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-06T11:15:35.315Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-06T11:15:35.319Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-06T11:15:35.323Z] [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-06T11:15:35.327Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T11:15:35.336Z] [INFO] [STEP 1] Log into the application [2026-07-06T11:15:35.341Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T11:15:35.512Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T11:15:36.739Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-06T11:15:38.050Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-06T11:15:38.268Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-06T11:15:38.491Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-06T11:15:38.793Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-06T11:15:38.818Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-06T11:15:38.822Z] [INFO] [STEP 8] Default should be RWO [2026-07-06T11:15:38.829Z] [INFO] [STEP 9] Switch to RWX [2026-07-06T11:15:38.923Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes [2026-07-06T11:15:39.156Z] [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-06T11:15:39.158Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-06T11:15:39.162Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-06T11:15:39.166Z] [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-06T11:15:39.170Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T11:15:39.179Z] [INFO] [STEP 1] Log into the application [2026-07-06T11:15:39.185Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T11:15:39.345Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T11:15:40.568Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-06T11:15:41.803Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-06T11:15:42.042Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-06T11:15:42.931Z] [INFO] [STEP 5] Submit the form [2026-07-06T11:15:43.017Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-06T11:15:43.178Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-06T11:15:43.396Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-06T11:15:43.404Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-06T11:15:43.603Z] [INFO] [STEP 10] Verify that access mode radio buttons are not available for editing ✓ Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-06T11:15:43.768Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-06T11:15:43.770Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-06T11:15:43.775Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-06T11:15:43.778Z] [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-06T11:15:43.783Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T11:15:43.791Z] [INFO] [STEP 1] Log into the application [2026-07-06T11:15:43.795Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T11:15:43.952Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T11:15:45.075Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-06T11:15:46.639Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-06T11:15:46.986Z] [INFO] [STEP 4] Open create modal [2026-07-06T11:15:47.244Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-06T11:15:47.688Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-06T11:15:47.869Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-06T11:15:47.956Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-06T11:15:47.966Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-06T11:15:48.228Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-06T11:15:48.233Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-06T11:15:48.496Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-06T11:15:48.499Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-06T11:15:48.786Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-06T11:15:48.789Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-06T11:15:49.066Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-06T11:15:49.069Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-06T11:15:49.343Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-06T11:15:49.346Z] [INFO] [STEP 9] Cleaning up project [2026-07-06T11:15:49.630Z] [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 (29s) [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: 29 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-06T11:15:54.444Z] [INFO] Setting tests timeout to: 480 seconds Verify that only the Cluster Admin can access Cluster Settings [2026-07-06T11:15:54.454Z] [INFO] Starting 480s timeout for: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-06T11:15:54.457Z] [INFO] Test title: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-06T11:15:54.462Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-06T11:15:54.467Z] [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-06T11:15:54.474Z] [INFO] Grep tags: ["@SmokeSet2"] - Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-06T11:15:54.533Z] [INFO] Starting 480s timeout for: Test User - should not have access rights to view the Cluster Settings tab [2026-07-06T11:15:54.536Z] [INFO] Test title: Test User - should not have access rights to view the Cluster Settings tab [2026-07-06T11:15:54.541Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-06T11:15:54.545Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-06T11:15:54.550Z] [INFO] Grep tags: ["@SmokeSet2"] - Test User - should not have access rights to view the Cluster Settings tab [2026-07-06T11:15:54.580Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-06T11:15:54.582Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-06T11:15:54.586Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-06T11:15:54.591Z] [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-06T11:15:54.596Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T11:15:54.609Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-06T11:15:54.900Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-06T11:15:54.907Z] [INFO] Dashboard Config: [2026-07-06T11:15:55.174Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-06T11:15:55.181Z] [INFO] Controller Config: [2026-07-06T11:15:55.187Z] [INFO] Executing command: [2026-07-06T11:15:55.452Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-06T11:15:55.458Z] [INFO] Command stderr: [2026-07-06T11:15:55.464Z] [INFO] Raw Controller Culler Config Response: [2026-07-06T11:15:55.467Z] [INFO] Controller Culler Config (Error): [2026-07-06T11:15:55.470Z] [INFO] Check if user is in RHODS user groups [2026-07-06T11:15:55.472Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-06T11:15:55.735Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-06T11:15:55.742Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-06T11:15:55.751Z] [INFO] Check for existing ClusterRoleBinding [2026-07-06T11:15:55.755Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-06T11:15:56.003Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-06T11:15:56.009Z] [INFO] ClusterRoleBinding not found: cypress-test-*** [2026-07-06T11:15:56.016Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-06T11:15:56.283Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783336556019-i9u8xt70z.yaml && rm -f /tmp/cypress-yaml-1783336556019-i9u8xt70z.yaml [2026-07-06T11:15:56.291Z] [INFO] Command exit code: 0 [2026-07-06T11:15:56.297Z] [INFO] Successfully created ClusterRoleBinding [2026-07-06T11:15:56.314Z] [INFO] [STEP 1] Log into the application as admin [2026-07-06T11:15:56.324Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T11:15:56.550Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T11:15:58.630Z] [INFO] [STEP 2] Verify Cluster Settings is visible in navigation [2026-07-06T11:15:59.858Z] [INFO] [STEP 3] Access Settings -> Cluster Settings -> General settings [2026-07-06T11:15:59.973Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/general [2026-07-06T11:16:01.906Z] [INFO] [STEP 4] Access Settings -> Cluster Settings -> Storage classes [2026-07-06T11:16:01.986Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/storage-classes [2026-07-06T11:16:03.794Z] [INFO] [STEP 5] Access Settings -> Environment setup -> Workbench images [2026-07-06T11:16:03.847Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/workbench-images [2026-07-06T11:16:05.454Z] [INFO] [STEP 6] Access Settings -> Environment setup -> Hardware profiles [2026-07-06T11:16:05.536Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/hardware-profiles [2026-07-06T11:16:07.368Z] [INFO] [STEP 7] Access Settings -> Environment setup -> Connection types [2026-07-06T11:16:07.486Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-06T11:16:09.343Z] [INFO] [STEP 8] Access Settings -> Model resources and operations -> Serving runtimes [2026-07-06T11:16:09.458Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/serving-runtimes [2026-07-06T11:16:12.357Z] [INFO] [STEP 9] Access Settings -> Model resources and operations -> Model registry settings [2026-07-06T11:16:12.409Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-06T11:16:13.948Z] [INFO] [STEP 10] Access Settings -> User management [2026-07-06T11:16:14.002Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/user-management [2026-07-06T11:16:15.920Z] [INFO] [STEP 11] Cleanup: Remove test ClusterRoleBinding [2026-07-06T11:16:15.970Z] [INFO] Deleting ClusterRoleBinding: oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-06T11:16:16.380Z] [INFO] [EXEC] oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-06T11:16:16.478Z] [INFO] Successfully deleted ClusterRoleBinding: cypress-test-*** [2026-07-06T11:16:16.576Z] [INFO] Successfully removed test ClusterRoleBinding ✓ Cluster Admin user can access all Settings pages (21281ms) 1 passing (22s) 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: 22 seconds │ │ Spec Ran: settings/clusterSettings/testAdminClusterSettings.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testCreateConnectionTypes.cy.ts (10 of 13) [2026-07-06T11:16:19.952Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-06T11:16:19.962Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-06T11:16:19.965Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-06T11:16:19.971Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-06T11:16:19.975Z] [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-06T11:16:19.980Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T11:16:19.999Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-06T11:16:20.002Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-06T11:16:20.339Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-06T11:16:20.345Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-06T11:16:20.351Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-06T11:16:20.362Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-06T11:16:20.891Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-06T11:16:21.247Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-06T11:16:21.254Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-06T11:16:21.520Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-06T11:16:21.526Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-06T11:16:21.533Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-06T11:16:21.564Z] [INFO] [STEP 1] Log into the application [2026-07-06T11:16:21.576Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T11:16:21.770Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T11:16:23.980Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-06T11:16:25.424Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-06T11:16:26.100Z] [INFO] [STEP 4] Select category [2026-07-06T11:16:26.516Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-06T11:16:27.069Z] [INFO] [STEP 6] Add new section heading [2026-07-06T11:16:29.130Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-06T11:16:29.292Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-06T11:16:29.529Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-06T11:16:29.621Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-06T11:16:29.705Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-06T11:16:29.793Z] [INFO] [STEP 12] Preview connection type. [2026-07-06T11:16:30.514Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-06T11:16:33.088Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-06T11:16:35.280Z] [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 (17758ms) [2026-07-06T11:16:37.786Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-06T11:16:37.789Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-06T11:16:37.793Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-06T11:16:37.797Z] [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-06T11:16:37.801Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T11:16:37.834Z] [INFO] [STEP 1] Log into the application [2026-07-06T11:16:37.840Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T11:16:37.999Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T11:16:39.436Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-06T11:16:40.299Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-06T11:16:40.867Z] [INFO] [STEP 4] Edit the Connection type [2026-07-06T11:16:41.584Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-06T11:16:41.590Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-07-06T11:16:45.600Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-06T11:16:47.900Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-06T11:16:51.582Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-06T11:16:51.936Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-06T11:16:51.940Z] [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-06T11:16:52.232Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-06T11:17:02.003Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (13586ms) 2 passing (42s) [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: 42 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-06T11:17:04.665Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-06T11:17:04.687Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-06T11:17:04.693Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-06T11:17:04.707Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-06T11:17:04.736Z] [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-06T11:17:04.743Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T11:17:04.783Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-06T11:17:04.795Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-06T11:17:05.047Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T11:17:07.970Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-06T11:17:08.089Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted 1 passing (5s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_010.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 4 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-06T11:17:12.318Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-06T11:17:12.349Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-06T11:17:12.359Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-06T11:17:12.369Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-06T11:17:12.375Z] [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-06T11:17:12.384Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T11:17:12.450Z] [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-06T11:17:13.537Z] [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-06T11:17:13.545Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-06T11:17:13.550Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-06T11:17:13.564Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-06T11:17:13.574Z] [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-06T11:17:13.837Z] [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-06T11:17:13.843Z] [INFO] No matching profile found, proceeding with the test. [2026-07-06T11:17:13.849Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-06T11:17:13.863Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783336633853.yaml" -n redhat-ods-applications [2026-07-06T11:17:14.213Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783336633853.yaml" -n redhat-ods-applications [2026-07-06T11:17:14.221Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-06T11:17:14.379Z] [INFO] [EXEC] rm /tmp/temp_1783336633853.yaml [2026-07-06T11:17:14.405Z] [INFO] [STEP 1] Log into the application [2026-07-06T11:17:14.442Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T11:17:14.704Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T11:17:19.059Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-06T11:17:19.258Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-06T11:17:20.130Z] [INFO] [STEP 4] Select the hardware profile [2026-07-06T11:17:20.538Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-06T11:17:20.564Z] [INFO] [STEP 6] Launch a notebook server [2026-07-06T11:17:20.945Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-06T11:17:20.971Z] [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-06T11:17:33.598Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-06T11:17:33.626Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-06T11:17:33.633Z] [INFO] Found 1 matching pods [2026-07-06T11:17:33.636Z] [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-06T11:17:44.771Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-06T11:17:44.797Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-06T11:17:44.803Z] [INFO] [STEP 8] Expand the Event log [2026-07-06T11:17:44.955Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-06T11:17:54.590Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-06T11:17:54.639Z] [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-06T11:17:59.090Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-06T11:17:59.155Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-06T11:17:59.183Z] [INFO] Found 1 matching pods [2026-07-06T11:17:59.251Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-06T11:17:59.644Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-06T11:17:59.654Z] [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-06T11:17:59.737Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-06T11:17:59.771Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-06T11:18:00.041Z] [INFO] [STEP 12] Stop the server [2026-07-06T11:18:00.445Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-06T11:18:00.835Z] [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-06T11:18:02.434Z] [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-06T11:18:02.464Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-06T11:18:02.569Z] [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-06T11:18:03.141Z] [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-06T11:18:03.174Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-06T11:18:03.657Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (48494ms) 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: 51 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-06T11:18:08.136Z] [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-06T11:18:08.160Z] [INFO] Starting 480s timeout for: Admin should access serving runtimes, import a yaml file and then delete [2026-07-06T11:18:08.165Z] [INFO] Test title: Admin should access serving runtimes, import a yaml file and then delete [2026-07-06T11:18:08.183Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2276","@Dashboard","@NonConcurrent","@SettingsCI"] [2026-07-06T11:18:08.239Z] [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-06T11:18:08.249Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-06T11:18:08.332Z] [INFO] Loaded Single-Model Name: single-cypress-vllm-runtime [2026-07-06T11:18:08.341Z] [INFO] Loaded Single-Model Metadata Name: Cypress Single ServingRuntime for KServe [2026-07-06T11:18:08.350Z] [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-06T11:18:08.877Z] [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-06T11:18:08.883Z] [INFO] No matching template found, proceeding with the test. [2026-07-06T11:18:08.950Z] [INFO] [STEP 1] Log into the application [2026-07-06T11:18:08.968Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-06T11:18:09.337Z] [INFO] OAuth login flow detected - completing authentication [2026-07-06T11:18:11.462Z] [INFO] [STEP 2] Navigate to Serving Runtimes and add a new serving runtime [2026-07-06T11:18:11.574Z] [INFO] ⚠️ Note: RHOAIENG-15914 may cause intermittent failures at this step ⚠️ [2026-07-06T11:18:14.207Z] [INFO] Navigation successful | Searching for Add button [2026-07-06T11:18:14.364Z] [INFO] [STEP 3] Select API Protocol [2026-07-06T11:18:14.737Z] [INFO] [STEP 4] Select Model Types [2026-07-06T11:18:14.992Z] [INFO] [STEP 5] Upload a Single-Model Serving runtime yaml file [2026-07-06T11:18:15.079Z] [INFO] [STEP 6] Click to save and verify that creation was successful [2026-07-06T11:18:16.033Z] [INFO] [STEP 7] Verify the model single-cypress-vllm-runtime has been created [2026-07-06T11:18:17.438Z] [INFO] [STEP 8] Delete the model single-cypress-vllm-runtime [2026-07-06T11:18:17.966Z] [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-06T11:18:18.391Z] [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-06T11:18:18.398Z] [INFO] No matching template found, proceeding with the test. ✓ Admin should access serving runtimes, import a yaml file and then delete (9785ms) 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: 10 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:45 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 597ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 406ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:18 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:18 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:17 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:29 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 00:22 3 1 - 2 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 00:42 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:04 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 00:51 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 00:10 1 1 - - - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 04:26 27 19 - 8 -