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-09T22:59:24.506Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-09T22:59:24.524Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-09T22:59:24.539Z] [INFO] Test title: should login and load page [2026-07-09T22:59:24.592Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-09T22:59:24.604Z] [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-09T22:59:24.614Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T22:59:24.630Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T22:59:25.225Z] [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-09T22:59:33.299Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-09T22:59:33.323Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-09T22:59:33.334Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-09T22:59:33.345Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-09T22:59:33.396Z] [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-09T22:59:33.401Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T22:59:33.487Z] [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-09T22:59:34.400Z] [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-09T22:59:34.412Z] [INFO] No notebooks found [2026-07-09T22:59:34.439Z] [INFO] [STEP 1] Log into the application [2026-07-09T22:59:34.502Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T22:59:34.990Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T22:59:42.204Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-09T22:59:42.409Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-09T22:59:44.016Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-09T22:59:44.106Z] [INFO] [STEP 5] Launch a notebook server [2026-07-09T22:59:44.596Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-09T22:59:44.603Z] [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-09T22:59:56.793Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-09T22:59:56.899Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-09T22:59:56.916Z] [INFO] Found 1 matching pods [2026-07-09T22:59:57.004Z] [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-09T23:00:06.900Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-09T23:00:06.909Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-09T23:00:06.913Z] [INFO] [STEP 7] Expand the Event log [2026-07-09T23:00:07.401Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-09T23:00:18.920Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-09T23:00:19.316Z] [INFO] [STEP 10] Stop the server [2026-07-09T23:00:20.000Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (47207ms) 1 passing (47s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 47 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-09T23:00:30.997Z] [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-09T23:00:31.093Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (378ms) 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-09T23:00:42.195Z] [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-09T23:00:42.294Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (319ms) 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-09T23:00:50.708Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-09T23:00:50.800Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-09T23:00:50.810Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-09T23:00:50.893Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-09T23:00:50.904Z] [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-09T23:00:50.914Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T23:00:51.016Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-09T23:00:51.089Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-09T23:00:51.700Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T23:00:51.712Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-09T23:00:51.800Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-09T23:00:51.890Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-09T23:00:52.714Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-09T23:00:53.701Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-09T23:00:53.791Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-09T23:00:54.700Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T23:00:54.790Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-09T23:00:54.808Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-09T23:00:54.898Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-09T23:00:54.988Z] [INFO] [STEP 1] Log into the application [2026-07-09T23:00:55.016Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T23:00:55.791Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T23:01:00.324Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-09T23:01:05.012Z] [INFO] [STEP 3] Edit project information [2026-07-09T23:01:06.890Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-09T23:01:07.419Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-09T23:01:07.898Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (16730ms) 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: 17 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-09T23:01:13.025Z] [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-09T23:01:13.042Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-09T23:01:13.093Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-09T23:01:13.101Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T23:01:13.118Z] [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-09T23:01:13.125Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T23:01:13.196Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T23:01:13.597Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T23:01:13.610Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-09T23:01:13.625Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-09T23:01:13.636Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T23:01:13.997Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T23:01:14.007Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-09T23:01:14.024Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-09T23:01:14.087Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-09T23:01:14.507Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-09T23:01:14.896Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-09T23:01:14.907Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T23:01:15.297Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T23:01:15.304Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-09T23:01:15.323Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-09T23:01:15.896Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-09T23:01:15.928Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T23:01:16.191Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T23:01:19.201Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-09T23:01:24.399Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-09T23:01:25.192Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-09T23:01:25.792Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-09T23:01:25.847Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T23:01:26.299Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T23:01:26.411Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T23:01:27.033Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T23:01:27.191Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-09T23:01:27.818Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-09T23:01:27.907Z] [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-09T23:01:27.822Z\"}"}}}' [2026-07-09T23:01:28.428Z] [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-09T23:01:27.822Z\"}"}}}' [2026-07-09T23:01:28.516Z] [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-09T23:01:28.430Z\"}"}}}' [2026-07-09T23:01:29.096Z] [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-09T23:01:28.430Z\"}"}}}' [2026-07-09T23:01:29.507Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-09T23:01:30.395Z] [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 (16894ms) 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-09T23:01:38.217Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-09T23:01:38.229Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-09T23:01:38.231Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-09T23:01:38.293Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-09T23:01:38.298Z] [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-09T23:01:38.304Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T23:01:38.318Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T23:01:38.717Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T23:01:38.724Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-09T23:01:38.732Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-09T23:01:39.198Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638098737-xz52e0eqw.yaml && rm -f /tmp/cypress-yaml-1783638098737-xz52e0eqw.yaml [2026-07-09T23:01:39.204Z] [INFO] Command exit code: 0 [2026-07-09T23:01:39.637Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638099206-frtnql9ks.yaml && rm -f /tmp/cypress-yaml-1783638099206-frtnql9ks.yaml [2026-07-09T23:01:39.642Z] [INFO] Command exit code: 0 [2026-07-09T23:01:40.099Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638099644-kf1kg38c6.yaml && rm -f /tmp/cypress-yaml-1783638099644-kf1kg38c6.yaml [2026-07-09T23:01:40.105Z] [INFO] Command exit code: 0 [2026-07-09T23:01:40.531Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638100107-5eaursdae.yaml && rm -f /tmp/cypress-yaml-1783638100107-5eaursdae.yaml [2026-07-09T23:01:40.593Z] [INFO] Command exit code: 0 [2026-07-09T23:01:41.015Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638100595-ass0hg2xs.yaml && rm -f /tmp/cypress-yaml-1783638100595-ass0hg2xs.yaml [2026-07-09T23:01:41.021Z] [INFO] Command exit code: 0 [2026-07-09T23:01:41.040Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-09T23:01:41.098Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T23:01:41.325Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T23:01:45.775Z] [INFO] [STEP 2] Check SC row exists [2026-07-09T23:01:45.932Z] [INFO] [STEP 3] Check there's no Default label [2026-07-09T23:01:46.053Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-09T23:01:46.194Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-09T23:01:46.295Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-09T23:01:46.627Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-09T23:01:46.918Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-09T23:01:47.025Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T23:01:47.395Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T23:01:47.432Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (9371ms) [2026-07-09T23:01:47.658Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-09T23:01:47.660Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-09T23:01:47.664Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-09T23:01:47.690Z] [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-09T23:01:47.695Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T23:01:47.713Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-09T23:01:47.722Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T23:01:47.890Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T23:01:50.908Z] [INFO] [STEP 2] Check SC row exists [2026-07-09T23:01:50.940Z] [INFO] [STEP 3] Check there's no Default label [2026-07-09T23:01:51.011Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-09T23:01:51.092Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-09T23:01:51.149Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-09T23:01:51.289Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-09T23:01:51.425Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-09T23:01:51.505Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T23:01:52.097Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T23:01:52.106Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-09T23:01:52.316Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-09T23:01:52.319Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-09T23:01:52.325Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-09T23:01:52.329Z] [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-09T23:01:52.334Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T23:01:52.349Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-09T23:01:52.356Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T23:01:52.711Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T23:01:55.927Z] [INFO] [STEP 2] Check there's no Default label [2026-07-09T23:01:55.957Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-09T23:01:56.031Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-09T23:01:56.191Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-09T23:01:56.630Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-09T23:01:56.660Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T23:01:57.095Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T23:01:57.112Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-09T23:01:57.327Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-09T23:01:57.330Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-09T23:01:57.335Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-09T23:01:57.387Z] [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-09T23:01:57.392Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T23:01:57.433Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-09T23:01:57.491Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T23:01:58.053Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T23:02:00.549Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-09T23:02:00.743Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-09T23:02:01.018Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-09T23:02:01.049Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-09T23:02:01.234Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-09T23:02:01.245Z] [INFO] [STEP 7] Save the changes [2026-07-09T23:02:01.338Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-09T23:02:01.499Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-09T23:02:01.505Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T23:02:01.868Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T23:02:01.891Z] [INFO] Storage Class Config: [2026-07-09T23:02:01.895Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-09T23:02:02.316Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-09T23:02:02.507Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-09T23:02:02.911Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-09T23:02:02.914Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-09T23:02:03.457Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-09T23:02:03.462Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-09T23:02:03.897Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-09T23:02:03.904Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-09T23:02:04.230Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-09T23:02:04.234Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-09T23:02:04.595Z] [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 (5284ms) 4 passing (27s) [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: 26 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-09T23:02:10.030Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-09T23:02:10.040Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-09T23:02:10.045Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-09T23:02:10.093Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T23:02:10.099Z] [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-09T23:02:10.104Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T23:02:10.124Z] [INFO] Loaded test data from fixtures [2026-07-09T23:02:10.139Z] [INFO] Provisioning storage classes with different access modes [2026-07-09T23:02:10.525Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638130144-u5tkoeffh.yaml && rm -f /tmp/cypress-yaml-1783638130144-u5tkoeffh.yaml [2026-07-09T23:02:10.531Z] [INFO] Command exit code: 0 [2026-07-09T23:02:10.874Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638130533-53ky3sk4h.yaml && rm -f /tmp/cypress-yaml-1783638130533-53ky3sk4h.yaml [2026-07-09T23:02:10.880Z] [INFO] Command exit code: 0 [2026-07-09T23:02:11.270Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638130887-9dp85xg0m.yaml && rm -f /tmp/cypress-yaml-1783638130887-9dp85xg0m.yaml [2026-07-09T23:02:11.275Z] [INFO] Command exit code: 0 [2026-07-09T23:02:11.653Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638131288-vmg97mdv2.yaml && rm -f /tmp/cypress-yaml-1783638131288-vmg97mdv2.yaml [2026-07-09T23:02:11.659Z] [INFO] Command exit code: 0 [2026-07-09T23:02:11.996Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638131660-fiirrkrhh.yaml && rm -f /tmp/cypress-yaml-1783638131660-fiirrkrhh.yaml [2026-07-09T23:02:12.002Z] [INFO] Command exit code: 0 [2026-07-09T23:02:12.006Z] [INFO] Provisioning project [2026-07-09T23:02:12.009Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T23:02:12.311Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T23:02:12.317Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-09T23:02:12.324Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-09T23:02:12.336Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-09T23:02:12.753Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-09T23:02:13.096Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-09T23:02:13.105Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T23:02:13.408Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T23:02:13.415Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-09T23:02:13.422Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-09T23:02:13.898Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-09T23:02:13.910Z] [INFO] [STEP 1] Log into the application [2026-07-09T23:02:13.917Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T23:02:14.527Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-09T23:02:14.531Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-09T23:02:14.593Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T23:02:14.598Z] [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-09T23:02:14.603Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T23:02:14.612Z] [INFO] Loaded test data from fixtures [2026-07-09T23:02:14.624Z] [INFO] Provisioning storage classes with different access modes [2026-07-09T23:02:15.024Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638134627-keoax4kev.yaml && rm -f /tmp/cypress-yaml-1783638134627-keoax4kev.yaml [2026-07-09T23:02:15.030Z] [INFO] Command exit code: 0 [2026-07-09T23:02:15.357Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638135032-gslh9g4ob.yaml && rm -f /tmp/cypress-yaml-1783638135032-gslh9g4ob.yaml [2026-07-09T23:02:15.363Z] [INFO] Command exit code: 0 [2026-07-09T23:02:15.667Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638135364-4c8oz62x1.yaml && rm -f /tmp/cypress-yaml-1783638135364-4c8oz62x1.yaml [2026-07-09T23:02:15.674Z] [INFO] Command exit code: 0 [2026-07-09T23:02:15.977Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638135675-0uzqznwpt.yaml && rm -f /tmp/cypress-yaml-1783638135675-0uzqznwpt.yaml [2026-07-09T23:02:15.983Z] [INFO] Command exit code: 0 [2026-07-09T23:02:16.278Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638135985-yrccb6shx.yaml && rm -f /tmp/cypress-yaml-1783638135985-yrccb6shx.yaml [2026-07-09T23:02:16.284Z] [INFO] Command exit code: 0 [2026-07-09T23:02:16.288Z] [INFO] Provisioning project [2026-07-09T23:02:16.292Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T23:02:16.581Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T23:02:16.587Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-09T23:02:16.595Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-09T23:02:16.604Z] [INFO] Project test-cluster-storage-access-modes already exists. Deleting it. [2026-07-09T23:02:27.479Z] [INFO] [EXEC] oc delete project test-cluster-storage-access-modes --wait [2026-07-09T23:02:27.489Z] [INFO] Waiting for project test-cluster-storage-access-modes to be fully deleted... [2026-07-09T23:02:27.494Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T23:02:27.764Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T23:02:27.773Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-09T23:02:27.780Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-09T23:02:27.793Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-09T23:02:28.195Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-09T23:02:28.527Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-09T23:02:28.534Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T23:02:28.900Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T23:02:28.906Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-09T23:02:28.914Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-09T23:02:29.314Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-09T23:02:29.323Z] [INFO] [STEP 1] Log into the application [2026-07-09T23:02:29.330Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T23:02:29.699Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T23:02:31.996Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-09T23:02:35.744Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-09T23:02:36.391Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-09T23:02:36.749Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-09T23:02:37.177Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-09T23:02:37.393Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (37877ms) [2026-07-09T23:02:52.588Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-09T23:02:52.590Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-09T23:02:52.594Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T23:02:52.598Z] [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-09T23:02:52.602Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T23:02:52.610Z] [INFO] [STEP 1] Log into the application [2026-07-09T23:02:52.614Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T23:02:55.934Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-09T23:02:55.937Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-09T23:02:55.942Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T23:02:55.946Z] [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-09T23:02:55.950Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T23:02:55.958Z] [INFO] Loaded test data from fixtures [2026-07-09T23:02:55.989Z] [INFO] Provisioning storage classes with different access modes [2026-07-09T23:02:56.333Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638175993-vj35ei6xm.yaml && rm -f /tmp/cypress-yaml-1783638175993-vj35ei6xm.yaml [2026-07-09T23:02:56.338Z] [INFO] Command exit code: 0 [2026-07-09T23:02:56.702Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638176340-bn5j55s3w.yaml && rm -f /tmp/cypress-yaml-1783638176340-bn5j55s3w.yaml [2026-07-09T23:02:56.708Z] [INFO] Command exit code: 0 [2026-07-09T23:02:57.191Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638176709-1o49tl2mq.yaml && rm -f /tmp/cypress-yaml-1783638176709-1o49tl2mq.yaml [2026-07-09T23:02:57.197Z] [INFO] Command exit code: 0 [2026-07-09T23:02:57.611Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638177198-7db3w760e.yaml && rm -f /tmp/cypress-yaml-1783638177198-7db3w760e.yaml [2026-07-09T23:02:57.617Z] [INFO] Command exit code: 0 [2026-07-09T23:02:58.210Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638177618-7j5udg4n9.yaml && rm -f /tmp/cypress-yaml-1783638177618-7j5udg4n9.yaml [2026-07-09T23:02:58.217Z] [INFO] Command exit code: 0 [2026-07-09T23:02:58.220Z] [INFO] Provisioning project [2026-07-09T23:02:58.288Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T23:02:58.697Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T23:02:58.704Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-09T23:02:58.711Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-09T23:02:58.719Z] [INFO] Project test-cluster-storage-access-modes already exists. Deleting it. [2026-07-09T23:03:08.418Z] [INFO] [EXEC] oc delete project test-cluster-storage-access-modes --wait [2026-07-09T23:03:08.430Z] [INFO] Waiting for project test-cluster-storage-access-modes to be fully deleted... [2026-07-09T23:03:08.435Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T23:03:08.723Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T23:03:08.731Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-09T23:03:08.738Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-09T23:03:08.754Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-09T23:03:09.142Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-09T23:03:09.532Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-09T23:03:09.540Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T23:03:09.816Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T23:03:09.822Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-09T23:03:09.830Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-09T23:03:10.276Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-09T23:03:10.288Z] [INFO] [STEP 1] Log into the application [2026-07-09T23:03:10.295Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 1) "before each" hook for "Should show correct access modes when selecting storage classes with single access mode" [2026-07-09T23:03:10.850Z] [INFO] Cleaning up storage classes [2026-07-09T23:03:10.894Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-09T23:03:11.240Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-09T23:03:11.243Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-09T23:03:11.536Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-09T23:03:11.540Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-09T23:03:11.811Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-09T23:03:11.814Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-09T23:03:12.087Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-09T23:03:12.090Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-09T23:03:12.380Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-09T23:03:12.383Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-09T23:03:12.696Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-09T23:03:12.699Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-09T23:03:13.096Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-09T23:03:13.099Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-09T23:03:13.496Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-09T23:03:13.501Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-09T23:03:13.997Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-09T23:03:14.000Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-09T23:03:14.394Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-09T23:03:14.398Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-09T23:03:14.813Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-09T23:03:14.817Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-09T23:03:15.327Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-09T23:03:15.330Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-09T23:03:15.814Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-09T23:03:15.818Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-09T23:03:16.219Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-09T23:03:16.223Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-09T23:03:16.750Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-09T23:03:16.753Z] [INFO] Cleaning up project [2026-07-09T23:03:17.198Z] [INFO] [EXEC] oc delete project test-cluster-storage-access-modes --wait=false --ignore-not-found 1 passing (1m) 1 failing 1) Cluster Storage Access Modes Tests "before each" hook for "Should show correct access modes when selecting storage classes with single access mode": Test steps were: 1. Provisioning storage classes with different access modes 2. Provisioning project 3. Log into the application 4. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Cluster Storage Access Mode...` Error: Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_007.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 5 │ │ Passing: 1 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 3 │ │ Screenshots: 3 │ │ Video: false │ │ Duration: 1 minute, 7 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1919x1079) nceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts/Cluster Storage A ccess Modes Tests -- Should display storage classes with different access modes in cluster storage dropdown (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1919x1079) nceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts/Cluster Storage A ccess Modes Tests -- Should show correct access modes when selecting storage cla sses with single access mode (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1919x1079) nceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts/Cluster Storage A ccess Modes Tests -- Should show correct access modes when selecting storage cla sses with single access mode -- before each hook (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-09T23:03:23.212Z] [INFO] Setting tests timeout to: 480 seconds Verify that only the Cluster Admin can access Cluster Settings [2026-07-09T23:03:23.223Z] [INFO] Starting 480s timeout for: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-09T23:03:23.227Z] [INFO] Test title: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-09T23:03:23.234Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-09T23:03:23.239Z] [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-09T23:03:23.246Z] [INFO] Grep tags: ["@SmokeSet2"] - Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-09T23:03:23.323Z] [INFO] Starting 480s timeout for: Test User - should not have access rights to view the Cluster Settings tab [2026-07-09T23:03:23.325Z] [INFO] Test title: Test User - should not have access rights to view the Cluster Settings tab [2026-07-09T23:03:23.331Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-09T23:03:23.336Z] [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-09T23:03:23.341Z] [INFO] Grep tags: ["@SmokeSet2"] - Test User - should not have access rights to view the Cluster Settings tab [2026-07-09T23:03:23.407Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-09T23:03:23.409Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-09T23:03:23.414Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-09T23:03:23.419Z] [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-09T23:03:23.423Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T23:03:23.440Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-09T23:03:23.897Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-09T23:03:23.903Z] [INFO] Dashboard Config: [2026-07-09T23:03:24.296Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-09T23:03:24.303Z] [INFO] Controller Config: [2026-07-09T23:03:24.312Z] [INFO] Executing command: [2026-07-09T23:03:24.702Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-09T23:03:24.710Z] [INFO] Command stderr: [2026-07-09T23:03:24.717Z] [INFO] Raw Controller Culler Config Response: [2026-07-09T23:03:24.720Z] [INFO] Controller Culler Config (Error): [2026-07-09T23:03:24.723Z] [INFO] Check if user is in RHODS user groups [2026-07-09T23:03:24.725Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-09T23:03:25.097Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-09T23:03:25.105Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-09T23:03:25.115Z] [INFO] Check for existing ClusterRoleBinding [2026-07-09T23:03:25.118Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-09T23:03:25.597Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-09T23:03:25.604Z] [INFO] Found ClusterRoleBinding: cypress-test-*** [2026-07-09T23:03:25.614Z] [INFO] Found existing ClusterRoleBinding, will restore after test [2026-07-09T23:03:25.620Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-09T23:03:26.330Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638205625-spxhthd1o.yaml && rm -f /tmp/cypress-yaml-1783638205625-spxhthd1o.yaml [2026-07-09T23:03:26.337Z] [INFO] Command exit code: 0 [2026-07-09T23:03:26.345Z] [INFO] Successfully created ClusterRoleBinding [2026-07-09T23:03:26.405Z] [INFO] [STEP 1] Log into the application as admin [2026-07-09T23:03:26.496Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T23:03:27.092Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T23:03:29.710Z] [INFO] [STEP 2] Verify Cluster Settings is visible in navigation [2026-07-09T23:03:32.322Z] [INFO] [STEP 3] Access Settings -> Cluster Settings -> General settings [2026-07-09T23:03:32.597Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/cluster/general [2026-07-09T23:03:36.825Z] [INFO] [STEP 4] Access Settings -> Cluster Settings -> Storage classes [2026-07-09T23:03:36.933Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/cluster/storage-classes [2026-07-09T23:03:40.247Z] [INFO] [STEP 5] Access Settings -> Environment setup -> Workbench images [2026-07-09T23:03:40.350Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/workbench-images [2026-07-09T23:03:42.844Z] [INFO] [STEP 6] Access Settings -> Environment setup -> Hardware profiles [2026-07-09T23:03:42.899Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/hardware-profiles [2026-07-09T23:03:45.113Z] [INFO] [STEP 7] Access Settings -> Environment setup -> Connection types [2026-07-09T23:03:45.388Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-09T23:03:47.836Z] [INFO] [STEP 8] Access Settings -> Model resources and operations -> Serving runtimes [2026-07-09T23:03:48.007Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/serving-runtimes [2026-07-09T23:03:51.822Z] [INFO] [STEP 9] Access Settings -> Model resources and operations -> Model registry settings [2026-07-09T23:03:52.004Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-09T23:04:05.857Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-09T23:04:05.860Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-09T23:04:05.864Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-09T23:04:05.867Z] [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-09T23:04:05.871Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T23:04:05.879Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-09T23:04:06.159Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-09T23:04:06.165Z] [INFO] Dashboard Config: [2026-07-09T23:04:06.490Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-09T23:04:06.496Z] [INFO] Controller Config: [2026-07-09T23:04:06.502Z] [INFO] Executing command: [2026-07-09T23:04:06.786Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-09T23:04:06.791Z] [INFO] Command stderr: [2026-07-09T23:04:06.797Z] [INFO] Raw Controller Culler Config Response: [2026-07-09T23:04:06.800Z] [INFO] Controller Culler Config (Error): [2026-07-09T23:04:06.803Z] [INFO] Check if user is in RHODS user groups [2026-07-09T23:04:06.806Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-09T23:04:07.069Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-09T23:04:07.076Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-09T23:04:07.086Z] [INFO] Check for existing ClusterRoleBinding [2026-07-09T23:04:07.090Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-09T23:04:07.353Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-09T23:04:07.359Z] [INFO] Found ClusterRoleBinding: cypress-test-*** [2026-07-09T23:04:07.365Z] [INFO] Found existing ClusterRoleBinding, will restore after test [2026-07-09T23:04:07.370Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-09T23:04:07.712Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638247371-pz9vttft6.yaml && rm -f /tmp/cypress-yaml-1783638247371-pz9vttft6.yaml [2026-07-09T23:04:07.718Z] [INFO] Command exit code: 0 [2026-07-09T23:04:07.724Z] [INFO] Successfully created ClusterRoleBinding [2026-07-09T23:04:07.739Z] [INFO] [STEP 1] Log into the application as admin [2026-07-09T23:04:07.748Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 1) Cluster Admin user can access all Settings pages [2026-07-09T23:04:08.112Z] [INFO] Cleanup: Remove test ClusterRoleBinding [2026-07-09T23:04:08.165Z] [INFO] Deleting ClusterRoleBinding: oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-09T23:04:08.513Z] [INFO] [EXEC] oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-09T23:04:08.519Z] [INFO] Successfully deleted ClusterRoleBinding: cypress-test-*** [2026-07-09T23:04:08.526Z] [INFO] Successfully removed test ClusterRoleBinding [2026-07-09T23:04:08.529Z] [INFO] Restore original ClusterRoleBinding [2026-07-09T23:04:08.881Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783638248106-zanknvz6k.yaml && rm -f /tmp/cypress-yaml-1783638248106-zanknvz6k.yaml [2026-07-09T23:04:08.887Z] [INFO] Command exit code: 0 [2026-07-09T23:04:08.893Z] [INFO] Successfully restored original ClusterRoleBinding 0 passing (46s) 2 pending 1 failing 1) Verify that only the Cluster Admin can access Cluster Settings Cluster Admin user can access all Settings pages: Test steps were: 1. Check if user is in RHODS user groups 2. Check for existing ClusterRoleBinding 3. Create ClusterRoleBinding for cluster-admin 4. Log into the application as admin 5. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_008.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 2 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 45 seconds │ │ Spec Ran: settings/clusterSettings/testAdminClusterSettings.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /clusterSettings/testAdminClusterSettings.cy.ts/Verify that only the Cluster Adm in can access Cluster Settings -- Cluster Admin user can access all Settings pag es (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /clusterSettings/testAdminClusterSettings.cy.ts/Verify that only the Cluster Adm in can access Cluster Settings -- Cluster Admin user can access all Settings pag es (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testCreateConnectionTypes.cy.ts (10 of 13) [2026-07-09T23:04:12.136Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-09T23:04:12.147Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-09T23:04:12.151Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-09T23:04:12.156Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-09T23:04:12.161Z] [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-09T23:04:12.189Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T23:04:12.210Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-09T23:04:12.214Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-09T23:04:12.575Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T23:04:12.581Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-09T23:04:12.587Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-09T23:04:12.599Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-09T23:04:13.039Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-09T23:04:13.366Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-09T23:04:13.373Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-09T23:04:13.664Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T23:04:13.670Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-09T23:04:13.675Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-09T23:04:13.706Z] [INFO] [STEP 1] Log into the application [2026-07-09T23:04:13.718Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T23:04:14.205Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-09T23:04:14.208Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-09T23:04:14.212Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-09T23:04:14.216Z] [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-09T23:04:14.220Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T23:04:14.231Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-09T23:04:14.237Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-09T23:04:14.500Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T23:04:14.506Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-09T23:04:14.512Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-09T23:04:14.519Z] [INFO] Project cypress-test-connection-type-185825 already exists. Deleting it. [2026-07-09T23:04:23.996Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait [2026-07-09T23:04:24.009Z] [INFO] Waiting for project cypress-test-connection-type-185825 to be fully deleted... [2026-07-09T23:04:24.014Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-09T23:04:24.285Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T23:04:24.291Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-09T23:04:24.296Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-09T23:04:24.307Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-09T23:04:24.702Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-09T23:04:25.033Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-09T23:04:25.039Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-09T23:04:25.369Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T23:04:25.374Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-09T23:04:25.380Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-09T23:04:25.410Z] [INFO] [STEP 1] Log into the application [2026-07-09T23:04:25.421Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T23:04:25.851Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T23:04:27.898Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-09T23:04:30.046Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-09T23:04:30.692Z] [INFO] [STEP 4] Select category [2026-07-09T23:04:31.156Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-09T23:04:31.720Z] [INFO] [STEP 6] Add new section heading [2026-07-09T23:04:33.992Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-09T23:04:34.150Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-09T23:04:34.600Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-09T23:04:34.716Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-09T23:04:34.792Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-09T23:04:34.861Z] [INFO] [STEP 12] Preview connection type. [2026-07-09T23:04:35.629Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-09T23:04:39.969Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-09T23:04:42.204Z] [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 (33150ms) [2026-07-09T23:04:47.525Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-09T23:04:47.527Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-09T23:04:47.531Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-09T23:04:47.535Z] [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-09T23:04:47.540Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T23:04:47.605Z] [INFO] [STEP 1] Log into the application [2026-07-09T23:04:47.614Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T23:04:47.822Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T23:04:49.031Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-09T23:04:50.332Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-09T23:04:51.291Z] [INFO] [STEP 4] Edit the Connection type [2026-07-09T23:04:52.184Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-09T23:04:52.190Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/projects [2026-07-09T23:04:58.894Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-09T23:05:01.309Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-09T23:05:03.939Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-09T23:05:04.220Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-09T23:05:04.226Z] [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-09T23:05:04.522Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-09T23:05:13.756Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (16478ms) 2 passing (1m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_009.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 2 │ │ Passing: 2 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 1 │ │ Video: false │ │ Duration: 1 minute, 1 second │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /connectionTypes/testCreateConnectionTypes.cy.ts/Verify Connection Type Creation -- Verify User Can Create, Preview and Delete a Connection Type (failed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-09T23:05:17.798Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-09T23:05:17.821Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-09T23:05:17.826Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-09T23:05:17.841Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-09T23:05:17.891Z] [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-09T23:05:17.902Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T23:05:17.998Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-09T23:05:18.010Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-09T23:05:18.497Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T23:05:23.189Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-09T23:05:23.314Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted (7031ms) 1 passing (7s) [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: 7 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-09T23:05:27.662Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-09T23:05:27.713Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-09T23:05:27.720Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-09T23:05:27.727Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-09T23:05:27.737Z] [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-09T23:05:27.742Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T23:05:27.808Z] [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-09T23:05:29.057Z] [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-09T23:05:29.065Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-09T23:05:29.077Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-09T23:05:29.081Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-09T23:05:29.093Z] [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-09T23:05:29.385Z] [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-09T23:05:29.390Z] [INFO] No matching profile found, proceeding with the test. [2026-07-09T23:05:29.397Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-09T23:05:29.411Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783638329400.yaml" -n redhat-ods-applications [2026-07-09T23:05:29.846Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783638329400.yaml" -n redhat-ods-applications [2026-07-09T23:05:29.862Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-09T23:05:30.015Z] [INFO] [EXEC] rm /tmp/temp_1783638329400.yaml [2026-07-09T23:05:30.049Z] [INFO] [STEP 1] Log into the application [2026-07-09T23:05:30.110Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T23:05:30.349Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T23:05:36.125Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-09T23:05:36.498Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-09T23:05:37.590Z] [INFO] [STEP 4] Select the hardware profile [2026-07-09T23:05:38.194Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-09T23:05:38.239Z] [INFO] [STEP 6] Launch a notebook server [2026-07-09T23:05:38.504Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-09T23:05:38.532Z] [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-09T23:05:49.606Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-09T23:05:49.623Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-09T23:05:49.629Z] [INFO] Found 1 matching pods [2026-07-09T23:05:49.633Z] [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-09T23:10:50.091Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-09T23:10:50.093Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-09T23:10:50.097Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-09T23:10:50.102Z] [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-09T23:10:50.106Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T23:10:50.125Z] [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-09T23:10:50.992Z] [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-09T23:10:51.000Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-09T23:10:51.009Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-09T23:10:51.014Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-09T23:10:51.019Z] [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-09T23:10:51.402Z] [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-09T23:10:51.408Z] [INFO] No matching profile found, proceeding with the test. [2026-07-09T23:10:51.414Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-09T23:10:51.425Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783638651415.yaml" -n redhat-ods-applications [2026-07-09T23:10:52.725Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783638651415.yaml" -n redhat-ods-applications [2026-07-09T23:10:52.733Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks configured [2026-07-09T23:10:52.909Z] [INFO] [EXEC] rm /tmp/temp_1783638651415.yaml [2026-07-09T23:10:52.936Z] [INFO] [STEP 1] Log into the application [2026-07-09T23:10:52.949Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T23:10:53.236Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T23:10:56.817Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-09T23:10:57.039Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-09T23:10:57.653Z] [INFO] [STEP 4] Select the hardware profile [2026-07-09T23:10:57.995Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-09T23:10:58.027Z] [INFO] [STEP 6] Launch a notebook server [2026-07-09T23:10:58.197Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-09T23:10:58.201Z] [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-09T23:11:09.288Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-09T23:11:09.309Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-09T23:11:09.315Z] [INFO] Found 1 matching pods [2026-07-09T23:11:09.319Z] [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-09T23:11:21.335Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-09T23:11:21.342Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-09T23:11:21.347Z] [INFO] [STEP 8] Expand the Event log [2026-07-09T23:11:21.501Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-09T23:11:31.845Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-09T23:11:31.873Z] [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-09T23:11:32.569Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-09T23:11:32.586Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-09T23:11:32.594Z] [INFO] Found 1 matching pods [2026-07-09T23:11:32.599Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-09T23:11:32.930Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-09T23:11:32.938Z] [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-09T23:11:32.942Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-09T23:11:32.945Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-09T23:11:33.126Z] [INFO] [STEP 12] Stop the server [2026-07-09T23:11:33.277Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-09T23:11:33.436Z] [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-09T23:11:34.210Z] [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-09T23:11:34.271Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-09T23:11:34.299Z] [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-09T23:11:34.698Z] [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-09T23:11:34.787Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-09T23:11:35.129Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (43422ms) 1 passing (6m) [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: 1 │ │ Video: false │ │ Duration: 6 minutes, 7 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1919x1079) /hardwareProfiles/testNotebookTolerations.cy.ts/Notebooks - tolerations tests -- Verify Juypter Notebook Creation using Hardware Profiles and applying Toleratio ns (failed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-09T23:11:37.813Z] [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-09T23:11:37.833Z] [INFO] Starting 480s timeout for: Admin should access serving runtimes, import a yaml file and then delete [2026-07-09T23:11:37.842Z] [INFO] Test title: Admin should access serving runtimes, import a yaml file and then delete [2026-07-09T23:11:37.850Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2276","@Dashboard","@NonConcurrent","@SettingsCI"] [2026-07-09T23:11:37.859Z] [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-09T23:11:37.864Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T23:11:37.909Z] [INFO] Loaded Single-Model Name: single-cypress-vllm-runtime [2026-07-09T23:11:37.914Z] [INFO] Loaded Single-Model Metadata Name: Cypress Single ServingRuntime for KServe [2026-07-09T23:11:37.918Z] [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-09T23:11:38.280Z] [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-09T23:11:38.286Z] [INFO] No matching template found, proceeding with the test. [2026-07-09T23:11:38.310Z] [INFO] [STEP 1] Log into the application [2026-07-09T23:11:38.332Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T23:11:38.520Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T23:11:40.043Z] [INFO] [STEP 2] Navigate to Serving Runtimes and add a new serving runtime [2026-07-09T23:11:40.119Z] [INFO] ⚠️ Note: RHOAIENG-15914 may cause intermittent failures at this step ⚠️ [2026-07-09T23:11:41.940Z] [INFO] Navigation successful | Searching for Add button [2026-07-09T23:11:42.064Z] [INFO] [STEP 3] Select API Protocol [2026-07-09T23:11:42.264Z] [INFO] [STEP 4] Select Model Types [2026-07-09T23:11:42.472Z] [INFO] [STEP 5] Upload a Single-Model Serving runtime yaml file [2026-07-09T23:11:42.507Z] [INFO] [STEP 6] Click to save and verify that creation was successful [2026-07-09T23:11:43.057Z] [INFO] [STEP 7] Verify the model single-cypress-vllm-runtime has been created [2026-07-09T23:11:43.971Z] [INFO] [STEP 8] Delete the model single-cypress-vllm-runtime [2026-07-09T23:11:44.561Z] [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-09T23:11:44.973Z] [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-09T23:11:44.978Z] [INFO] No matching template found, proceeding with the test. ✓ Admin should access serving runtimes, import a yaml file and then delete (6762ms) 1 passing (7s) [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: 7 seconds │ │ Spec Ran: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Start generate report process Read and merge jsons from "/workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons" Enhance report Create HTML report HTML report successfully created! /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/index.html ================================================================================ (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ application.cy.ts 00:04 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testLaunchStand 00:47 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 384ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 326ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:17 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:17 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:26 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ dataScienceProjects/clusterStorage/ 01:07 5 1 1 - 3 │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ settings/clusterSettings/testAdminC 00:45 3 - 1 2 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 01:01 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:07 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 06:07 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 00:07 1 1 - - - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 2 of 13 failed (15%) 11:11 27 14 2 8 3