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-13T04:59:56.677Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-13T04:59:56.691Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-13T04:59:56.751Z] [INFO] Test title: should login and load page [2026-07-13T04:59:56.773Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-13T04:59:56.784Z] [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-13T04:59:56.790Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T04:59:56.861Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T04:59:57.394Z] [INFO] OAuth login flow detected - completing authentication ✓ should login and load page 1 passing (4s) [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-13T05:00:05.781Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-13T05:00:05.803Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-13T05:00:05.853Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-13T05:00:05.870Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-13T05:00:05.876Z] [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-13T05:00:05.885Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T05:00:05.910Z] [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-13T05:00:06.987Z] [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-13T05:00:07.054Z] [INFO] No notebooks found [2026-07-13T05:00:07.150Z] [INFO] [STEP 1] Log into the application [2026-07-13T05:00:07.176Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:00:07.493Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:00:14.552Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-13T05:00:14.770Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-13T05:00:16.651Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-13T05:00:16.677Z] [INFO] [STEP 5] Launch a notebook server [2026-07-13T05:00:17.071Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-13T05:00:17.152Z] [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-13T05:00:29.567Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-13T05:00:29.668Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-13T05:00:29.755Z] [INFO] Found 1 matching pods [2026-07-13T05:00:29.779Z] [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-13T05:00:38.461Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-13T05:00:38.550Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-13T05:00:38.571Z] [INFO] [STEP 7] Expand the Event log [2026-07-13T05:00:38.852Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-13T05:00:50.977Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-13T05:00:51.374Z] [INFO] [STEP 10] Stop the server [2026-07-13T05:00:52.163Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (46999ms) 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-13T05:01:03.951Z] [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-13T05:01:04.066Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (717ms) 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-13T05:01:14.958Z] [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-13T05:01:15.059Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (399ms) 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-13T05:01:23.169Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-13T05:01:23.257Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-13T05:01:23.265Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-13T05:01:23.349Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-13T05:01:23.359Z] [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-13T05:01:23.372Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T05:01:23.476Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-13T05:01:23.549Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-13T05:01:24.296Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-13T05:01:24.356Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-13T05:01:24.377Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-13T05:01:24.467Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-13T05:01:25.558Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-13T05:01:26.562Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-13T05:01:26.651Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-13T05:01:27.391Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-13T05:01:27.456Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-13T05:01:27.472Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-13T05:01:27.488Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-13T05:01:27.569Z] [INFO] [STEP 1] Log into the application [2026-07-13T05:01:27.665Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:01:28.266Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:01:33.058Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-13T05:01:37.073Z] [INFO] [STEP 3] Edit project information [2026-07-13T05:01:39.176Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-13T05:01:40.675Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-13T05:01:41.258Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (17502ms) 1 passing (18s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_004.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 18 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-13T05:01:45.909Z] [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-13T05:01:45.948Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-13T05:01:45.954Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-13T05:01:45.971Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T05:01:45.978Z] [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-13T05:01:45.989Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T05:01:46.012Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-13T05:01:46.448Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-13T05:01:46.456Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-13T05:01:46.472Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-13T05:01:46.484Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-13T05:01:46.909Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-13T05:01:46.922Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-13T05:01:46.965Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-13T05:01:46.986Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-13T05:01:47.566Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-13T05:01:48.016Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-13T05:01:48.027Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-13T05:01:48.450Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-13T05:01:48.475Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-13T05:01:48.491Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-13T05:01:48.986Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-13T05:01:49.050Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:01:49.553Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:01:52.080Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-13T05:01:55.116Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-13T05:01:55.683Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-13T05:01:56.117Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-13T05:01:56.151Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T05:01:56.517Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T05:01:56.569Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T05:01:56.998Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T05:01:57.056Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-13T05:01:57.507Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-13T05:01:57.585Z] [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-13T05:01:57.551Z\"}"}}}' [2026-07-13T05:01:58.059Z] [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-13T05:01:57.551Z\"}"}}}' [2026-07-13T05:01:58.094Z] [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-13T05:01:58.061Z\"}"}}}' [2026-07-13T05:01:58.454Z] [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-13T05:01:58.061Z\"}"}}}' [2026-07-13T05:01:58.654Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-13T05:01:59.458Z] [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 (13000ms) 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: 13 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-13T05:02:04.409Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-13T05:02:04.451Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-13T05:02:04.454Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-13T05:02:04.461Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-13T05:02:04.466Z] [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-13T05:02:04.474Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T05:02:04.486Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-13T05:02:04.957Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-13T05:02:04.963Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-13T05:02:04.971Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-13T05:02:05.334Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783918924976-qgqq4uumb.yaml && rm -f /tmp/cypress-yaml-1783918924976-qgqq4uumb.yaml [2026-07-13T05:02:05.349Z] [INFO] Command exit code: 0 [2026-07-13T05:02:05.752Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783918925352-5s7u71cvq.yaml && rm -f /tmp/cypress-yaml-1783918925352-5s7u71cvq.yaml [2026-07-13T05:02:05.758Z] [INFO] Command exit code: 0 [2026-07-13T05:02:06.150Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783918925761-pn9lsjlhr.yaml && rm -f /tmp/cypress-yaml-1783918925761-pn9lsjlhr.yaml [2026-07-13T05:02:06.157Z] [INFO] Command exit code: 0 [2026-07-13T05:02:06.554Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783918926159-c5zwe2fde.yaml && rm -f /tmp/cypress-yaml-1783918926159-c5zwe2fde.yaml [2026-07-13T05:02:06.562Z] [INFO] Command exit code: 0 [2026-07-13T05:02:06.935Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783918926564-5ozwluzrj.yaml && rm -f /tmp/cypress-yaml-1783918926564-5ozwluzrj.yaml [2026-07-13T05:02:06.950Z] [INFO] Command exit code: 0 [2026-07-13T05:02:06.971Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-13T05:02:06.980Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:02:07.183Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:02:12.051Z] [INFO] [STEP 2] Check SC row exists [2026-07-13T05:02:12.147Z] [INFO] [STEP 3] Check there's no Default label [2026-07-13T05:02:12.263Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-13T05:02:12.379Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-13T05:02:12.494Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-13T05:02:12.882Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-13T05:02:13.363Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-13T05:02:13.592Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T05:02:14.301Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T05:02:14.393Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (10165ms) [2026-07-13T05:02:14.978Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-13T05:02:15.050Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-13T05:02:15.065Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-13T05:02:15.075Z] [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-13T05:02:15.080Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T05:02:15.156Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-13T05:02:15.170Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:02:15.479Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:02:18.957Z] [INFO] [STEP 2] Check SC row exists [2026-07-13T05:02:18.987Z] [INFO] [STEP 3] Check there's no Default label [2026-07-13T05:02:19.018Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-13T05:02:19.045Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-13T05:02:19.097Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-13T05:02:19.199Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-13T05:02:19.464Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-13T05:02:19.496Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T05:02:19.932Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T05:02:19.949Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class (5257ms) [2026-07-13T05:02:20.057Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-13T05:02:20.060Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-13T05:02:20.065Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-13T05:02:20.071Z] [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-13T05:02:20.076Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T05:02:20.090Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-13T05:02:20.100Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:02:20.295Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:02:23.181Z] [INFO] [STEP 2] Check there's no Default label [2026-07-13T05:02:23.210Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-13T05:02:23.270Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-13T05:02:23.417Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-13T05:02:23.882Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-13T05:02:23.909Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T05:02:24.492Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T05:02:24.563Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-13T05:02:24.777Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-13T05:02:24.780Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-13T05:02:24.785Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-13T05:02:24.791Z] [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-13T05:02:24.797Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T05:02:24.885Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-13T05:02:24.894Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:02:25.172Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:02:27.972Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-13T05:02:28.063Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-13T05:02:28.376Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-13T05:02:28.402Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-13T05:02:28.593Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-13T05:02:28.606Z] [INFO] [STEP 7] Save the changes [2026-07-13T05:02:28.704Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-13T05:02:28.860Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-13T05:02:28.868Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T05:02:29.348Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T05:02:29.364Z] [INFO] Storage Class Config: [2026-07-13T05:02:29.368Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-13T05:02:29.957Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-13T05:02:30.174Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-13T05:02:30.657Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-13T05:02:30.662Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-13T05:02:31.257Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-13T05:02:31.262Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-13T05:02:31.856Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-13T05:02:31.861Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-13T05:02:32.314Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-13T05:02:32.318Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-13T05:02:32.857Z] [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 (5553ms) 4 passing (29s) [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: 28 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-13T05:02:38.426Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-13T05:02:38.458Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-13T05:02:38.461Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-13T05:02:38.467Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T05:02:38.472Z] [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-13T05:02:38.478Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T05:02:38.494Z] [INFO] Loaded test data from fixtures [2026-07-13T05:02:38.507Z] [INFO] Provisioning storage classes with different access modes [2026-07-13T05:02:38.959Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783918958513-thhy4qg7e.yaml && rm -f /tmp/cypress-yaml-1783918958513-thhy4qg7e.yaml [2026-07-13T05:02:38.966Z] [INFO] Command exit code: 0 [2026-07-13T05:02:39.451Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783918958968-p29c5d4n5.yaml && rm -f /tmp/cypress-yaml-1783918958968-p29c5d4n5.yaml [2026-07-13T05:02:39.458Z] [INFO] Command exit code: 0 [2026-07-13T05:02:39.953Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783918959461-xjfbfs3gf.yaml && rm -f /tmp/cypress-yaml-1783918959461-xjfbfs3gf.yaml [2026-07-13T05:02:39.972Z] [INFO] Command exit code: 0 [2026-07-13T05:02:40.458Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783918959975-dkr29p2fm.yaml && rm -f /tmp/cypress-yaml-1783918959975-dkr29p2fm.yaml [2026-07-13T05:02:40.464Z] [INFO] Command exit code: 0 [2026-07-13T05:02:40.939Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783918960466-c1hrmdd8h.yaml && rm -f /tmp/cypress-yaml-1783918960466-c1hrmdd8h.yaml [2026-07-13T05:02:40.950Z] [INFO] Command exit code: 0 [2026-07-13T05:02:40.953Z] [INFO] Provisioning project [2026-07-13T05:02:40.956Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-13T05:02:41.356Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-13T05:02:41.363Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-13T05:02:41.369Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-13T05:02:41.380Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-13T05:02:41.870Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-13T05:02:42.223Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-13T05:02:42.230Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-13T05:02:42.650Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-13T05:02:42.657Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-13T05:02:42.663Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-13T05:02:43.157Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-13T05:02:43.169Z] [INFO] [STEP 1] Log into the application [2026-07-13T05:02:43.177Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:02:43.452Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:02:45.367Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-13T05:02:48.457Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-13T05:02:48.959Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-13T05:02:49.368Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-13T05:02:49.519Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-13T05:02:49.683Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (13148ms) [2026-07-13T05:02:51.668Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-13T05:02:51.671Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-13T05:02:51.676Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T05:02:51.682Z] [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-13T05:02:51.688Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T05:02:51.698Z] [INFO] [STEP 1] Log into the application [2026-07-13T05:02:51.704Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:02:51.910Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:02:52.954Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-13T05:02:54.677Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-13T05:02:55.182Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-13T05:02:55.556Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-13T05:02:55.953Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-13T05:02:55.965Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-13T05:02:56.051Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-13T05:02:56.056Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-13T05:02:56.457Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-13T05:02:56.665Z] [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 (5265ms) [2026-07-13T05:02:56.986Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-13T05:02:56.989Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-13T05:02:56.995Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T05:02:57.047Z] [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-13T05:02:57.053Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T05:02:57.063Z] [INFO] [STEP 1] Log into the application [2026-07-13T05:02:57.069Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:02:57.273Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:02:58.389Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-13T05:03:00.682Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-13T05:03:01.159Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-13T05:03:01.549Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-13T05:03:01.857Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-13T05:03:01.884Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-13T05:03:01.889Z] [INFO] [STEP 8] Default should be RWO [2026-07-13T05:03:01.899Z] [INFO] [STEP 9] Switch to RWX [2026-07-13T05:03:02.016Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes (5303ms) [2026-07-13T05:03:02.348Z] [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-13T05:03:02.352Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-13T05:03:02.358Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T05:03:02.365Z] [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-13T05:03:02.370Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T05:03:02.383Z] [INFO] [STEP 1] Log into the application [2026-07-13T05:03:02.456Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:03:02.770Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:03:04.270Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-13T05:03:07.590Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-13T05:03:08.127Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-13T05:03:09.542Z] [INFO] [STEP 5] Submit the form [2026-07-13T05:03:09.703Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-13T05:03:09.993Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-13T05:03:10.443Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-13T05:03:10.505Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-13T05:03:10.725Z] [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 (8777ms) [2026-07-13T05:03:11.196Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-13T05:03:11.199Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-13T05:03:11.250Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T05:03:11.256Z] [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-13T05:03:11.262Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T05:03:11.272Z] [INFO] [STEP 1] Log into the application [2026-07-13T05:03:11.278Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:03:11.488Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:03:12.695Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-13T05:03:14.798Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-13T05:03:15.296Z] [INFO] [STEP 4] Open create modal [2026-07-13T05:03:15.451Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-13T05:03:16.299Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-13T05:03:16.492Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-13T05:03:16.587Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-13T05:03:16.597Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-13T05:03:17.058Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-13T05:03:17.062Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-13T05:03:17.512Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-13T05:03:17.516Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-13T05:03:17.962Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-13T05:03:17.965Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-13T05:03:18.426Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-13T05:03:18.431Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-13T05:03:18.850Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-13T05:03:18.855Z] [INFO] [STEP 9] Cleaning up project [2026-07-13T05:03:19.259Z] [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 (5494ms) 5 passing (41s) [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: 40 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-13T05:03:27.865Z] [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-13T05:03:27.890Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (197ms) 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-13T05:03:30.729Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-13T05:03:30.739Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-13T05:03:30.742Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-13T05:03:30.752Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-13T05:03:30.757Z] [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-13T05:03:30.763Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T05:03:30.783Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-13T05:03:30.787Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-13T05:03:31.185Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-13T05:03:31.191Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-13T05:03:31.196Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-13T05:03:31.206Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-13T05:03:31.682Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-13T05:03:32.027Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-13T05:03:32.036Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-13T05:03:32.351Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-13T05:03:32.358Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-13T05:03:32.365Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-13T05:03:32.396Z] [INFO] [STEP 1] Log into the application [2026-07-13T05:03:32.407Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:03:32.625Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:03:34.878Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-13T05:03:36.673Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-13T05:03:37.470Z] [INFO] [STEP 4] Select category [2026-07-13T05:03:37.966Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-13T05:03:38.554Z] [INFO] [STEP 6] Add new section heading [2026-07-13T05:03:40.553Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-13T05:03:40.783Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-13T05:03:41.071Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-13T05:03:41.171Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-13T05:03:41.288Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-13T05:03:41.383Z] [INFO] [STEP 12] Preview connection type. [2026-07-13T05:03:42.124Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-13T05:03:46.651Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-13T05:03:48.811Z] [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 (22174ms) [2026-07-13T05:03:53.092Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-13T05:03:53.095Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-13T05:03:53.100Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-13T05:03:53.106Z] [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-13T05:03:53.111Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T05:03:53.167Z] [INFO] [STEP 1] Log into the application [2026-07-13T05:03:53.175Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:03:53.582Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:03:55.556Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-13T05:03:57.612Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-13T05:03:58.360Z] [INFO] [STEP 4] Edit the Connection type [2026-07-13T05:03:59.442Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-13T05:03:59.448Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/projects [2026-07-13T05:04:04.700Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-13T05:04:07.102Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-13T05:04:12.507Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-13T05:04:13.265Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-13T05:04:13.270Z] [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-13T05:04:13.853Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-13T05:04:24.863Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (19280ms) 2 passing (54s) [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: 54 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-13T05:04:30.164Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-13T05:04:30.187Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-13T05:04:30.258Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-13T05:04:30.269Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-13T05:04:30.351Z] [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-13T05:04:30.361Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T05:04:30.457Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-13T05:04:30.469Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-13T05:04:30.778Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:04:35.495Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-13T05:04:35.685Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted (7391ms) 1 passing (8s) [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-13T05:04:42.172Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-13T05:04:42.193Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-13T05:04:42.198Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-13T05:04:42.251Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-13T05:04:42.260Z] [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-13T05:04:42.265Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T05:04:42.299Z] [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-13T05:04:43.862Z] [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-13T05:04:43.878Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-13T05:04:43.883Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-13T05:04:43.893Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-13T05:04:43.952Z] [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-13T05:04:44.450Z] [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-13T05:04:44.466Z] [INFO] No matching profile found, proceeding with the test. [2026-07-13T05:04:44.481Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-13T05:04:44.560Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783919084496.yaml" -n redhat-ods-applications [2026-07-13T05:04:45.178Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783919084496.yaml" -n redhat-ods-applications [2026-07-13T05:04:45.196Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-13T05:04:45.482Z] [INFO] [EXEC] rm /tmp/temp_1783919084496.yaml [2026-07-13T05:04:45.658Z] [INFO] [STEP 1] Log into the application [2026-07-13T05:04:45.687Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-13T05:04:46.084Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T05:04:53.657Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-13T05:04:53.869Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-13T05:04:54.954Z] [INFO] [STEP 4] Select the hardware profile [2026-07-13T05:04:55.355Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-13T05:04:55.384Z] [INFO] [STEP 6] Launch a notebook server [2026-07-13T05:04:55.656Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-13T05:04:55.676Z] [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-13T05:05:06.689Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-13T05:05:06.762Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-13T05:05:06.768Z] [INFO] Found 1 matching pods [2026-07-13T05:05:06.795Z] [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-13T05:05:46.197Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-13T05:05:46.243Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-13T05:05:46.263Z] [INFO] [STEP 8] Expand the Event log [2026-07-13T05:05:46.466Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-13T05:05:59.358Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-13T05:05:59.383Z] [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-13T05:06:00.403Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-13T05:06:00.475Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-13T05:06:00.499Z] [INFO] Found 1 matching pods [2026-07-13T05:06:00.503Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-13T05:06:01.095Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-13T05:06:01.170Z] [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-13T05:06:01.174Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-13T05:06:01.251Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-13T05:06:01.494Z] [INFO] [STEP 12] Stop the server [2026-07-13T05:06:01.715Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-13T05:06:01.948Z] [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-13T05:06:03.480Z] [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-13T05:06:03.897Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-13T05:06:03.990Z] [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-13T05:06:04.518Z] [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-13T05:06:04.583Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-13T05:06:05.135Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (79921ms) 1 passing (1m) [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: 1 minute, 23 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-13T05:06:08.712Z] [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-13T05:06:08.765Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (172ms) 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:47 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 794ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 479ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:18 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:13 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:28 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:40 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 202ms 3 - - 3 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 00:54 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:07 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 01:23 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 176ms 1 - - 1 - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 05:00 27 17 - 10 -