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-15T16:47:41.363Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-15T16:47:41.431Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-15T16:47:41.438Z] [INFO] Test title: should login and load page [2026-07-15T16:47:41.457Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-15T16:47:41.466Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T16:47:41.523Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T16:47:41.541Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T16:47:42.070Z] [INFO] OAuth login flow detected - completing authentication ✓ should login and load page 1 passing (5s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 4 seconds │ │ Spec Ran: application.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts (2 of 13) [2026-07-15T16:47:50.657Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-15T16:47:50.733Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-15T16:47:50.738Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-15T16:47:50.754Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-15T16:47:50.760Z] [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-15T16:47:50.824Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T16:47:50.848Z] [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-15T16:47:52.257Z] [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-15T16:47:52.271Z] [INFO] No notebooks found [2026-07-15T16:47:52.338Z] [INFO] [STEP 1] Log into the application [2026-07-15T16:47:52.352Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T16:47:52.723Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T16:47:59.019Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-15T16:47:59.246Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-15T16:48:00.923Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-15T16:48:00.959Z] [INFO] [STEP 5] Launch a notebook server [2026-07-15T16:48:01.434Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-15T16:48:01.520Z] [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-15T16:48:19.158Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-15T16:48:19.244Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-15T16:48:19.323Z] [INFO] Found 1 matching pods [2026-07-15T16:48:19.346Z] [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-15T16:48:21.132Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-15T16:48:21.320Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-15T16:48:21.343Z] [INFO] [STEP 7] Expand the Event log [2026-07-15T16:48:21.739Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-15T16:48:35.320Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-15T16:48:35.823Z] [INFO] [STEP 10] Stop the server [2026-07-15T16:48:36.924Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (46863ms) 1 passing (47s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 46 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-15T16:48:48.529Z] [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-15T16:48:48.634Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (577ms) 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-15T16:49:01.044Z] [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-15T16:49:01.220Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (487ms) 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-15T16:49:11.723Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-15T16:49:11.744Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-15T16:49:11.749Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-15T16:49:11.840Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-15T16:49:11.920Z] [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-15T16:49:11.928Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T16:49:12.034Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-15T16:49:12.041Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-15T16:49:12.732Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-15T16:49:12.741Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-15T16:49:12.757Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-15T16:49:12.839Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-15T16:49:13.740Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-15T16:49:14.932Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-15T16:49:14.944Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-15T16:49:15.833Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-15T16:49:15.841Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-15T16:49:15.860Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-15T16:49:15.941Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-15T16:49:16.039Z] [INFO] [STEP 1] Log into the application [2026-07-15T16:49:16.127Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T16:49:16.626Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T16:49:21.753Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-15T16:49:26.731Z] [INFO] [STEP 3] Edit project information [2026-07-15T16:49:29.126Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-15T16:49:30.241Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-15T16:49:30.931Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (18729ms) 1 passing (20s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_004.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 19 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-15T16:49:36.947Z] [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-15T16:49:36.967Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-15T16:49:36.974Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-15T16:49:37.029Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-15T16:49:37.041Z] [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-15T16:49:37.053Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T16:49:37.078Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-15T16:49:37.567Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-15T16:49:37.582Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-15T16:49:37.636Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-15T16:49:37.640Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-15T16:49:38.071Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-15T16:49:38.082Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-15T16:49:38.128Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-15T16:49:38.140Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-15T16:49:38.573Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-15T16:49:38.930Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-15T16:49:38.940Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-15T16:49:39.387Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-15T16:49:39.402Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-15T16:49:39.441Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-15T16:49:39.823Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-15T16:49:39.857Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T16:49:40.132Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T16:49:42.363Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-15T16:49:44.957Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-15T16:49:45.542Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-15T16:49:46.064Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-15T16:49:46.124Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T16:49:46.555Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T16:49:46.584Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T16:49:47.060Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T16:49:47.147Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-15T16:49:47.586Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-15T16:49:47.668Z] [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-15T16:49:47.637Z\"}"}}}' [2026-07-15T16:49:48.141Z] [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-15T16:49:47.637Z\"}"}}}' [2026-07-15T16:49:48.174Z] [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-15T16:49:48.143Z\"}"}}}' [2026-07-15T16:49:48.502Z] [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-15T16:49:48.143Z\"}"}}}' [2026-07-15T16:49:48.732Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-15T16:49:49.247Z] [INFO] [EXEC] oc whoami [2026-07-15T16:49:49.676Z] [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 (12070ms) 1 passing (13s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_005.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 12 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-15T16:49:55.127Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-15T16:49:55.139Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-15T16:49:55.142Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-15T16:49:55.150Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-15T16:49:55.158Z] [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-15T16:49:55.164Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T16:49:55.221Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-15T16:49:55.623Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-15T16:49:55.632Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-15T16:49:55.642Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-15T16:49:56.097Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784134195647-fwuw99avt.yaml && rm -f /tmp/cypress-yaml-1784134195647-fwuw99avt.yaml [2026-07-15T16:49:56.104Z] [INFO] Command exit code: 0 [2026-07-15T16:49:56.499Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784134196106-4s4bi5f0t.yaml && rm -f /tmp/cypress-yaml-1784134196106-4s4bi5f0t.yaml [2026-07-15T16:49:56.506Z] [INFO] Command exit code: 0 [2026-07-15T16:49:56.882Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784134196508-24p5l5o0q.yaml && rm -f /tmp/cypress-yaml-1784134196508-24p5l5o0q.yaml [2026-07-15T16:49:56.923Z] [INFO] Command exit code: 0 [2026-07-15T16:49:57.336Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784134196925-35xwlgff3.yaml && rm -f /tmp/cypress-yaml-1784134196925-35xwlgff3.yaml [2026-07-15T16:49:57.342Z] [INFO] Command exit code: 0 [2026-07-15T16:49:57.833Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784134197344-70ejz7pdl.yaml && rm -f /tmp/cypress-yaml-1784134197344-70ejz7pdl.yaml [2026-07-15T16:49:57.840Z] [INFO] Command exit code: 0 [2026-07-15T16:49:57.862Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-15T16:49:57.920Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T16:49:58.304Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T16:50:04.123Z] [INFO] [STEP 2] Check SC row exists [2026-07-15T16:50:04.231Z] [INFO] [STEP 3] Check there's no Default label [2026-07-15T16:50:04.352Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-15T16:50:04.568Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-15T16:50:04.744Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-15T16:50:05.066Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-15T16:50:05.485Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-15T16:50:05.723Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T16:50:06.361Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T16:50:06.427Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (11546ms) [2026-07-15T16:50:06.747Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-15T16:50:06.750Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-15T16:50:06.754Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-15T16:50:06.761Z] [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-15T16:50:06.767Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T16:50:06.828Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-15T16:50:06.838Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T16:50:07.326Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T16:50:10.944Z] [INFO] [STEP 2] Check SC row exists [2026-07-15T16:50:11.027Z] [INFO] [STEP 3] Check there's no Default label [2026-07-15T16:50:11.061Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-15T16:50:11.144Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-15T16:50:11.199Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-15T16:50:11.335Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-15T16:50:11.460Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-15T16:50:11.539Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T16:50:12.089Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T16:50:12.132Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class (5502ms) [2026-07-15T16:50:12.352Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-15T16:50:12.355Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-15T16:50:12.360Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-15T16:50:12.365Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T16:50:12.371Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T16:50:12.428Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-15T16:50:12.436Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T16:50:12.654Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T16:50:15.129Z] [INFO] [STEP 2] Check there's no Default label [2026-07-15T16:50:15.349Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-15T16:50:15.449Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-15T16:50:15.624Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-15T16:50:16.070Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-15T16:50:16.123Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T16:50:16.556Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T16:50:16.566Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-15T16:50:16.723Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-15T16:50:16.728Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-15T16:50:16.734Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-15T16:50:16.740Z] [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-15T16:50:16.746Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T16:50:16.774Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-15T16:50:16.833Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T16:50:17.062Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T16:50:20.448Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-15T16:50:20.557Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-15T16:50:20.841Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-15T16:50:20.936Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-15T16:50:21.121Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-15T16:50:21.134Z] [INFO] [STEP 7] Save the changes [2026-07-15T16:50:21.227Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-15T16:50:21.440Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-15T16:50:21.446Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T16:50:21.880Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T16:50:21.926Z] [INFO] Storage Class Config: [2026-07-15T16:50:21.934Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-15T16:50:22.382Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-15T16:50:22.636Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-15T16:50:23.231Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-15T16:50:23.236Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-15T16:50:23.951Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-15T16:50:23.955Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-15T16:50:24.532Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-15T16:50:24.536Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-15T16:50:25.254Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-15T16:50:25.258Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-15T16:50:25.926Z] [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 (5960ms) 4 passing (31s) [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: 30 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-15T16:50:31.862Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-15T16:50:31.919Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-15T16:50:31.924Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-15T16:50:31.930Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-15T16:50:31.936Z] [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-15T16:50:31.942Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T16:50:31.959Z] [INFO] Loaded test data from fixtures [2026-07-15T16:50:31.971Z] [INFO] Provisioning storage classes with different access modes [2026-07-15T16:50:32.557Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784134231977-56dyii2h4.yaml && rm -f /tmp/cypress-yaml-1784134231977-56dyii2h4.yaml [2026-07-15T16:50:32.564Z] [INFO] Command exit code: 0 [2026-07-15T16:50:33.025Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784134232567-dyfb8ic5y.yaml && rm -f /tmp/cypress-yaml-1784134232567-dyfb8ic5y.yaml [2026-07-15T16:50:33.031Z] [INFO] Command exit code: 0 [2026-07-15T16:50:33.532Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784134233033-ms7vilm7x.yaml && rm -f /tmp/cypress-yaml-1784134233033-ms7vilm7x.yaml [2026-07-15T16:50:33.539Z] [INFO] Command exit code: 0 [2026-07-15T16:50:34.233Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784134233552-ulbk1ur6t.yaml && rm -f /tmp/cypress-yaml-1784134233552-ulbk1ur6t.yaml [2026-07-15T16:50:34.239Z] [INFO] Command exit code: 0 [2026-07-15T16:50:34.732Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784134234242-3mgdd6m5w.yaml && rm -f /tmp/cypress-yaml-1784134234242-3mgdd6m5w.yaml [2026-07-15T16:50:34.738Z] [INFO] Command exit code: 0 [2026-07-15T16:50:34.743Z] [INFO] Provisioning project [2026-07-15T16:50:34.747Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-15T16:50:35.230Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-15T16:50:35.237Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-15T16:50:35.244Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-15T16:50:35.256Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-15T16:50:35.838Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-15T16:50:36.382Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-15T16:50:36.391Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-15T16:50:36.824Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-15T16:50:36.832Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-15T16:50:36.840Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-15T16:50:37.326Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-15T16:50:37.337Z] [INFO] [STEP 1] Log into the application [2026-07-15T16:50:37.345Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T16:50:37.749Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T16:50:40.622Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-15T16:50:43.055Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-15T16:50:43.667Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-15T16:50:44.045Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-15T16:50:44.166Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-15T16:50:44.345Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (13967ms) [2026-07-15T16:50:45.845Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-15T16:50:45.848Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-15T16:50:45.852Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-15T16:50:45.856Z] [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-15T16:50:45.860Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T16:50:45.870Z] [INFO] [STEP 1] Log into the application [2026-07-15T16:50:45.875Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T16:50:46.064Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T16:50:47.401Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-15T16:50:49.349Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-15T16:50:49.820Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-15T16:50:50.226Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-15T16:50:50.619Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-15T16:50:50.630Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-15T16:50:50.650Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-15T16:50:50.654Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-15T16:50:50.852Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-15T16:50:50.954Z] [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 (5256ms) [2026-07-15T16:50:51.140Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-15T16:50:51.142Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-15T16:50:51.148Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-15T16:50:51.154Z] [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-15T16:50:51.159Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T16:50:51.175Z] [INFO] [STEP 1] Log into the application [2026-07-15T16:50:51.226Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T16:50:51.545Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T16:50:53.226Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-15T16:50:55.652Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-15T16:50:56.566Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-15T16:50:57.133Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-15T16:50:57.733Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-15T16:50:57.799Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-15T16:50:57.855Z] [INFO] [STEP 8] Default should be RWO [2026-07-15T16:50:57.890Z] [INFO] [STEP 9] Switch to RWX [2026-07-15T16:50:58.137Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes (7383ms) [2026-07-15T16:50:58.656Z] [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-15T16:50:58.659Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-15T16:50:58.665Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-15T16:50:58.675Z] [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-15T16:50:58.683Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T16:50:58.730Z] [INFO] [STEP 1] Log into the application [2026-07-15T16:50:58.737Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T16:50:59.054Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T16:51:00.751Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-15T16:51:02.842Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-15T16:51:03.334Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-15T16:51:04.773Z] [INFO] [STEP 5] Submit the form [2026-07-15T16:51:04.861Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-15T16:51:05.145Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-15T16:51:05.429Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-15T16:51:05.437Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-15T16:51:05.659Z] [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 (7193ms) [2026-07-15T16:51:05.852Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-15T16:51:05.855Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-15T16:51:05.860Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-15T16:51:05.865Z] [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-15T16:51:05.870Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T16:51:05.880Z] [INFO] [STEP 1] Log into the application [2026-07-15T16:51:05.886Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T16:51:06.094Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T16:51:07.224Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-15T16:51:08.754Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-15T16:51:09.080Z] [INFO] [STEP 4] Open create modal [2026-07-15T16:51:09.479Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-15T16:51:10.029Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-15T16:51:10.328Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-15T16:51:10.441Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-15T16:51:10.454Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-15T16:51:11.030Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-15T16:51:11.034Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-15T16:51:11.534Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-15T16:51:11.540Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-15T16:51:12.046Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-15T16:51:12.050Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-15T16:51:12.630Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-15T16:51:12.634Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-15T16:51:13.146Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-15T16:51:13.150Z] [INFO] [STEP 9] Cleaning up project [2026-07-15T16:51:13.632Z] [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 (42s) [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: 41 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-15T16:51:22.863Z] [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-15T16:51:22.934Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (211ms) 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-15T16:51:26.534Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-15T16:51:26.547Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-15T16:51:26.551Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-15T16:51:26.558Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-15T16:51:26.565Z] [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-15T16:51:26.575Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T16:51:26.642Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-15T16:51:26.648Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-15T16:51:27.063Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-15T16:51:27.070Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-15T16:51:27.076Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-15T16:51:27.123Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-15T16:51:27.620Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-15T16:51:28.029Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-15T16:51:28.037Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-15T16:51:28.426Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-15T16:51:28.433Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-15T16:51:28.441Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-15T16:51:28.478Z] [INFO] [STEP 1] Log into the application [2026-07-15T16:51:28.528Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T16:51:28.769Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T16:51:31.154Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-15T16:51:33.142Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-15T16:51:34.278Z] [INFO] [STEP 4] Select category [2026-07-15T16:51:35.026Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-15T16:51:36.120Z] [INFO] [STEP 6] Add new section heading [2026-07-15T16:51:39.026Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-15T16:51:39.222Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-15T16:51:39.570Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-15T16:51:39.758Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-15T16:51:39.935Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-15T16:51:40.066Z] [INFO] [STEP 12] Preview connection type. [2026-07-15T16:51:41.083Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-15T16:51:45.925Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-15T16:51:48.338Z] [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 (25148ms) [2026-07-15T16:51:51.834Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-15T16:51:51.837Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-15T16:51:51.844Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-15T16:51:51.850Z] [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-15T16:51:51.856Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T16:51:51.919Z] [INFO] [STEP 1] Log into the application [2026-07-15T16:51:51.927Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T16:51:52.125Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T16:51:53.437Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-15T16:51:54.764Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-15T16:51:55.544Z] [INFO] [STEP 4] Edit the Connection type [2026-07-15T16:51:56.421Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-15T16:51:56.431Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-07-15T16:52:04.147Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-15T16:52:08.028Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-15T16:52:13.922Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-15T16:52:14.632Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-15T16:52:14.636Z] [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-15T16:52:15.233Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-15T16:52:27.092Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (21983ms) 2 passing (1m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_009.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 2 │ │ Passing: 2 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 1 minute, 0 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-15T16:52:30.962Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-15T16:52:30.989Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-15T16:52:31.006Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-15T16:52:31.028Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-15T16:52:31.039Z] [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-15T16:52:31.049Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T16:52:31.084Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-15T16:52:31.093Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-15T16:52:31.327Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T16:52:34.389Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-15T16:52:34.505Z] [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 (5s) [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-15T16:52:38.632Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-15T16:52:38.659Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-15T16:52:38.723Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-15T16:52:38.731Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-15T16:52:38.745Z] [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-15T16:52:38.754Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T16:52:38.842Z] [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-15T16:52:40.053Z] [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-15T16:52:40.060Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-15T16:52:40.070Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-15T16:52:40.074Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-15T16:52:40.077Z] [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-15T16:52:40.403Z] [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-15T16:52:40.410Z] [INFO] No matching profile found, proceeding with the test. [2026-07-15T16:52:40.424Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-15T16:52:40.453Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784134360433.yaml" -n redhat-ods-applications [2026-07-15T16:52:40.795Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784134360433.yaml" -n redhat-ods-applications [2026-07-15T16:52:40.810Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-15T16:52:40.930Z] [INFO] [EXEC] rm /tmp/temp_1784134360433.yaml [2026-07-15T16:52:40.956Z] [INFO] [STEP 1] Log into the application [2026-07-15T16:52:40.979Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T16:52:41.221Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T16:52:43.903Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-15T16:52:44.025Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-15T16:52:44.630Z] [INFO] [STEP 4] Select the hardware profile [2026-07-15T16:52:44.879Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-15T16:52:44.902Z] [INFO] [STEP 6] Launch a notebook server [2026-07-15T16:52:45.074Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-15T16:52:45.098Z] [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-15T16:52:58.560Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-15T16:52:58.620Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-15T16:52:58.645Z] [INFO] Found 1 matching pods [2026-07-15T16:52:58.650Z] [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-15T16:53:05.538Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-15T16:53:05.578Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-15T16:53:05.637Z] [INFO] [STEP 8] Expand the Event log [2026-07-15T16:53:05.823Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-15T16:53:18.661Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-15T16:53:18.690Z] [INFO] Finding pods with command: oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-15T16:53:22.464Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-15T16:53:22.569Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-15T16:53:22.633Z] [INFO] Found 1 matching pods [2026-07-15T16:53:22.637Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-15T16:53:22.977Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-15T16:53:22.985Z] [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-15T16:53:23.032Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-15T16:53:23.038Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-15T16:53:23.254Z] [INFO] [STEP 12] Stop the server [2026-07-15T16:53:23.727Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-15T16:53:24.021Z] [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-15T16:53:25.728Z] [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-15T16:53:25.820Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-15T16:53:25.826Z] [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-15T16:53:26.457Z] [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-15T16:53:26.465Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-15T16:53:26.932Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (45482ms) 1 passing (49s) [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: 48 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-15T16:53:30.436Z] [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-15T16:53:30.457Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (198ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_012.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Start generate report process Read and merge jsons from "/workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons" Media folder "/workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots" not found, nothing to copy Enhance report Create HTML report HTML report successfully created! /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/index.html ================================================================================ (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ application.cy.ts 00:04 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testLaunchStand 00:46 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 581ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 494ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:19 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:12 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:30 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:41 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 217ms 3 - - 3 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 01:00 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:04 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 00:48 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 175ms 1 - - 1 - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 04:32 27 17 - 10 -