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-05T15:15:47.040Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-05T15:15:47.057Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-05T15:15:47.069Z] [INFO] Test title: should login and load page [2026-07-05T15:15:47.082Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-05T15:15:47.138Z] [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-05T15:15:47.144Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-05T15:15:47.159Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T15:15:47.684Z] [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-05T15:15:55.590Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-05T15:15:55.641Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-05T15:15:55.652Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-05T15:15:55.662Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-05T15:15:55.668Z] [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-05T15:15:55.677Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-05T15:15:55.733Z] [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-05T15:15:56.967Z] [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-05T15:15:57.033Z] [INFO] No notebooks found [2026-07-05T15:15:57.059Z] [INFO] [STEP 1] Log into the application [2026-07-05T15:15:57.140Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T15:15:57.431Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T15:16:03.056Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-05T15:16:03.338Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-05T15:16:04.232Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-05T15:16:04.262Z] [INFO] [STEP 5] Launch a notebook server [2026-07-05T15:16:04.551Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-05T15:16:04.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-05T15:16:22.240Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-05T15:16:22.431Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-05T15:16:22.543Z] [INFO] Found 1 matching pods [2026-07-05T15:16:22.638Z] [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-05T15:16:28.549Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-05T15:16:28.645Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-05T15:16:28.651Z] [INFO] [STEP 7] Expand the Event log [2026-07-05T15:16:29.038Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-05T15:16:38.339Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-05T15:16:39.138Z] [INFO] [STEP 10] Stop the server [2026-07-05T15:16:39.844Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (44746ms) 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: 44 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-05T15:16:50.946Z] [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-05T15:16:51.050Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (506ms) 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-05T15:17:01.946Z] [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-05T15:17:02.134Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (579ms) 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-05T15:17:11.261Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-05T15:17:11.352Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-05T15:17:11.359Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-05T15:17:11.446Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-05T15:17:11.459Z] [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-05T15:17:11.540Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-05T15:17:11.731Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-05T15:17:11.740Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-05T15:17:12.547Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-05T15:17:12.634Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-05T15:17:12.651Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-05T15:17:12.741Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-05T15:17:13.739Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-05T15:17:14.475Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-05T15:17:14.546Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-05T15:17:15.041Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-05T15:17:15.051Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-05T15:17:15.144Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-05T15:17:15.238Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-05T15:17:15.346Z] [INFO] [STEP 1] Log into the application [2026-07-05T15:17:15.444Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T15:17:16.234Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T15:17:20.240Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-05T15:17:23.551Z] [INFO] [STEP 3] Edit project information [2026-07-05T15:17:26.033Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-05T15:17:27.169Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-05T15:17:27.645Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (15913ms) 1 passing (17s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_004.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 16 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-05T15:17:35.043Z] [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-05T15:17:35.137Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-05T15:17:35.150Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-05T15:17:35.232Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-05T15:17:35.246Z] [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-05T15:17:35.254Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-05T15:17:35.349Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-05T15:17:36.065Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-05T15:17:36.138Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-05T15:17:36.153Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-05T15:17:36.233Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-05T15:17:36.842Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-05T15:17:36.939Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-05T15:17:36.953Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-05T15:17:37.031Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-05T15:17:37.933Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-05T15:17:38.864Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-05T15:17:38.932Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-05T15:17:39.539Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-05T15:17:39.558Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-05T15:17:39.634Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-05T15:17:40.332Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-05T15:17:40.434Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T15:17:40.948Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T15:17:44.372Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-05T15:17:47.939Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-05T15:17:48.832Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-05T15:17:49.541Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-05T15:17:49.645Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-05T15:17:50.132Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-05T15:17:50.166Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-05T15:17:50.635Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-05T15:17:50.741Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-05T15:17:51.343Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-05T15:17:51.446Z] [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-05T15:17:51.370Z\"}"}}}' [2026-07-05T15:17:52.040Z] [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-05T15:17:51.370Z\"}"}}}' [2026-07-05T15:17:52.070Z] [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-05T15:17:52.042Z\"}"}}}' [2026-07-05T15:17:52.553Z] [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-05T15:17:52.042Z\"}"}}}' [2026-07-05T15:17:52.742Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-05T15:17:53.178Z] [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 (18120ms) 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: 18 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-05T15:17:57.164Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-05T15:17:57.179Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-05T15:17:57.183Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-05T15:17:57.190Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-05T15:17:57.196Z] [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-05T15:17:57.201Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-05T15:17:57.231Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-05T15:17:57.479Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-05T15:17:57.485Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-05T15:17:57.492Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-05T15:17:57.766Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783264677496-fybbzd8tg.yaml && rm -f /tmp/cypress-yaml-1783264677496-fybbzd8tg.yaml [2026-07-05T15:17:57.772Z] [INFO] Command exit code: 0 [2026-07-05T15:17:58.054Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783264677775-vdiqijy3z.yaml && rm -f /tmp/cypress-yaml-1783264677775-vdiqijy3z.yaml [2026-07-05T15:17:58.060Z] [INFO] Command exit code: 0 [2026-07-05T15:17:58.315Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783264678063-nyupgk1lk.yaml && rm -f /tmp/cypress-yaml-1783264678063-nyupgk1lk.yaml [2026-07-05T15:17:58.321Z] [INFO] Command exit code: 0 [2026-07-05T15:17:58.658Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783264678323-ja2mccpom.yaml && rm -f /tmp/cypress-yaml-1783264678323-ja2mccpom.yaml [2026-07-05T15:17:58.665Z] [INFO] Command exit code: 0 [2026-07-05T15:17:58.942Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783264678667-an0ejg49v.yaml && rm -f /tmp/cypress-yaml-1783264678667-an0ejg49v.yaml [2026-07-05T15:17:58.948Z] [INFO] Command exit code: 0 [2026-07-05T15:17:58.969Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-05T15:17:58.980Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T15:17:59.162Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T15:18:03.069Z] [INFO] [STEP 2] Check SC row exists [2026-07-05T15:18:03.275Z] [INFO] [STEP 3] Check there's no Default label [2026-07-05T15:18:03.444Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-05T15:18:03.514Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-05T15:18:03.594Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-05T15:18:03.866Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-05T15:18:04.251Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-05T15:18:04.357Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-05T15:18:04.739Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-05T15:18:04.772Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (7732ms) [2026-07-05T15:18:04.984Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-05T15:18:04.987Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-05T15:18:05.030Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-05T15:18:05.035Z] [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-05T15:18:05.040Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-05T15:18:05.058Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-05T15:18:05.067Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T15:18:05.337Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T15:18:07.441Z] [INFO] [STEP 2] Check SC row exists [2026-07-05T15:18:07.530Z] [INFO] [STEP 3] Check there's no Default label [2026-07-05T15:18:07.567Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-05T15:18:07.608Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-05T15:18:07.662Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-05T15:18:07.762Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-05T15:18:07.910Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-05T15:18:07.940Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-05T15:18:08.212Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-05T15:18:08.223Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-05T15:18:08.297Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-05T15:18:08.299Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-05T15:18:08.304Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-05T15:18:08.309Z] [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-05T15:18:08.314Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-05T15:18:08.330Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-05T15:18:08.339Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T15:18:08.507Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T15:18:10.336Z] [INFO] [STEP 2] Check there's no Default label [2026-07-05T15:18:10.430Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-05T15:18:10.497Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-05T15:18:10.632Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-05T15:18:11.050Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-05T15:18:11.077Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-05T15:18:11.330Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-05T15:18:11.341Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-05T15:18:11.419Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-05T15:18:11.422Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-05T15:18:11.426Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-05T15:18:11.431Z] [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-05T15:18:11.436Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-05T15:18:11.458Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-05T15:18:11.469Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T15:18:11.638Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T15:18:13.682Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-05T15:18:13.747Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-05T15:18:13.976Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-05T15:18:13.999Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-05T15:18:14.166Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-05T15:18:14.178Z] [INFO] [STEP 7] Save the changes [2026-07-05T15:18:14.267Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-05T15:18:14.405Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-05T15:18:14.410Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-05T15:18:14.663Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-05T15:18:14.678Z] [INFO] Storage Class Config: [2026-07-05T15:18:14.682Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-05T15:18:15.057Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-05T15:18:15.245Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-05T15:18:15.560Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-05T15:18:15.564Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-05T15:18:15.989Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-05T15:18:15.992Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-05T15:18:16.288Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-05T15:18:16.291Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-05T15:18:16.566Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-05T15:18:16.571Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-05T15:18:16.839Z] [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 (20s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_006.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 4 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 19 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-05T15:18:20.494Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-05T15:18:20.504Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-05T15:18:20.506Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-05T15:18:20.511Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-05T15:18:20.516Z] [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-05T15:18:20.534Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-05T15:18:20.550Z] [INFO] Loaded test data from fixtures [2026-07-05T15:18:20.561Z] [INFO] Provisioning storage classes with different access modes [2026-07-05T15:18:20.845Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783264700567-iacmy412x.yaml && rm -f /tmp/cypress-yaml-1783264700567-iacmy412x.yaml [2026-07-05T15:18:20.850Z] [INFO] Command exit code: 0 [2026-07-05T15:18:21.145Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783264700852-8qz65hsxc.yaml && rm -f /tmp/cypress-yaml-1783264700852-8qz65hsxc.yaml [2026-07-05T15:18:21.152Z] [INFO] Command exit code: 0 [2026-07-05T15:18:21.437Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783264701153-m45isavxx.yaml && rm -f /tmp/cypress-yaml-1783264701153-m45isavxx.yaml [2026-07-05T15:18:21.456Z] [INFO] Command exit code: 0 [2026-07-05T15:18:21.785Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783264701458-fsk1u9syu.yaml && rm -f /tmp/cypress-yaml-1783264701458-fsk1u9syu.yaml [2026-07-05T15:18:21.791Z] [INFO] Command exit code: 0 [2026-07-05T15:18:22.121Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783264701793-664383pmn.yaml && rm -f /tmp/cypress-yaml-1783264701793-664383pmn.yaml [2026-07-05T15:18:22.127Z] [INFO] Command exit code: 0 [2026-07-05T15:18:22.131Z] [INFO] Provisioning project [2026-07-05T15:18:22.134Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-05T15:18:22.388Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-05T15:18:22.395Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-05T15:18:22.400Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-05T15:18:22.409Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-05T15:18:22.836Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-05T15:18:23.137Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-05T15:18:23.143Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-05T15:18:23.414Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-05T15:18:23.420Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-05T15:18:23.425Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-05T15:18:23.859Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-05T15:18:23.868Z] [INFO] [STEP 1] Log into the application [2026-07-05T15:18:23.872Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T15:18:24.153Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T15:18:25.762Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-05T15:18:27.458Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-05T15:18:27.717Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-05T15:18:27.945Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-05T15:18:28.158Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-05T15:18:28.251Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (8795ms) [2026-07-05T15:18:29.314Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-05T15:18:29.315Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-05T15:18:29.319Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-05T15:18:29.323Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-05T15:18:29.326Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-05T15:18:29.334Z] [INFO] [STEP 1] Log into the application [2026-07-05T15:18:29.338Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T15:18:29.506Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T15:18:30.717Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-05T15:18:32.017Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-05T15:18:32.263Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-05T15:18:32.471Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-05T15:18:32.737Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-05T15:18:32.745Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-05T15:18:32.760Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-05T15:18:32.763Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-05T15:18:32.944Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-05T15:18:33.044Z] [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-05T15:18:33.199Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-05T15:18:33.202Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-05T15:18:33.207Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-05T15:18:33.211Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-05T15:18:33.215Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-05T15:18:33.223Z] [INFO] [STEP 1] Log into the application [2026-07-05T15:18:33.229Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T15:18:33.395Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T15:18:34.530Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-05T15:18:35.793Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-05T15:18:36.093Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-05T15:18:36.262Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-05T15:18:36.757Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-05T15:18:36.779Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-05T15:18:36.782Z] [INFO] [STEP 8] Default should be RWO [2026-07-05T15:18:36.789Z] [INFO] [STEP 9] Switch to RWX [2026-07-05T15:18:36.882Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes [2026-07-05T15:18:37.167Z] [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-05T15:18:37.169Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-05T15:18:37.173Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-05T15:18:37.178Z] [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-05T15:18:37.182Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-05T15:18:37.192Z] [INFO] [STEP 1] Log into the application [2026-07-05T15:18:37.197Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T15:18:37.451Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T15:18:38.627Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-05T15:18:40.148Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-05T15:18:40.545Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-05T15:18:41.793Z] [INFO] [STEP 5] Submit the form [2026-07-05T15:18:41.888Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-05T15:18:42.077Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-05T15:18:42.349Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-05T15:18:42.357Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-05T15:18:42.538Z] [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 (5537ms) [2026-07-05T15:18:42.710Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-05T15:18:42.713Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-05T15:18:42.718Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-05T15:18:42.732Z] [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-05T15:18:42.738Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-05T15:18:42.749Z] [INFO] [STEP 1] Log into the application [2026-07-05T15:18:42.759Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T15:18:42.932Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T15:18:44.046Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-05T15:18:45.262Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-05T15:18:45.493Z] [INFO] [STEP 4] Open create modal [2026-07-05T15:18:45.673Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-05T15:18:46.056Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-05T15:18:46.247Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-05T15:18:46.339Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-05T15:18:46.348Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-05T15:18:46.645Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-05T15:18:46.648Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-05T15:18:46.937Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-05T15:18:46.941Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-05T15:18:47.232Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-05T15:18:47.235Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-05T15:18:47.526Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-05T15:18:47.530Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-05T15:18:47.789Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-05T15:18:47.792Z] [INFO] [STEP 9] Cleaning up project [2026-07-05T15:18:48.060Z] [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 (28s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_007.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 5 │ │ Passing: 5 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 27 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-05T15:18:53.048Z] [INFO] Setting tests timeout to: 480 seconds Verify that only the Cluster Admin can access Cluster Settings [2026-07-05T15:18:53.062Z] [INFO] Starting 480s timeout for: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-05T15:18:53.068Z] [INFO] Test title: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-05T15:18:53.134Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-05T15:18:53.139Z] [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-05T15:18:53.145Z] [INFO] Grep tags: ["@SmokeSet2"] - Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-05T15:18:53.250Z] [INFO] Starting 480s timeout for: Test User - should not have access rights to view the Cluster Settings tab [2026-07-05T15:18:53.253Z] [INFO] Test title: Test User - should not have access rights to view the Cluster Settings tab [2026-07-05T15:18:53.258Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-05T15:18:53.263Z] [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-05T15:18:53.268Z] [INFO] Grep tags: ["@SmokeSet2"] - Test User - should not have access rights to view the Cluster Settings tab [2026-07-05T15:18:53.338Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-05T15:18:53.342Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-05T15:18:53.347Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-05T15:18:53.355Z] [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-05T15:18:53.360Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-05T15:18:53.376Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-05T15:18:53.730Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-05T15:18:53.736Z] [INFO] Dashboard Config: [2026-07-05T15:18:54.006Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-05T15:18:54.013Z] [INFO] Controller Config: [2026-07-05T15:18:54.021Z] [INFO] Executing command: [2026-07-05T15:18:54.303Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-05T15:18:54.308Z] [INFO] Command stderr: [2026-07-05T15:18:54.315Z] [INFO] Raw Controller Culler Config Response: [2026-07-05T15:18:54.318Z] [INFO] Controller Culler Config (Error): [2026-07-05T15:18:54.321Z] [INFO] Check if user is in RHODS user groups [2026-07-05T15:18:54.323Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-05T15:18:54.586Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-05T15:18:54.594Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-05T15:18:54.603Z] [INFO] Check for existing ClusterRoleBinding [2026-07-05T15:18:54.606Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-05T15:18:54.856Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-05T15:18:54.862Z] [INFO] ClusterRoleBinding not found: cypress-test-*** [2026-07-05T15:18:54.869Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-05T15:18:55.142Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783264734872-zl6etvcyx.yaml && rm -f /tmp/cypress-yaml-1783264734872-zl6etvcyx.yaml [2026-07-05T15:18:55.148Z] [INFO] Command exit code: 0 [2026-07-05T15:18:55.153Z] [INFO] Successfully created ClusterRoleBinding [2026-07-05T15:18:55.173Z] [INFO] [STEP 1] Log into the application as admin [2026-07-05T15:18:55.188Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T15:18:55.428Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T15:18:57.204Z] [INFO] [STEP 2] Verify Cluster Settings is visible in navigation [2026-07-05T15:18:58.119Z] [INFO] [STEP 3] Access Settings -> Cluster Settings -> General settings [2026-07-05T15:18:58.217Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/general [2026-07-05T15:18:59.872Z] [INFO] [STEP 4] Access Settings -> Cluster Settings -> Storage classes [2026-07-05T15:18:59.948Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/storage-classes [2026-07-05T15:19:01.279Z] [INFO] [STEP 5] Access Settings -> Environment setup -> Workbench images [2026-07-05T15:19:01.339Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/workbench-images [2026-07-05T15:19:03.156Z] [INFO] [STEP 6] Access Settings -> Environment setup -> Hardware profiles [2026-07-05T15:19:03.232Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/hardware-profiles [2026-07-05T15:19:05.339Z] [INFO] [STEP 7] Access Settings -> Environment setup -> Connection types [2026-07-05T15:19:05.495Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-05T15:19:07.237Z] [INFO] [STEP 8] Access Settings -> Model resources and operations -> Serving runtimes [2026-07-05T15:19:07.340Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/serving-runtimes [2026-07-05T15:19:09.773Z] [INFO] [STEP 9] Access Settings -> Model resources and operations -> Model registry settings [2026-07-05T15:19:09.875Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-05T15:19:12.049Z] [INFO] [STEP 10] Access Settings -> User management [2026-07-05T15:19:12.184Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/user-management [2026-07-05T15:19:14.754Z] [INFO] [STEP 11] Cleanup: Remove test ClusterRoleBinding [2026-07-05T15:19:14.759Z] [INFO] Deleting ClusterRoleBinding: oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-05T15:19:15.385Z] [INFO] [EXEC] oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-05T15:19:15.456Z] [INFO] Successfully deleted ClusterRoleBinding: cypress-test-*** [2026-07-05T15:19:15.518Z] [INFO] Successfully removed test ClusterRoleBinding ✓ Cluster Admin user can access all Settings pages (21377ms) 1 passing (23s) 2 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_008.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 2 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 22 seconds │ │ Spec Ran: settings/clusterSettings/testAdminClusterSettings.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testCreateConnectionTypes.cy.ts (10 of 13) [2026-07-05T15:19:19.390Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-05T15:19:19.399Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-05T15:19:19.401Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-05T15:19:19.406Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-05T15:19:19.430Z] [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-05T15:19:19.434Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-05T15:19:19.455Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-05T15:19:19.458Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-05T15:19:19.755Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-05T15:19:19.761Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-05T15:19:19.766Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-05T15:19:19.776Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-05T15:19:20.237Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-05T15:19:20.546Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-05T15:19:20.553Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-05T15:19:20.829Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-05T15:19:20.837Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-05T15:19:20.843Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-05T15:19:20.874Z] [INFO] [STEP 1] Log into the application [2026-07-05T15:19:20.886Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T15:19:21.105Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T15:19:22.880Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-05T15:19:24.213Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-05T15:19:24.877Z] [INFO] [STEP 4] Select category [2026-07-05T15:19:25.318Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-05T15:19:25.839Z] [INFO] [STEP 6] Add new section heading [2026-07-05T15:19:27.816Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-05T15:19:27.992Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-05T15:19:28.196Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-05T15:19:28.292Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-05T15:19:28.396Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-05T15:19:28.488Z] [INFO] [STEP 12] Preview connection type. [2026-07-05T15:19:29.292Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-05T15:19:31.986Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-05T15:19:33.250Z] [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 (16021ms) [2026-07-05T15:19:35.484Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-05T15:19:35.487Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-05T15:19:35.491Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-05T15:19:35.495Z] [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-05T15:19:35.499Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-05T15:19:35.517Z] [INFO] [STEP 1] Log into the application [2026-07-05T15:19:35.523Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T15:19:35.688Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T15:19:36.871Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-05T15:19:37.775Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-05T15:19:38.289Z] [INFO] [STEP 4] Edit the Connection type [2026-07-05T15:19:38.982Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-05T15:19:38.989Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-07-05T15:19:42.938Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-05T15:19:44.943Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-05T15:19:48.691Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-05T15:19:49.024Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-05T15:19:49.028Z] [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-05T15:19:49.458Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-05T15:19:59.823Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (13106ms) 2 passing (41s) [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: 40 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-05T15:20:02.683Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-05T15:20:02.707Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-05T15:20:02.711Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-05T15:20:02.739Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-05T15:20:02.749Z] [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-05T15:20:02.758Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-05T15:20:02.784Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-05T15:20:02.795Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-05T15:20:03.038Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T15:20:05.771Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-05T15:20:05.852Z] [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-05T15:20:09.599Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-05T15:20:09.635Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-05T15:20:09.641Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-05T15:20:09.656Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-05T15:20:09.665Z] [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-05T15:20:09.670Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-05T15:20:09.703Z] [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-05T15:20:10.626Z] [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-05T15:20:10.640Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-05T15:20:10.645Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-05T15:20:10.649Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-05T15:20:10.660Z] [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-05T15:20:10.951Z] [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-05T15:20:10.957Z] [INFO] No matching profile found, proceeding with the test. [2026-07-05T15:20:10.964Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-05T15:20:10.996Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783264810977.yaml" -n redhat-ods-applications [2026-07-05T15:20:11.308Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783264810977.yaml" -n redhat-ods-applications [2026-07-05T15:20:11.316Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-05T15:20:11.436Z] [INFO] [EXEC] rm /tmp/temp_1783264810977.yaml [2026-07-05T15:20:11.461Z] [INFO] [STEP 1] Log into the application [2026-07-05T15:20:11.495Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T15:20:11.714Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T15:20:15.017Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-05T15:20:15.168Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-05T15:20:15.755Z] [INFO] [STEP 4] Select the hardware profile [2026-07-05T15:20:16.036Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-05T15:20:16.062Z] [INFO] [STEP 6] Launch a notebook server [2026-07-05T15:20:16.220Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-05T15:20:16.248Z] [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-05T15:20:28.815Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-05T15:20:28.866Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-05T15:20:28.871Z] [INFO] Found 1 matching pods [2026-07-05T15:20:28.944Z] [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-05T15:20:34.911Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-05T15:20:34.952Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-05T15:20:34.973Z] [INFO] [STEP 8] Expand the Event log [2026-07-05T15:20:35.099Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-05T15:20:49.927Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-05T15:20:49.948Z] [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-05T15:20:52.400Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-05T15:20:52.409Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-05T15:20:52.432Z] [INFO] Found 1 matching pods [2026-07-05T15:20:52.454Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-05T15:20:52.751Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-05T15:20:52.759Z] [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-05T15:20:52.781Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-05T15:20:52.807Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-05T15:20:52.963Z] [INFO] [STEP 12] Stop the server [2026-07-05T15:20:53.142Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-05T15:20:53.337Z] [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-05T15:20:54.583Z] [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-05T15:20:54.590Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-05T15:20:54.593Z] [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-05T15:20:55.048Z] [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-05T15:20:55.146Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-05T15:20:55.539Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (43791ms) 1 passing (46s) [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: 46 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-05T15:20:59.139Z] [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-05T15:20:59.159Z] [INFO] Starting 480s timeout for: Admin should access serving runtimes, import a yaml file and then delete [2026-07-05T15:20:59.164Z] [INFO] Test title: Admin should access serving runtimes, import a yaml file and then delete [2026-07-05T15:20:59.179Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2276","@Dashboard","@NonConcurrent","@SettingsCI"] [2026-07-05T15:20:59.187Z] [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-05T15:20:59.234Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-05T15:20:59.275Z] [INFO] Loaded Single-Model Name: single-cypress-vllm-runtime [2026-07-05T15:20:59.282Z] [INFO] Loaded Single-Model Metadata Name: Cypress Single ServingRuntime for KServe [2026-07-05T15:20:59.287Z] [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-05T15:20:59.689Z] [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-05T15:20:59.703Z] [INFO] No matching template found, proceeding with the test. [2026-07-05T15:20:59.751Z] [INFO] [STEP 1] Log into the application [2026-07-05T15:20:59.777Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-05T15:21:00.060Z] [INFO] OAuth login flow detected - completing authentication [2026-07-05T15:21:02.040Z] [INFO] [STEP 2] Navigate to Serving Runtimes and add a new serving runtime [2026-07-05T15:21:02.089Z] [INFO] ⚠️ Note: RHOAIENG-15914 may cause intermittent failures at this step ⚠️ [2026-07-05T15:21:04.871Z] [INFO] Navigation successful | Searching for Add button [2026-07-05T15:21:05.039Z] [INFO] [STEP 3] Select API Protocol [2026-07-05T15:21:05.533Z] [INFO] [STEP 4] Select Model Types [2026-07-05T15:21:05.836Z] [INFO] [STEP 5] Upload a Single-Model Serving runtime yaml file [2026-07-05T15:21:05.895Z] [INFO] [STEP 6] Click to save and verify that creation was successful [2026-07-05T15:21:06.542Z] [INFO] [STEP 7] Verify the model single-cypress-vllm-runtime has been created [2026-07-05T15:21:07.885Z] [INFO] [STEP 8] Delete the model single-cypress-vllm-runtime [2026-07-05T15:21:08.269Z] [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-05T15:21:08.595Z] [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-05T15:21:08.602Z] [INFO] No matching template found, proceeding with the test. ✓ Admin should access serving runtimes, import a yaml file and then delete (9188ms) 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" Media folder "/workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots" not found, nothing to copy Enhance report Create HTML report HTML report successfully created! /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/index.html ================================================================================ (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ application.cy.ts 00:04 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testLaunchStand 00:44 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 513ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 588ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:16 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:18 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:19 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:27 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 00:22 3 1 - 2 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 00:40 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:04 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 00:46 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 00:09 1 1 - - - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 04:16 27 19 - 8 -