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-19T11:04:49.727Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-19T11:04:49.743Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-19T11:04:49.748Z] [INFO] Test title: should login and load page [2026-07-19T11:04:49.765Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-19T11:04:49.774Z] [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-19T11:04:49.779Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-19T11:04:49.798Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-19T11:04:50.178Z] [INFO] OAuth login flow detected - completing authentication ✓ should login and load page 1 passing (3s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 3 seconds │ │ Spec Ran: application.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts (2 of 13) [2026-07-19T11:04:55.702Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-19T11:04:55.726Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-19T11:04:55.731Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-19T11:04:55.743Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-19T11:04:55.754Z] [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-19T11:04:55.760Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-19T11:04:55.786Z] [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-19T11:04:56.556Z] [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-19T11:04:56.563Z] [INFO] No notebooks found [2026-07-19T11:04:56.644Z] [INFO] [STEP 1] Log into the application [2026-07-19T11:04:56.723Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-19T11:04:56.964Z] [INFO] OAuth login flow detected - completing authentication [2026-07-19T11:05:00.882Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-19T11:05:00.990Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-19T11:05:01.573Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-19T11:05:01.590Z] [INFO] [STEP 5] Launch a notebook server [2026-07-19T11:05:01.743Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-19T11:05:01.746Z] [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-19T11:05:14.302Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-19T11:05:14.337Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-19T11:05:14.358Z] [INFO] Found 1 matching pods [2026-07-19T11:05:14.378Z] [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-19T11:05:22.736Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-19T11:05:22.743Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-19T11:05:22.746Z] [INFO] [STEP 7] Expand the Event log [2026-07-19T11:05:22.877Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-19T11:05:35.866Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-19T11:05:36.027Z] [INFO] [STEP 10] Stop the server [2026-07-19T11:05:36.156Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (40686ms) 1 passing (41s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 40 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-19T11:05:39.509Z] [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-19T11:05:39.531Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (102ms) 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-19T11:05:42.077Z] [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-19T11:05:42.104Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (86ms) 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-19T11:05:44.506Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-19T11:05:44.524Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-19T11:05:44.530Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-19T11:05:44.543Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-19T11:05:44.550Z] [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-19T11:05:44.559Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-19T11:05:44.591Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-19T11:05:44.597Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-19T11:05:44.871Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-19T11:05:44.876Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-19T11:05:44.889Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-19T11:05:44.907Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-19T11:05:45.226Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-19T11:05:45.528Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-19T11:05:45.540Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-19T11:05:45.807Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-19T11:05:45.828Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-19T11:05:45.840Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-19T11:05:45.846Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-19T11:05:45.867Z] [INFO] [STEP 1] Log into the application [2026-07-19T11:05:45.894Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-19T11:05:46.089Z] [INFO] OAuth login flow detected - completing authentication [2026-07-19T11:05:47.797Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-19T11:05:49.948Z] [INFO] [STEP 3] Edit project information [2026-07-19T11:05:50.972Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-19T11:05:52.049Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-19T11:05:52.326Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (7510ms) 1 passing (8s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_004.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 7 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-19T11:05:55.517Z] [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-19T11:05:55.537Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-19T11:05:55.542Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-19T11:05:55.554Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-19T11:05:55.559Z] [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-19T11:05:55.569Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-19T11:05:55.586Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-19T11:05:55.855Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-19T11:05:55.861Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-19T11:05:55.874Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-19T11:05:55.877Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-19T11:05:56.158Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-19T11:05:56.170Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-19T11:05:56.177Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-19T11:05:56.194Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-19T11:05:56.587Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-19T11:05:56.896Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-19T11:05:56.910Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-19T11:05:57.184Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-19T11:05:57.190Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-19T11:05:57.205Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-19T11:05:57.612Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-19T11:05:57.640Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-19T11:05:57.814Z] [INFO] OAuth login flow detected - completing authentication [2026-07-19T11:05:59.367Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-19T11:06:01.349Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-19T11:06:01.729Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-19T11:06:01.995Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-19T11:06:02.032Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-19T11:06:02.295Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-19T11:06:02.334Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-19T11:06:02.621Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-19T11:06:02.649Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-19T11:06:02.929Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-19T11:06:02.974Z] [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-19T11:06:02.947Z\"}"}}}' [2026-07-19T11:06:03.268Z] [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-19T11:06:02.947Z\"}"}}}' [2026-07-19T11:06:03.276Z] [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-19T11:06:03.269Z\"}"}}}' [2026-07-19T11:06:03.584Z] [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-19T11:06:03.269Z\"}"}}}' [2026-07-19T11:06:03.764Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-19T11:06:04.218Z] [INFO] [EXEC] oc whoami [2026-07-19T11:06:04.516Z] [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 (8496ms) 1 passing (9s) [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: 9 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-19T11:06:08.251Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-19T11:06:08.260Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-19T11:06:08.263Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-19T11:06:08.268Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-19T11:06:08.271Z] [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-19T11:06:08.275Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-19T11:06:08.285Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-19T11:06:08.575Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-19T11:06:08.581Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-19T11:06:08.587Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-19T11:06:08.878Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784459168590-pgc04esxp.yaml && rm -f /tmp/cypress-yaml-1784459168590-pgc04esxp.yaml [2026-07-19T11:06:08.884Z] [INFO] Command exit code: 0 [2026-07-19T11:06:09.160Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784459168886-fxezgnd8d.yaml && rm -f /tmp/cypress-yaml-1784459168886-fxezgnd8d.yaml [2026-07-19T11:06:09.166Z] [INFO] Command exit code: 0 [2026-07-19T11:06:09.442Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784459169167-jh3q30sie.yaml && rm -f /tmp/cypress-yaml-1784459169167-jh3q30sie.yaml [2026-07-19T11:06:09.448Z] [INFO] Command exit code: 0 [2026-07-19T11:06:09.737Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784459169449-vqbmdwwyd.yaml && rm -f /tmp/cypress-yaml-1784459169449-vqbmdwwyd.yaml [2026-07-19T11:06:09.741Z] [INFO] Command exit code: 0 [2026-07-19T11:06:10.023Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784459169743-5f9rhs1tw.yaml && rm -f /tmp/cypress-yaml-1784459169743-5f9rhs1tw.yaml [2026-07-19T11:06:10.028Z] [INFO] Command exit code: 0 [2026-07-19T11:06:10.045Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-19T11:06:10.054Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-19T11:06:10.216Z] [INFO] OAuth login flow detected - completing authentication [2026-07-19T11:06:12.678Z] [INFO] [STEP 2] Check SC row exists [2026-07-19T11:06:12.788Z] [INFO] [STEP 3] Check there's no Default label [2026-07-19T11:06:12.826Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-19T11:06:12.857Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-19T11:06:12.898Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-19T11:06:13.002Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-19T11:06:13.101Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-19T11:06:13.154Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-19T11:06:13.425Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-19T11:06:13.436Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (5256ms) [2026-07-19T11:06:13.531Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-19T11:06:13.533Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-19T11:06:13.536Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-19T11:06:13.540Z] [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-19T11:06:13.543Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-19T11:06:13.559Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-19T11:06:13.568Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-19T11:06:13.710Z] [INFO] OAuth login flow detected - completing authentication [2026-07-19T11:06:15.508Z] [INFO] [STEP 2] Check SC row exists [2026-07-19T11:06:15.540Z] [INFO] [STEP 3] Check there's no Default label [2026-07-19T11:06:15.567Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-19T11:06:15.592Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-19T11:06:15.642Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-19T11:06:15.734Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-19T11:06:15.826Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-19T11:06:15.854Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-19T11:06:16.115Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-19T11:06:16.123Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-19T11:06:16.207Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-19T11:06:16.209Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-19T11:06:16.213Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-19T11:06:16.217Z] [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-19T11:06:16.220Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-19T11:06:16.232Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-19T11:06:16.239Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-19T11:06:16.381Z] [INFO] OAuth login flow detected - completing authentication [2026-07-19T11:06:18.161Z] [INFO] [STEP 2] Check there's no Default label [2026-07-19T11:06:18.187Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-19T11:06:18.236Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-19T11:06:18.368Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-19T11:06:18.759Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-19T11:06:18.784Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-19T11:06:19.040Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-19T11:06:19.051Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-19T11:06:19.130Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-19T11:06:19.132Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-19T11:06:19.136Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-19T11:06:19.139Z] [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-19T11:06:19.142Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-19T11:06:19.175Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-19T11:06:19.183Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-19T11:06:19.331Z] [INFO] OAuth login flow detected - completing authentication [2026-07-19T11:06:21.045Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-19T11:06:21.158Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-19T11:06:21.385Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-19T11:06:21.404Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-19T11:06:21.567Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-19T11:06:21.576Z] [INFO] [STEP 7] Save the changes [2026-07-19T11:06:21.665Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-19T11:06:21.785Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-19T11:06:21.789Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-19T11:06:22.059Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-19T11:06:22.072Z] [INFO] Storage Class Config: [2026-07-19T11:06:22.075Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-19T11:06:22.443Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-19T11:06:22.625Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-19T11:06:22.936Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-19T11:06:22.939Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-19T11:06:23.232Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-19T11:06:23.235Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-19T11:06:23.510Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-19T11:06:23.514Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-19T11:06:23.806Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-19T11:06:23.809Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-19T11:06:24.098Z] [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 (16s) [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: 15 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-19T11:06:27.707Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-19T11:06:27.716Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-19T11:06:27.720Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-19T11:06:27.724Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-19T11:06:27.728Z] [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-19T11:06:27.732Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-19T11:06:27.745Z] [INFO] Loaded test data from fixtures [2026-07-19T11:06:27.756Z] [INFO] Provisioning storage classes with different access modes [2026-07-19T11:06:28.048Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784459187760-nkre7888h.yaml && rm -f /tmp/cypress-yaml-1784459187760-nkre7888h.yaml [2026-07-19T11:06:28.053Z] [INFO] Command exit code: 0 [2026-07-19T11:06:28.341Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784459188055-2e9rjlvpg.yaml && rm -f /tmp/cypress-yaml-1784459188055-2e9rjlvpg.yaml [2026-07-19T11:06:28.347Z] [INFO] Command exit code: 0 [2026-07-19T11:06:28.628Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784459188349-hz6y6egyb.yaml && rm -f /tmp/cypress-yaml-1784459188349-hz6y6egyb.yaml [2026-07-19T11:06:28.634Z] [INFO] Command exit code: 0 [2026-07-19T11:06:28.924Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784459188636-vg1dvd62y.yaml && rm -f /tmp/cypress-yaml-1784459188636-vg1dvd62y.yaml [2026-07-19T11:06:28.930Z] [INFO] Command exit code: 0 [2026-07-19T11:06:29.204Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784459188932-h57trvfby.yaml && rm -f /tmp/cypress-yaml-1784459188932-h57trvfby.yaml [2026-07-19T11:06:29.209Z] [INFO] Command exit code: 0 [2026-07-19T11:06:29.213Z] [INFO] Provisioning project [2026-07-19T11:06:29.216Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-19T11:06:29.483Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-19T11:06:29.488Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-19T11:06:29.493Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-19T11:06:29.503Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-19T11:06:29.820Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-19T11:06:30.109Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-19T11:06:30.116Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-19T11:06:30.375Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-19T11:06:30.382Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-19T11:06:30.387Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-19T11:06:30.765Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-19T11:06:30.774Z] [INFO] [STEP 1] Log into the application [2026-07-19T11:06:30.780Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-19T11:06:30.952Z] [INFO] OAuth login flow detected - completing authentication [2026-07-19T11:06:32.383Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-19T11:06:34.417Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-19T11:06:34.611Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-19T11:06:34.755Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-19T11:06:34.848Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-19T11:06:34.950Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (8205ms) [2026-07-19T11:06:35.938Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-19T11:06:35.940Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-19T11:06:35.944Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-19T11:06:35.948Z] [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-19T11:06:35.951Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-19T11:06:35.958Z] [INFO] [STEP 1] Log into the application [2026-07-19T11:06:35.963Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-19T11:06:36.112Z] [INFO] OAuth login flow detected - completing authentication [2026-07-19T11:06:37.145Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-19T11:06:38.500Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-19T11:06:38.704Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-19T11:06:38.833Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-19T11:06:39.222Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-19T11:06:39.230Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-19T11:06:39.245Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-19T11:06:39.248Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-19T11:06:39.428Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-19T11:06:39.526Z] [INFO] [STEP 11] Verify other access modes are not available for RWX-only storage class ✓ Should show correct access modes when selecting storage classes with single access mode [2026-07-19T11:06:39.672Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-19T11:06:39.674Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-19T11:06:39.678Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-19T11:06:39.682Z] [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-19T11:06:39.686Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-19T11:06:39.693Z] [INFO] [STEP 1] Log into the application [2026-07-19T11:06:39.699Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-19T11:06:39.848Z] [INFO] OAuth login flow detected - completing authentication [2026-07-19T11:06:40.885Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-19T11:06:42.308Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-19T11:06:42.519Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-19T11:06:42.698Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-19T11:06:43.083Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-19T11:06:43.105Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-19T11:06:43.108Z] [INFO] [STEP 8] Default should be RWO [2026-07-19T11:06:43.117Z] [INFO] [STEP 9] Switch to RWX [2026-07-19T11:06:43.210Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes [2026-07-19T11:06:43.439Z] [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-19T11:06:43.440Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-19T11:06:43.445Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-19T11:06:43.449Z] [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-19T11:06:43.452Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-19T11:06:43.459Z] [INFO] [STEP 1] Log into the application [2026-07-19T11:06:43.464Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-19T11:06:43.613Z] [INFO] OAuth login flow detected - completing authentication [2026-07-19T11:06:44.644Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-19T11:06:45.933Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-19T11:06:46.206Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-19T11:06:47.238Z] [INFO] [STEP 5] Submit the form [2026-07-19T11:06:47.323Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-19T11:06:47.477Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-19T11:06:47.690Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-19T11:06:47.696Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-19T11:06:47.794Z] [INFO] [STEP 10] Verify that access mode radio buttons are not available for editing ✓ Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-19T11:06:47.952Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-19T11:06:47.954Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-19T11:06:47.957Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-19T11:06:47.961Z] [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-19T11:06:47.965Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-19T11:06:47.972Z] [INFO] [STEP 1] Log into the application [2026-07-19T11:06:47.978Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-19T11:06:48.114Z] [INFO] OAuth login flow detected - completing authentication [2026-07-19T11:06:49.008Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-19T11:06:50.127Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-19T11:06:50.416Z] [INFO] [STEP 4] Open create modal [2026-07-19T11:06:50.641Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-19T11:06:51.068Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-19T11:06:51.252Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-19T11:06:51.344Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-19T11:06:51.352Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-19T11:06:51.658Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-19T11:06:51.663Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-19T11:06:51.943Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-19T11:06:51.948Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-19T11:06:52.220Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-19T11:06:52.223Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-19T11:06:52.514Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-19T11:06:52.517Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-19T11:06:52.817Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-19T11:06:52.820Z] [INFO] [STEP 9] Cleaning up project [2026-07-19T11:06:53.105Z] [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 (25s) [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: 25 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-19T11:06:57.489Z] [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-19T11:06:57.512Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (101ms) 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-19T11:06:59.975Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-19T11:06:59.986Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-19T11:06:59.989Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-19T11:06:59.994Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-19T11:06:59.999Z] [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-19T11:07:00.003Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-19T11:07:00.020Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-19T11:07:00.024Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-19T11:07:00.309Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-19T11:07:00.315Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-19T11:07:00.319Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-19T11:07:00.330Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-19T11:07:00.676Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-19T11:07:00.970Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-19T11:07:00.976Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-19T11:07:01.278Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-19T11:07:01.283Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-19T11:07:01.288Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-19T11:07:01.315Z] [INFO] [STEP 1] Log into the application [2026-07-19T11:07:01.325Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-19T11:07:01.499Z] [INFO] OAuth login flow detected - completing authentication [2026-07-19T11:07:02.965Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-19T11:07:04.139Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-19T11:07:04.722Z] [INFO] [STEP 4] Select category [2026-07-19T11:07:05.069Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-19T11:07:05.479Z] [INFO] [STEP 6] Add new section heading [2026-07-19T11:07:07.091Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-19T11:07:07.185Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-19T11:07:07.316Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-19T11:07:07.363Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-19T11:07:07.395Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-19T11:07:07.420Z] [INFO] [STEP 12] Preview connection type. [2026-07-19T11:07:07.817Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-19T11:07:09.634Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-19T11:07:10.348Z] [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 (11466ms) [2026-07-19T11:07:11.480Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-19T11:07:11.482Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-19T11:07:11.487Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-19T11:07:11.491Z] [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-19T11:07:11.496Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-19T11:07:11.515Z] [INFO] [STEP 1] Log into the application [2026-07-19T11:07:11.522Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-19T11:07:11.675Z] [INFO] OAuth login flow detected - completing authentication [2026-07-19T11:07:12.646Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-19T11:07:13.486Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-19T11:07:13.912Z] [INFO] [STEP 4] Edit the Connection type [2026-07-19T11:07:14.592Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-19T11:07:14.599Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-07-19T11:07:18.549Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-19T11:07:20.331Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-19T11:07:23.322Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-19T11:07:23.688Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-19T11:07:23.692Z] [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-19T11:07:24.036Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-19T11:07:33.301Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (11797ms) 2 passing (34s) [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: 33 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-19T11:07:36.347Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-19T11:07:36.368Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-19T11:07:36.373Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-19T11:07:36.385Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-19T11:07:36.391Z] [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-19T11:07:36.401Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-19T11:07:36.432Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-19T11:07:36.446Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-19T11:07:36.669Z] [INFO] OAuth login flow detected - completing authentication [2026-07-19T11:07:38.877Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-19T11:07:38.962Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted 1 passing (4s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_010.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 3 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-19T11:07:42.349Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-19T11:07:42.368Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-19T11:07:42.372Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-19T11:07:42.384Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-19T11:07:42.389Z] [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-19T11:07:42.399Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-19T11:07:42.425Z] [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-19T11:07:43.287Z] [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-19T11:07:43.299Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-19T11:07:43.304Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-19T11:07:43.308Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-19T11:07:43.319Z] [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-19T11:07:43.663Z] [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-19T11:07:43.669Z] [INFO] No matching profile found, proceeding with the test. [2026-07-19T11:07:43.684Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-19T11:07:43.704Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784459263687.yaml" -n redhat-ods-applications [2026-07-19T11:07:44.007Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784459263687.yaml" -n redhat-ods-applications [2026-07-19T11:07:44.020Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-19T11:07:44.119Z] [INFO] [EXEC] rm /tmp/temp_1784459263687.yaml [2026-07-19T11:07:44.151Z] [INFO] [STEP 1] Log into the application [2026-07-19T11:07:44.183Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-19T11:07:44.387Z] [INFO] OAuth login flow detected - completing authentication [2026-07-19T11:07:47.569Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-19T11:07:47.677Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-19T11:07:48.149Z] [INFO] [STEP 4] Select the hardware profile [2026-07-19T11:07:48.393Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-19T11:07:48.415Z] [INFO] [STEP 6] Launch a notebook server [2026-07-19T11:07:48.603Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-19T11:07:48.607Z] [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-19T11:08:01.565Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-19T11:08:01.592Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-19T11:08:01.622Z] [INFO] Found 1 matching pods [2026-07-19T11:08:01.645Z] [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-19T11:08:07.363Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-19T11:08:07.369Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-19T11:08:07.372Z] [INFO] [STEP 8] Expand the Event log [2026-07-19T11:08:07.503Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-19T11:08:22.177Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-19T11:08:22.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-19T11:08:24.661Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-19T11:08:24.669Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-19T11:08:24.674Z] [INFO] Found 1 matching pods [2026-07-19T11:08:24.694Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-19T11:08:25.123Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-19T11:08:25.164Z] [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-19T11:08:25.185Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-19T11:08:25.212Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-19T11:08:25.350Z] [INFO] [STEP 12] Stop the server [2026-07-19T11:08:25.470Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-19T11:08:25.629Z] [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-19T11:08:26.494Z] [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-19T11:08:26.500Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-19T11:08:26.503Z] [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-19T11:08:26.864Z] [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-19T11:08:26.871Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-19T11:08:27.201Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (43337ms) 1 passing (45s) [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: 45 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-19T11:08:29.704Z] [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-19T11:08:29.721Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (114ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_012.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Start generate report process Read and merge jsons from "/workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons" Media folder "/workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots" not found, nothing to copy Enhance report Create HTML report HTML report successfully created! /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/index.html ================================================================================ (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ application.cy.ts 00:03 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testLaunchStand 00:40 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 107ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 90ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:07 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:09 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:15 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:25 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 105ms 3 - - 3 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 00:33 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:03 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 00:45 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 118ms 1 - - 1 - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 03:04 27 17 - 10 -