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-02T06:55:53.669Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-02T06:55:53.694Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-02T06:55:53.772Z] [INFO] Test title: should login and load page [2026-07-02T06:55:53.781Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-02T06:55:53.791Z] [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-02T06:55:53.796Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T06:55:53.810Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T06:55:54.669Z] [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: 5 seconds │ │ Spec Ran: application.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts (2 of 13) [2026-07-02T06:56:03.222Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-02T06:56:03.277Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-02T06:56:03.282Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-02T06:56:03.295Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-02T06:56:03.302Z] [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-02T06:56:03.310Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T06:56:03.374Z] [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-02T06:56:04.581Z] [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-02T06:56:04.592Z] [INFO] No notebooks found [2026-07-02T06:56:04.618Z] [INFO] [STEP 1] Log into the application [2026-07-02T06:56:04.670Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T06:56:05.079Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T06:56:11.203Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-02T06:56:11.494Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-02T06:56:12.881Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-02T06:56:12.982Z] [INFO] [STEP 5] Launch a notebook server [2026-07-02T06:56:13.477Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-02T06:56:13.571Z] [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-02T06:56:31.275Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-02T06:56:31.294Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-02T06:56:31.384Z] [INFO] Found 1 matching pods [2026-07-02T06:56:31.469Z] [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-02T06:56:36.490Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-02T06:56:36.571Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-02T06:56:36.672Z] [INFO] [STEP 7] Expand the Event log [2026-07-02T06:56:36.971Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-02T06:56:47.285Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-02T06:56:47.967Z] [INFO] [STEP 10] Stop the server [2026-07-02T06:56:49.082Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (46268ms) 1 passing (46s) [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: 46 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-02T06:56:59.186Z] [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-02T06:56:59.280Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (487ms) 2 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_002.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 2 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 2 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: dataScienceProjects/testProjectContributorPermissions.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectCreation.cy.ts (4 of 13) [2026-07-02T06:57:09.974Z] [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-02T06:57:10.171Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (583ms) 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-02T06:57:18.880Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-02T06:57:18.985Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-02T06:57:18.991Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-02T06:57:19.079Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-02T06:57:19.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-02T06:57:19.172Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T06:57:19.278Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-02T06:57:19.285Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-02T06:57:20.378Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-02T06:57:20.471Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-02T06:57:20.567Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-02T06:57:20.591Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-02T06:57:21.982Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-02T06:57:22.979Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-02T06:57:22.990Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-02T06:57:23.977Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-02T06:57:23.993Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-02T06:57:24.067Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-02T06:57:24.094Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-02T06:57:24.175Z] [INFO] [STEP 1] Log into the application [2026-07-02T06:57:24.184Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T06:57:24.902Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T06:57:29.403Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-02T06:57:33.492Z] [INFO] [STEP 3] Edit project information [2026-07-02T06:57:35.883Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-02T06:57:36.572Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-02T06:57:37.041Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (17731ms) 1 passing (18s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_004.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 18 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-02T06:57:44.098Z] [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-02T06:57:44.177Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-02T06:57:44.189Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-02T06:57:44.200Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-02T06:57:44.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-02T06:57:44.277Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T06:57:44.302Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-02T06:57:44.921Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-02T06:57:44.929Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-02T06:57:44.984Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-02T06:57:44.993Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-02T06:57:45.406Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-02T06:57:45.414Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-02T06:57:45.471Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-02T06:57:45.569Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-02T06:57:46.374Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-02T06:57:46.976Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-02T06:57:46.984Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-02T06:57:47.476Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-02T06:57:47.492Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-02T06:57:47.512Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-02T06:57:48.277Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-02T06:57:48.311Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T06:57:48.701Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T06:57:53.103Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-02T06:57:57.586Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-02T06:57:58.174Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-02T06:57:58.609Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-02T06:57:58.636Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T06:57:59.003Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T06:57:59.012Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T06:57:59.396Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T06:57:59.443Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-02T06:57:59.896Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-02T06:57:59.941Z] [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-02T06:57:59.916Z\"}"}}}' [2026-07-02T06:58:00.335Z] [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-02T06:57:59.916Z\"}"}}}' [2026-07-02T06:58:00.344Z] [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-02T06:58:00.337Z\"}"}}}' [2026-07-02T06:58:00.728Z] [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-02T06:58:00.337Z\"}"}}}' [2026-07-02T06:58:00.898Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-02T06:58:01.515Z] [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 (17306ms) 1 passing (18s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_005.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 17 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-02T06:58:06.536Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-02T06:58:06.576Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-02T06:58:06.579Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-02T06:58:06.587Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-02T06:58:06.593Z] [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-02T06:58:06.600Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T06:58:06.616Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-02T06:58:07.005Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-02T06:58:07.011Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-02T06:58:07.018Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-02T06:58:07.446Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782975487022-hhx7ulsoj.yaml && rm -f /tmp/cypress-yaml-1782975487022-hhx7ulsoj.yaml [2026-07-02T06:58:07.452Z] [INFO] Command exit code: 0 [2026-07-02T06:58:07.819Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782975487454-8bv459fdi.yaml && rm -f /tmp/cypress-yaml-1782975487454-8bv459fdi.yaml [2026-07-02T06:58:07.824Z] [INFO] Command exit code: 0 [2026-07-02T06:58:08.159Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782975487826-wc7ihf8mc.yaml && rm -f /tmp/cypress-yaml-1782975487826-wc7ihf8mc.yaml [2026-07-02T06:58:08.165Z] [INFO] Command exit code: 0 [2026-07-02T06:58:08.515Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782975488166-0ovxy5sdp.yaml && rm -f /tmp/cypress-yaml-1782975488166-0ovxy5sdp.yaml [2026-07-02T06:58:08.520Z] [INFO] Command exit code: 0 [2026-07-02T06:58:08.935Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782975488522-0cf6qgmth.yaml && rm -f /tmp/cypress-yaml-1782975488522-0cf6qgmth.yaml [2026-07-02T06:58:08.941Z] [INFO] Command exit code: 0 [2026-07-02T06:58:08.961Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-02T06:58:08.973Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T06:58:09.257Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T06:58:13.534Z] [INFO] [STEP 2] Check SC row exists [2026-07-02T06:58:13.692Z] [INFO] [STEP 3] Check there's no Default label [2026-07-02T06:58:13.804Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-02T06:58:13.914Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-02T06:58:14.005Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-02T06:58:14.184Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-02T06:58:14.412Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-02T06:58:14.511Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T06:58:14.895Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T06:58:14.960Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (8530ms) [2026-07-02T06:58:15.157Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-02T06:58:15.160Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-02T06:58:15.168Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-02T06:58:15.172Z] [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-02T06:58:15.178Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T06:58:15.198Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-02T06:58:15.206Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T06:58:15.846Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-02T06:58:15.849Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-02T06:58:15.852Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-02T06:58:15.856Z] [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-02T06:58:15.861Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T06:58:15.870Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-02T06:58:16.184Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-02T06:58:16.190Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-02T06:58:16.197Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-02T06:58:16.803Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782975496199-ano52z2iv.yaml && rm -f /tmp/cypress-yaml-1782975496199-ano52z2iv.yaml [2026-07-02T06:58:16.809Z] [INFO] Command exit code: 0 [2026-07-02T06:58:17.245Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782975496811-4kte7643u.yaml && rm -f /tmp/cypress-yaml-1782975496811-4kte7643u.yaml [2026-07-02T06:58:17.251Z] [INFO] Command exit code: 0 [2026-07-02T06:58:17.604Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782975497252-am0w8pblz.yaml && rm -f /tmp/cypress-yaml-1782975497252-am0w8pblz.yaml [2026-07-02T06:58:17.609Z] [INFO] Command exit code: 0 [2026-07-02T06:58:17.961Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782975497611-413zt0m5x.yaml && rm -f /tmp/cypress-yaml-1782975497611-413zt0m5x.yaml [2026-07-02T06:58:17.966Z] [INFO] Command exit code: 0 [2026-07-02T06:58:18.371Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782975497968-dnvc82er5.yaml && rm -f /tmp/cypress-yaml-1782975497968-dnvc82er5.yaml [2026-07-02T06:58:18.377Z] [INFO] Command exit code: 0 [2026-07-02T06:58:18.395Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-02T06:58:18.403Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T06:58:18.694Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T06:58:21.260Z] [INFO] [STEP 2] Check SC row exists [2026-07-02T06:58:21.358Z] [INFO] [STEP 3] Check there's no Default label [2026-07-02T06:58:21.419Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-02T06:58:21.471Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-02T06:58:21.552Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-02T06:58:21.680Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-02T06:58:21.871Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-02T06:58:21.915Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T06:58:22.247Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T06:58:22.257Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class (6457ms) [2026-07-02T06:58:22.374Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-02T06:58:22.376Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-02T06:58:22.380Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-02T06:58:22.384Z] [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-02T06:58:22.388Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T06:58:22.403Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-02T06:58:22.410Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T06:58:22.673Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T06:58:24.768Z] [INFO] [STEP 2] Check there's no Default label [2026-07-02T06:58:24.863Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-02T06:58:24.917Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-02T06:58:25.047Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-02T06:58:25.495Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-02T06:58:25.521Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T06:58:25.814Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T06:58:25.823Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-02T06:58:25.900Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-02T06:58:25.902Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-02T06:58:25.906Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-02T06:58:25.910Z] [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-02T06:58:25.913Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T06:58:25.934Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-02T06:58:25.941Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T06:58:26.274Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T06:58:28.459Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-02T06:58:28.520Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-02T06:58:28.734Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-02T06:58:28.784Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-02T06:58:28.939Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-02T06:58:28.949Z] [INFO] [STEP 7] Save the changes [2026-07-02T06:58:29.039Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-02T06:58:29.184Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-02T06:58:29.187Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T06:58:29.461Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-02T06:58:29.472Z] [INFO] Storage Class Config: [2026-07-02T06:58:29.475Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-02T06:58:29.865Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-02T06:58:30.044Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-02T06:58:30.448Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-02T06:58:30.451Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-02T06:58:30.786Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-02T06:58:30.789Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-02T06:58:31.120Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-02T06:58:31.123Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-02T06:58:31.467Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-02T06:58:31.469Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-02T06:58:31.791Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-vsphere-volume --ignore-not-found=true ✓ An admin user can edit the access mode of a storage class 4 passing (25s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_006.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 4 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 1 │ │ Video: false │ │ Duration: 25 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 disable an enabled Storage Class (failed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-02T06:58:35.897Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-02T06:58:35.907Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-02T06:58:35.910Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-02T06:58:35.915Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-02T06:58:35.919Z] [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-02T06:58:35.924Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T06:58:35.941Z] [INFO] Loaded test data from fixtures [2026-07-02T06:58:35.969Z] [INFO] Provisioning storage classes with different access modes [2026-07-02T06:58:36.330Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782975515980-hlcsu09vy.yaml && rm -f /tmp/cypress-yaml-1782975515980-hlcsu09vy.yaml [2026-07-02T06:58:36.336Z] [INFO] Command exit code: 0 [2026-07-02T06:58:36.691Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782975516338-e14s3h62p.yaml && rm -f /tmp/cypress-yaml-1782975516338-e14s3h62p.yaml [2026-07-02T06:58:36.697Z] [INFO] Command exit code: 0 [2026-07-02T06:58:37.037Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782975516699-qftwufql8.yaml && rm -f /tmp/cypress-yaml-1782975516699-qftwufql8.yaml [2026-07-02T06:58:37.055Z] [INFO] Command exit code: 0 [2026-07-02T06:58:37.400Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782975517059-75hurvna4.yaml && rm -f /tmp/cypress-yaml-1782975517059-75hurvna4.yaml [2026-07-02T06:58:37.405Z] [INFO] Command exit code: 0 [2026-07-02T06:58:37.761Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782975517407-hmhnn5c1w.yaml && rm -f /tmp/cypress-yaml-1782975517407-hmhnn5c1w.yaml [2026-07-02T06:58:37.766Z] [INFO] Command exit code: 0 [2026-07-02T06:58:37.769Z] [INFO] Provisioning project [2026-07-02T06:58:37.772Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-02T06:58:38.100Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-02T06:58:38.106Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-02T06:58:38.111Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-02T06:58:38.122Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-02T06:58:38.655Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-02T06:58:39.034Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-02T06:58:39.040Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-02T06:58:39.359Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-02T06:58:39.365Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-02T06:58:39.370Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-02T06:58:39.909Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-02T06:58:39.919Z] [INFO] [STEP 1] Log into the application [2026-07-02T06:58:39.926Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T06:58:40.224Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T06:58:42.346Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-02T06:58:44.621Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-02T06:58:45.232Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-02T06:58:45.597Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-02T06:58:45.814Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-02T06:58:45.990Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (11484ms) [2026-07-02T06:58:47.514Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-02T06:58:47.516Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-02T06:58:47.520Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-02T06:58:47.526Z] [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-02T06:58:47.530Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T06:58:47.539Z] [INFO] [STEP 1] Log into the application [2026-07-02T06:58:47.544Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T06:58:47.908Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T06:58:49.324Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-02T06:58:51.027Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-02T06:58:51.233Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-02T06:58:51.403Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-02T06:58:51.894Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-02T06:58:51.904Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-02T06:58:51.920Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-02T06:58:51.923Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-02T06:58:52.113Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-02T06:58:52.214Z] [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-02T06:58:52.372Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-02T06:58:52.375Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-02T06:58:52.380Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-02T06:58:52.384Z] [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-02T06:58:52.388Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T06:58:52.397Z] [INFO] [STEP 1] Log into the application [2026-07-02T06:58:52.403Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T06:58:52.668Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T06:58:54.111Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-02T06:58:55.646Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-02T06:58:55.916Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-02T06:58:56.250Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-02T06:58:56.714Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-02T06:58:56.772Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-02T06:58:56.778Z] [INFO] [STEP 8] Default should be RWO [2026-07-02T06:58:56.787Z] [INFO] [STEP 9] Switch to RWX [2026-07-02T06:58:56.882Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes [2026-07-02T06:58:57.126Z] [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-02T06:58:57.128Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-02T06:58:57.132Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-02T06:58:57.135Z] [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-02T06:58:57.139Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T06:58:57.167Z] [INFO] [STEP 1] Log into the application [2026-07-02T06:58:57.172Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T06:58:57.451Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T06:58:59.158Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-02T06:59:00.850Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-02T06:59:01.318Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-02T06:59:02.688Z] [INFO] [STEP 5] Submit the form [2026-07-02T06:59:02.843Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-02T06:59:03.144Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-02T06:59:03.595Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-02T06:59:03.636Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-02T06:59:03.871Z] [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 (7034ms) [2026-07-02T06:59:04.255Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-02T06:59:04.257Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-02T06:59:04.261Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-02T06:59:04.265Z] [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-02T06:59:04.268Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T06:59:04.277Z] [INFO] [STEP 1] Log into the application [2026-07-02T06:59:04.281Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T06:59:04.544Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T06:59:05.976Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-02T06:59:07.471Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-02T06:59:07.762Z] [INFO] [STEP 4] Open create modal [2026-07-02T06:59:07.902Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-02T06:59:08.460Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-02T06:59:08.688Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-02T06:59:08.787Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-02T06:59:08.795Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-02T06:59:09.132Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-02T06:59:09.136Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-02T06:59:09.470Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-02T06:59:09.474Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-02T06:59:09.806Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-02T06:59:09.809Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-02T06:59:10.148Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-02T06:59:10.151Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-02T06:59:10.502Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-02T06:59:10.506Z] [INFO] [STEP 9] Cleaning up project [2026-07-02T06:59:10.838Z] [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 (35s) [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: 35 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-02T06:59:15.862Z] [INFO] Setting tests timeout to: 480 seconds Verify that only the Cluster Admin can access Cluster Settings [2026-07-02T06:59:15.872Z] [INFO] Starting 480s timeout for: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-02T06:59:15.875Z] [INFO] Test title: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-02T06:59:15.880Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-02T06:59:15.885Z] [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-02T06:59:15.889Z] [INFO] Grep tags: ["@SmokeSet2"] - Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-02T06:59:15.928Z] [INFO] Starting 480s timeout for: Test User - should not have access rights to view the Cluster Settings tab [2026-07-02T06:59:15.931Z] [INFO] Test title: Test User - should not have access rights to view the Cluster Settings tab [2026-07-02T06:59:15.936Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-02T06:59:15.940Z] [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-02T06:59:15.945Z] [INFO] Grep tags: ["@SmokeSet2"] - Test User - should not have access rights to view the Cluster Settings tab [2026-07-02T06:59:15.995Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-02T06:59:15.998Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-02T06:59:16.003Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-02T06:59:16.008Z] [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-02T06:59:16.012Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T06:59:16.025Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-02T06:59:16.384Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-02T06:59:16.390Z] [INFO] Dashboard Config: [2026-07-02T06:59:16.703Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-02T06:59:16.709Z] [INFO] Controller Config: [2026-07-02T06:59:16.715Z] [INFO] Executing command: [2026-07-02T06:59:17.059Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-02T06:59:17.071Z] [INFO] Command stderr: [2026-07-02T06:59:17.078Z] [INFO] Raw Controller Culler Config Response: [2026-07-02T06:59:17.082Z] [INFO] Controller Culler Config (Error): [2026-07-02T06:59:17.085Z] [INFO] Check if user is in RHODS user groups [2026-07-02T06:59:17.088Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-02T06:59:17.615Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-02T06:59:17.623Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-02T06:59:17.632Z] [INFO] Check for existing ClusterRoleBinding [2026-07-02T06:59:17.637Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-02T06:59:18.019Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-02T06:59:18.025Z] [INFO] ClusterRoleBinding not found: cypress-test-*** [2026-07-02T06:59:18.032Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-02T06:59:18.446Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782975558035-xbifrbtn5.yaml && rm -f /tmp/cypress-yaml-1782975558035-xbifrbtn5.yaml [2026-07-02T06:59:18.452Z] [INFO] Command exit code: 0 [2026-07-02T06:59:18.460Z] [INFO] Successfully created ClusterRoleBinding [2026-07-02T06:59:18.484Z] [INFO] [STEP 1] Log into the application as admin [2026-07-02T06:59:18.494Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T06:59:18.881Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T06:59:22.295Z] [INFO] [STEP 2] Verify Cluster Settings is visible in navigation [2026-07-02T06:59:23.268Z] [INFO] [STEP 3] Access Settings -> Cluster Settings -> General settings [2026-07-02T06:59:23.357Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/general [2026-07-02T06:59:25.631Z] [INFO] [STEP 4] Access Settings -> Cluster Settings -> Storage classes [2026-07-02T06:59:25.698Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/storage-classes [2026-07-02T06:59:27.622Z] [INFO] [STEP 5] Access Settings -> Environment setup -> Workbench images [2026-07-02T06:59:27.722Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/workbench-images [2026-07-02T06:59:29.461Z] [INFO] [STEP 6] Access Settings -> Environment setup -> Hardware profiles [2026-07-02T06:59:29.548Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/hardware-profiles [2026-07-02T06:59:31.032Z] [INFO] [STEP 7] Access Settings -> Environment setup -> Connection types [2026-07-02T06:59:31.238Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-02T06:59:33.014Z] [INFO] [STEP 8] Access Settings -> Model resources and operations -> Serving runtimes [2026-07-02T06:59:33.104Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/serving-runtimes [2026-07-02T06:59:36.507Z] [INFO] [STEP 9] Access Settings -> Model resources and operations -> Model registry settings [2026-07-02T06:59:36.610Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-02T06:59:38.691Z] [INFO] [STEP 10] Access Settings -> User management [2026-07-02T06:59:38.799Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/user-management [2026-07-02T06:59:41.496Z] [INFO] [STEP 11] Cleanup: Remove test ClusterRoleBinding [2026-07-02T06:59:41.546Z] [INFO] Deleting ClusterRoleBinding: oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-02T06:59:41.976Z] [INFO] [EXEC] oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-02T06:59:42.090Z] [INFO] Successfully deleted ClusterRoleBinding: cypress-test-*** [2026-07-02T06:59:42.193Z] [INFO] Successfully removed test ClusterRoleBinding ✓ Cluster Admin user can access all Settings pages (25387ms) 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-02T06:59:45.708Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-02T06:59:45.718Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-02T06:59:45.721Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-02T06:59:45.727Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-02T06:59:45.771Z] [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-02T06:59:45.777Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T06:59:45.798Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-02T06:59:45.802Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-02T06:59:46.229Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-02T06:59:46.234Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-02T06:59:46.240Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-02T06:59:46.250Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-02T06:59:46.839Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-02T06:59:47.223Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-02T06:59:47.229Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-02T06:59:47.559Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-02T06:59:47.565Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-02T06:59:47.571Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-02T06:59:47.603Z] [INFO] [STEP 1] Log into the application [2026-07-02T06:59:47.615Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T06:59:47.898Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T06:59:49.972Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-02T06:59:51.416Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-02T06:59:52.091Z] [INFO] [STEP 4] Select category [2026-07-02T06:59:52.544Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-02T06:59:53.070Z] [INFO] [STEP 6] Add new section heading [2026-07-02T06:59:55.173Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-02T06:59:55.312Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-02T06:59:55.611Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-02T06:59:55.696Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-02T06:59:55.773Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-02T06:59:55.854Z] [INFO] [STEP 12] Preview connection type. [2026-07-02T06:59:56.558Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-02T06:59:58.878Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-02T07:00:00.106Z] [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 (16715ms) [2026-07-02T07:00:02.486Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-02T07:00:02.488Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-02T07:00:02.493Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-02T07:00:02.497Z] [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-02T07:00:02.502Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T07:00:02.522Z] [INFO] [STEP 1] Log into the application [2026-07-02T07:00:02.529Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T07:00:02.795Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T07:00:04.215Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-02T07:00:05.138Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-02T07:00:05.748Z] [INFO] [STEP 4] Edit the Connection type [2026-07-02T07:00:06.561Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-02T07:00:06.569Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-07-02T07:00:11.425Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-02T07:00:13.673Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-02T07:00:17.324Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-02T07:00:17.746Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-02T07:00:17.750Z] [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-02T07:00:18.133Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-02T07:00:27.758Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (14808ms) 2 passing (42s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_009.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 2 │ │ Passing: 2 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 42 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-02T07:00:31.046Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-02T07:00:31.071Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-02T07:00:31.076Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-02T07:00:31.088Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-02T07:00:31.098Z] [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-02T07:00:31.103Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T07:00:31.132Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-02T07:00:31.149Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-02T07:00:31.523Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T07:00:35.367Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-02T07:00:35.485Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted (5732ms) 1 passing (6s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_010.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 5 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-02T07:00:39.760Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-02T07:00:39.780Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-02T07:00:39.786Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-02T07:00:39.799Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-02T07:00:39.804Z] [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-02T07:00:39.812Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T07:00:39.840Z] [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-02T07:00:41.162Z] [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-02T07:00:41.169Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-02T07:00:41.173Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-02T07:00:41.184Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-02T07:00:41.189Z] [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-02T07:00:41.522Z] [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-02T07:00:41.537Z] [INFO] No matching profile found, proceeding with the test. [2026-07-02T07:00:41.552Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-02T07:00:41.576Z] [INFO] Executing command: oc apply -f "/tmp/temp_1782975641556.yaml" -n redhat-ods-applications [2026-07-02T07:00:42.151Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1782975641556.yaml" -n redhat-ods-applications [2026-07-02T07:00:42.178Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-02T07:00:42.331Z] [INFO] [EXEC] rm /tmp/temp_1782975641556.yaml [2026-07-02T07:00:42.377Z] [INFO] [STEP 1] Log into the application [2026-07-02T07:00:42.416Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T07:00:42.753Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T07:00:46.293Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-02T07:00:46.438Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-02T07:00:47.076Z] [INFO] [STEP 4] Select the hardware profile [2026-07-02T07:00:47.358Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-02T07:00:47.398Z] [INFO] [STEP 6] Launch a notebook server [2026-07-02T07:00:47.561Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-02T07:00:47.581Z] [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-02T07:01:01.084Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-02T07:01:01.192Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-02T07:01:01.199Z] [INFO] Found 1 matching pods [2026-07-02T07:01:01.202Z] [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-02T07:01:13.481Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-02T07:01:13.490Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-02T07:01:13.512Z] [INFO] [STEP 8] Expand the Event log [2026-07-02T07:01:13.871Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-02T07:01:21.316Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-02T07:01:21.391Z] [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-02T07:01:25.586Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-02T07:01:25.618Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-02T07:01:25.641Z] [INFO] Found 1 matching pods [2026-07-02T07:01:25.680Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-02T07:01:26.108Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-02T07:01:26.159Z] [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-02T07:01:26.182Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-02T07:01:26.234Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-02T07:01:26.479Z] [INFO] [STEP 12] Stop the server [2026-07-02T07:01:26.672Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-02T07:01:26.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-02T07:01:28.390Z] [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-02T07:01:28.419Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-02T07:01:28.484Z] [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-02T07:01:29.012Z] [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-02T07:01:29.022Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-02T07:01:29.539Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (47162ms) 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: 49 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-02T07:01:32.910Z] [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-02T07:01:32.967Z] [INFO] Starting 480s timeout for: Admin should access serving runtimes, import a yaml file and then delete [2026-07-02T07:01:32.972Z] [INFO] Test title: Admin should access serving runtimes, import a yaml file and then delete [2026-07-02T07:01:32.984Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2276","@Dashboard","@NonConcurrent","@SettingsCI"] [2026-07-02T07:01:32.992Z] [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-02T07:01:33.001Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-02T07:01:33.084Z] [INFO] Loaded Single-Model Name: single-cypress-vllm-runtime [2026-07-02T07:01:33.089Z] [INFO] Loaded Single-Model Metadata Name: Cypress Single ServingRuntime for KServe [2026-07-02T07:01:33.097Z] [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-02T07:01:33.600Z] [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-02T07:01:33.615Z] [INFO] No matching template found, proceeding with the test. [2026-07-02T07:01:33.642Z] [INFO] [STEP 1] Log into the application [2026-07-02T07:01:33.681Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-02T07:01:34.075Z] [INFO] OAuth login flow detected - completing authentication [2026-07-02T07:01:36.272Z] [INFO] [STEP 2] Navigate to Serving Runtimes and add a new serving runtime [2026-07-02T07:01:36.396Z] [INFO] ⚠️ Note: RHOAIENG-15914 may cause intermittent failures at this step ⚠️ [2026-07-02T07:01:38.989Z] [INFO] Navigation successful | Searching for Add button [2026-07-02T07:01:39.199Z] [INFO] [STEP 3] Select API Protocol [2026-07-02T07:01:39.477Z] [INFO] [STEP 4] Select Model Types [2026-07-02T07:01:39.710Z] [INFO] [STEP 5] Upload a Single-Model Serving runtime yaml file [2026-07-02T07:01:39.757Z] [INFO] [STEP 6] Click to save and verify that creation was successful [2026-07-02T07:01:40.720Z] [INFO] [STEP 7] Verify the model single-cypress-vllm-runtime has been created [2026-07-02T07:01:41.524Z] [INFO] [STEP 8] Delete the model single-cypress-vllm-runtime [2026-07-02T07:01:41.975Z] [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-02T07:01:42.465Z] [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-02T07:01:42.497Z] [INFO] No matching template found, proceeding with the test. ✓ Admin should access serving runtimes, import a yaml file and then delete (9033ms) 1 passing (10s) [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: 9 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:05 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testLaunchStand 00:46 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 425ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 592ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:18 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:17 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:25 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:35 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 00:26 3 1 - 2 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 00:42 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:05 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 00:49 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 00:09 1 1 - - - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 04:43 27 19 - 8 -