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-16T23:35:07.530Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-16T23:35:07.600Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-16T23:35:07.614Z] [INFO] Test title: should login and load page [2026-07-16T23:35:07.624Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-16T23:35:07.635Z] [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-16T23:35:07.640Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T23:35:07.657Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:35:08.105Z] [INFO] OAuth login flow detected - completing authentication ✓ should login and load page 1 passing (3s) [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: 3 seconds │ │ Spec Ran: application.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts (2 of 13) [2026-07-16T23:35:13.833Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-16T23:35:13.856Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-16T23:35:13.860Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-16T23:35:13.874Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-16T23:35:13.885Z] [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-16T23:35:13.890Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T23:35:13.928Z] [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-16T23:35:14.687Z] [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-16T23:35:14.708Z] [INFO] No notebooks found [2026-07-16T23:35:14.799Z] [INFO] [STEP 1] Log into the application [2026-07-16T23:35:14.829Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:35:15.058Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:35:19.060Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-16T23:35:19.221Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-16T23:35:19.842Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-16T23:35:19.867Z] [INFO] [STEP 5] Launch a notebook server [2026-07-16T23:35:20.031Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-16T23:35:20.050Z] [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-16T23:35:33.071Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-16T23:35:33.103Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-16T23:35:33.119Z] [INFO] Found 1 matching pods [2026-07-16T23:35:33.136Z] [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-16T23:35:45.088Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-16T23:35:45.114Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-16T23:35:45.132Z] [INFO] [STEP 7] Expand the Event log [2026-07-16T23:35:45.305Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-16T23:35:54.118Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-16T23:35:54.305Z] [INFO] [STEP 10] Stop the server [2026-07-16T23:35:54.428Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (40825ms) 1 passing (41s) [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: 40 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-16T23:35:57.914Z] [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-16T23:35:57.937Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (109ms) 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-16T23:36:00.553Z] [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-16T23:36:00.579Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (88ms) 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-16T23:36:03.233Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-16T23:36:03.251Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-16T23:36:03.255Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-16T23:36:03.267Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-16T23:36:03.273Z] [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-16T23:36:03.283Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T23:36:03.308Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-16T23:36:03.318Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-16T23:36:03.606Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-16T23:36:03.618Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-16T23:36:03.625Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-16T23:36:03.641Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-16T23:36:03.993Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-16T23:36:04.295Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-16T23:36:04.308Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-16T23:36:04.580Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-16T23:36:04.586Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-16T23:36:04.592Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-16T23:36:04.608Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-16T23:36:04.629Z] [INFO] [STEP 1] Log into the application [2026-07-16T23:36:04.656Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:36:04.887Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:36:06.659Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-16T23:36:08.871Z] [INFO] [STEP 3] Edit project information [2026-07-16T23:36:09.928Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-16T23:36:10.475Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-16T23:36:10.808Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (7233ms) 1 passing (8s) [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: 7 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-16T23:36:14.203Z] [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-16T23:36:14.221Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-16T23:36:14.225Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-16T23:36:14.237Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T23:36:14.243Z] [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-16T23:36:14.253Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T23:36:14.276Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-16T23:36:14.575Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-16T23:36:14.585Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-16T23:36:14.592Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-16T23:36:14.603Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-16T23:36:14.879Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-16T23:36:14.886Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-16T23:36:14.891Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-16T23:36:14.920Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-16T23:36:15.313Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-16T23:36:15.630Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-16T23:36:15.638Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-16T23:36:15.920Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-16T23:36:15.935Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-16T23:36:15.942Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-16T23:36:16.383Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-16T23:36:16.407Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:36:16.626Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:36:18.778Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-16T23:36:20.841Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-16T23:36:21.135Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-16T23:36:21.475Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-16T23:36:21.514Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T23:36:21.884Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T23:36:21.909Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T23:36:22.206Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T23:36:22.234Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-16T23:36:22.520Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-16T23:36:22.547Z] [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-16T23:36:22.522Z\"}"}}}' [2026-07-16T23:36:22.857Z] [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-16T23:36:22.522Z\"}"}}}' [2026-07-16T23:36:22.900Z] [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-16T23:36:22.875Z\"}"}}}' [2026-07-16T23:36:23.223Z] [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-16T23:36:22.875Z\"}"}}}' [2026-07-16T23:36:23.383Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-16T23:36:23.879Z] [INFO] [EXEC] oc whoami [2026-07-16T23:36:24.173Z] [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 (9461ms) 1 passing (10s) [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: 10 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-16T23:36:28.324Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-16T23:36:28.333Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-16T23:36:28.337Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-16T23:36:28.343Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-16T23:36:28.348Z] [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-16T23:36:28.352Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T23:36:28.364Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-16T23:36:28.718Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-16T23:36:28.725Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-16T23:36:28.731Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-16T23:36:29.040Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784244988734-pavhrl8tn.yaml && rm -f /tmp/cypress-yaml-1784244988734-pavhrl8tn.yaml [2026-07-16T23:36:29.046Z] [INFO] Command exit code: 0 [2026-07-16T23:36:29.335Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784244989047-casyl7vzd.yaml && rm -f /tmp/cypress-yaml-1784244989047-casyl7vzd.yaml [2026-07-16T23:36:29.340Z] [INFO] Command exit code: 0 [2026-07-16T23:36:29.641Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784244989342-9uw32xr0c.yaml && rm -f /tmp/cypress-yaml-1784244989342-9uw32xr0c.yaml [2026-07-16T23:36:29.647Z] [INFO] Command exit code: 0 [2026-07-16T23:36:29.959Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784244989649-wfk2n8t7b.yaml && rm -f /tmp/cypress-yaml-1784244989649-wfk2n8t7b.yaml [2026-07-16T23:36:29.966Z] [INFO] Command exit code: 0 [2026-07-16T23:36:30.269Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784244989967-xox50su5z.yaml && rm -f /tmp/cypress-yaml-1784244989967-xox50su5z.yaml [2026-07-16T23:36:30.274Z] [INFO] Command exit code: 0 [2026-07-16T23:36:30.292Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-16T23:36:30.301Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:36:30.467Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:36:33.173Z] [INFO] [STEP 2] Check SC row exists [2026-07-16T23:36:33.284Z] [INFO] [STEP 3] Check there's no Default label [2026-07-16T23:36:33.324Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-16T23:36:33.355Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-16T23:36:33.392Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-16T23:36:33.500Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-16T23:36:33.615Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-16T23:36:33.671Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T23:36:33.971Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T23:36:33.982Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (5732ms) [2026-07-16T23:36:34.078Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-16T23:36:34.080Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-16T23:36:34.085Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-16T23:36:34.088Z] [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-16T23:36:34.092Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T23:36:34.109Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-16T23:36:34.116Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:36:34.272Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:36:36.273Z] [INFO] [STEP 2] Check SC row exists [2026-07-16T23:36:36.303Z] [INFO] [STEP 3] Check there's no Default label [2026-07-16T23:36:36.332Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-16T23:36:36.360Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-16T23:36:36.412Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-16T23:36:36.509Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-16T23:36:36.606Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-16T23:36:36.637Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T23:36:36.925Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T23:36:36.934Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-16T23:36:37.019Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-16T23:36:37.021Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-16T23:36:37.026Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-16T23:36:37.030Z] [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-16T23:36:37.033Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T23:36:37.046Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-16T23:36:37.053Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:36:37.205Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:36:38.987Z] [INFO] [STEP 2] Check there's no Default label [2026-07-16T23:36:39.078Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-16T23:36:39.139Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-16T23:36:39.278Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-16T23:36:39.681Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-16T23:36:39.706Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T23:36:40.050Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T23:36:40.058Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-16T23:36:40.147Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-16T23:36:40.148Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-16T23:36:40.152Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-16T23:36:40.155Z] [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-16T23:36:40.160Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T23:36:40.180Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-16T23:36:40.191Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:36:40.344Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:36:42.311Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-16T23:36:42.371Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-16T23:36:42.633Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-16T23:36:42.652Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-16T23:36:42.818Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-16T23:36:42.828Z] [INFO] [STEP 7] Save the changes [2026-07-16T23:36:42.917Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-16T23:36:43.047Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-16T23:36:43.051Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T23:36:43.348Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T23:36:43.358Z] [INFO] Storage Class Config: [2026-07-16T23:36:43.364Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-16T23:36:43.742Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-16T23:36:43.928Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-16T23:36:44.217Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-16T23:36:44.220Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-16T23:36:44.529Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-16T23:36:44.532Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-16T23:36:44.853Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-16T23:36:44.857Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-16T23:36:45.167Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-16T23:36:45.170Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-16T23:36:45.494Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-vsphere-volume --ignore-not-found=true ✓ An admin user can edit the access mode of a storage class 4 passing (17s) [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: 17 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-16T23:36:48.798Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-16T23:36:48.808Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-16T23:36:48.811Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-16T23:36:48.816Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T23:36:48.820Z] [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-16T23:36:48.825Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T23:36:48.839Z] [INFO] Loaded test data from fixtures [2026-07-16T23:36:48.853Z] [INFO] Provisioning storage classes with different access modes [2026-07-16T23:36:49.164Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784245008858-se6uurw4m.yaml && rm -f /tmp/cypress-yaml-1784245008858-se6uurw4m.yaml [2026-07-16T23:36:49.169Z] [INFO] Command exit code: 0 [2026-07-16T23:36:49.509Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784245009171-4qv3m354t.yaml && rm -f /tmp/cypress-yaml-1784245009171-4qv3m354t.yaml [2026-07-16T23:36:49.515Z] [INFO] Command exit code: 0 [2026-07-16T23:36:49.842Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784245009517-2pydkvljk.yaml && rm -f /tmp/cypress-yaml-1784245009517-2pydkvljk.yaml [2026-07-16T23:36:49.847Z] [INFO] Command exit code: 0 [2026-07-16T23:36:50.163Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784245009849-m7fypfb38.yaml && rm -f /tmp/cypress-yaml-1784245009849-m7fypfb38.yaml [2026-07-16T23:36:50.169Z] [INFO] Command exit code: 0 [2026-07-16T23:36:50.492Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784245010170-3s99vy98q.yaml && rm -f /tmp/cypress-yaml-1784245010170-3s99vy98q.yaml [2026-07-16T23:36:50.498Z] [INFO] Command exit code: 0 [2026-07-16T23:36:50.501Z] [INFO] Provisioning project [2026-07-16T23:36:50.503Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-16T23:36:50.807Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-16T23:36:50.815Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-16T23:36:50.820Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-16T23:36:50.830Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-16T23:36:51.234Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-16T23:36:51.570Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-16T23:36:51.577Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-16T23:36:51.878Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-16T23:36:51.884Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-16T23:36:51.889Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-16T23:36:52.240Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-16T23:36:52.250Z] [INFO] [STEP 1] Log into the application [2026-07-16T23:36:52.255Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:36:52.434Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:36:53.957Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-16T23:36:56.144Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-16T23:36:56.332Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-16T23:36:56.483Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-16T23:36:56.587Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-16T23:36:56.685Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (8945ms) [2026-07-16T23:36:57.767Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-16T23:36:57.769Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-16T23:36:57.773Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T23:36:57.778Z] [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-16T23:36:57.781Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T23:36:57.789Z] [INFO] [STEP 1] Log into the application [2026-07-16T23:36:57.795Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:36:57.957Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:36:59.064Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-16T23:37:00.405Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-16T23:37:00.658Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-16T23:37:00.915Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-16T23:37:01.205Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-16T23:37:01.214Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-16T23:37:01.229Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-16T23:37:01.232Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-16T23:37:01.415Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-16T23:37:01.512Z] [INFO] [STEP 11] Verify other access modes are not available for RWX-only storage class ✓ Should show correct access modes when selecting storage classes with single access mode [2026-07-16T23:37:01.661Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-16T23:37:01.664Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-16T23:37:01.667Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T23:37:01.670Z] [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-16T23:37:01.675Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T23:37:01.682Z] [INFO] [STEP 1] Log into the application [2026-07-16T23:37:01.686Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:37:01.829Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:37:02.757Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-16T23:37:03.980Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-16T23:37:04.201Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-16T23:37:04.375Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-16T23:37:04.711Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-16T23:37:04.734Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-16T23:37:04.738Z] [INFO] [STEP 8] Default should be RWO [2026-07-16T23:37:04.745Z] [INFO] [STEP 9] Switch to RWX [2026-07-16T23:37:04.837Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes [2026-07-16T23:37:05.070Z] [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-16T23:37:05.073Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-16T23:37:05.077Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T23:37:05.082Z] [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-16T23:37:05.086Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T23:37:05.097Z] [INFO] [STEP 1] Log into the application [2026-07-16T23:37:05.103Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:37:05.253Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:37:06.301Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-16T23:37:07.775Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-16T23:37:07.993Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-16T23:37:08.899Z] [INFO] [STEP 5] Submit the form [2026-07-16T23:37:08.987Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-16T23:37:09.121Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-16T23:37:09.339Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-16T23:37:09.348Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-16T23:37:09.483Z] [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 [2026-07-16T23:37:09.646Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-16T23:37:09.649Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-16T23:37:09.653Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T23:37:09.658Z] [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-16T23:37:09.662Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T23:37:09.670Z] [INFO] [STEP 1] Log into the application [2026-07-16T23:37:09.676Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:37:09.827Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:37:10.874Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-16T23:37:12.227Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-16T23:37:12.529Z] [INFO] [STEP 4] Open create modal [2026-07-16T23:37:12.763Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-16T23:37:13.282Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-16T23:37:13.475Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-16T23:37:13.564Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-16T23:37:13.572Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-16T23:37:13.898Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-16T23:37:13.902Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-16T23:37:14.203Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-16T23:37:14.206Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-16T23:37:14.541Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-16T23:37:14.544Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-16T23:37:14.861Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-16T23:37:14.864Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-16T23:37:15.170Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-16T23:37:15.173Z] [INFO] [STEP 9] Cleaning up project [2026-07-16T23:37:15.481Z] [INFO] [EXEC] oc delete project test-cluster-storage-access-modes --wait=false --ignore-not-found ✓ Should reset access mode appropriately when switching between storage classes 5 passing (27s) [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: 26 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-16T23:37:20.276Z] [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-16T23:37:20.313Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (121ms) 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-16T23:37:23.324Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-16T23:37:23.334Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-16T23:37:23.337Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-16T23:37:23.342Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-16T23:37:23.346Z] [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-16T23:37:23.351Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T23:37:23.368Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-16T23:37:23.372Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-16T23:37:23.813Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-16T23:37:23.822Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-16T23:37:23.828Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-16T23:37:23.838Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-16T23:37:24.249Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-16T23:37:24.687Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-16T23:37:24.694Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-16T23:37:25.001Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-16T23:37:25.007Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-16T23:37:25.012Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-16T23:37:25.042Z] [INFO] [STEP 1] Log into the application [2026-07-16T23:37:25.054Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:37:25.232Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:37:26.814Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-16T23:37:28.271Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-16T23:37:28.943Z] [INFO] [STEP 4] Select category [2026-07-16T23:37:29.309Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-16T23:37:29.720Z] [INFO] [STEP 6] Add new section heading [2026-07-16T23:37:31.367Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-16T23:37:31.464Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-16T23:37:31.651Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-16T23:37:31.698Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-16T23:37:31.730Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-16T23:37:31.758Z] [INFO] [STEP 12] Preview connection type. [2026-07-16T23:37:32.196Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-16T23:37:33.926Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-16T23:37:34.653Z] [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 (12610ms) [2026-07-16T23:37:35.978Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-16T23:37:35.980Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-16T23:37:35.984Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-16T23:37:35.990Z] [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-16T23:37:35.994Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T23:37:36.013Z] [INFO] [STEP 1] Log into the application [2026-07-16T23:37:36.020Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:37:36.174Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:37:37.163Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-16T23:37:38.138Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-16T23:37:38.550Z] [INFO] [STEP 4] Edit the Connection type [2026-07-16T23:37:39.240Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-16T23:37:39.247Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-07-16T23:37:43.339Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-16T23:37:45.323Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-16T23:37:49.178Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-16T23:37:49.506Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-16T23:37:49.549Z] [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-16T23:37:49.933Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-16T23:38:00.106Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (13027ms) 2 passing (37s) [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: 37 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-16T23:38:03.733Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-16T23:38:03.752Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-16T23:38:03.763Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-16T23:38:03.769Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-16T23:38:03.779Z] [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-16T23:38:03.804Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T23:38:03.840Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-16T23:38:03.849Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-16T23:38:04.064Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:38:06.363Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-16T23:38:06.446Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted 1 passing (4s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_010.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 3 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-16T23:38:09.962Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-16T23:38:09.980Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-16T23:38:09.984Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-16T23:38:09.996Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-16T23:38:10.002Z] [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-16T23:38:10.014Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T23:38:10.041Z] [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-16T23:38:10.996Z] [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-16T23:38:11.002Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-16T23:38:11.012Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-16T23:38:11.016Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-16T23:38:11.019Z] [INFO] Executing delete hardware profile command: oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("resources/hardwareProfile/notebook_tolerations.yaml")) | .metadata.name' | tr -d '"' [2026-07-16T23:38:11.329Z] [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-16T23:38:11.335Z] [INFO] No matching profile found, proceeding with the test. [2026-07-16T23:38:11.350Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-16T23:38:11.370Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784245091358.yaml" -n redhat-ods-applications [2026-07-16T23:38:11.708Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784245091358.yaml" -n redhat-ods-applications [2026-07-16T23:38:11.715Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-16T23:38:11.832Z] [INFO] [EXEC] rm /tmp/temp_1784245091358.yaml [2026-07-16T23:38:11.864Z] [INFO] [STEP 1] Log into the application [2026-07-16T23:38:11.895Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T23:38:12.103Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T23:38:15.634Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-16T23:38:15.799Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-16T23:38:16.563Z] [INFO] [STEP 4] Select the hardware profile [2026-07-16T23:38:16.815Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-16T23:38:16.836Z] [INFO] [STEP 6] Launch a notebook server [2026-07-16T23:38:17.014Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-16T23:38:17.017Z] [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-16T23:38:30.085Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-16T23:38:30.130Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-16T23:38:30.149Z] [INFO] Found 1 matching pods [2026-07-16T23:38:30.169Z] [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-16T23:38:39.442Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-16T23:38:39.449Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-16T23:38:39.453Z] [INFO] [STEP 8] Expand the Event log [2026-07-16T23:38:39.583Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-16T23:38:50.659Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-16T23:38:50.690Z] [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-16T23:38:53.515Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-16T23:38:53.547Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-16T23:38:53.569Z] [INFO] Found 1 matching pods [2026-07-16T23:38:53.592Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-16T23:38:53.963Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-16T23:38:53.990Z] [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-16T23:38:54.015Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-16T23:38:54.050Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-16T23:38:54.234Z] [INFO] [STEP 12] Stop the server [2026-07-16T23:38:54.408Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-16T23:38:54.660Z] [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-16T23:38:55.832Z] [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-16T23:38:55.858Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-16T23:38:55.880Z] [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-16T23:38:56.306Z] [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-16T23:38:56.355Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-16T23:38:56.813Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (44745ms) 1 passing (47s) [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: 47 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-16T23:38:59.823Z] [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-16T23:38:59.846Z] [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:03 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testLaunchStand 00:40 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 115ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 92ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:07 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:10 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:17 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:26 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 127ms 3 - - 3 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 00:37 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:03 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 00:47 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 177ms 1 - - 1 - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 03:14 27 17 - 10 -