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-07T13:03:12.264Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-07T13:03:12.285Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-07T13:03:12.291Z] [INFO] Test title: should login and load page [2026-07-07T13:03:12.355Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-07T13:03:12.365Z] [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-07T13:03:12.373Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T13:03:12.389Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T13:03:12.993Z] [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-07T13:03:21.467Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-07T13:03:21.487Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-07T13:03:21.491Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-07T13:03:21.504Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-07T13:03:21.548Z] [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-07T13:03:21.553Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T13:03:21.581Z] [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-07T13:03:22.558Z] [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-07T13:03:22.571Z] [INFO] No notebooks found [2026-07-07T13:03:22.667Z] [INFO] [STEP 1] Log into the application [2026-07-07T13:03:22.755Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T13:03:23.372Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T13:03:29.680Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-07T13:03:29.963Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-07T13:03:31.361Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-07T13:03:31.383Z] [INFO] [STEP 5] Launch a notebook server [2026-07-07T13:03:31.855Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-07T13:03:31.947Z] [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-07T13:03:50.055Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-07T13:03:50.168Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-07T13:03:50.176Z] [INFO] Found 1 matching pods [2026-07-07T13:03:50.346Z] [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-07T13:03:51.460Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-07T13:03:51.670Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-07T13:03:51.775Z] [INFO] [STEP 7] Expand the Event log [2026-07-07T13:03:52.155Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-07T13:04:05.850Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-07T13:04:06.448Z] [INFO] [STEP 10] Stop the server [2026-07-07T13:04:07.551Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (46954ms) 1 passing (47s) [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: 47 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-07T13:04:19.257Z] [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-07T13:04:19.364Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (487ms) 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-07T13:04:30.658Z] [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-07T13:04:30.967Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (712ms) 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-07T13:04:40.652Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-07T13:04:40.749Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-07T13:04:40.764Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-07T13:04:40.852Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-07T13:04:40.865Z] [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-07T13:04:40.949Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T13:04:41.058Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-07T13:04:41.066Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-07T13:04:41.859Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-07T13:04:41.871Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-07T13:04:41.959Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-07T13:04:41.975Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-07T13:04:43.051Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-07T13:04:43.766Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-07T13:04:43.779Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-07T13:04:44.360Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-07T13:04:44.380Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-07T13:04:44.457Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-07T13:04:44.476Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-07T13:04:44.550Z] [INFO] [STEP 1] Log into the application [2026-07-07T13:04:44.560Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T13:04:45.272Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T13:04:49.052Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-07T13:04:52.557Z] [INFO] [STEP 3] Edit project information [2026-07-07T13:04:54.470Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-07T13:04:55.650Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-07T13:04:56.259Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (15102ms) 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-07T13:05:03.053Z] [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-07T13:05:03.075Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-07T13:05:03.080Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-07T13:05:03.097Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-07T13:05:03.150Z] [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-07T13:05:03.155Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T13:05:03.178Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-07T13:05:03.679Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-07T13:05:03.756Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-07T13:05:03.774Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-07T13:05:03.849Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-07T13:05:04.358Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-07T13:05:04.376Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-07T13:05:04.466Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-07T13:05:04.553Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-07T13:05:05.247Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-07T13:05:05.757Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-07T13:05:05.769Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-07T13:05:06.458Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-07T13:05:06.466Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-07T13:05:06.562Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-07T13:05:07.357Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-07T13:05:07.450Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T13:05:07.974Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T13:05:11.851Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-07T13:05:16.163Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-07T13:05:17.370Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-07T13:05:18.278Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-07T13:05:18.362Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T13:05:18.956Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T13:05:18.966Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T13:05:19.478Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T13:05:19.562Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-07T13:05:20.056Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-07T13:05:20.179Z] [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-07T13:05:20.149Z\"}"}}}' [2026-07-07T13:05:20.847Z] [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-07T13:05:20.149Z\"}"}}}' [2026-07-07T13:05:20.960Z] [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-07T13:05:20.871Z\"}"}}}' [2026-07-07T13:05:21.779Z] [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-07T13:05:20.871Z\"}"}}}' [2026-07-07T13:05:22.166Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-07T13:05:22.991Z] [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 (19614ms) 1 passing (20s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_005.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 20 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-07T13:05:28.853Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-07T13:05:28.865Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-07T13:05:28.869Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-07T13:05:28.876Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-07T13:05:28.948Z] [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-07T13:05:28.954Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T13:05:28.970Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-07T13:05:29.456Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-07T13:05:29.464Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-07T13:05:29.473Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-07T13:05:30.072Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783429529477-kwlmoz5w9.yaml && rm -f /tmp/cypress-yaml-1783429529477-kwlmoz5w9.yaml [2026-07-07T13:05:30.078Z] [INFO] Command exit code: 0 [2026-07-07T13:05:30.579Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783429530081-ogdizrajm.yaml && rm -f /tmp/cypress-yaml-1783429530081-ogdizrajm.yaml [2026-07-07T13:05:30.646Z] [INFO] Command exit code: 0 [2026-07-07T13:05:31.061Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783429530648-tn5ho5sub.yaml && rm -f /tmp/cypress-yaml-1783429530648-tn5ho5sub.yaml [2026-07-07T13:05:31.068Z] [INFO] Command exit code: 0 [2026-07-07T13:05:31.556Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783429531070-u0na580yr.yaml && rm -f /tmp/cypress-yaml-1783429531070-u0na580yr.yaml [2026-07-07T13:05:31.564Z] [INFO] Command exit code: 0 [2026-07-07T13:05:32.079Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783429531566-wi8bqhiui.yaml && rm -f /tmp/cypress-yaml-1783429531566-wi8bqhiui.yaml [2026-07-07T13:05:32.085Z] [INFO] Command exit code: 0 [2026-07-07T13:05:32.148Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-07T13:05:32.167Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T13:05:32.554Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T13:05:37.253Z] [INFO] [STEP 2] Check SC row exists [2026-07-07T13:05:37.349Z] [INFO] [STEP 3] Check there's no Default label [2026-07-07T13:05:37.430Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-07T13:05:37.511Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-07T13:05:37.617Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-07T13:05:37.859Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-07T13:05:38.195Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-07T13:05:38.316Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T13:05:38.613Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T13:05:38.669Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (10012ms) [2026-07-07T13:05:38.810Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-07T13:05:38.814Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-07T13:05:38.819Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-07T13:05:38.824Z] [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-07T13:05:38.830Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T13:05:38.857Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-07T13:05:38.867Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T13:05:39.046Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T13:05:40.952Z] [INFO] [STEP 2] Check SC row exists [2026-07-07T13:05:41.057Z] [INFO] [STEP 3] Check there's no Default label [2026-07-07T13:05:41.097Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-07T13:05:41.131Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-07T13:05:41.201Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-07T13:05:41.353Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-07T13:05:41.470Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-07T13:05:41.505Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T13:05:41.824Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T13:05:41.834Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-07T13:05:41.906Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-07T13:05:41.909Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-07T13:05:41.913Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-07T13:05:41.918Z] [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-07T13:05:41.923Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T13:05:41.938Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-07T13:05:41.954Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T13:05:42.121Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T13:05:43.995Z] [INFO] [STEP 2] Check there's no Default label [2026-07-07T13:05:44.097Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-07T13:05:44.160Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-07T13:05:44.318Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-07T13:05:44.738Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-07T13:05:44.769Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T13:05:45.020Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T13:05:45.034Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-07T13:05:45.111Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-07T13:05:45.114Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-07T13:05:45.118Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-07T13:05:45.123Z] [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-07T13:05:45.127Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T13:05:45.152Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-07T13:05:45.162Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T13:05:45.325Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T13:05:47.279Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-07T13:05:47.408Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-07T13:05:47.779Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-07T13:05:47.806Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-07T13:05:47.974Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-07T13:05:47.986Z] [INFO] [STEP 7] Save the changes [2026-07-07T13:05:48.079Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-07T13:05:48.222Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-07T13:05:48.227Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T13:05:48.477Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T13:05:48.490Z] [INFO] Storage Class Config: [2026-07-07T13:05:48.496Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-07T13:05:48.886Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-07T13:05:49.087Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-07T13:05:49.381Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-07T13:05:49.385Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-07T13:05:49.653Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-07T13:05:49.657Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-07T13:05:49.943Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-07T13:05:49.947Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-07T13:05:50.256Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-07T13:05:50.260Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-07T13:05:50.566Z] [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 (22s) [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: 21 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-07T13:05:54.054Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-07T13:05:54.065Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-07T13:05:54.067Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-07T13:05:54.073Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-07T13:05:54.078Z] [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-07T13:05:54.083Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T13:05:54.099Z] [INFO] Loaded test data from fixtures [2026-07-07T13:05:54.111Z] [INFO] Provisioning storage classes with different access modes [2026-07-07T13:05:54.413Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783429554116-5ogjgcpze.yaml && rm -f /tmp/cypress-yaml-1783429554116-5ogjgcpze.yaml [2026-07-07T13:05:54.420Z] [INFO] Command exit code: 0 [2026-07-07T13:05:54.758Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783429554422-f8pff9d64.yaml && rm -f /tmp/cypress-yaml-1783429554422-f8pff9d64.yaml [2026-07-07T13:05:54.764Z] [INFO] Command exit code: 0 [2026-07-07T13:05:55.050Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783429554766-zskca027r.yaml && rm -f /tmp/cypress-yaml-1783429554766-zskca027r.yaml [2026-07-07T13:05:55.069Z] [INFO] Command exit code: 0 [2026-07-07T13:05:55.405Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783429555073-385fvuhjt.yaml && rm -f /tmp/cypress-yaml-1783429555073-385fvuhjt.yaml [2026-07-07T13:05:55.410Z] [INFO] Command exit code: 0 [2026-07-07T13:05:55.674Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783429555412-sb2u1is4y.yaml && rm -f /tmp/cypress-yaml-1783429555412-sb2u1is4y.yaml [2026-07-07T13:05:55.680Z] [INFO] Command exit code: 0 [2026-07-07T13:05:55.684Z] [INFO] Provisioning project [2026-07-07T13:05:55.688Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-07T13:05:55.954Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-07T13:05:55.959Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-07T13:05:55.965Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-07T13:05:55.976Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-07T13:05:56.385Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-07T13:05:56.699Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-07T13:05:56.705Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-07T13:05:56.962Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-07T13:05:56.968Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-07T13:05:56.974Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-07T13:05:57.363Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-07T13:05:57.373Z] [INFO] [STEP 1] Log into the application [2026-07-07T13:05:57.379Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T13:05:57.581Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T13:05:59.258Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-07T13:06:00.989Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-07T13:06:01.259Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-07T13:06:01.417Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-07T13:06:01.532Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-07T13:06:01.649Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (8641ms) [2026-07-07T13:06:02.698Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-07T13:06:02.700Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-07T13:06:02.705Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-07T13:06:02.709Z] [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-07T13:06:02.713Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T13:06:02.722Z] [INFO] [STEP 1] Log into the application [2026-07-07T13:06:02.726Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T13:06:02.900Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T13:06:04.164Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-07T13:06:05.920Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-07T13:06:06.151Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-07T13:06:06.292Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-07T13:06:06.655Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-07T13:06:06.664Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-07T13:06:06.683Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-07T13:06:06.687Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-07T13:06:06.898Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-07T13:06:06.999Z] [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-07T13:06:07.175Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-07T13:06:07.177Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-07T13:06:07.181Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-07T13:06:07.185Z] [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-07T13:06:07.189Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T13:06:07.198Z] [INFO] [STEP 1] Log into the application [2026-07-07T13:06:07.204Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T13:06:07.395Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T13:06:08.480Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-07T13:06:09.785Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-07T13:06:10.084Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-07T13:06:10.250Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-07T13:06:10.588Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-07T13:06:10.610Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-07T13:06:10.613Z] [INFO] [STEP 8] Default should be RWO [2026-07-07T13:06:10.630Z] [INFO] [STEP 9] Switch to RWX [2026-07-07T13:06:10.726Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes [2026-07-07T13:06:10.982Z] [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-07T13:06:10.984Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-07T13:06:10.989Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-07T13:06:10.993Z] [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-07T13:06:10.998Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T13:06:11.007Z] [INFO] [STEP 1] Log into the application [2026-07-07T13:06:11.012Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T13:06:11.166Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T13:06:12.205Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-07T13:06:13.491Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-07T13:06:13.732Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-07T13:06:14.790Z] [INFO] [STEP 5] Submit the form [2026-07-07T13:06:14.878Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-07T13:06:15.038Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-07T13:06:15.266Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-07T13:06:15.275Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-07T13:06:15.481Z] [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-07T13:06:15.659Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-07T13:06:15.662Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-07T13:06:15.666Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-07T13:06:15.673Z] [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-07T13:06:15.678Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T13:06:15.689Z] [INFO] [STEP 1] Log into the application [2026-07-07T13:06:15.694Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T13:06:15.850Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T13:06:16.963Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-07T13:06:18.332Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-07T13:06:18.610Z] [INFO] [STEP 4] Open create modal [2026-07-07T13:06:18.886Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-07T13:06:19.288Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-07T13:06:19.478Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-07T13:06:19.571Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-07T13:06:19.579Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-07T13:06:19.855Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-07T13:06:19.859Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-07T13:06:20.142Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-07T13:06:20.147Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-07T13:06:20.437Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-07T13:06:20.440Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-07T13:06:20.713Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-07T13:06:20.716Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-07T13:06:21.005Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-07T13:06:21.008Z] [INFO] [STEP 9] Cleaning up project [2026-07-07T13:06:21.274Z] [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 (27s) [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: 27 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-07T13:06:26.658Z] [INFO] Setting tests timeout to: 480 seconds Verify that only the Cluster Admin can access Cluster Settings [2026-07-07T13:06:26.670Z] [INFO] Starting 480s timeout for: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-07T13:06:26.673Z] [INFO] Test title: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-07T13:06:26.679Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-07T13:06:26.686Z] [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-07T13:06:26.692Z] [INFO] Grep tags: ["@SmokeSet2"] - Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-07T13:06:26.788Z] [INFO] Starting 480s timeout for: Test User - should not have access rights to view the Cluster Settings tab [2026-07-07T13:06:26.791Z] [INFO] Test title: Test User - should not have access rights to view the Cluster Settings tab [2026-07-07T13:06:26.797Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-07T13:06:26.802Z] [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-07T13:06:26.807Z] [INFO] Grep tags: ["@SmokeSet2"] - Test User - should not have access rights to view the Cluster Settings tab [2026-07-07T13:06:26.860Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-07T13:06:26.863Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-07T13:06:26.869Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-07T13:06:26.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-07T13:06:26.879Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T13:06:26.894Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-07T13:06:27.247Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-07T13:06:27.253Z] [INFO] Dashboard Config: [2026-07-07T13:06:27.546Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-07T13:06:27.553Z] [INFO] Controller Config: [2026-07-07T13:06:27.560Z] [INFO] Executing command: [2026-07-07T13:06:27.872Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-07T13:06:27.879Z] [INFO] Command stderr: [2026-07-07T13:06:27.885Z] [INFO] Raw Controller Culler Config Response: [2026-07-07T13:06:27.888Z] [INFO] Controller Culler Config (Error): [2026-07-07T13:06:27.891Z] [INFO] Check if user is in RHODS user groups [2026-07-07T13:06:27.894Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-07T13:06:28.179Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-07T13:06:28.187Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-07T13:06:28.195Z] [INFO] Check for existing ClusterRoleBinding [2026-07-07T13:06:28.199Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-07T13:06:28.472Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-07T13:06:28.478Z] [INFO] ClusterRoleBinding not found: cypress-test-*** [2026-07-07T13:06:28.484Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-07T13:06:28.780Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783429588488-d82cbnsoe.yaml && rm -f /tmp/cypress-yaml-1783429588488-d82cbnsoe.yaml [2026-07-07T13:06:28.786Z] [INFO] Command exit code: 0 [2026-07-07T13:06:28.792Z] [INFO] Successfully created ClusterRoleBinding [2026-07-07T13:06:28.809Z] [INFO] [STEP 1] Log into the application as admin [2026-07-07T13:06:28.819Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T13:06:29.058Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T13:06:30.668Z] [INFO] [STEP 2] Verify Cluster Settings is visible in navigation [2026-07-07T13:06:31.379Z] [INFO] [STEP 3] Access Settings -> Cluster Settings -> General settings [2026-07-07T13:06:31.488Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/general [2026-07-07T13:06:32.763Z] [INFO] [STEP 4] Access Settings -> Cluster Settings -> Storage classes [2026-07-07T13:06:32.771Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/storage-classes [2026-07-07T13:06:33.791Z] [INFO] [STEP 5] Access Settings -> Environment setup -> Workbench images [2026-07-07T13:06:33.854Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/workbench-images [2026-07-07T13:06:35.404Z] [INFO] [STEP 6] Access Settings -> Environment setup -> Hardware profiles [2026-07-07T13:06:35.441Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/hardware-profiles [2026-07-07T13:06:36.691Z] [INFO] [STEP 7] Access Settings -> Environment setup -> Connection types [2026-07-07T13:06:36.832Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-07T13:06:38.703Z] [INFO] [STEP 8] Access Settings -> Model resources and operations -> Serving runtimes [2026-07-07T13:06:38.846Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/serving-runtimes [2026-07-07T13:06:42.356Z] [INFO] [STEP 9] Access Settings -> Model resources and operations -> Model registry settings [2026-07-07T13:06:42.448Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-07T13:06:44.613Z] [INFO] [STEP 10] Access Settings -> User management [2026-07-07T13:06:44.726Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/user-management [2026-07-07T13:06:47.259Z] [INFO] [STEP 11] Cleanup: Remove test ClusterRoleBinding [2026-07-07T13:06:47.272Z] [INFO] Deleting ClusterRoleBinding: oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-07T13:06:47.730Z] [INFO] [EXEC] oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-07T13:06:47.791Z] [INFO] Successfully deleted ClusterRoleBinding: cypress-test-*** [2026-07-07T13:06:47.954Z] [INFO] Successfully removed test ClusterRoleBinding ✓ Cluster Admin user can access all Settings pages (20195ms) 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: 21 seconds │ │ Spec Ran: settings/clusterSettings/testAdminClusterSettings.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testCreateConnectionTypes.cy.ts (10 of 13) [2026-07-07T13:06:52.184Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-07T13:06:52.195Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-07T13:06:52.198Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-07T13:06:52.204Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-07T13:06:52.211Z] [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-07T13:06:52.251Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T13:06:52.269Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-07T13:06:52.273Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-07T13:06:52.656Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-07T13:06:52.662Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-07T13:06:52.670Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-07T13:06:52.683Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-07T13:06:53.158Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-07T13:06:53.489Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-07T13:06:53.498Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-07T13:06:53.773Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-07T13:06:53.779Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-07T13:06:53.785Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-07T13:06:53.819Z] [INFO] [STEP 1] Log into the application [2026-07-07T13:06:53.850Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T13:06:54.060Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T13:06:55.748Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-07T13:06:56.936Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-07T13:06:57.509Z] [INFO] [STEP 4] Select category [2026-07-07T13:06:57.865Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-07T13:06:58.280Z] [INFO] [STEP 6] Add new section heading [2026-07-07T13:06:59.908Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-07T13:07:00.004Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-07T13:07:00.139Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-07T13:07:00.187Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-07T13:07:00.220Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-07T13:07:00.245Z] [INFO] [STEP 12] Preview connection type. [2026-07-07T13:07:00.670Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-07T13:07:02.290Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-07T13:07:03.030Z] [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 (12553ms) [2026-07-07T13:07:04.882Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-07T13:07:04.885Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-07T13:07:04.889Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-07T13:07:04.895Z] [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-07T13:07:04.900Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T13:07:04.948Z] [INFO] [STEP 1] Log into the application [2026-07-07T13:07:04.958Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T13:07:05.154Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T13:07:06.649Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-07T13:07:08.162Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-07T13:07:08.764Z] [INFO] [STEP 4] Edit the Connection type [2026-07-07T13:07:09.955Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-07T13:07:09.972Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-07-07T13:07:17.471Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-07T13:07:20.448Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-07T13:07:25.312Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-07T13:07:25.777Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-07T13:07:25.846Z] [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-07T13:07:26.330Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-07T13:07:36.416Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (20462ms) 2 passing (44s) [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: 44 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-07T13:07:40.164Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-07T13:07:40.254Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-07T13:07:40.260Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-07T13:07:40.276Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-07T13:07:40.286Z] [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-07T13:07:40.347Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T13:07:40.389Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-07T13:07:40.399Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-07T13:07:40.677Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T13:07:44.378Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-07T13:07:44.586Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted (6041ms) 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: 6 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-07T13:07:50.703Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-07T13:07:50.765Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-07T13:07:50.771Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-07T13:07:50.790Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-07T13:07:50.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-07T13:07:50.851Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T13:07:50.881Z] [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-07T13:07:52.138Z] [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-07T13:07:52.145Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-07T13:07:52.152Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-07T13:07:52.170Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-07T13:07:52.184Z] [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-07T13:07:52.598Z] [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-07T13:07:52.612Z] [INFO] No matching profile found, proceeding with the test. [2026-07-07T13:07:52.674Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-07T13:07:52.760Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783429672684.yaml" -n redhat-ods-applications [2026-07-07T13:07:53.276Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783429672684.yaml" -n redhat-ods-applications [2026-07-07T13:07:53.303Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-07T13:07:53.588Z] [INFO] [EXEC] rm /tmp/temp_1783429672684.yaml [2026-07-07T13:07:53.662Z] [INFO] [STEP 1] Log into the application [2026-07-07T13:07:53.748Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T13:07:54.170Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T13:07:59.779Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-07T13:08:00.070Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-07T13:08:01.152Z] [INFO] [STEP 4] Select the hardware profile [2026-07-07T13:08:01.513Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-07T13:08:01.572Z] [INFO] [STEP 6] Launch a notebook server [2026-07-07T13:08:01.877Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-07T13:08:01.955Z] [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-07T13:08:15.283Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-07T13:08:15.301Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-07T13:08:15.308Z] [INFO] Found 1 matching pods [2026-07-07T13:08:15.313Z] [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-07T13:08:26.226Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-07T13:08:26.260Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-07T13:08:26.292Z] [INFO] [STEP 8] Expand the Event log [2026-07-07T13:08:26.480Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-07T13:08:35.574Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-07T13:08:35.604Z] [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-07T13:08:39.076Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-07T13:08:39.110Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-07T13:08:39.161Z] [INFO] Found 1 matching pods [2026-07-07T13:08:39.184Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-07T13:08:39.486Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-07T13:08:39.532Z] [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-07T13:08:39.536Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-07T13:08:39.541Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-07T13:08:39.782Z] [INFO] [STEP 12] Stop the server [2026-07-07T13:08:40.005Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-07T13:08:40.174Z] [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-07T13:08:41.567Z] [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-07T13:08:41.692Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-07T13:08:41.755Z] [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-07T13:08:42.289Z] [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-07T13:08:42.321Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-07T13:08:42.759Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (49591ms) 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-07T13:08:46.360Z] [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-07T13:08:46.382Z] [INFO] Starting 480s timeout for: Admin should access serving runtimes, import a yaml file and then delete [2026-07-07T13:08:46.387Z] [INFO] Test title: Admin should access serving runtimes, import a yaml file and then delete [2026-07-07T13:08:46.404Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2276","@Dashboard","@NonConcurrent","@SettingsCI"] [2026-07-07T13:08:46.454Z] [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-07T13:08:46.463Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T13:08:46.511Z] [INFO] Loaded Single-Model Name: single-cypress-vllm-runtime [2026-07-07T13:08:46.549Z] [INFO] Loaded Single-Model Metadata Name: Cypress Single ServingRuntime for KServe [2026-07-07T13:08:46.554Z] [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-07T13:08:46.997Z] [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-07T13:08:47.010Z] [INFO] No matching template found, proceeding with the test. [2026-07-07T13:08:47.075Z] [INFO] [STEP 1] Log into the application [2026-07-07T13:08:47.102Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T13:08:47.512Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T13:08:49.571Z] [INFO] [STEP 2] Navigate to Serving Runtimes and add a new serving runtime [2026-07-07T13:08:49.753Z] [INFO] ⚠️ Note: RHOAIENG-15914 may cause intermittent failures at this step ⚠️ [2026-07-07T13:08:52.644Z] [INFO] Navigation successful | Searching for Add button [2026-07-07T13:08:52.861Z] [INFO] [STEP 3] Select API Protocol [2026-07-07T13:08:53.131Z] [INFO] [STEP 4] Select Model Types [2026-07-07T13:08:53.385Z] [INFO] [STEP 5] Upload a Single-Model Serving runtime yaml file [2026-07-07T13:08:53.465Z] [INFO] [STEP 6] Click to save and verify that creation was successful [2026-07-07T13:08:54.159Z] [INFO] [STEP 7] Verify the model single-cypress-vllm-runtime has been created [2026-07-07T13:08:55.453Z] [INFO] [STEP 8] Delete the model single-cypress-vllm-runtime [2026-07-07T13:08:56.112Z] [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-07T13:08:56.654Z] [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-07T13:08:56.768Z] [INFO] No matching template found, proceeding with the test. ✓ Admin should access serving runtimes, import a yaml file and then delete (9834ms) 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:47 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 497ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 720ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:16 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:20 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:21 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:27 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 00:21 3 1 - 2 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 00:44 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:06 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 00:52 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 00:10 1 1 - - - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 04:34 27 19 - 8 -