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-16T14:16:55.706Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-16T14:16:55.720Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-16T14:16:55.731Z] [INFO] Test title: should login and load page [2026-07-16T14:16:55.741Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-16T14:16:55.748Z] [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-16T14:16:55.758Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T14:16:55.818Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-16T14:16:56.377Z] [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-16T14:17:04.457Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-16T14:17:04.522Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-16T14:17:04.527Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-16T14:17:04.543Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-16T14:17:04.548Z] [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-16T14:17:04.557Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T14:17:04.632Z] [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-16T14:17:05.514Z] [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-16T14:17:05.528Z] [INFO] No notebooks found [2026-07-16T14:17:05.606Z] [INFO] [STEP 1] Log into the application [2026-07-16T14:17:05.621Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-16T14:17:06.039Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T14:17:12.729Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-16T14:17:13.123Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-16T14:17:14.814Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-16T14:17:14.837Z] [INFO] [STEP 5] Launch a notebook server [2026-07-16T14:17:15.318Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-16T14:17:15.404Z] [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-16T14:17:27.642Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-16T14:17:27.733Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-16T14:17:27.814Z] [INFO] Found 1 matching pods [2026-07-16T14:17:27.831Z] [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-16T14:17:40.217Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-16T14:17:40.322Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-16T14:17:40.416Z] [INFO] [STEP 7] Expand the Event log [2026-07-16T14:17:40.919Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-16T14:17:49.734Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-16T14:17:50.125Z] [INFO] [STEP 10] Stop the server [2026-07-16T14:17:51.125Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (47370ms) 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-16T14:18:02.606Z] [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-16T14:18:02.802Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (696ms) 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-16T14:18:13.803Z] [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-16T14:18:13.908Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (324ms) 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-16T14:18:22.317Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-16T14:18:22.404Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-16T14:18:22.411Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-16T14:18:22.430Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-16T14:18:22.511Z] [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-16T14:18:22.518Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T14:18:22.620Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-16T14:18:22.631Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-16T14:18:23.416Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-16T14:18:23.423Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-16T14:18:23.507Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-16T14:18:23.525Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-16T14:18:24.618Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-16T14:18:25.711Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-16T14:18:25.721Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-16T14:18:26.212Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-16T14:18:26.305Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-16T14:18:26.333Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-16T14:18:26.419Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-16T14:18:26.513Z] [INFO] [STEP 1] Log into the application [2026-07-16T14:18:26.522Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-16T14:18:27.021Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T14:18:31.721Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-16T14:18:38.029Z] [INFO] [STEP 3] Edit project information [2026-07-16T14:18:40.261Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-16T14:18:41.719Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-16T14:18:42.112Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (19445ms) 1 passing (20s) [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: 20 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-16T14:18:47.306Z] [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-16T14:18:47.328Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-16T14:18:47.340Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-16T14:18:47.351Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T14:18:47.358Z] [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-16T14:18:47.367Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T14:18:47.421Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-16T14:18:47.812Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-16T14:18:47.828Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-16T14:18:47.845Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-16T14:18:47.856Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-16T14:18:48.207Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-16T14:18:48.216Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-16T14:18:48.240Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-16T14:18:48.263Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-16T14:18:48.762Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-16T14:18:49.111Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-16T14:18:49.131Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-16T14:18:49.482Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-16T14:18:49.489Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-16T14:18:49.523Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-16T14:18:50.064Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-16T14:18:50.116Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-16T14:18:50.321Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T14:18:52.810Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-16T14:18:56.225Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-16T14:18:56.753Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-16T14:18:57.234Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-16T14:18:57.321Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T14:18:57.683Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T14:18:57.735Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T14:18:58.071Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T14:18:58.123Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-16T14:18:58.476Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-16T14:18:58.519Z] [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-16T14:18:58.480Z\"}"}}}' [2026-07-16T14:18:58.829Z] [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-16T14:18:58.480Z\"}"}}}' [2026-07-16T14:18:58.864Z] [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-16T14:18:58.831Z\"}"}}}' [2026-07-16T14:18:59.211Z] [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-16T14:18:58.831Z\"}"}}}' [2026-07-16T14:18:59.413Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-16T14:18:59.807Z] [INFO] [EXEC] oc whoami [2026-07-16T14:19:00.126Z] [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 (12337ms) 1 passing (13s) [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-16T14:19:05.537Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-16T14:19:05.549Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-16T14:19:05.552Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-16T14:19:05.559Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-16T14:19:05.607Z] [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-16T14:19:05.617Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T14:19:05.629Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-16T14:19:05.980Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-16T14:19:05.985Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-16T14:19:05.992Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-16T14:19:06.319Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784211545995-s9og6qrnb.yaml && rm -f /tmp/cypress-yaml-1784211545995-s9og6qrnb.yaml [2026-07-16T14:19:06.325Z] [INFO] Command exit code: 0 [2026-07-16T14:19:06.631Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784211546327-cnrz8z7kb.yaml && rm -f /tmp/cypress-yaml-1784211546327-cnrz8z7kb.yaml [2026-07-16T14:19:06.638Z] [INFO] Command exit code: 0 [2026-07-16T14:19:06.944Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784211546640-av44odkgx.yaml && rm -f /tmp/cypress-yaml-1784211546640-av44odkgx.yaml [2026-07-16T14:19:06.950Z] [INFO] Command exit code: 0 [2026-07-16T14:19:07.334Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784211546952-aaulyerj5.yaml && rm -f /tmp/cypress-yaml-1784211546952-aaulyerj5.yaml [2026-07-16T14:19:07.341Z] [INFO] Command exit code: 0 [2026-07-16T14:19:07.682Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784211547343-eumudjgv7.yaml && rm -f /tmp/cypress-yaml-1784211547343-eumudjgv7.yaml [2026-07-16T14:19:07.688Z] [INFO] Command exit code: 0 [2026-07-16T14:19:07.720Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-16T14:19:07.734Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-16T14:19:07.945Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T14:19:12.647Z] [INFO] [STEP 2] Check SC row exists [2026-07-16T14:19:12.756Z] [INFO] [STEP 3] Check there's no Default label [2026-07-16T14:19:13.047Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-16T14:19:13.272Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-16T14:19:13.413Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-16T14:19:13.804Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-16T14:19:14.419Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-16T14:19:14.742Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T14:19:15.414Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T14:19:15.428Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (10000ms) [2026-07-16T14:19:15.744Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-16T14:19:15.748Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-16T14:19:15.754Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-16T14:19:15.809Z] [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-16T14:19:15.815Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T14:19:15.839Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-16T14:19:15.912Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-16T14:19:16.208Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T14:19:20.249Z] [INFO] [STEP 2] Check SC row exists [2026-07-16T14:19:20.319Z] [INFO] [STEP 3] Check there's no Default label [2026-07-16T14:19:20.353Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-16T14:19:20.424Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-16T14:19:20.539Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-16T14:19:20.706Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-16T14:19:20.845Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-16T14:19:20.930Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T14:19:21.413Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T14:19:21.425Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class (5801ms) [2026-07-16T14:19:21.648Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-16T14:19:21.651Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-16T14:19:21.707Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-16T14:19:21.713Z] [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-16T14:19:21.718Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T14:19:21.733Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-16T14:19:21.742Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-16T14:19:21.970Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T14:19:24.960Z] [INFO] [STEP 2] Check there's no Default label [2026-07-16T14:19:25.124Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-16T14:19:25.234Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-16T14:19:25.432Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-16T14:19:25.953Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-16T14:19:25.982Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T14:19:26.382Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T14:19:26.404Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-16T14:19:26.541Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-16T14:19:26.543Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-16T14:19:26.549Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-16T14:19:26.553Z] [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-16T14:19:26.558Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T14:19:26.614Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-16T14:19:26.641Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-16T14:19:26.867Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T14:19:30.236Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-16T14:19:30.336Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-16T14:19:30.739Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-16T14:19:30.808Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-16T14:19:31.047Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-16T14:19:31.109Z] [INFO] [STEP 7] Save the changes [2026-07-16T14:19:31.213Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-16T14:19:31.432Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-16T14:19:31.438Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T14:19:31.944Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T14:19:31.957Z] [INFO] Storage Class Config: [2026-07-16T14:19:31.960Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-16T14:19:32.505Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-16T14:19:32.749Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-16T14:19:33.259Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-16T14:19:33.305Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-16T14:19:33.914Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-16T14:19:33.918Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-16T14:19:34.419Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-16T14:19:34.423Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-16T14:19:34.823Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-16T14:19:34.827Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-16T14:19:35.217Z] [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 (6283ms) 4 passing (30s) [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: 29 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-16T14:19:40.843Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-16T14:19:40.856Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-16T14:19:40.859Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-16T14:19:40.909Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T14:19:40.915Z] [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-16T14:19:40.921Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T14:19:40.936Z] [INFO] Loaded test data from fixtures [2026-07-16T14:19:40.947Z] [INFO] Provisioning storage classes with different access modes [2026-07-16T14:19:41.353Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784211580955-oxelb96b8.yaml && rm -f /tmp/cypress-yaml-1784211580955-oxelb96b8.yaml [2026-07-16T14:19:41.360Z] [INFO] Command exit code: 0 [2026-07-16T14:19:41.814Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784211581362-gkiad5k1u.yaml && rm -f /tmp/cypress-yaml-1784211581362-gkiad5k1u.yaml [2026-07-16T14:19:41.819Z] [INFO] Command exit code: 0 [2026-07-16T14:19:42.156Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784211581821-v9yauwcyj.yaml && rm -f /tmp/cypress-yaml-1784211581821-v9yauwcyj.yaml [2026-07-16T14:19:42.162Z] [INFO] Command exit code: 0 [2026-07-16T14:19:42.481Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784211582164-7yyo6demg.yaml && rm -f /tmp/cypress-yaml-1784211582164-7yyo6demg.yaml [2026-07-16T14:19:42.508Z] [INFO] Command exit code: 0 [2026-07-16T14:19:42.846Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784211582510-05c2s30uk.yaml && rm -f /tmp/cypress-yaml-1784211582510-05c2s30uk.yaml [2026-07-16T14:19:42.851Z] [INFO] Command exit code: 0 [2026-07-16T14:19:42.855Z] [INFO] Provisioning project [2026-07-16T14:19:42.857Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-16T14:19:43.211Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-16T14:19:43.217Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-16T14:19:43.221Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-16T14:19:43.234Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-16T14:19:43.750Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-16T14:19:44.086Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-16T14:19:44.093Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-16T14:19:44.378Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-16T14:19:44.385Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-16T14:19:44.390Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-16T14:19:44.812Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-16T14:19:44.822Z] [INFO] [STEP 1] Log into the application [2026-07-16T14:19:44.828Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-16T14:19:45.053Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T14:19:47.434Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-16T14:19:50.649Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-16T14:19:51.222Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-16T14:19:51.617Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-16T14:19:51.713Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-16T14:19:51.917Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (13087ms) [2026-07-16T14:19:53.970Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-16T14:19:53.972Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-16T14:19:53.976Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T14:19:53.979Z] [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-16T14:19:53.982Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T14:19:54.009Z] [INFO] [STEP 1] Log into the application [2026-07-16T14:19:54.014Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-16T14:19:54.179Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T14:19:55.377Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-16T14:19:57.819Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-16T14:19:58.313Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-16T14:19:58.827Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-16T14:19:59.618Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-16T14:19:59.630Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-16T14:19:59.654Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-16T14:19:59.658Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-16T14:19:59.928Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-16T14:20:00.037Z] [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 (6221ms) [2026-07-16T14:20:00.233Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-16T14:20:00.236Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-16T14:20:00.241Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T14:20:00.248Z] [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-16T14:20:00.253Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T14:20:00.265Z] [INFO] [STEP 1] Log into the application [2026-07-16T14:20:00.309Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-16T14:20:00.563Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T14:20:01.709Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-16T14:20:03.916Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-16T14:20:04.404Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-16T14:20:04.712Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-16T14:20:05.210Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-16T14:20:05.236Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-16T14:20:05.242Z] [INFO] [STEP 8] Default should be RWO [2026-07-16T14:20:05.308Z] [INFO] [STEP 9] Switch to RWX [2026-07-16T14:20:05.414Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes (5440ms) [2026-07-16T14:20:05.826Z] [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-16T14:20:05.829Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-16T14:20:05.835Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T14:20:05.839Z] [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-16T14:20:05.844Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T14:20:05.854Z] [INFO] [STEP 1] Log into the application [2026-07-16T14:20:05.909Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-16T14:20:06.138Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T14:20:07.527Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-16T14:20:09.967Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-16T14:20:10.317Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-16T14:20:11.243Z] [INFO] [STEP 5] Submit the form [2026-07-16T14:20:11.334Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-16T14:20:11.495Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-16T14:20:11.725Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-16T14:20:11.733Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-16T14:20:11.941Z] [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 (6397ms) [2026-07-16T14:20:12.113Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-16T14:20:12.116Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-16T14:20:12.121Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T14:20:12.126Z] [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-16T14:20:12.131Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T14:20:12.139Z] [INFO] [STEP 1] Log into the application [2026-07-16T14:20:12.145Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-16T14:20:12.353Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T14:20:13.545Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-16T14:20:15.607Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-16T14:20:15.924Z] [INFO] [STEP 4] Open create modal [2026-07-16T14:20:16.368Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-16T14:20:16.810Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-16T14:20:16.994Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-16T14:20:17.084Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-16T14:20:17.091Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-16T14:20:17.495Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-16T14:20:17.499Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-16T14:20:17.833Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-16T14:20:17.836Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-16T14:20:18.125Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-16T14:20:18.129Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-16T14:20:18.489Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-16T14:20:18.493Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-16T14:20:18.812Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-16T14:20:18.817Z] [INFO] [STEP 9] Cleaning up project [2026-07-16T14:20:19.124Z] [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 (5028ms) 5 passing (38s) [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: 38 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-16T14:20:27.812Z] [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-16T14:20:27.837Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (202ms) 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-16T14:20:31.929Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-16T14:20:31.942Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-16T14:20:31.945Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-16T14:20:32.009Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-16T14:20:32.016Z] [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-16T14:20:32.022Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T14:20:32.043Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-16T14:20:32.047Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-16T14:20:32.441Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-16T14:20:32.448Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-16T14:20:32.455Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-16T14:20:32.470Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-16T14:20:33.091Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-16T14:20:33.442Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-16T14:20:33.449Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-16T14:20:33.733Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-16T14:20:33.739Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-16T14:20:33.745Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-16T14:20:33.781Z] [INFO] [STEP 1] Log into the application [2026-07-16T14:20:33.812Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-16T14:20:34.060Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T14:20:36.062Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-16T14:20:38.412Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-16T14:20:39.927Z] [INFO] [STEP 4] Select category [2026-07-16T14:20:40.527Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-16T14:20:41.514Z] [INFO] [STEP 6] Add new section heading [2026-07-16T14:20:44.214Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-16T14:20:44.377Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-16T14:20:44.924Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-16T14:20:45.056Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-16T14:20:45.313Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-16T14:20:45.562Z] [INFO] [STEP 12] Preview connection type. [2026-07-16T14:20:46.860Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-16T14:20:51.733Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-16T14:20:53.231Z] [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 (23974ms) [2026-07-16T14:20:56.012Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-16T14:20:56.014Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-16T14:20:56.019Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-16T14:20:56.024Z] [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-16T14:20:56.029Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T14:20:56.051Z] [INFO] [STEP 1] Log into the application [2026-07-16T14:20:56.059Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-16T14:20:56.250Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T14:20:57.419Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-16T14:20:58.993Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-16T14:20:59.759Z] [INFO] [STEP 4] Edit the Connection type [2026-07-16T14:21:01.226Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-16T14:21:01.233Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/projects [2026-07-16T14:21:09.848Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-16T14:21:13.746Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-16T14:21:20.473Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-16T14:21:21.017Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-16T14:21:21.022Z] [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-16T14:21:21.556Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-16T14:21:34.320Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (24380ms) 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, 2 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-16T14:21:40.109Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-16T14:21:40.133Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-16T14:21:40.140Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-16T14:21:40.153Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-16T14:21:40.206Z] [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-16T14:21:40.216Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T14:21:40.256Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-16T14:21:40.311Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-16T14:21:40.629Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T14:21:44.945Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-16T14:21:45.127Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted (6459ms) 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: 6 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-16T14:21:51.818Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-16T14:21:51.840Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-16T14:21:51.851Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-16T14:21:51.904Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-16T14:21:51.916Z] [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-16T14:21:51.922Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T14:21:51.954Z] [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-16T14:21:53.170Z] [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-16T14:21:53.212Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-16T14:21:53.217Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-16T14:21:53.233Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-16T14:21:53.249Z] [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-16T14:21:53.904Z] [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-16T14:21:53.916Z] [INFO] No matching profile found, proceeding with the test. [2026-07-16T14:21:53.942Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-16T14:21:54.018Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784211714006.yaml" -n redhat-ods-applications [2026-07-16T14:21:54.438Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784211714006.yaml" -n redhat-ods-applications [2026-07-16T14:21:54.504Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-16T14:21:54.727Z] [INFO] [EXEC] rm /tmp/temp_1784211714006.yaml [2026-07-16T14:21:54.827Z] [INFO] [STEP 1] Log into the application [2026-07-16T14:21:54.904Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-16T14:21:55.160Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T14:22:00.156Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-16T14:22:00.325Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-16T14:22:01.216Z] [INFO] [STEP 4] Select the hardware profile [2026-07-16T14:22:01.611Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-16T14:22:01.637Z] [INFO] [STEP 6] Launch a notebook server [2026-07-16T14:22:01.907Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-16T14:22:01.933Z] [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-16T14:22:13.249Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-16T14:22:13.308Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-16T14:22:13.331Z] [INFO] Found 1 matching pods [2026-07-16T14:22:13.355Z] [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-16T14:22:37.572Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-16T14:22:37.580Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-16T14:22:37.584Z] [INFO] [STEP 8] Expand the Event log [2026-07-16T14:22:37.712Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-16T14:23:05.620Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-16T14:23:05.650Z] [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-16T14:23:06.908Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-16T14:23:06.948Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-16T14:23:07.030Z] [INFO] Found 1 matching pods [2026-07-16T14:23:07.108Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-16T14:23:07.618Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-16T14:23:07.665Z] [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-16T14:23:07.740Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-16T14:23:07.746Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-16T14:23:08.029Z] [INFO] [STEP 12] Stop the server [2026-07-16T14:23:08.707Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-16T14:23:09.111Z] [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-16T14:23:10.820Z] [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-16T14:23:11.031Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-16T14:23:11.350Z] [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-16T14:23:11.935Z] [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-16T14:23:12.040Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-16T14:23:12.616Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (77379ms) 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, 21 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-16T14:23:16.748Z] [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-16T14:23:16.813Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (229ms) 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 703ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 393ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:20 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:13 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:29 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:38 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 207ms 3 - - 3 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 01:02 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:06 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 01:21 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 233ms 1 - - 1 - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 05:05 27 17 - 10 -