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-16T15:30:53.043Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-16T15:30:53.062Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-16T15:30:53.068Z] [INFO] Test title: should login and load page [2026-07-16T15:30:53.129Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-16T15:30:53.137Z] [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-16T15:30:53.148Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T15:30:53.166Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T15:30:53.657Z] [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: 3 seconds │ │ Spec Ran: application.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts (2 of 13) [2026-07-16T15:30:59.870Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-16T15:30:59.931Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-16T15:30:59.936Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-16T15:30:59.944Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-16T15:30:59.953Z] [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-16T15:31:00.015Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T15:31:00.048Z] [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-16T15:31:00.865Z] [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-16T15:31:00.924Z] [INFO] No notebooks found [2026-07-16T15:31:00.952Z] [INFO] [STEP 1] Log into the application [2026-07-16T15:31:01.012Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T15:31:01.254Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T15:31:05.739Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-16T15:31:06.032Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-16T15:31:06.613Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-16T15:31:06.632Z] [INFO] [STEP 5] Launch a notebook server [2026-07-16T15:31:06.806Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-16T15:31:06.828Z] [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-16T15:31:19.686Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-16T15:31:19.748Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-16T15:31:19.768Z] [INFO] Found 1 matching pods [2026-07-16T15:31:19.791Z] [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-16T15:31:30.270Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-16T15:31:30.311Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-16T15:31:30.328Z] [INFO] [STEP 7] Expand the Event log [2026-07-16T15:31:30.459Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-16T15:31:40.567Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-16T15:31:40.767Z] [INFO] [STEP 10] Stop the server [2026-07-16T15:31:40.924Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (41280ms) 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: 41 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-16T15:31:45.073Z] [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-16T15:31:45.123Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (146ms) 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-16T15:31:48.055Z] [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-16T15:31:48.134Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (209ms) 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-16T15:31:51.161Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-16T15:31:51.181Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-16T15:31:51.185Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-16T15:31:51.213Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-16T15:31:51.220Z] [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-16T15:31:51.226Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T15:31:51.254Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-16T15:31:51.260Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-16T15:31:51.655Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-16T15:31:51.666Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-16T15:31:51.682Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-16T15:31:51.723Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-16T15:31:52.368Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-16T15:31:52.691Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-16T15:31:52.700Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-16T15:31:53.064Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-16T15:31:53.086Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-16T15:31:53.105Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-16T15:31:53.133Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-16T15:31:53.158Z] [INFO] [STEP 1] Log into the application [2026-07-16T15:31:53.187Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T15:31:53.412Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T15:31:55.330Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-16T15:31:58.338Z] [INFO] [STEP 3] Edit project information [2026-07-16T15:31:59.896Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-16T15:32:01.249Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-16T15:32:01.593Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (10068ms) 1 passing (11s) [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: 10 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-16T15:32:05.953Z] [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-16T15:32:05.969Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-16T15:32:05.977Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-16T15:32:05.985Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T15:32:06.029Z] [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-16T15:32:06.034Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T15:32:06.064Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-16T15:32:06.521Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-16T15:32:06.536Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-16T15:32:06.552Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-16T15:32:06.617Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-16T15:32:16.905Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-16T15:32:16.931Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-16T15:32:16.945Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-16T15:32:16.965Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-16T15:32:17.476Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-16T15:32:17.766Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-16T15:32:17.776Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-16T15:32:18.040Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-16T15:32:18.046Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-16T15:32:18.070Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-16T15:32:18.510Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-16T15:32:18.538Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T15:32:18.769Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T15:32:20.719Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-16T15:32:23.185Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-16T15:32:23.588Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-16T15:32:23.920Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-16T15:32:23.980Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T15:32:24.243Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T15:32:24.252Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T15:32:24.508Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T15:32:24.517Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-16T15:32:24.783Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-16T15:32:24.813Z] [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-16T15:32:24.786Z\"}"}}}' [2026-07-16T15:32:25.094Z] [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-16T15:32:24.786Z\"}"}}}' [2026-07-16T15:32:25.125Z] [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-16T15:32:25.096Z\"}"}}}' [2026-07-16T15:32:25.403Z] [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-16T15:32:25.096Z\"}"}}}' [2026-07-16T15:32:25.592Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-16T15:32:26.124Z] [INFO] [EXEC] oc whoami [2026-07-16T15:32:26.394Z] [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 (19983ms) 1 passing (21s) [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: 20 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-16T15:32:30.581Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-16T15:32:30.593Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-16T15:32:30.596Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-16T15:32:30.602Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-16T15:32:30.614Z] [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-16T15:32:30.620Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T15:32:30.632Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-16T15:32:30.885Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-16T15:32:30.892Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-16T15:32:30.898Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-16T15:32:31.154Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784215950902-ns121o5p7.yaml && rm -f /tmp/cypress-yaml-1784215950902-ns121o5p7.yaml [2026-07-16T15:32:31.160Z] [INFO] Command exit code: 0 [2026-07-16T15:32:31.417Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784215951162-950gtbqbc.yaml && rm -f /tmp/cypress-yaml-1784215951162-950gtbqbc.yaml [2026-07-16T15:32:31.424Z] [INFO] Command exit code: 0 [2026-07-16T15:32:31.677Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784215951426-ewmmpi1ql.yaml && rm -f /tmp/cypress-yaml-1784215951426-ewmmpi1ql.yaml [2026-07-16T15:32:31.684Z] [INFO] Command exit code: 0 [2026-07-16T15:32:31.956Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784215951686-472ko2idf.yaml && rm -f /tmp/cypress-yaml-1784215951686-472ko2idf.yaml [2026-07-16T15:32:31.963Z] [INFO] Command exit code: 0 [2026-07-16T15:32:32.208Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784215951965-dgxnoa5lg.yaml && rm -f /tmp/cypress-yaml-1784215951965-dgxnoa5lg.yaml [2026-07-16T15:32:32.215Z] [INFO] Command exit code: 0 [2026-07-16T15:32:32.233Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-16T15:32:32.243Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T15:32:32.459Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T15:32:35.291Z] [INFO] [STEP 2] Check SC row exists [2026-07-16T15:32:35.421Z] [INFO] [STEP 3] Check there's no Default label [2026-07-16T15:32:35.465Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-16T15:32:35.504Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-16T15:32:35.549Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-16T15:32:35.657Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-16T15:32:35.772Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-16T15:32:35.840Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T15:32:36.087Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T15:32:36.098Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (5596ms) [2026-07-16T15:32:36.184Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-16T15:32:36.186Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-16T15:32:36.191Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-16T15:32:36.195Z] [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-16T15:32:36.200Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T15:32:36.218Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-16T15:32:36.227Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T15:32:36.383Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T15:32:38.577Z] [INFO] [STEP 2] Check SC row exists [2026-07-16T15:32:38.682Z] [INFO] [STEP 3] Check there's no Default label [2026-07-16T15:32:38.720Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-16T15:32:38.753Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-16T15:32:38.811Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-16T15:32:38.914Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-16T15:32:39.021Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-16T15:32:39.056Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T15:32:39.298Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T15:32:39.309Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-16T15:32:39.383Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-16T15:32:39.387Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-16T15:32:39.392Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-16T15:32:39.398Z] [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-16T15:32:39.403Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T15:32:39.421Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-16T15:32:39.433Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T15:32:39.588Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T15:32:41.410Z] [INFO] [STEP 2] Check there's no Default label [2026-07-16T15:32:41.509Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-16T15:32:41.572Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-16T15:32:41.713Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-16T15:32:42.157Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-16T15:32:42.188Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T15:32:42.451Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T15:32:42.462Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-16T15:32:42.536Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-16T15:32:42.538Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-16T15:32:42.542Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-16T15:32:42.546Z] [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-16T15:32:42.551Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T15:32:42.585Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-16T15:32:42.595Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T15:32:42.751Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T15:32:44.572Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-16T15:32:44.695Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-16T15:32:44.931Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-16T15:32:44.950Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-16T15:32:45.115Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-16T15:32:45.127Z] [INFO] [STEP 7] Save the changes [2026-07-16T15:32:45.215Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-16T15:32:45.356Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-16T15:32:45.360Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T15:32:45.617Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-16T15:32:45.631Z] [INFO] Storage Class Config: [2026-07-16T15:32:45.634Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-16T15:32:46.031Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-16T15:32:46.224Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-16T15:32:46.592Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-16T15:32:46.596Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-16T15:32:46.849Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-16T15:32:46.856Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-16T15:32:47.116Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-16T15:32:47.122Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-16T15:32:47.419Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-16T15:32:47.422Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-16T15:32:47.691Z] [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-16T15:32:52.020Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-16T15:32:52.032Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-16T15:32:52.034Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-16T15:32:52.039Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T15:32:52.044Z] [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-16T15:32:52.048Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T15:32:52.063Z] [INFO] Loaded test data from fixtures [2026-07-16T15:32:52.075Z] [INFO] Provisioning storage classes with different access modes [2026-07-16T15:32:52.372Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784215972080-j5yvixn00.yaml && rm -f /tmp/cypress-yaml-1784215972080-j5yvixn00.yaml [2026-07-16T15:32:52.379Z] [INFO] Command exit code: 0 [2026-07-16T15:32:52.724Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784215972381-wayumwovd.yaml && rm -f /tmp/cypress-yaml-1784215972381-wayumwovd.yaml [2026-07-16T15:32:52.731Z] [INFO] Command exit code: 0 [2026-07-16T15:32:53.079Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784215972732-cgv9yrvcf.yaml && rm -f /tmp/cypress-yaml-1784215972732-cgv9yrvcf.yaml [2026-07-16T15:32:53.085Z] [INFO] Command exit code: 0 [2026-07-16T15:32:53.371Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784215973087-ec1pw2yyy.yaml && rm -f /tmp/cypress-yaml-1784215973087-ec1pw2yyy.yaml [2026-07-16T15:32:53.378Z] [INFO] Command exit code: 0 [2026-07-16T15:32:53.661Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784215973380-ox3w1daqb.yaml && rm -f /tmp/cypress-yaml-1784215973380-ox3w1daqb.yaml [2026-07-16T15:32:53.668Z] [INFO] Command exit code: 0 [2026-07-16T15:32:53.672Z] [INFO] Provisioning project [2026-07-16T15:32:53.674Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-16T15:32:53.934Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-16T15:32:53.941Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-16T15:32:53.947Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-16T15:32:53.957Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-16T15:32:54.376Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-16T15:32:54.696Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-16T15:32:54.703Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-16T15:32:54.976Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-16T15:32:54.982Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-16T15:32:54.988Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-16T15:32:55.424Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-16T15:32:55.435Z] [INFO] [STEP 1] Log into the application [2026-07-16T15:32:55.440Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T15:32:55.623Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T15:32:57.256Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-16T15:32:59.567Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-16T15:32:59.830Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-16T15:32:59.988Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-16T15:33:00.198Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-16T15:33:00.296Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (9342ms) [2026-07-16T15:33:01.363Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-16T15:33:01.365Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-16T15:33:01.371Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T15:33:01.375Z] [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-16T15:33:01.379Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T15:33:01.389Z] [INFO] [STEP 1] Log into the application [2026-07-16T15:33:01.394Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T15:33:01.548Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T15:33:02.539Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-16T15:33:03.763Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-16T15:33:04.076Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-16T15:33:04.363Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-16T15:33:04.643Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-16T15:33:04.651Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-16T15:33:04.667Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-16T15:33:04.671Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-16T15:33:04.859Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-16T15:33:04.959Z] [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-16T15:33:05.102Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-16T15:33:05.104Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-16T15:33:05.108Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T15:33:05.113Z] [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-16T15:33:05.116Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T15:33:05.126Z] [INFO] [STEP 1] Log into the application [2026-07-16T15:33:05.131Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T15:33:05.299Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T15:33:06.218Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-16T15:33:07.455Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-16T15:33:07.730Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-16T15:33:07.972Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-16T15:33:08.317Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-16T15:33:08.340Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-16T15:33:08.344Z] [INFO] [STEP 8] Default should be RWO [2026-07-16T15:33:08.351Z] [INFO] [STEP 9] Switch to RWX [2026-07-16T15:33:08.444Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes [2026-07-16T15:33:08.661Z] [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-16T15:33:08.663Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-16T15:33:08.666Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T15:33:08.671Z] [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-16T15:33:08.674Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T15:33:08.682Z] [INFO] [STEP 1] Log into the application [2026-07-16T15:33:08.691Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T15:33:08.842Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T15:33:09.984Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-16T15:33:11.607Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-16T15:33:11.824Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-16T15:33:12.780Z] [INFO] [STEP 5] Submit the form [2026-07-16T15:33:12.871Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-16T15:33:13.042Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-16T15:33:13.289Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-16T15:33:13.297Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-16T15:33:13.428Z] [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-16T15:33:13.584Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-16T15:33:13.587Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-16T15:33:13.591Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-16T15:33:13.594Z] [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-16T15:33:13.598Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T15:33:13.607Z] [INFO] [STEP 1] Log into the application [2026-07-16T15:33:13.612Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T15:33:13.816Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T15:33:14.893Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-16T15:33:16.324Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-16T15:33:16.631Z] [INFO] [STEP 4] Open create modal [2026-07-16T15:33:16.872Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-16T15:33:17.366Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-16T15:33:17.553Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-16T15:33:17.645Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-16T15:33:17.655Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-16T15:33:17.938Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-16T15:33:17.942Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-16T15:33:18.311Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-16T15:33:18.315Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-16T15:33:18.758Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-16T15:33:18.762Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-16T15:33:19.030Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-16T15:33:19.033Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-16T15:33:19.341Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-16T15:33:19.345Z] [INFO] [STEP 9] Cleaning up project [2026-07-16T15:33:19.615Z] [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 (28s) [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: 27 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-16T15:33:24.472Z] [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-16T15:33:24.512Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (138ms) 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-16T15:33:27.301Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-16T15:33:27.311Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-16T15:33:27.314Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-16T15:33:27.320Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-16T15:33:27.325Z] [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-16T15:33:27.331Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T15:33:27.349Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-16T15:33:27.355Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-16T15:33:27.625Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-16T15:33:27.632Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-16T15:33:27.638Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-16T15:33:27.649Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-16T15:33:28.080Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-16T15:33:28.393Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-16T15:33:28.400Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-16T15:33:28.694Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-16T15:33:28.700Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-16T15:33:28.707Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-16T15:33:28.738Z] [INFO] [STEP 1] Log into the application [2026-07-16T15:33:28.751Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T15:33:28.926Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T15:33:30.571Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-16T15:33:31.912Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-16T15:33:32.524Z] [INFO] [STEP 4] Select category [2026-07-16T15:33:32.888Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-16T15:33:33.306Z] [INFO] [STEP 6] Add new section heading [2026-07-16T15:33:34.921Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-16T15:33:35.014Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-16T15:33:35.152Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-16T15:33:35.199Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-16T15:33:35.229Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-16T15:33:35.253Z] [INFO] [STEP 12] Preview connection type. [2026-07-16T15:33:35.656Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-16T15:33:37.614Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-16T15:33:38.463Z] [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 (12691ms) [2026-07-16T15:33:40.028Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-16T15:33:40.030Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-16T15:33:40.035Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-16T15:33:40.040Z] [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-16T15:33:40.046Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T15:33:40.080Z] [INFO] [STEP 1] Log into the application [2026-07-16T15:33:40.087Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T15:33:40.239Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T15:33:41.251Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-16T15:33:42.177Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-16T15:33:42.629Z] [INFO] [STEP 4] Edit the Connection type [2026-07-16T15:33:43.326Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-16T15:33:43.332Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-07-16T15:33:47.641Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-16T15:33:49.716Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-16T15:33:53.123Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-16T15:33:53.457Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-16T15:33:53.463Z] [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-16T15:33:53.791Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-16T15:34:02.550Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (13040ms) 2 passing (36s) [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: 35 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-16T15:34:05.658Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-16T15:34:05.678Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-16T15:34:05.684Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-16T15:34:05.699Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-16T15:34:05.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-16T15:34:05.722Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T15:34:05.754Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-16T15:34:05.774Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-16T15:34:05.994Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T15:34:08.782Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-16T15:34:08.895Z] [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: 4 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-16T15:34:13.391Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-16T15:34:13.431Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-16T15:34:13.436Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-16T15:34:13.450Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-16T15:34:13.460Z] [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-16T15:34:13.469Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-16T15:34:13.520Z] [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-16T15:34:14.459Z] [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-16T15:34:14.473Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-16T15:34:14.477Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-16T15:34:14.481Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-16T15:34:14.493Z] [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-16T15:34:14.793Z] [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-16T15:34:14.807Z] [INFO] No matching profile found, proceeding with the test. [2026-07-16T15:34:14.814Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-16T15:34:14.847Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784216054827.yaml" -n redhat-ods-applications [2026-07-16T15:34:15.179Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784216054827.yaml" -n redhat-ods-applications [2026-07-16T15:34:15.195Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-16T15:34:15.315Z] [INFO] [EXEC] rm /tmp/temp_1784216054827.yaml [2026-07-16T15:34:15.358Z] [INFO] [STEP 1] Log into the application [2026-07-16T15:34:15.422Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-16T15:34:15.601Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T15:34:20.141Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-16T15:34:20.264Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-16T15:34:20.792Z] [INFO] [STEP 4] Select the hardware profile [2026-07-16T15:34:21.029Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-16T15:34:21.056Z] [INFO] [STEP 6] Launch a notebook server [2026-07-16T15:34:21.226Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-16T15:34:21.231Z] [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-16T15:34:33.852Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-16T15:34:33.928Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-16T15:34:33.951Z] [INFO] Found 1 matching pods [2026-07-16T15:34:33.975Z] [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-16T15:34:43.068Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-16T15:34:43.075Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-16T15:34:43.079Z] [INFO] [STEP 8] Expand the Event log [2026-07-16T15:34:43.239Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-16T15:34:54.741Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-16T15:34:54.766Z] [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-16T15:34:57.345Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-16T15:34:57.357Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-16T15:34:57.382Z] [INFO] Found 1 matching pods [2026-07-16T15:34:57.408Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-16T15:34:57.694Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-16T15:34:57.728Z] [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-16T15:34:57.753Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-16T15:34:57.787Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-16T15:34:57.953Z] [INFO] [STEP 12] Stop the server [2026-07-16T15:34:58.094Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-16T15:34:58.245Z] [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-16T15:34:59.314Z] [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-16T15:34:59.368Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-16T15:34:59.398Z] [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-16T15:34:59.709Z] [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-16T15:34:59.757Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-16T15:35:00.069Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (44973ms) 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: 46 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-16T15:35:02.970Z] [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-16T15:35:02.993Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (129ms) 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:41 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 151ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 214ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:10 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:20 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:17 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:27 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 143ms 3 - - 3 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 00:35 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:04 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 00:46 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 133ms 1 - - 1 - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 03:28 27 17 - 10 -