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-07T17:20:23.002Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-07T17:20:23.044Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-07T17:20:23.057Z] [INFO] Test title: should login and load page [2026-07-07T17:20:23.079Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-07T17:20:23.087Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-07T17:20:23.098Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T17:20:23.156Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T17:20:23.773Z] [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-07T17:20:32.750Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-07T17:20:32.781Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-07T17:20:32.787Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-07T17:20:32.847Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-07T17:20:32.857Z] [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-07T17:20:32.867Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T17:20:32.896Z] [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-07T17:20:34.280Z] [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-07T17:20:34.296Z] [INFO] No notebooks found [2026-07-07T17:20:34.359Z] [INFO] [STEP 1] Log into the application [2026-07-07T17:20:34.387Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T17:20:34.785Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T17:20:41.375Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-07T17:20:41.557Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-07T17:20:42.956Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-07T17:20:43.056Z] [INFO] [STEP 5] Launch a notebook server [2026-07-07T17:20:43.562Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-07T17:20:43.651Z] [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-07T17:21:01.563Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-07T17:21:01.667Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-07T17:21:01.757Z] [INFO] Found 1 matching pods [2026-07-07T17:21:01.855Z] [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-07T17:21:02.860Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-07T17:21:02.956Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-07T17:21:02.962Z] [INFO] [STEP 7] Expand the Event log [2026-07-07T17:21:03.253Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-07T17:21:17.369Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-07T17:21:18.057Z] [INFO] [STEP 10] Stop the server [2026-07-07T17:21:19.062Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (46894ms) 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-07T17:21:31.450Z] [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-07T17:21:31.562Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (510ms) 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-07T17:21:42.963Z] [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-07T17:21:43.155Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (510ms) 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-07T17:21:53.056Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-07T17:21:53.150Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-07T17:21:53.158Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-07T17:21:53.258Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-07T17:21:53.268Z] [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-07T17:21:53.353Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T17:21:53.557Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-07T17:21:53.648Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-07T17:21:54.860Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-07T17:21:55.151Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-07T17:21:55.259Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-07T17:21:55.449Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-07T17:21:56.359Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-07T17:21:57.258Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-07T17:21:57.277Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-07T17:21:58.051Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-07T17:21:58.353Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-07T17:21:58.550Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-07T17:21:58.562Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-07T17:21:58.666Z] [INFO] [STEP 1] Log into the application [2026-07-07T17:21:58.853Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T17:21:59.752Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T17:22:05.547Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-07T17:22:11.771Z] [INFO] [STEP 3] Edit project information [2026-07-07T17:22:15.052Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-07T17:22:15.878Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-07T17:22:16.554Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (22823ms) 1 passing (24s) [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: 23 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-07T17:22:25.244Z] [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-07T17:22:25.272Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-07T17:22:25.345Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-07T17:22:25.359Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-07T17:22:25.372Z] [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-07T17:22:25.380Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T17:22:25.468Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-07T17:22:26.158Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-07T17:22:26.168Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-07T17:22:26.246Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-07T17:22:26.262Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-07T17:22:26.959Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-07T17:22:26.968Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-07T17:22:27.054Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-07T17:22:27.146Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-07T17:22:27.777Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-07T17:22:28.659Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-07T17:22:28.670Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-07T17:22:29.275Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-07T17:22:29.284Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-07T17:22:29.353Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-07T17:22:30.150Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-07T17:22:30.275Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T17:22:30.851Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T17:22:34.857Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-07T17:22:39.976Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-07T17:22:41.180Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-07T17:22:41.958Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-07T17:22:42.050Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T17:22:42.560Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T17:22:42.592Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T17:22:43.258Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T17:22:43.293Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-07T17:22:43.858Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-07T17:22:43.972Z] [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-07T17:22:43.884Z\"}"}}}' [2026-07-07T17:22:44.482Z] [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-07T17:22:43.884Z\"}"}}}' [2026-07-07T17:22:44.559Z] [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-07T17:22:44.549Z\"}"}}}' [2026-07-07T17:22:45.157Z] [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-07T17:22:44.549Z\"}"}}}' [2026-07-07T17:22:45.448Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-07T17:22:46.156Z] [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 (20705ms) 1 passing (21s) [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: 21 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-07T17:22:53.508Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-07T17:22:53.555Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-07T17:22:53.559Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-07T17:22:53.567Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-07T17:22:53.574Z] [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-07T17:22:53.581Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T17:22:53.651Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-07T17:22:53.926Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-07T17:22:53.934Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-07T17:22:53.942Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-07T17:22:54.223Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783444973946-dsqpf1ut1.yaml && rm -f /tmp/cypress-yaml-1783444973946-dsqpf1ut1.yaml [2026-07-07T17:22:54.230Z] [INFO] Command exit code: 0 [2026-07-07T17:22:54.498Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783444974232-d8dnh073z.yaml && rm -f /tmp/cypress-yaml-1783444974232-d8dnh073z.yaml [2026-07-07T17:22:54.504Z] [INFO] Command exit code: 0 [2026-07-07T17:22:54.776Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783444974506-51537cqxo.yaml && rm -f /tmp/cypress-yaml-1783444974506-51537cqxo.yaml [2026-07-07T17:22:54.783Z] [INFO] Command exit code: 0 [2026-07-07T17:22:55.054Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783444974784-hb7ws74l4.yaml && rm -f /tmp/cypress-yaml-1783444974784-hb7ws74l4.yaml [2026-07-07T17:22:55.061Z] [INFO] Command exit code: 0 [2026-07-07T17:22:55.338Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783444975063-h3ycdt506.yaml && rm -f /tmp/cypress-yaml-1783444975063-h3ycdt506.yaml [2026-07-07T17:22:55.345Z] [INFO] Command exit code: 0 [2026-07-07T17:22:55.364Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-07T17:22:55.373Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T17:22:55.624Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T17:22:58.503Z] [INFO] [STEP 2] Check SC row exists [2026-07-07T17:22:58.630Z] [INFO] [STEP 3] Check there's no Default label [2026-07-07T17:22:58.681Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-07T17:22:58.734Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-07T17:22:58.775Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-07T17:22:58.882Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-07T17:22:58.988Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-07T17:22:59.043Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T17:22:59.369Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T17:22:59.380Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (5984ms) [2026-07-07T17:22:59.480Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-07T17:22:59.483Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-07T17:22:59.487Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-07T17:22:59.492Z] [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-07T17:22:59.497Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T17:22:59.515Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-07T17:22:59.524Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T17:22:59.690Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T17:23:01.883Z] [INFO] [STEP 2] Check SC row exists [2026-07-07T17:23:01.912Z] [INFO] [STEP 3] Check there's no Default label [2026-07-07T17:23:01.941Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-07T17:23:01.981Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-07T17:23:02.040Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-07T17:23:02.147Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-07T17:23:02.253Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-07T17:23:02.286Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T17:23:02.547Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T17:23:02.559Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-07T17:23:02.662Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-07T17:23:02.665Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-07T17:23:02.670Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-07T17:23:02.674Z] [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-07T17:23:02.678Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T17:23:02.697Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-07T17:23:02.707Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T17:23:02.877Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T17:23:04.977Z] [INFO] [STEP 2] Check there's no Default label [2026-07-07T17:23:05.071Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-07T17:23:05.136Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-07T17:23:05.345Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-07T17:23:05.742Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-07T17:23:05.769Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T17:23:06.026Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T17:23:06.042Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-07T17:23:06.131Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-07T17:23:06.134Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-07T17:23:06.138Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-07T17:23:06.142Z] [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-07T17:23:06.148Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T17:23:06.170Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-07T17:23:06.179Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T17:23:06.346Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T17:23:08.315Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-07T17:23:08.447Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-07T17:23:08.719Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-07T17:23:08.742Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-07T17:23:08.912Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-07T17:23:08.927Z] [INFO] [STEP 7] Save the changes [2026-07-07T17:23:09.019Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-07T17:23:09.156Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-07T17:23:09.161Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T17:23:09.415Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-07T17:23:09.427Z] [INFO] Storage Class Config: [2026-07-07T17:23:09.430Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-07T17:23:09.820Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-07T17:23:10.015Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-07T17:23:10.292Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-07T17:23:10.295Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-07T17:23:10.575Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-07T17:23:10.579Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-07T17:23:10.895Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-07T17:23:10.899Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-07T17:23:11.202Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-07T17:23:11.206Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-07T17:23:11.544Z] [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: 18 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-07T17:23:15.863Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-07T17:23:15.874Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-07T17:23:15.877Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-07T17:23:15.884Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-07T17:23:15.889Z] [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-07T17:23:15.894Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T17:23:15.945Z] [INFO] Loaded test data from fixtures [2026-07-07T17:23:15.960Z] [INFO] Provisioning storage classes with different access modes [2026-07-07T17:23:16.270Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783444995964-hs8sgward.yaml && rm -f /tmp/cypress-yaml-1783444995964-hs8sgward.yaml [2026-07-07T17:23:16.276Z] [INFO] Command exit code: 0 [2026-07-07T17:23:16.629Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783444996278-qphx5lib6.yaml && rm -f /tmp/cypress-yaml-1783444996278-qphx5lib6.yaml [2026-07-07T17:23:16.635Z] [INFO] Command exit code: 0 [2026-07-07T17:23:16.963Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783444996636-262h2ppe4.yaml && rm -f /tmp/cypress-yaml-1783444996636-262h2ppe4.yaml [2026-07-07T17:23:17.050Z] [INFO] Command exit code: 0 [2026-07-07T17:23:17.556Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783444997054-ajzr1hyem.yaml && rm -f /tmp/cypress-yaml-1783444997054-ajzr1hyem.yaml [2026-07-07T17:23:17.563Z] [INFO] Command exit code: 0 [2026-07-07T17:23:17.930Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783444997565-oz9pha3cy.yaml && rm -f /tmp/cypress-yaml-1783444997565-oz9pha3cy.yaml [2026-07-07T17:23:17.946Z] [INFO] Command exit code: 0 [2026-07-07T17:23:17.951Z] [INFO] Provisioning project [2026-07-07T17:23:17.955Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-07T17:23:18.323Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-07T17:23:18.329Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-07T17:23:18.335Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-07T17:23:18.347Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-07T17:23:18.734Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-07T17:23:19.052Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-07T17:23:19.060Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-07T17:23:19.455Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-07T17:23:19.462Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-07T17:23:19.470Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-07T17:23:19.945Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-07T17:23:19.957Z] [INFO] [STEP 1] Log into the application [2026-07-07T17:23:19.963Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T17:23:20.344Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T17:23:22.292Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-07T17:23:24.290Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-07T17:23:24.728Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-07T17:23:25.082Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-07T17:23:25.228Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-07T17:23:25.411Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (11187ms) [2026-07-07T17:23:27.103Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-07T17:23:27.106Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-07T17:23:27.112Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-07T17:23:27.117Z] [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-07T17:23:27.122Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T17:23:27.132Z] [INFO] [STEP 1] Log into the application [2026-07-07T17:23:27.138Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T17:23:27.316Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T17:23:28.486Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-07T17:23:29.969Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-07T17:23:30.259Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-07T17:23:30.504Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-07T17:23:30.822Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-07T17:23:30.834Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-07T17:23:30.854Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-07T17:23:30.858Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-07T17:23:31.058Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-07T17:23:31.165Z] [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-07T17:23:31.332Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-07T17:23:31.335Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-07T17:23:31.341Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-07T17:23:31.346Z] [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-07T17:23:31.352Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T17:23:31.363Z] [INFO] [STEP 1] Log into the application [2026-07-07T17:23:31.371Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T17:23:31.547Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T17:23:32.837Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-07T17:23:34.120Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-07T17:23:34.370Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-07T17:23:34.647Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-07T17:23:34.942Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-07T17:23:34.968Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-07T17:23:34.972Z] [INFO] [STEP 8] Default should be RWO [2026-07-07T17:23:34.981Z] [INFO] [STEP 9] Switch to RWX [2026-07-07T17:23:35.080Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes [2026-07-07T17:23:35.332Z] [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-07T17:23:35.335Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-07T17:23:35.340Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-07T17:23:35.347Z] [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-07T17:23:35.352Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T17:23:35.363Z] [INFO] [STEP 1] Log into the application [2026-07-07T17:23:35.371Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T17:23:35.538Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T17:23:36.777Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-07T17:23:38.485Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-07T17:23:38.802Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-07T17:23:39.850Z] [INFO] [STEP 5] Submit the form [2026-07-07T17:23:39.941Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-07T17:23:40.118Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-07T17:23:40.353Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-07T17:23:40.362Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-07T17:23:40.570Z] [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 (5394ms) [2026-07-07T17:23:40.790Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-07T17:23:40.794Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-07T17:23:40.800Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-07T17:23:40.805Z] [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-07T17:23:40.810Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T17:23:40.820Z] [INFO] [STEP 1] Log into the application [2026-07-07T17:23:40.828Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T17:23:41.016Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T17:23:42.451Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-07T17:23:44.153Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-07T17:23:44.415Z] [INFO] [STEP 4] Open create modal [2026-07-07T17:23:44.799Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-07T17:23:45.200Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-07T17:23:45.390Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-07T17:23:45.484Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-07T17:23:45.493Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-07T17:23:45.778Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-07T17:23:45.783Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-07T17:23:46.076Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-07T17:23:46.080Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-07T17:23:46.388Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-07T17:23:46.392Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-07T17:23:46.682Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-07T17:23:46.691Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-07T17:23:46.988Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-07T17:23:46.992Z] [INFO] [STEP 9] Cleaning up project [2026-07-07T17:23:47.281Z] [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 (32s) [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: 31 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-07T17:23:53.364Z] [INFO] Setting tests timeout to: 480 seconds Verify that only the Cluster Admin can access Cluster Settings [2026-07-07T17:23:53.376Z] [INFO] Starting 480s timeout for: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-07T17:23:53.380Z] [INFO] Test title: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-07T17:23:53.386Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-07T17:23:53.391Z] [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-07T17:23:53.400Z] [INFO] Grep tags: ["@SmokeSet2"] - Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-07T17:23:53.466Z] [INFO] Starting 480s timeout for: Test User - should not have access rights to view the Cluster Settings tab [2026-07-07T17:23:53.469Z] [INFO] Test title: Test User - should not have access rights to view the Cluster Settings tab [2026-07-07T17:23:53.474Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-07T17:23:53.480Z] [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-07T17:23:53.485Z] [INFO] Grep tags: ["@SmokeSet2"] - Test User - should not have access rights to view the Cluster Settings tab [2026-07-07T17:23:53.549Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-07T17:23:53.552Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-07T17:23:53.557Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-07T17:23:53.562Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-07T17:23:53.568Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T17:23:53.584Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-07T17:23:53.890Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-07T17:23:53.896Z] [INFO] Dashboard Config: [2026-07-07T17:23:54.231Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-07T17:23:54.237Z] [INFO] Controller Config: [2026-07-07T17:23:54.243Z] [INFO] Executing command: [2026-07-07T17:23:54.558Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-07T17:23:54.565Z] [INFO] Command stderr: [2026-07-07T17:23:54.571Z] [INFO] Raw Controller Culler Config Response: [2026-07-07T17:23:54.575Z] [INFO] Controller Culler Config (Error): [2026-07-07T17:23:54.577Z] [INFO] Check if user is in RHODS user groups [2026-07-07T17:23:54.580Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-07T17:23:55.082Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-07T17:23:55.092Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-07T17:23:55.101Z] [INFO] Check for existing ClusterRoleBinding [2026-07-07T17:23:55.105Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-07T17:23:55.553Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-07T17:23:55.561Z] [INFO] ClusterRoleBinding not found: cypress-test-*** [2026-07-07T17:23:55.568Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-07T17:23:55.957Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783445035574-y1d4w9zj0.yaml && rm -f /tmp/cypress-yaml-1783445035574-y1d4w9zj0.yaml [2026-07-07T17:23:55.965Z] [INFO] Command exit code: 0 [2026-07-07T17:23:55.971Z] [INFO] Successfully created ClusterRoleBinding [2026-07-07T17:23:56.056Z] [INFO] [STEP 1] Log into the application as admin [2026-07-07T17:23:56.069Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T17:23:56.387Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T17:23:58.353Z] [INFO] [STEP 2] Verify Cluster Settings is visible in navigation [2026-07-07T17:23:59.416Z] [INFO] [STEP 3] Access Settings -> Cluster Settings -> General settings [2026-07-07T17:23:59.560Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/general [2026-07-07T17:24:01.368Z] [INFO] [STEP 4] Access Settings -> Cluster Settings -> Storage classes [2026-07-07T17:24:01.425Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/storage-classes [2026-07-07T17:24:03.060Z] [INFO] [STEP 5] Access Settings -> Environment setup -> Workbench images [2026-07-07T17:24:03.118Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/workbench-images [2026-07-07T17:24:05.092Z] [INFO] [STEP 6] Access Settings -> Environment setup -> Hardware profiles [2026-07-07T17:24:05.278Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/hardware-profiles [2026-07-07T17:24:07.688Z] [INFO] [STEP 7] Access Settings -> Environment setup -> Connection types [2026-07-07T17:24:07.847Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-07T17:24:10.321Z] [INFO] [STEP 8] Access Settings -> Model resources and operations -> Serving runtimes [2026-07-07T17:24:10.452Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/serving-runtimes [2026-07-07T17:24:13.433Z] [INFO] [STEP 9] Access Settings -> Model resources and operations -> Model registry settings [2026-07-07T17:24:13.539Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-07T17:24:15.777Z] [INFO] [STEP 10] Access Settings -> User management [2026-07-07T17:24:15.892Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/user-management [2026-07-07T17:24:18.645Z] [INFO] [STEP 11] Cleanup: Remove test ClusterRoleBinding [2026-07-07T17:24:18.657Z] [INFO] Deleting ClusterRoleBinding: oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-07T17:24:19.086Z] [INFO] [EXEC] oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-07T17:24:19.093Z] [INFO] Successfully deleted ClusterRoleBinding: cypress-test-*** [2026-07-07T17:24:19.150Z] [INFO] Successfully removed test ClusterRoleBinding ✓ Cluster Admin user can access all Settings pages (24978ms) 1 passing (26s) 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: 26 seconds │ │ Spec Ran: settings/clusterSettings/testAdminClusterSettings.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testCreateConnectionTypes.cy.ts (10 of 13) [2026-07-07T17:24:22.454Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-07T17:24:22.466Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-07T17:24:22.470Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-07T17:24:22.476Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-07T17:24:22.483Z] [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-07T17:24:22.488Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T17:24:22.559Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-07T17:24:22.564Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-07T17:24:23.054Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-07T17:24:23.061Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-07T17:24:23.070Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-07T17:24:23.082Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-07T17:24:23.753Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-07T17:24:24.199Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-07T17:24:24.208Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-07T17:24:24.574Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-07T17:24:24.581Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-07T17:24:24.588Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-07T17:24:24.645Z] [INFO] [STEP 1] Log into the application [2026-07-07T17:24:24.659Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T17:24:24.952Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T17:24:27.777Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-07T17:24:30.463Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-07T17:24:31.653Z] [INFO] [STEP 4] Select category [2026-07-07T17:24:32.209Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-07T17:24:33.170Z] [INFO] [STEP 6] Add new section heading [2026-07-07T17:24:36.852Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-07T17:24:37.062Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-07T17:24:37.501Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-07T17:24:37.654Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-07T17:24:37.789Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-07T17:24:37.961Z] [INFO] [STEP 12] Preview connection type. [2026-07-07T17:24:39.187Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-07T17:24:43.253Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-07T17:24:45.370Z] [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 (26380ms) [2026-07-07T17:24:48.970Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-07T17:24:48.973Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-07T17:24:48.978Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-07T17:24:48.982Z] [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-07T17:24:48.987Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T17:24:49.046Z] [INFO] [STEP 1] Log into the application [2026-07-07T17:24:49.052Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T17:24:49.244Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T17:24:50.647Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-07T17:24:51.873Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-07T17:24:52.568Z] [INFO] [STEP 4] Edit the Connection type [2026-07-07T17:24:53.411Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-07T17:24:53.420Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-07-07T17:25:00.892Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-07T17:25:05.077Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-07T17:25:12.702Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-07T17:25:13.458Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-07T17:25:13.465Z] [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-07T17:25:14.273Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-07T17:25:25.587Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (23692ms) 2 passing (1m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_009.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 2 │ │ Passing: 2 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 1 minute, 3 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-07T17:25:28.911Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-07T17:25:28.968Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-07T17:25:28.979Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-07T17:25:28.991Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-07T17:25:28.998Z] [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-07T17:25:29.010Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T17:25:29.084Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-07T17:25:29.096Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-07T17:25:29.380Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T17:25:32.563Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-07T17:25:32.698Z] [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: 5 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-07T17:25:37.282Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-07T17:25:37.352Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-07T17:25:37.359Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-07T17:25:37.370Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-07T17:25:37.379Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-07T17:25:37.385Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T17:25:37.446Z] [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-07T17:25:38.498Z] [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-07T17:25:38.508Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-07T17:25:38.518Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-07T17:25:38.522Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-07T17:25:38.527Z] [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-07T17:25:38.875Z] [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-07T17:25:38.889Z] [INFO] No matching profile found, proceeding with the test. [2026-07-07T17:25:38.905Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-07T17:25:38.948Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783445138914.yaml" -n redhat-ods-applications [2026-07-07T17:25:39.254Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783445138914.yaml" -n redhat-ods-applications [2026-07-07T17:25:39.276Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-07T17:25:39.426Z] [INFO] [EXEC] rm /tmp/temp_1783445138914.yaml [2026-07-07T17:25:39.471Z] [INFO] [STEP 1] Log into the application [2026-07-07T17:25:39.506Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T17:25:39.780Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T17:25:43.664Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-07T17:25:43.850Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-07T17:25:44.446Z] [INFO] [STEP 4] Select the hardware profile [2026-07-07T17:25:44.714Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-07T17:25:44.754Z] [INFO] [STEP 6] Launch a notebook server [2026-07-07T17:25:44.955Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-07T17:25:44.978Z] [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-07T17:25:58.217Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-07T17:25:58.268Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-07T17:25:58.292Z] [INFO] Found 1 matching pods [2026-07-07T17:25:58.345Z] [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-07T17:26:07.142Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-07T17:26:07.150Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-07T17:26:07.155Z] [INFO] [STEP 8] Expand the Event log [2026-07-07T17:26:07.286Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-07T17:26:18.562Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-07T17:26:18.591Z] [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-07T17:26:22.856Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-07T17:26:22.954Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-07T17:26:22.979Z] [INFO] Found 1 matching pods [2026-07-07T17:26:22.983Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-07T17:26:23.547Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-07T17:26:23.579Z] [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-07T17:26:23.585Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-07T17:26:23.659Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-07T17:26:23.956Z] [INFO] [STEP 12] Stop the server [2026-07-07T17:26:24.356Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-07T17:26:24.749Z] [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-07T17:26:26.296Z] [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-07T17:26:26.304Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-07T17:26:26.365Z] [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-07T17:26:26.904Z] [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-07T17:26:26.961Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-07T17:26:27.398Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (47436ms) 1 passing (50s) [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: 50 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-07T17:26:31.100Z] [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-07T17:26:31.159Z] [INFO] Starting 480s timeout for: Admin should access serving runtimes, import a yaml file and then delete [2026-07-07T17:26:31.170Z] [INFO] Test title: Admin should access serving runtimes, import a yaml file and then delete [2026-07-07T17:26:31.182Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2276","@Dashboard","@NonConcurrent","@SettingsCI"] [2026-07-07T17:26:31.191Z] [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-07T17:26:31.197Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-07T17:26:31.291Z] [INFO] Loaded Single-Model Name: single-cypress-vllm-runtime [2026-07-07T17:26:31.297Z] [INFO] Loaded Single-Model Metadata Name: Cypress Single ServingRuntime for KServe [2026-07-07T17:26:31.302Z] [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-07T17:26:31.857Z] [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-07T17:26:31.864Z] [INFO] No matching template found, proceeding with the test. [2026-07-07T17:26:31.893Z] [INFO] [STEP 1] Log into the application [2026-07-07T17:26:31.961Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-07T17:26:32.279Z] [INFO] OAuth login flow detected - completing authentication [2026-07-07T17:26:34.291Z] [INFO] [STEP 2] Navigate to Serving Runtimes and add a new serving runtime [2026-07-07T17:26:34.392Z] [INFO] ⚠️ Note: RHOAIENG-15914 may cause intermittent failures at this step ⚠️ [2026-07-07T17:26:38.133Z] [INFO] Navigation successful | Searching for Add button [2026-07-07T17:26:38.288Z] [INFO] [STEP 3] Select API Protocol [2026-07-07T17:26:38.560Z] [INFO] [STEP 4] Select Model Types [2026-07-07T17:26:38.795Z] [INFO] [STEP 5] Upload a Single-Model Serving runtime yaml file [2026-07-07T17:26:38.845Z] [INFO] [STEP 6] Click to save and verify that creation was successful [2026-07-07T17:26:39.457Z] [INFO] [STEP 7] Verify the model single-cypress-vllm-runtime has been created [2026-07-07T17:26:41.042Z] [INFO] [STEP 8] Delete the model single-cypress-vllm-runtime [2026-07-07T17:26:41.581Z] [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-07T17:26:42.149Z] [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-07T17:26:42.178Z] [INFO] No matching template found, proceeding with the test. ✓ Admin should access serving runtimes, import a yaml file and then delete (10416ms) 1 passing (11s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_012.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 11 seconds │ │ Spec Ran: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Start generate report process Read and merge jsons from "/workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons" Media folder "/workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots" not found, nothing to copy Enhance report Create HTML report HTML report successfully created! /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/index.html ================================================================================ (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ application.cy.ts 00:04 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testLaunchStand 00:47 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 586ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 598ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:23 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:21 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:18 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:31 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 00:26 3 1 - 2 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 01:03 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:05 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 00:50 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 00:11 1 1 - - - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 05:03 27 19 - 8 -