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-02T17:19:15.845Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-02T17:19:15.863Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-02T17:19:15.868Z] [INFO] Test title: should login and load page [2026-07-02T17:19:15.944Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-02T17:19:15.958Z] [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-02T17:19:15.969Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T17:19:15.987Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T17:19:16.552Z] [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-02T17:19:24.268Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-02T17:19:24.289Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-02T17:19:24.295Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-02T17:19:24.354Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-02T17:19:24.360Z] [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-02T17:19:24.370Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T17:19:24.396Z] [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-02T17:19:25.309Z] [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-02T17:19:25.344Z] [INFO] No notebooks found [2026-07-02T17:19:25.369Z] [INFO] [STEP 1] Log into the application [2026-07-02T17:19:25.396Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T17:19:25.748Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T17:19:31.164Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-02T17:19:31.362Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-02T17:19:32.747Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-02T17:19:32.769Z] [INFO] [STEP 5] Launch a notebook server [2026-07-02T17:19:33.056Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-02T17:19:33.082Z] [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-02T17:19:50.147Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-02T17:19:50.244Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-02T17:19:50.252Z] [INFO] Found 1 matching pods [2026-07-02T17:19:50.273Z] [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-02T17:19:56.655Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-02T17:19:56.757Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-02T17:19:56.860Z] [INFO] [STEP 7] Expand the Event log [2026-07-02T17:19:57.557Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-02T17:20:06.960Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-02T17:20:07.454Z] [INFO] [STEP 10] Stop the server [2026-07-02T17:20:08.642Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (45019ms) 1 passing (45s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 45 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-02T17:20:20.754Z] [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-02T17:20:20.859Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (485ms) 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-02T17:20:32.067Z] [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-02T17:20:32.257Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (498ms) 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-02T17:20:41.958Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-02T17:20:42.064Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-02T17:20:42.071Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-02T17:20:42.151Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-02T17:20:42.163Z] [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-02T17:20:42.176Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T17:20:42.276Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-02T17:20:42.349Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-02T17:20:43.053Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-02T17:20:43.065Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-02T17:20:43.145Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-02T17:20:43.171Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-02T17:20:43.955Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-02T17:20:44.650Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-02T17:20:44.660Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-02T17:20:45.252Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-02T17:20:45.260Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-02T17:20:45.352Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-02T17:20:45.367Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-02T17:20:45.381Z] [INFO] [STEP 1] Log into the application [2026-07-02T17:20:45.448Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T17:20:46.065Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T17:20:50.572Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-02T17:20:55.164Z] [INFO] [STEP 3] Edit project information [2026-07-02T17:20:57.746Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-02T17:20:58.946Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-02T17:20:59.486Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (17095ms) 1 passing (18s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_004.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 17 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-02T17:21:07.863Z] [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-02T17:21:07.967Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-02T17:21:08.047Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-02T17:21:08.067Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-02T17:21:08.152Z] [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-02T17:21:08.244Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T17:21:08.349Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-02T17:21:09.168Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-02T17:21:09.182Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-02T17:21:09.263Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-02T17:21:09.277Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-02T17:21:09.976Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-02T17:21:10.060Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-02T17:21:10.144Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-02T17:21:10.243Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-02T17:21:10.954Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-02T17:21:11.655Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-02T17:21:11.668Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-02T17:21:12.155Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-02T17:21:12.165Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-02T17:21:12.262Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-02T17:21:13.053Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-02T17:21:13.155Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T17:21:13.669Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T17:21:17.280Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-02T17:21:21.953Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-02T17:21:22.973Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-02T17:21:23.841Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-02T17:21:23.957Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T17:21:24.551Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T17:21:24.586Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T17:21:25.152Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T17:21:25.266Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-02T17:21:25.856Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-02T17:21:25.948Z] [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-02T17:21:25.861Z\"}"}}}' [2026-07-02T17:21:26.579Z] [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-02T17:21:25.861Z\"}"}}}' [2026-07-02T17:21:26.589Z] [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-02T17:21:26.581Z\"}"}}}' [2026-07-02T17:21:27.442Z] [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-02T17:21:26.581Z\"}"}}}' [2026-07-02T17:21:27.762Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-02T17:21:28.652Z] [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 (20423ms) 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-02T17:21:36.996Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-02T17:21:37.006Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-02T17:21:37.009Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-02T17:21:37.014Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-02T17:21:37.020Z] [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-02T17:21:37.044Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T17:21:37.058Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-02T17:21:37.370Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-02T17:21:37.376Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-02T17:21:37.383Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-02T17:21:37.650Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783012897388-8akhudu7r.yaml && rm -f /tmp/cypress-yaml-1783012897388-8akhudu7r.yaml [2026-07-02T17:21:37.656Z] [INFO] Command exit code: 0 [2026-07-02T17:21:38.004Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783012897658-28asxv3zn.yaml && rm -f /tmp/cypress-yaml-1783012897658-28asxv3zn.yaml [2026-07-02T17:21:38.010Z] [INFO] Command exit code: 0 [2026-07-02T17:21:38.330Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783012898012-1whwkh4eh.yaml && rm -f /tmp/cypress-yaml-1783012898012-1whwkh4eh.yaml [2026-07-02T17:21:38.337Z] [INFO] Command exit code: 0 [2026-07-02T17:21:38.603Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783012898339-5aynkee43.yaml && rm -f /tmp/cypress-yaml-1783012898339-5aynkee43.yaml [2026-07-02T17:21:38.609Z] [INFO] Command exit code: 0 [2026-07-02T17:21:38.868Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783012898610-lzwavnzue.yaml && rm -f /tmp/cypress-yaml-1783012898610-lzwavnzue.yaml [2026-07-02T17:21:38.874Z] [INFO] Command exit code: 0 [2026-07-02T17:21:38.892Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-02T17:21:38.902Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T17:21:39.172Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T17:21:42.275Z] [INFO] [STEP 2] Check SC row exists [2026-07-02T17:21:42.417Z] [INFO] [STEP 3] Check there's no Default label [2026-07-02T17:21:42.510Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-02T17:21:42.600Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-02T17:21:42.670Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-02T17:21:42.809Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-02T17:21:43.011Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-02T17:21:43.154Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T17:21:43.529Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T17:21:43.542Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (6654ms) [2026-07-02T17:21:43.735Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-02T17:21:43.738Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-02T17:21:43.743Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-02T17:21:43.748Z] [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-02T17:21:43.753Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T17:21:43.772Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-02T17:21:43.782Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T17:21:43.951Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T17:21:46.006Z] [INFO] [STEP 2] Check SC row exists [2026-07-02T17:21:46.037Z] [INFO] [STEP 3] Check there's no Default label [2026-07-02T17:21:46.071Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-02T17:21:46.101Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-02T17:21:46.161Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-02T17:21:46.280Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-02T17:21:46.384Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-02T17:21:46.414Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T17:21:46.677Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T17:21:46.686Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-02T17:21:46.777Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-02T17:21:46.779Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-02T17:21:46.784Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-02T17:21:46.788Z] [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-02T17:21:46.792Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T17:21:46.807Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-02T17:21:46.813Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T17:21:46.993Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T17:21:48.731Z] [INFO] [STEP 2] Check there's no Default label [2026-07-02T17:21:48.829Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-02T17:21:48.900Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-02T17:21:49.054Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-02T17:21:49.463Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-02T17:21:49.494Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T17:21:49.743Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T17:21:49.753Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-02T17:21:49.846Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-02T17:21:49.852Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-02T17:21:49.857Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-02T17:21:49.861Z] [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-02T17:21:49.865Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T17:21:49.886Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-02T17:21:49.897Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T17:21:50.059Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T17:22:01.474Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-02T17:22:01.490Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-02T17:22:01.505Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-02T17:22:01.546Z] [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-02T17:22:01.557Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T17:22:01.569Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-02T17:22:01.809Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-02T17:22:01.815Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-02T17:22:01.821Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-02T17:22:02.184Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783012921822-nrrobbtj2.yaml && rm -f /tmp/cypress-yaml-1783012921822-nrrobbtj2.yaml [2026-07-02T17:22:02.189Z] [INFO] Command exit code: 0 [2026-07-02T17:22:02.512Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783012922191-hzaw1ebdy.yaml && rm -f /tmp/cypress-yaml-1783012922191-hzaw1ebdy.yaml [2026-07-02T17:22:02.517Z] [INFO] Command exit code: 0 [2026-07-02T17:22:02.849Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783012922519-txuh4cd64.yaml && rm -f /tmp/cypress-yaml-1783012922519-txuh4cd64.yaml [2026-07-02T17:22:02.855Z] [INFO] Command exit code: 0 [2026-07-02T17:22:03.151Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783012922857-qd27hdhgf.yaml && rm -f /tmp/cypress-yaml-1783012922857-qd27hdhgf.yaml [2026-07-02T17:22:03.156Z] [INFO] Command exit code: 0 [2026-07-02T17:22:03.447Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783012923158-0c1nw6v6s.yaml && rm -f /tmp/cypress-yaml-1783012923158-0c1nw6v6s.yaml [2026-07-02T17:22:03.453Z] [INFO] Command exit code: 0 [2026-07-02T17:22:03.479Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-02T17:22:03.491Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T17:22:03.743Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T17:22:06.440Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-02T17:22:06.521Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-02T17:22:06.899Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-02T17:22:06.990Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-02T17:22:07.249Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-02T17:22:07.291Z] [INFO] [STEP 7] Save the changes [2026-07-02T17:22:07.444Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-02T17:22:07.736Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-02T17:22:07.740Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T17:22:08.027Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T17:22:08.043Z] [INFO] Storage Class Config: [2026-07-02T17:22:08.049Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-02T17:22:08.654Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-02T17:22:08.933Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-02T17:22:09.196Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-02T17:22:09.200Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-02T17:22:19.472Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-02T17:22:19.476Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-02T17:22:19.731Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-02T17:22:19.735Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-02T17:22:20.013Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-02T17:22:20.017Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-02T17:22:20.299Z] [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 (7497ms) 4 passing (43s) [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: 1 │ │ Video: false │ │ Duration: 43 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/storageC (1919x1079) lasses/storageClasses.cy.ts/An admin user can manage Storage Classes from Settin gs - Storage classes view -- An admin user can edit the access mode of a storage class (failed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-02T17:22:24.542Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-02T17:22:24.552Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-02T17:22:24.556Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-02T17:22:24.562Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-02T17:22:24.566Z] [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-02T17:22:24.573Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T17:22:24.589Z] [INFO] Loaded test data from fixtures [2026-07-02T17:22:24.601Z] [INFO] Provisioning storage classes with different access modes [2026-07-02T17:22:24.989Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783012944607-4tmzhqxh7.yaml && rm -f /tmp/cypress-yaml-1783012944607-4tmzhqxh7.yaml [2026-07-02T17:22:24.995Z] [INFO] Command exit code: 0 [2026-07-02T17:22:25.261Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783012944997-piuauvivj.yaml && rm -f /tmp/cypress-yaml-1783012944997-piuauvivj.yaml [2026-07-02T17:22:25.268Z] [INFO] Command exit code: 0 [2026-07-02T17:22:25.550Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783012945270-b3x3qs4jc.yaml && rm -f /tmp/cypress-yaml-1783012945270-b3x3qs4jc.yaml [2026-07-02T17:22:25.567Z] [INFO] Command exit code: 0 [2026-07-02T17:22:25.904Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783012945571-ucr3jivx9.yaml && rm -f /tmp/cypress-yaml-1783012945571-ucr3jivx9.yaml [2026-07-02T17:22:25.909Z] [INFO] Command exit code: 0 [2026-07-02T17:22:26.198Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783012945911-opnjob68o.yaml && rm -f /tmp/cypress-yaml-1783012945911-opnjob68o.yaml [2026-07-02T17:22:26.205Z] [INFO] Command exit code: 0 [2026-07-02T17:22:26.210Z] [INFO] Provisioning project [2026-07-02T17:22:26.213Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-02T17:22:26.703Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-02T17:22:26.709Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-02T17:22:26.713Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-02T17:22:26.723Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-02T17:22:27.168Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-02T17:22:27.520Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-02T17:22:27.527Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-02T17:22:27.952Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-02T17:22:27.958Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-02T17:22:27.966Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-02T17:22:28.341Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-02T17:22:28.351Z] [INFO] [STEP 1] Log into the application [2026-07-02T17:22:28.358Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T17:22:28.580Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T17:22:30.411Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-02T17:22:32.668Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-02T17:22:33.070Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-02T17:22:33.428Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-02T17:22:33.632Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-02T17:22:33.777Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (10631ms) [2026-07-02T17:22:35.232Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-02T17:22:35.234Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-02T17:22:35.239Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-02T17:22:35.243Z] [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-02T17:22:35.248Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T17:22:35.257Z] [INFO] [STEP 1] Log into the application [2026-07-02T17:22:35.263Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T17:22:35.428Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T17:22:36.676Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-02T17:22:38.764Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-02T17:22:39.250Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-02T17:22:39.652Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-02T17:22:40.152Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-02T17:22:40.162Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-02T17:22:40.181Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-02T17:22:40.186Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-02T17:22:40.452Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-02T17:22:40.563Z] [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 (5480ms) [2026-07-02T17:22:40.808Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-02T17:22:40.811Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-02T17:22:40.846Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-02T17:22:40.852Z] [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-02T17:22:40.859Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T17:22:40.869Z] [INFO] [STEP 1] Log into the application [2026-07-02T17:22:40.876Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T17:22:41.065Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T17:22:42.289Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-02T17:22:44.103Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-02T17:22:44.401Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-02T17:22:44.623Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-02T17:22:44.909Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-02T17:22:44.934Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-02T17:22:44.937Z] [INFO] [STEP 8] Default should be RWO [2026-07-02T17:22:44.946Z] [INFO] [STEP 9] Switch to RWX [2026-07-02T17:22:45.039Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes [2026-07-02T17:22:45.275Z] [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-02T17:22:45.277Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-02T17:22:45.281Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-02T17:22:45.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-02T17:22:45.291Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T17:22:45.301Z] [INFO] [STEP 1] Log into the application [2026-07-02T17:22:45.307Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T17:22:45.505Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T17:22:46.652Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-02T17:22:48.109Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-02T17:22:48.394Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-02T17:22:49.422Z] [INFO] [STEP 5] Submit the form [2026-07-02T17:22:49.517Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-02T17:22:49.685Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-02T17:22:50.054Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-02T17:22:50.067Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-02T17:22:50.176Z] [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 (5050ms) [2026-07-02T17:22:50.346Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-02T17:22:50.349Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-02T17:22:50.356Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-02T17:22:50.361Z] [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-02T17:22:50.366Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T17:22:50.379Z] [INFO] [STEP 1] Log into the application [2026-07-02T17:22:50.386Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T17:22:50.606Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T17:22:51.772Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-02T17:22:53.202Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-02T17:22:53.583Z] [INFO] [STEP 4] Open create modal [2026-07-02T17:22:53.911Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-02T17:22:54.512Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-02T17:22:54.726Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-02T17:22:54.826Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-02T17:22:54.834Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-02T17:22:55.181Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-02T17:22:55.185Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-02T17:22:55.656Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-02T17:22:55.662Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-02T17:22:56.051Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-02T17:22:56.057Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-02T17:22:56.552Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-02T17:22:56.556Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-02T17:22:56.900Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-02T17:22:56.903Z] [INFO] [STEP 9] Cleaning up project [2026-07-02T17:22:57.198Z] [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 (33s) [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: 32 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-02T17:23:03.732Z] [INFO] Setting tests timeout to: 480 seconds Verify that only the Cluster Admin can access Cluster Settings [2026-07-02T17:23:03.751Z] [INFO] Starting 480s timeout for: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-02T17:23:03.755Z] [INFO] Test title: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-02T17:23:03.762Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-02T17:23:03.767Z] [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-02T17:23:03.774Z] [INFO] Grep tags: ["@SmokeSet2"] - Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-02T17:23:03.845Z] [INFO] Starting 480s timeout for: Test User - should not have access rights to view the Cluster Settings tab [2026-07-02T17:23:03.849Z] [INFO] Test title: Test User - should not have access rights to view the Cluster Settings tab [2026-07-02T17:23:03.854Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-02T17:23:03.860Z] [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-02T17:23:03.864Z] [INFO] Grep tags: ["@SmokeSet2"] - Test User - should not have access rights to view the Cluster Settings tab [2026-07-02T17:23:03.896Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-02T17:23:03.899Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-02T17:23:03.904Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-02T17:23:03.942Z] [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-02T17:23:03.947Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T17:23:03.964Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-02T17:23:04.453Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-02T17:23:04.460Z] [INFO] Dashboard Config: [2026-07-02T17:23:04.919Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-02T17:23:04.925Z] [INFO] Controller Config: [2026-07-02T17:23:04.944Z] [INFO] Executing command: [2026-07-02T17:23:05.351Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-02T17:23:05.358Z] [INFO] Command stderr: [2026-07-02T17:23:05.365Z] [INFO] Raw Controller Culler Config Response: [2026-07-02T17:23:05.369Z] [INFO] Controller Culler Config (Error): [2026-07-02T17:23:05.372Z] [INFO] Check if user is in RHODS user groups [2026-07-02T17:23:05.375Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-02T17:23:05.799Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-02T17:23:05.808Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-02T17:23:05.847Z] [INFO] Check for existing ClusterRoleBinding [2026-07-02T17:23:05.854Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-02T17:23:06.246Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-02T17:23:06.253Z] [INFO] ClusterRoleBinding not found: cypress-test-*** [2026-07-02T17:23:06.260Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-02T17:23:06.544Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783012986264-vgb4a210o.yaml && rm -f /tmp/cypress-yaml-1783012986264-vgb4a210o.yaml [2026-07-02T17:23:06.550Z] [INFO] Command exit code: 0 [2026-07-02T17:23:06.558Z] [INFO] Successfully created ClusterRoleBinding [2026-07-02T17:23:06.577Z] [INFO] [STEP 1] Log into the application as admin [2026-07-02T17:23:06.589Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T17:23:06.864Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T17:23:08.796Z] [INFO] [STEP 2] Verify Cluster Settings is visible in navigation [2026-07-02T17:23:09.751Z] [INFO] [STEP 3] Access Settings -> Cluster Settings -> General settings [2026-07-02T17:23:09.824Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/general [2026-07-02T17:23:11.701Z] [INFO] [STEP 4] Access Settings -> Cluster Settings -> Storage classes [2026-07-02T17:23:11.752Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/storage-classes [2026-07-02T17:23:13.322Z] [INFO] [STEP 5] Access Settings -> Environment setup -> Workbench images [2026-07-02T17:23:13.390Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/workbench-images [2026-07-02T17:23:15.014Z] [INFO] [STEP 6] Access Settings -> Environment setup -> Hardware profiles [2026-07-02T17:23:15.081Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/hardware-profiles [2026-07-02T17:23:16.592Z] [INFO] [STEP 7] Access Settings -> Environment setup -> Connection types [2026-07-02T17:23:16.704Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-02T17:23:18.048Z] [INFO] [STEP 8] Access Settings -> Model resources and operations -> Serving runtimes [2026-07-02T17:23:18.151Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/serving-runtimes [2026-07-02T17:23:21.008Z] [INFO] [STEP 9] Access Settings -> Model resources and operations -> Model registry settings [2026-07-02T17:23:21.120Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-02T17:23:23.073Z] [INFO] [STEP 10] Access Settings -> User management [2026-07-02T17:23:23.170Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/user-management [2026-07-02T17:23:26.575Z] [INFO] [STEP 11] Cleanup: Remove test ClusterRoleBinding [2026-07-02T17:23:26.585Z] [INFO] Deleting ClusterRoleBinding: oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-02T17:23:26.940Z] [INFO] [EXEC] oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-02T17:23:26.947Z] [INFO] Successfully deleted ClusterRoleBinding: cypress-test-*** [2026-07-02T17:23:27.004Z] [INFO] Successfully removed test ClusterRoleBinding ✓ Cluster Admin user can access all Settings pages (22528ms) 1 passing (24s) 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: 23 seconds │ │ Spec Ran: settings/clusterSettings/testAdminClusterSettings.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testCreateConnectionTypes.cy.ts (10 of 13) [2026-07-02T17:23:30.528Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-02T17:23:30.539Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-02T17:23:30.541Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-02T17:23:30.547Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-02T17:23:30.553Z] [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-02T17:23:30.557Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T17:23:30.575Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-02T17:23:30.579Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-02T17:23:30.851Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-02T17:23:30.858Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-02T17:23:30.865Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-02T17:23:30.876Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-02T17:23:31.301Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-02T17:23:31.597Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-02T17:23:31.604Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-02T17:23:31.896Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-02T17:23:31.902Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-02T17:23:31.907Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-02T17:23:31.936Z] [INFO] [STEP 1] Log into the application [2026-07-02T17:23:31.948Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T17:23:32.162Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T17:23:33.845Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-02T17:23:34.922Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-02T17:23:35.532Z] [INFO] [STEP 4] Select category [2026-07-02T17:23:35.893Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-02T17:23:36.308Z] [INFO] [STEP 6] Add new section heading [2026-07-02T17:23:37.946Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-02T17:23:38.042Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-02T17:23:38.184Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-02T17:23:38.234Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-02T17:23:38.267Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-02T17:23:38.292Z] [INFO] [STEP 12] Preview connection type. [2026-07-02T17:23:38.701Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-02T17:23:40.402Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-02T17:23:41.151Z] [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 (11966ms) [2026-07-02T17:23:42.511Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-02T17:23:42.513Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-02T17:23:42.517Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-02T17:23:42.522Z] [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-02T17:23:42.526Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T17:23:42.546Z] [INFO] [STEP 1] Log into the application [2026-07-02T17:23:42.554Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T17:23:42.714Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T17:23:43.830Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-02T17:23:44.630Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-02T17:23:45.078Z] [INFO] [STEP 4] Edit the Connection type [2026-07-02T17:23:45.796Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-02T17:23:45.806Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-07-02T17:23:49.888Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-02T17:23:52.082Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-02T17:23:56.210Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-02T17:23:56.580Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-02T17:23:56.584Z] [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-02T17:23:56.944Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-02T17:24:05.529Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (13401ms) 2 passing (35s) [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: 35 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-02T17:24:09.182Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-02T17:24:09.213Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-02T17:24:09.242Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-02T17:24:09.251Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-02T17:24:09.261Z] [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-02T17:24:09.266Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T17:24:09.301Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-02T17:24:09.310Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-02T17:24:09.562Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T17:24:12.344Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-02T17:24:12.450Z] [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 (4s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_010.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 4 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-02T17:24:16.569Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-02T17:24:16.593Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-02T17:24:16.598Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-02T17:24:16.607Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-02T17:24:16.612Z] [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-02T17:24:16.644Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T17:24:16.677Z] [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-02T17:24:17.568Z] [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-02T17:24:17.580Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-02T17:24:17.583Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-02T17:24:17.593Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-02T17:24:17.597Z] [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-02T17:24:17.957Z] [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-02T17:24:17.964Z] [INFO] No matching profile found, proceeding with the test. [2026-07-02T17:24:17.979Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-02T17:24:17.999Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783013057987.yaml" -n redhat-ods-applications [2026-07-02T17:24:18.319Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783013057987.yaml" -n redhat-ods-applications [2026-07-02T17:24:18.326Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-02T17:24:18.458Z] [INFO] [EXEC] rm /tmp/temp_1783013057987.yaml [2026-07-02T17:24:18.491Z] [INFO] [STEP 1] Log into the application [2026-07-02T17:24:18.522Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T17:24:18.722Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T17:24:21.856Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-02T17:24:22.041Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-02T17:24:22.525Z] [INFO] [STEP 4] Select the hardware profile [2026-07-02T17:24:22.763Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-02T17:24:22.783Z] [INFO] [STEP 6] Launch a notebook server [2026-07-02T17:24:22.941Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-02T17:24:22.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-02T17:24:36.687Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-02T17:24:36.761Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-02T17:24:36.768Z] [INFO] Found 1 matching pods [2026-07-02T17:24:36.775Z] [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-02T17:24:42.163Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-02T17:24:42.353Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-02T17:24:42.452Z] [INFO] [STEP 8] Expand the Event log [2026-07-02T17:24:42.847Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-02T17:24:56.695Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-02T17:24:56.761Z] [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-02T17:25:00.146Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-02T17:25:00.159Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-02T17:25:00.185Z] [INFO] Found 1 matching pods [2026-07-02T17:25:00.215Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-02T17:25:00.550Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-02T17:25:00.583Z] [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-02T17:25:00.589Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-02T17:25:00.593Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-02T17:25:00.789Z] [INFO] [STEP 12] Stop the server [2026-07-02T17:25:01.021Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-02T17:25:01.203Z] [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-02T17:25:02.566Z] [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-02T17:25:02.663Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-02T17:25:02.701Z] [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-02T17:25:03.321Z] [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-02T17:25:03.331Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-02T17:25:03.913Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (44711ms) 1 passing (48s) [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: 47 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-02T17:25:07.377Z] [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-02T17:25:07.400Z] [INFO] Starting 480s timeout for: Admin should access serving runtimes, import a yaml file and then delete [2026-07-02T17:25:07.445Z] [INFO] Test title: Admin should access serving runtimes, import a yaml file and then delete [2026-07-02T17:25:07.463Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2276","@Dashboard","@NonConcurrent","@SettingsCI"] [2026-07-02T17:25:07.469Z] [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-02T17:25:07.480Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T17:25:07.588Z] [INFO] Loaded Single-Model Name: single-cypress-vllm-runtime [2026-07-02T17:25:07.597Z] [INFO] Loaded Single-Model Metadata Name: Cypress Single ServingRuntime for KServe [2026-07-02T17:25:07.603Z] [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-02T17:25:08.092Z] [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-02T17:25:08.107Z] [INFO] No matching template found, proceeding with the test. [2026-07-02T17:25:08.174Z] [INFO] [STEP 1] Log into the application [2026-07-02T17:25:08.255Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T17:25:08.568Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T17:25:11.271Z] [INFO] [STEP 2] Navigate to Serving Runtimes and add a new serving runtime [2026-07-02T17:25:11.474Z] [INFO] ⚠️ Note: RHOAIENG-15914 may cause intermittent failures at this step ⚠️ [2026-07-02T17:25:15.058Z] [INFO] Navigation successful | Searching for Add button [2026-07-02T17:25:15.257Z] [INFO] [STEP 3] Select API Protocol [2026-07-02T17:25:15.752Z] [INFO] [STEP 4] Select Model Types [2026-07-02T17:25:16.171Z] [INFO] [STEP 5] Upload a Single-Model Serving runtime yaml file [2026-07-02T17:25:16.286Z] [INFO] [STEP 6] Click to save and verify that creation was successful [2026-07-02T17:25:17.668Z] [INFO] [STEP 7] Verify the model single-cypress-vllm-runtime has been created [2026-07-02T17:25:18.945Z] [INFO] [STEP 8] Delete the model single-cypress-vllm-runtime [2026-07-02T17:25:19.953Z] [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-02T17:25:20.784Z] [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-02T17:25:20.868Z] [INFO] No matching template found, proceeding with the test. ✓ Admin should access serving runtimes, import a yaml file and then delete (12501ms) 1 passing (14s) [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: 13 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" Enhance report Create HTML report HTML report successfully created! /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/index.html ================================================================================ (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ application.cy.ts 00:04 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testLaunchStand 00:45 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 489ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 504ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:17 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:21 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:43 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:32 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 00:23 3 1 - 2 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 00:35 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:04 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 00:47 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 00:13 1 1 - - - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 04:50 27 19 - 8 -