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-13T09:31:37.962Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-13T09:31:37.976Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-13T09:31:37.981Z] [INFO] Test title: should login and load page [2026-07-13T09:31:38.033Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-13T09:31:38.045Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T09:31:38.054Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T09:31:38.066Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:31:38.748Z] [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-13T09:31:46.864Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-13T09:31:46.937Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-13T09:31:46.948Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-13T09:31:46.959Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-13T09:31:47.022Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T09:31:47.030Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T09:31:47.131Z] [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-13T09:31:48.129Z] [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-13T09:31:48.144Z] [INFO] No notebooks found [2026-07-13T09:31:48.170Z] [INFO] [STEP 1] Log into the application [2026-07-13T09:31:48.239Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:31:48.544Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:31:56.243Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-13T09:31:56.435Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-13T09:31:58.422Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-13T09:31:58.518Z] [INFO] [STEP 5] Launch a notebook server [2026-07-13T09:31:58.934Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-13T09:31:59.041Z] [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-13T09:32:11.350Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-13T09:32:11.526Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-13T09:32:11.563Z] [INFO] Found 1 matching pods [2026-07-13T09:32:11.655Z] [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-13T09:32:28.430Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-13T09:32:28.526Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-13T09:32:28.622Z] [INFO] [STEP 7] Expand the Event log [2026-07-13T09:32:29.332Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-13T09:32:33.522Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-13T09:32:34.123Z] [INFO] [STEP 10] Stop the server [2026-07-13T09:32:35.420Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (49194ms) 1 passing (49s) [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: 49 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-13T09:32:47.323Z] [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-13T09:32:47.425Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (479ms) 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-13T09:32:57.426Z] [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-13T09:32:57.521Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (286ms) 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-13T09:33:05.646Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-13T09:33:05.734Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-13T09:33:05.748Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-13T09:33:05.823Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-13T09:33:05.830Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T09:33:05.839Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T09:33:05.933Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-13T09:33:05.939Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-13T09:33:06.731Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-13T09:33:06.832Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-13T09:33:06.927Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-13T09:33:07.036Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-13T09:33:08.834Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-13T09:33:10.028Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-13T09:33:10.040Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-13T09:33:11.025Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-13T09:33:11.048Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-13T09:33:11.125Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-13T09:33:11.152Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-13T09:33:11.323Z] [INFO] [STEP 1] Log into the application [2026-07-13T09:33:11.427Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:33:12.126Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:33:15.159Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-13T09:33:18.831Z] [INFO] [STEP 3] Edit project information [2026-07-13T09:33:21.120Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-13T09:33:22.222Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-13T09:33:22.727Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (16636ms) 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-13T09:33:27.329Z] [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-13T09:33:27.348Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-13T09:33:27.353Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-13T09:33:27.367Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T09:33:27.377Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T09:33:27.427Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T09:33:27.451Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-13T09:33:27.919Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-13T09:33:27.933Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-13T09:33:27.957Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-13T09:33:27.963Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-13T09:33:28.360Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-13T09:33:28.376Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-13T09:33:28.426Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-13T09:33:28.439Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-13T09:33:28.942Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-13T09:33:29.346Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-13T09:33:29.357Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-13T09:33:29.781Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-13T09:33:29.787Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-13T09:33:29.823Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-13T09:33:30.309Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-13T09:33:30.349Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:33:30.624Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:33:32.939Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-13T09:33:36.178Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-13T09:33:36.739Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-13T09:33:37.266Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-13T09:33:37.357Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T09:33:37.956Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T09:33:38.018Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T09:33:38.625Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T09:33:38.658Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-13T09:33:39.221Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-13T09:33:39.259Z] [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-13T09:33:39.224Z\"}"}}}' [2026-07-13T09:33:39.724Z] [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-13T09:33:39.224Z\"}"}}}' [2026-07-13T09:33:39.758Z] [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-13T09:33:39.725Z\"}"}}}' [2026-07-13T09:33:40.273Z] [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-13T09:33:39.725Z\"}"}}}' [2026-07-13T09:33:40.495Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-13T09:33:41.226Z] [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 (13520ms) 1 passing (14s) [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: 14 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-13T09:33:46.358Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-13T09:33:46.369Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-13T09:33:46.372Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-13T09:33:46.377Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-13T09:33:46.422Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T09:33:46.429Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T09:33:46.442Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-13T09:33:46.849Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-13T09:33:46.855Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-13T09:33:46.863Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-13T09:33:47.328Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783935226866-3vuzusri8.yaml && rm -f /tmp/cypress-yaml-1783935226866-3vuzusri8.yaml [2026-07-13T09:33:47.335Z] [INFO] Command exit code: 0 [2026-07-13T09:33:47.749Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783935227337-3vnd2kkbw.yaml && rm -f /tmp/cypress-yaml-1783935227337-3vnd2kkbw.yaml [2026-07-13T09:33:47.755Z] [INFO] Command exit code: 0 [2026-07-13T09:33:48.142Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783935227757-orz1k69yb.yaml && rm -f /tmp/cypress-yaml-1783935227757-orz1k69yb.yaml [2026-07-13T09:33:48.148Z] [INFO] Command exit code: 0 [2026-07-13T09:33:48.536Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783935228150-f9yh1l6lb.yaml && rm -f /tmp/cypress-yaml-1783935228150-f9yh1l6lb.yaml [2026-07-13T09:33:48.542Z] [INFO] Command exit code: 0 [2026-07-13T09:33:48.943Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783935228544-1id3mruvc.yaml && rm -f /tmp/cypress-yaml-1783935228544-1id3mruvc.yaml [2026-07-13T09:33:48.950Z] [INFO] Command exit code: 0 [2026-07-13T09:33:48.969Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-13T09:33:48.988Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:33:49.218Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:33:54.133Z] [INFO] [STEP 2] Check SC row exists [2026-07-13T09:33:54.222Z] [INFO] [STEP 3] Check there's no Default label [2026-07-13T09:33:54.323Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-13T09:33:54.438Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-13T09:33:54.562Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-13T09:33:54.853Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-13T09:33:55.177Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-13T09:33:55.364Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T09:33:56.050Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T09:33:56.063Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (9891ms) [2026-07-13T09:33:56.377Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-13T09:33:56.418Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-13T09:33:56.430Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-13T09:33:56.437Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T09:33:56.444Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T09:33:56.466Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-13T09:33:56.526Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:33:56.745Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:34:00.232Z] [INFO] [STEP 2] Check SC row exists [2026-07-13T09:34:00.263Z] [INFO] [STEP 3] Check there's no Default label [2026-07-13T09:34:00.318Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-13T09:34:00.349Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-13T09:34:00.464Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-13T09:34:00.722Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-13T09:34:00.959Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-13T09:34:01.047Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T09:34:01.647Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T09:34:01.655Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class (5404ms) [2026-07-13T09:34:01.854Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-13T09:34:01.857Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-13T09:34:01.862Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-13T09:34:01.923Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T09:34:01.928Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T09:34:01.948Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-13T09:34:01.958Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:34:02.245Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:34:06.433Z] [INFO] [STEP 2] Check there's no Default label [2026-07-13T09:34:06.466Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-13T09:34:06.562Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-13T09:34:06.828Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-13T09:34:07.357Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-13T09:34:07.444Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T09:34:08.128Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T09:34:08.141Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one (6422ms) [2026-07-13T09:34:08.329Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-13T09:34:08.332Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-13T09:34:08.337Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-13T09:34:08.343Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T09:34:08.348Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T09:34:08.430Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-13T09:34:08.445Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:34:08.740Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:34:11.618Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-13T09:34:11.738Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-13T09:34:12.257Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-13T09:34:12.327Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-13T09:34:12.519Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-13T09:34:12.534Z] [INFO] [STEP 7] Save the changes [2026-07-13T09:34:12.717Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-13T09:34:12.955Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-13T09:34:12.962Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T09:34:13.525Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T09:34:13.544Z] [INFO] Storage Class Config: [2026-07-13T09:34:13.553Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-13T09:34:13.999Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-13T09:34:14.223Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-13T09:34:14.774Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-13T09:34:14.778Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-13T09:34:15.344Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-13T09:34:15.350Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-13T09:34:15.925Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-13T09:34:15.929Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-13T09:34:16.425Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-13T09:34:16.430Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-13T09:34:16.875Z] [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 (6020ms) 4 passing (31s) [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: 30 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-13T09:34:22.479Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-13T09:34:22.517Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-13T09:34:22.522Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-13T09:34:22.530Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T09:34:22.537Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T09:34:22.544Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T09:34:22.561Z] [INFO] Loaded test data from fixtures [2026-07-13T09:34:22.618Z] [INFO] Provisioning storage classes with different access modes [2026-07-13T09:34:23.027Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783935262625-kgx15cwdv.yaml && rm -f /tmp/cypress-yaml-1783935262625-kgx15cwdv.yaml [2026-07-13T09:34:23.033Z] [INFO] Command exit code: 0 [2026-07-13T09:34:23.394Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783935263036-j4pccbpuk.yaml && rm -f /tmp/cypress-yaml-1783935263036-j4pccbpuk.yaml [2026-07-13T09:34:23.400Z] [INFO] Command exit code: 0 [2026-07-13T09:34:23.761Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783935263403-5tdwpch6n.yaml && rm -f /tmp/cypress-yaml-1783935263403-5tdwpch6n.yaml [2026-07-13T09:34:23.781Z] [INFO] Command exit code: 0 [2026-07-13T09:34:24.227Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783935263783-6lyzk7nop.yaml && rm -f /tmp/cypress-yaml-1783935263783-6lyzk7nop.yaml [2026-07-13T09:34:24.232Z] [INFO] Command exit code: 0 [2026-07-13T09:34:24.726Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783935264234-pnvmspcnb.yaml && rm -f /tmp/cypress-yaml-1783935264234-pnvmspcnb.yaml [2026-07-13T09:34:24.732Z] [INFO] Command exit code: 0 [2026-07-13T09:34:24.736Z] [INFO] Provisioning project [2026-07-13T09:34:24.739Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-13T09:34:25.270Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-13T09:34:25.276Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-13T09:34:25.282Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-13T09:34:25.327Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-13T09:34:25.960Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-13T09:34:26.389Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-13T09:34:26.396Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-13T09:34:26.786Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-13T09:34:26.793Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-13T09:34:26.800Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-13T09:34:27.278Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-13T09:34:27.288Z] [INFO] [STEP 1] Log into the application [2026-07-13T09:34:27.294Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:34:27.544Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:34:29.391Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-13T09:34:32.303Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-13T09:34:32.699Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-13T09:34:33.014Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-13T09:34:33.163Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-13T09:34:33.342Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (12357ms) [2026-07-13T09:34:34.897Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-13T09:34:34.899Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-13T09:34:34.904Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T09:34:34.918Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T09:34:34.925Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T09:34:34.934Z] [INFO] [STEP 1] Log into the application [2026-07-13T09:34:34.939Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:34:35.141Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:34:36.666Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-13T09:34:40.452Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-13T09:34:41.540Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-13T09:34:42.631Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-13T09:34:43.657Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-13T09:34:43.766Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-13T09:34:43.882Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-13T09:34:43.964Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-13T09:34:44.633Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-13T09:34:44.949Z] [INFO] [STEP 11] Verify other access modes are not available for RWX-only storage class ✓ Should show correct access modes when selecting storage classes with single access mode (10347ms) [2026-07-13T09:34:45.420Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-13T09:34:45.423Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-13T09:34:45.429Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T09:34:45.434Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T09:34:45.439Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T09:34:45.449Z] [INFO] [STEP 1] Log into the application [2026-07-13T09:34:45.454Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:34:45.740Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:34:47.322Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-13T09:34:50.538Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-13T09:34:51.365Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-13T09:34:51.723Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-13T09:34:52.173Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-13T09:34:52.241Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-13T09:34:52.278Z] [INFO] [STEP 8] Default should be RWO [2026-07-13T09:34:52.378Z] [INFO] [STEP 9] Switch to RWX [2026-07-13T09:34:52.598Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes (7586ms) [2026-07-13T09:34:53.067Z] [INFO] Starting 480s timeout for: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-13T09:34:53.070Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-13T09:34:53.075Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T09:34:53.080Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T09:34:53.085Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T09:34:53.094Z] [INFO] [STEP 1] Log into the application [2026-07-13T09:34:53.118Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:34:53.279Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:34:54.281Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-13T09:34:56.148Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-13T09:34:56.520Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-13T09:34:57.614Z] [INFO] [STEP 5] Submit the form [2026-07-13T09:34:57.711Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-13T09:34:57.896Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-13T09:34:58.133Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-13T09:34:58.140Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-13T09:34:58.345Z] [INFO] [STEP 10] Verify that access mode radio buttons are not available for editing ✓ Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit (5436ms) [2026-07-13T09:34:58.527Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-13T09:34:58.530Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-13T09:34:58.535Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T09:34:58.540Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T09:34:58.546Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T09:34:58.555Z] [INFO] [STEP 1] Log into the application [2026-07-13T09:34:58.561Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:34:58.726Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:34:59.925Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-13T09:35:02.263Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-13T09:35:02.722Z] [INFO] [STEP 4] Open create modal [2026-07-13T09:35:02.927Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-13T09:35:03.411Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-13T09:35:03.614Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-13T09:35:03.725Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-13T09:35:03.735Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-13T09:35:04.327Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-13T09:35:04.331Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-13T09:35:04.926Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-13T09:35:04.930Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-13T09:35:05.527Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-13T09:35:05.531Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-13T09:35:06.180Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-13T09:35:06.218Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-13T09:35:06.925Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-13T09:35:06.929Z] [INFO] [STEP 9] Cleaning up project [2026-07-13T09:35:07.442Z] [INFO] [EXEC] oc delete project test-cluster-storage-access-modes --wait=false --ignore-not-found ✓ Should reset access mode appropriately when switching between storage classes (5247ms) 5 passing (45s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_007.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 5 │ │ Passing: 5 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 45 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-13T09:35:13.538Z] [INFO] Setting tests timeout to: 480 seconds Verify that only the Cluster Admin can access Cluster Settings - Admin should access Cluster Settings and see UI fields matching OpenShift configurations - Test User - should not have access rights to view the Cluster Settings tab - Cluster Admin user can access all Settings pages [2026-07-13T09:35:13.567Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (267ms) 3 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_008.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 3 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: settings/clusterSettings/testAdminClusterSettings.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testCreateConnectionTypes.cy.ts (10 of 13) [2026-07-13T09:35:17.641Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-13T09:35:17.653Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-13T09:35:17.657Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-13T09:35:17.717Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-13T09:35:17.726Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T09:35:17.731Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T09:35:17.753Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-13T09:35:17.759Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-13T09:35:18.463Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-13T09:35:18.519Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-13T09:35:18.528Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-13T09:35:18.541Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-13T09:35:19.263Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-13T09:35:19.925Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-13T09:35:19.934Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-13T09:35:20.454Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-13T09:35:20.462Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-13T09:35:20.471Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-13T09:35:20.546Z] [INFO] [STEP 1] Log into the application [2026-07-13T09:35:20.560Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:35:20.825Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:35:23.818Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-13T09:35:26.433Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-13T09:35:27.557Z] [INFO] [STEP 4] Select category [2026-07-13T09:35:28.293Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-13T09:35:29.138Z] [INFO] [STEP 6] Add new section heading [2026-07-13T09:35:32.833Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-13T09:35:33.129Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-13T09:35:33.724Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-13T09:35:33.929Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-13T09:35:34.058Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-13T09:35:34.224Z] [INFO] [STEP 12] Preview connection type. [2026-07-13T09:35:35.196Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-13T09:35:38.902Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-13T09:35:40.560Z] [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 (25785ms) [2026-07-13T09:35:43.546Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-13T09:35:43.549Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-13T09:35:43.554Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-13T09:35:43.559Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T09:35:43.564Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T09:35:43.617Z] [INFO] [STEP 1] Log into the application [2026-07-13T09:35:43.624Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:35:43.818Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:35:45.062Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-13T09:35:46.918Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-13T09:35:47.395Z] [INFO] [STEP 4] Edit the Connection type [2026-07-13T09:35:48.819Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-13T09:35:48.830Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/projects [2026-07-13T09:35:56.450Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-13T09:35:59.741Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-13T09:36:06.821Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-13T09:36:07.829Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-13T09:36:07.837Z] [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-13T09:36:08.626Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-13T09:36:23.930Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (23083ms) 2 passing (1m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_009.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 2 │ │ Passing: 2 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 1 minute, 6 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-13T09:36:29.042Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-13T09:36:29.065Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-13T09:36:29.070Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-13T09:36:29.125Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-13T09:36:29.133Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T09:36:29.139Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T09:36:29.223Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-13T09:36:29.244Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-13T09:36:29.628Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:36:34.034Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-13T09:36:34.166Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted (7071ms) 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-13T09:36:41.153Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-13T09:36:41.238Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-13T09:36:41.245Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-13T09:36:41.318Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-13T09:36:41.339Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T09:36:41.348Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T09:36:41.459Z] [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-13T09:36:42.840Z] [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-13T09:36:42.855Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-13T09:36:42.859Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-13T09:36:42.872Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-13T09:36:42.920Z] [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-13T09:36:43.569Z] [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-13T09:36:43.623Z] [INFO] No matching profile found, proceeding with the test. [2026-07-13T09:36:43.646Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-13T09:36:43.672Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783935403650.yaml" -n redhat-ods-applications [2026-07-13T09:36:44.326Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783935403650.yaml" -n redhat-ods-applications [2026-07-13T09:36:44.355Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-13T09:36:44.581Z] [INFO] [EXEC] rm /tmp/temp_1783935403650.yaml [2026-07-13T09:36:44.645Z] [INFO] [STEP 1] Log into the application [2026-07-13T09:36:44.733Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T09:36:45.128Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T09:36:50.380Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-13T09:36:50.534Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-13T09:36:51.274Z] [INFO] [STEP 4] Select the hardware profile [2026-07-13T09:36:51.575Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-13T09:36:51.599Z] [INFO] [STEP 6] Launch a notebook server [2026-07-13T09:36:51.828Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-13T09:36:51.852Z] [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-13T09:37:03.256Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-13T09:37:03.319Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-13T09:37:03.325Z] [INFO] Found 1 matching pods [2026-07-13T09:37:03.329Z] [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-13T09:37:25.151Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-13T09:37:25.199Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-13T09:37:25.233Z] [INFO] [STEP 8] Expand the Event log [2026-07-13T09:37:25.381Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-13T09:37:25.638Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-13T09:37:25.667Z] [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-13T09:37:26.757Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-13T09:37:26.836Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-13T09:37:26.842Z] [INFO] Found 1 matching pods [2026-07-13T09:37:26.846Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-13T09:37:27.339Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-13T09:37:27.422Z] [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-13T09:37:27.427Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-13T09:37:27.469Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-13T09:37:27.673Z] [INFO] [STEP 12] Stop the server [2026-07-13T09:37:27.802Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-13T09:37:27.944Z] [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-13T09:37:29.439Z] [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-13T09:37:29.475Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-13T09:37:29.480Z] [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-13T09:37:29.952Z] [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-13T09:37:30.034Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-13T09:37:30.455Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (46972ms) 1 passing (50s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_011.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 49 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-13T09:37:33.616Z] [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 - Admin should access serving runtimes, import a yaml file and then delete [2026-07-13T09:37:33.633Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (121ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_012.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Start generate report process Read and merge jsons from "/workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons" Media folder "/workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots" not found, nothing to copy Enhance report Create HTML report HTML report successfully created! /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/index.html ================================================================================ (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ application.cy.ts 00:04 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testLaunchStand 00:49 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 414ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 292ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:17 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:14 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:30 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:45 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 273ms 3 - - 3 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 01:06 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:07 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 00:49 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 125ms 1 - - 1 - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 04:45 27 17 - 10 -