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-15T23:46:05.641Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-15T23:46:05.655Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-15T23:46:05.713Z] [INFO] Test title: should login and load page [2026-07-15T23:46:05.723Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-15T23:46:05.733Z] [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-15T23:46:05.739Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T23:46:05.753Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T23:46:06.234Z] [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-15T23:46:13.032Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-15T23:46:13.110Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-15T23:46:13.116Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-15T23:46:13.126Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-15T23:46:13.133Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T23:46:13.143Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T23:46:13.167Z] [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-15T23:46:14.316Z] [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-15T23:46:14.329Z] [INFO] No notebooks found [2026-07-15T23:46:14.424Z] [INFO] [STEP 1] Log into the application [2026-07-15T23:46:14.523Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T23:46:14.937Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T23:46:21.710Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-15T23:46:22.029Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-15T23:46:23.616Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-15T23:46:23.703Z] [INFO] [STEP 5] Launch a notebook server [2026-07-15T23:46:24.119Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-15T23:46:24.205Z] [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-15T23:46:41.504Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-15T23:46:41.609Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-15T23:46:41.618Z] [INFO] Found 1 matching pods [2026-07-15T23:46:41.706Z] [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-15T23:46:46.618Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-15T23:46:46.715Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-15T23:46:46.803Z] [INFO] [STEP 7] Expand the Event log [2026-07-15T23:46:47.406Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-15T23:46:58.517Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-15T23:46:58.917Z] [INFO] [STEP 10] Stop the server [2026-07-15T23:46:59.623Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (47286ms) 1 passing (48s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 47 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-15T23:47:10.127Z] [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-15T23:47:10.303Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (505ms) 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-15T23:47:20.420Z] [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-15T23:47:20.617Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (592ms) 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-15T23:47:29.203Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-15T23:47:29.304Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-15T23:47:29.313Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-15T23:47:29.326Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-15T23:47:29.407Z] [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-15T23:47:29.414Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T23:47:29.528Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-15T23:47:29.608Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-15T23:47:30.907Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-15T23:47:30.917Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-15T23:47:30.935Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-15T23:47:31.023Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-15T23:47:32.133Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-15T23:47:33.011Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-15T23:47:33.022Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-15T23:47:34.113Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-15T23:47:34.217Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-15T23:47:34.302Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-15T23:47:34.419Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-15T23:47:34.510Z] [INFO] [STEP 1] Log into the application [2026-07-15T23:47:34.604Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T23:47:35.225Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T23:47:40.405Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-15T23:47:45.501Z] [INFO] [STEP 3] Edit project information [2026-07-15T23:47:47.910Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-15T23:47:49.052Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-15T23:47:49.814Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (19933ms) 1 passing (21s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_004.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 20 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-15T23:47:55.360Z] [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-15T23:47:55.422Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-15T23:47:55.434Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-15T23:47:55.449Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-15T23:47:55.513Z] [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-15T23:47:55.524Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T23:47:55.543Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-15T23:47:56.014Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-15T23:47:56.027Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-15T23:47:56.043Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-15T23:47:56.048Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-15T23:47:56.538Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-15T23:47:56.545Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-15T23:47:56.559Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-15T23:47:56.614Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-15T23:47:57.051Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-15T23:47:57.467Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-15T23:47:57.511Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-15T23:47:58.006Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-15T23:47:58.013Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-15T23:47:58.033Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-15T23:47:58.712Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-15T23:47:58.741Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T23:47:59.150Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T23:48:01.940Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-15T23:48:05.727Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-15T23:48:06.351Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-15T23:48:07.137Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-15T23:48:07.202Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T23:48:07.711Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T23:48:07.802Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T23:48:08.312Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T23:48:08.407Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-15T23:48:08.911Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-15T23:48:08.958Z] [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-15T23:48:08.915Z\"}"}}}' [2026-07-15T23:48:09.532Z] [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-15T23:48:08.915Z\"}"}}}' [2026-07-15T23:48:09.634Z] [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-15T23:48:09.602Z\"}"}}}' [2026-07-15T23:48:10.033Z] [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-15T23:48:09.602Z\"}"}}}' [2026-07-15T23:48:10.264Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-15T23:48:10.912Z] [INFO] [EXEC] oc whoami [2026-07-15T23:48:11.457Z] [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 (15301ms) 1 passing (16s) [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: 16 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-15T23:48:18.219Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-15T23:48:18.229Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-15T23:48:18.232Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-15T23:48:18.238Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-15T23:48:18.244Z] [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-15T23:48:18.304Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T23:48:18.320Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-15T23:48:18.748Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-15T23:48:18.754Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-15T23:48:18.803Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-15T23:48:19.247Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784159298807-3ft6jtval.yaml && rm -f /tmp/cypress-yaml-1784159298807-3ft6jtval.yaml [2026-07-15T23:48:19.254Z] [INFO] Command exit code: 0 [2026-07-15T23:48:19.679Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784159299257-h7lzoy0xg.yaml && rm -f /tmp/cypress-yaml-1784159299257-h7lzoy0xg.yaml [2026-07-15T23:48:19.684Z] [INFO] Command exit code: 0 [2026-07-15T23:48:20.046Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784159299686-7uznissrp.yaml && rm -f /tmp/cypress-yaml-1784159299686-7uznissrp.yaml [2026-07-15T23:48:20.053Z] [INFO] Command exit code: 0 [2026-07-15T23:48:20.431Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784159300056-vnr558pfc.yaml && rm -f /tmp/cypress-yaml-1784159300056-vnr558pfc.yaml [2026-07-15T23:48:20.438Z] [INFO] Command exit code: 0 [2026-07-15T23:48:20.916Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784159300440-hoeqsi9bo.yaml && rm -f /tmp/cypress-yaml-1784159300440-hoeqsi9bo.yaml [2026-07-15T23:48:20.922Z] [INFO] Command exit code: 0 [2026-07-15T23:48:20.944Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-15T23:48:21.015Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T23:48:21.310Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T23:48:25.605Z] [INFO] [STEP 2] Check SC row exists [2026-07-15T23:48:25.657Z] [INFO] [STEP 3] Check there's no Default label [2026-07-15T23:48:25.742Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-15T23:48:25.830Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-15T23:48:25.905Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-15T23:48:26.140Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-15T23:48:26.503Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-15T23:48:26.640Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T23:48:27.209Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T23:48:27.319Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (9279ms) [2026-07-15T23:48:27.709Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-15T23:48:27.716Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-15T23:48:27.725Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-15T23:48:27.741Z] [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-15T23:48:27.746Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T23:48:27.814Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-15T23:48:27.823Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T23:48:28.060Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T23:48:31.657Z] [INFO] [STEP 2] Check SC row exists [2026-07-15T23:48:31.744Z] [INFO] [STEP 3] Check there's no Default label [2026-07-15T23:48:31.823Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-15T23:48:31.901Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-15T23:48:32.005Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-15T23:48:32.114Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-15T23:48:32.437Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-15T23:48:32.467Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T23:48:32.860Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T23:48:32.870Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class (5365ms) [2026-07-15T23:48:33.032Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-15T23:48:33.034Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-15T23:48:33.039Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-15T23:48:33.043Z] [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-15T23:48:33.048Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T23:48:33.066Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-15T23:48:33.074Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T23:48:33.264Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T23:48:36.015Z] [INFO] [STEP 2] Check there's no Default label [2026-07-15T23:48:36.043Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-15T23:48:36.093Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-15T23:48:36.227Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-15T23:48:36.637Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-15T23:48:36.663Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T23:48:36.971Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T23:48:36.980Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-15T23:48:37.074Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-15T23:48:37.077Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-15T23:48:37.082Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-15T23:48:37.086Z] [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-15T23:48:37.091Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T23:48:37.119Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-15T23:48:37.128Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T23:48:37.299Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T23:48:39.296Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-15T23:48:39.357Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-15T23:48:39.585Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-15T23:48:39.607Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-15T23:48:39.771Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-15T23:48:39.781Z] [INFO] [STEP 7] Save the changes [2026-07-15T23:48:39.872Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-15T23:48:39.999Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-15T23:48:40.004Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T23:48:40.283Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T23:48:40.305Z] [INFO] Storage Class Config: [2026-07-15T23:48:40.311Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-15T23:48:40.705Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-15T23:48:40.917Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-15T23:48:41.256Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-15T23:48:41.260Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-15T23:48:41.590Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-15T23:48:41.593Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-15T23:48:41.922Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-15T23:48:41.925Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-15T23:48:42.237Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-15T23:48:42.240Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-15T23:48:42.566Z] [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 (24s) [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: 24 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-15T23:48:47.326Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-15T23:48:47.339Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-15T23:48:47.342Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-15T23:48:47.350Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-15T23:48:47.356Z] [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-15T23:48:47.362Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T23:48:47.420Z] [INFO] Loaded test data from fixtures [2026-07-15T23:48:47.435Z] [INFO] Provisioning storage classes with different access modes [2026-07-15T23:48:48.014Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784159327441-tbvaaaczd.yaml && rm -f /tmp/cypress-yaml-1784159327441-tbvaaaczd.yaml [2026-07-15T23:48:48.022Z] [INFO] Command exit code: 0 [2026-07-15T23:48:48.917Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784159328025-pkdtnre6l.yaml && rm -f /tmp/cypress-yaml-1784159328025-pkdtnre6l.yaml [2026-07-15T23:48:48.924Z] [INFO] Command exit code: 0 [2026-07-15T23:48:49.375Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784159328926-6piu3lg2y.yaml && rm -f /tmp/cypress-yaml-1784159328926-6piu3lg2y.yaml [2026-07-15T23:48:49.405Z] [INFO] Command exit code: 0 [2026-07-15T23:48:49.884Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784159329407-7thzm1389.yaml && rm -f /tmp/cypress-yaml-1784159329407-7thzm1389.yaml [2026-07-15T23:48:49.891Z] [INFO] Command exit code: 0 [2026-07-15T23:48:50.361Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784159329892-w0m609xbg.yaml && rm -f /tmp/cypress-yaml-1784159329892-w0m609xbg.yaml [2026-07-15T23:48:50.411Z] [INFO] Command exit code: 0 [2026-07-15T23:48:50.417Z] [INFO] Provisioning project [2026-07-15T23:48:50.421Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-15T23:48:50.953Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-15T23:48:51.008Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-15T23:48:51.015Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-15T23:48:51.028Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-15T23:48:51.610Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-15T23:48:52.112Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-15T23:48:52.120Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-15T23:48:52.611Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-15T23:48:52.619Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-15T23:48:52.630Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-15T23:48:53.163Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-15T23:48:53.174Z] [INFO] [STEP 1] Log into the application [2026-07-15T23:48:53.181Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T23:48:53.502Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T23:48:56.135Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-15T23:49:00.355Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-15T23:49:00.876Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-15T23:49:01.309Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-15T23:49:01.522Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-15T23:49:01.802Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (16404ms) [2026-07-15T23:49:03.820Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-15T23:49:03.822Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-15T23:49:03.826Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-15T23:49:03.831Z] [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-15T23:49:03.837Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T23:49:03.846Z] [INFO] [STEP 1] Log into the application [2026-07-15T23:49:03.852Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T23:49:04.107Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T23:49:05.323Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-15T23:49:07.437Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-15T23:49:07.948Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-15T23:49:08.426Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-15T23:49:08.810Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-15T23:49:08.820Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-15T23:49:08.838Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-15T23:49:08.842Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-15T23:49:09.105Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-15T23:49:09.216Z] [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 (5576ms) [2026-07-15T23:49:09.447Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-15T23:49:09.450Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-15T23:49:09.456Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-15T23:49:09.462Z] [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-15T23:49:09.467Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T23:49:09.503Z] [INFO] [STEP 1] Log into the application [2026-07-15T23:49:09.511Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T23:49:09.729Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T23:49:10.851Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-15T23:49:12.910Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-15T23:49:13.449Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-15T23:49:13.904Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-15T23:49:14.309Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-15T23:49:14.333Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-15T23:49:14.337Z] [INFO] [STEP 8] Default should be RWO [2026-07-15T23:49:14.344Z] [INFO] [STEP 9] Switch to RWX [2026-07-15T23:49:14.507Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes (5349ms) [2026-07-15T23:49:14.839Z] [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-15T23:49:14.842Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-15T23:49:14.847Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-15T23:49:14.853Z] [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-15T23:49:14.857Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T23:49:14.909Z] [INFO] [STEP 1] Log into the application [2026-07-15T23:49:14.914Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T23:49:15.107Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T23:49:16.205Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-15T23:49:17.905Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-15T23:49:18.318Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-15T23:49:19.534Z] [INFO] [STEP 5] Submit the form [2026-07-15T23:49:19.623Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-15T23:49:19.772Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-15T23:49:20.005Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-15T23:49:20.018Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-15T23:49:20.129Z] [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 (5493ms) [2026-07-15T23:49:20.322Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-15T23:49:20.324Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-15T23:49:20.330Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-15T23:49:20.334Z] [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-15T23:49:20.339Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T23:49:20.349Z] [INFO] [STEP 1] Log into the application [2026-07-15T23:49:20.355Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T23:49:20.540Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T23:49:21.485Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-15T23:49:22.786Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-15T23:49:23.133Z] [INFO] [STEP 4] Open create modal [2026-07-15T23:49:23.516Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-15T23:49:23.987Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-15T23:49:24.187Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-15T23:49:24.282Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-15T23:49:24.292Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-15T23:49:24.712Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-15T23:49:24.715Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-15T23:49:25.118Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-15T23:49:25.121Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-15T23:49:25.614Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-15T23:49:25.618Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-15T23:49:26.171Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-15T23:49:26.174Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-15T23:49:26.618Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-15T23:49:26.621Z] [INFO] [STEP 9] Cleaning up project [2026-07-15T23:49:27.313Z] [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 (40s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_007.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 5 │ │ Passing: 5 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 40 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-15T23:49:35.227Z] [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-15T23:49:35.324Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (367ms) 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-15T23:49:41.020Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-15T23:49:41.033Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-15T23:49:41.104Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-15T23:49:41.111Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-15T23:49:41.118Z] [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-15T23:49:41.125Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T23:49:41.209Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-15T23:49:41.214Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-15T23:49:41.804Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-15T23:49:41.811Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-15T23:49:41.819Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-15T23:49:41.831Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-15T23:49:42.335Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-15T23:49:42.719Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-15T23:49:42.726Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-15T23:49:43.067Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-15T23:49:43.073Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-15T23:49:43.079Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-15T23:49:43.126Z] [INFO] [STEP 1] Log into the application [2026-07-15T23:49:43.139Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T23:49:43.430Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T23:49:45.931Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-15T23:49:48.172Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-15T23:49:49.036Z] [INFO] [STEP 4] Select category [2026-07-15T23:49:49.551Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-15T23:49:50.184Z] [INFO] [STEP 6] Add new section heading [2026-07-15T23:49:53.106Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-15T23:49:53.316Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-15T23:49:53.655Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-15T23:49:53.763Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-15T23:49:53.869Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-15T23:49:54.015Z] [INFO] [STEP 12] Preview connection type. [2026-07-15T23:49:55.744Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-15T23:50:00.810Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-15T23:50:02.821Z] [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 (25399ms) [2026-07-15T23:50:06.558Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-15T23:50:06.560Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-15T23:50:06.565Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-15T23:50:06.606Z] [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-15T23:50:06.611Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T23:50:06.635Z] [INFO] [STEP 1] Log into the application [2026-07-15T23:50:06.702Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T23:50:06.934Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T23:50:08.506Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-15T23:50:09.812Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-15T23:50:10.409Z] [INFO] [STEP 4] Edit the Connection type [2026-07-15T23:50:11.604Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-15T23:50:11.614Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-07-15T23:50:19.338Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-15T23:50:22.429Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-15T23:50:30.123Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-15T23:50:30.816Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-15T23:50:30.821Z] [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-15T23:50:31.556Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-15T23:50:40.617Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (23354ms) 2 passing (60s) [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: 59 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-15T23:50:45.036Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-15T23:50:45.109Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-15T23:50:45.115Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-15T23:50:45.133Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-15T23:50:45.140Z] [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-15T23:50:45.204Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T23:50:45.241Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-15T23:50:45.251Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-15T23:50:45.732Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T23:50:50.339Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-15T23:50:50.602Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted (7559ms) 1 passing (8s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_010.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 7 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-15T23:50:57.018Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-15T23:50:57.105Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-15T23:50:57.112Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-15T23:50:57.125Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-15T23:50:57.135Z] [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-15T23:50:57.208Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T23:50:57.243Z] [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-15T23:50:58.529Z] [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-15T23:50:58.552Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-15T23:50:58.606Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-15T23:50:58.619Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-15T23:50:58.632Z] [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-15T23:50:59.212Z] [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-15T23:50:59.231Z] [INFO] No matching profile found, proceeding with the test. [2026-07-15T23:50:59.316Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-15T23:50:59.353Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784159459333.yaml" -n redhat-ods-applications [2026-07-15T23:50:59.803Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784159459333.yaml" -n redhat-ods-applications [2026-07-15T23:50:59.828Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-15T23:51:00.029Z] [INFO] [EXEC] rm /tmp/temp_1784159459333.yaml [2026-07-15T23:51:00.060Z] [INFO] [STEP 1] Log into the application [2026-07-15T23:51:00.125Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T23:51:00.448Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T23:51:06.951Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-15T23:51:07.225Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-15T23:51:08.927Z] [INFO] [STEP 4] Select the hardware profile [2026-07-15T23:51:09.605Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-15T23:51:09.710Z] [INFO] [STEP 6] Launch a notebook server [2026-07-15T23:51:10.112Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-15T23:51:10.117Z] [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-15T23:51:24.239Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-15T23:51:24.336Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-15T23:51:24.407Z] [INFO] Found 1 matching pods [2026-07-15T23:51:24.435Z] [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-15T23:51:32.712Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-15T23:51:32.720Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-15T23:51:32.745Z] [INFO] [STEP 8] Expand the Event log [2026-07-15T23:51:32.910Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-15T23:51:43.861Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-15T23:51:43.906Z] [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-15T23:51:47.139Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-15T23:51:47.222Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-15T23:51:47.227Z] [INFO] Found 1 matching pods [2026-07-15T23:51:47.230Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-15T23:51:47.583Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-15T23:51:47.630Z] [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-15T23:51:47.637Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-15T23:51:47.642Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-15T23:51:47.831Z] [INFO] [STEP 12] Stop the server [2026-07-15T23:51:48.119Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-15T23:51:48.331Z] [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-15T23:51:49.814Z] [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-15T23:51:49.901Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-15T23:51:49.928Z] [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-15T23:51:50.513Z] [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-15T23:51:50.549Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-15T23:51:51.110Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (51449ms) 1 passing (54s) [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: 54 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-15T23:51:54.814Z] [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-15T23:51:54.836Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (218ms) 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:47 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 511ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 598ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:20 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:16 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:24 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:40 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 372ms 3 - - 3 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 00:59 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:07 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 00:54 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 185ms 1 - - 1 - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 04:36 27 17 - 10 -