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-13T06:55:41.365Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-13T06:55:41.387Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-13T06:55:41.393Z] [INFO] Test title: should login and load page [2026-07-13T06:55:41.413Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-13T06:55:41.460Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-13T06:55:41.469Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T06:55:41.485Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T06:55:42.062Z] [INFO] OAuth login flow detected - completing authentication ✓ should login and load page 1 passing (4s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 4 seconds │ │ Spec Ran: application.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts (2 of 13) [2026-07-13T06:55:50.374Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-13T06:55:50.397Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-13T06:55:50.403Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-13T06:55:50.461Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-13T06:55:50.470Z] [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-13T06:55:50.475Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T06:55:50.506Z] [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-13T06:55:51.764Z] [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-13T06:55:51.771Z] [INFO] No notebooks found [2026-07-13T06:55:51.796Z] [INFO] [STEP 1] Log into the application [2026-07-13T06:55:51.862Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T06:55:52.208Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T06:55:59.162Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-13T06:55:59.364Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-13T06:56:00.777Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-13T06:56:00.871Z] [INFO] [STEP 5] Launch a notebook server [2026-07-13T06:56:01.374Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-13T06:56:01.470Z] [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-13T06:56:19.766Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-13T06:56:19.796Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-13T06:56:19.880Z] [INFO] Found 1 matching pods [2026-07-13T06:56:19.960Z] [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-13T06:56:24.279Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-13T06:56:24.287Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-13T06:56:24.371Z] [INFO] [STEP 7] Expand the Event log [2026-07-13T06:56:24.663Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-13T06:56:35.563Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-13T06:56:35.977Z] [INFO] [STEP 10] Stop the server [2026-07-13T06:56:36.873Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (47075ms) 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: 47 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-13T06:56:47.971Z] [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-13T06:56:48.071Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (502ms) 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-13T06:56:59.088Z] [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-13T06:56:59.269Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (497ms) 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-13T06:57:08.177Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-13T06:57:08.268Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-13T06:57:08.281Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-13T06:57:08.362Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-13T06:57:08.371Z] [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-13T06:57:08.384Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T06:57:08.487Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-13T06:57:08.567Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-13T06:57:09.761Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-13T06:57:09.778Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-13T06:57:09.860Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-13T06:57:09.888Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-13T06:57:10.963Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-13T06:57:12.076Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-13T06:57:12.169Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-13T06:57:13.172Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-13T06:57:13.260Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-13T06:57:13.360Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-13T06:57:13.460Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-13T06:57:13.564Z] [INFO] [STEP 1] Log into the application [2026-07-13T06:57:13.574Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T06:57:14.165Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T06:57:18.498Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-13T06:57:22.990Z] [INFO] [STEP 3] Edit project information [2026-07-13T06:57:24.966Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-13T06:57:25.615Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-13T06:57:26.129Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (17531ms) 1 passing (18s) [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: 18 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-13T06:57:30.684Z] [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-13T06:57:30.703Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-13T06:57:30.708Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-13T06:57:30.764Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T06:57:30.772Z] [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-13T06:57:30.782Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T06:57:30.805Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-13T06:57:31.297Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-13T06:57:31.310Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-13T06:57:31.325Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-13T06:57:31.360Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-13T06:57:31.807Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-13T06:57:31.813Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-13T06:57:31.828Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-13T06:57:31.879Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-13T06:57:32.419Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-13T06:57:32.825Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-13T06:57:32.836Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-13T06:57:33.298Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-13T06:57:33.305Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-13T06:57:33.322Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-13T06:57:33.737Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-13T06:57:33.770Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T06:57:33.973Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T06:57:35.969Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-13T06:57:39.207Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-13T06:57:39.863Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-13T06:57:40.498Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-13T06:57:40.564Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T06:57:40.995Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T06:57:41.005Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T06:57:41.498Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T06:57:41.562Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-13T06:57:41.999Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-13T06:57:42.089Z] [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-13T06:57:42.021Z\"}"}}}' [2026-07-13T06:57:42.571Z] [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-13T06:57:42.021Z\"}"}}}' [2026-07-13T06:57:42.612Z] [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-13T06:57:42.573Z\"}"}}}' [2026-07-13T06:57:43.024Z] [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-13T06:57:42.573Z\"}"}}}' [2026-07-13T06:57:43.280Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-13T06:57:44.069Z] [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 (12934ms) 1 passing (14s) [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: 13 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-13T06:57:50.309Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-13T06:57:50.359Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-13T06:57:50.363Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-13T06:57:50.372Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-13T06:57:50.377Z] [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-13T06:57:50.383Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T06:57:50.394Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-13T06:57:50.829Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-13T06:57:50.862Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-13T06:57:50.868Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-13T06:57:51.322Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783925870872-djj2yxxiy.yaml && rm -f /tmp/cypress-yaml-1783925870872-djj2yxxiy.yaml [2026-07-13T06:57:51.329Z] [INFO] Command exit code: 0 [2026-07-13T06:57:51.770Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783925871331-iksvdelc2.yaml && rm -f /tmp/cypress-yaml-1783925871331-iksvdelc2.yaml [2026-07-13T06:57:51.776Z] [INFO] Command exit code: 0 [2026-07-13T06:57:52.193Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783925871778-hape5f61t.yaml && rm -f /tmp/cypress-yaml-1783925871778-hape5f61t.yaml [2026-07-13T06:57:52.199Z] [INFO] Command exit code: 0 [2026-07-13T06:57:52.663Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783925872200-n2qkzglrj.yaml && rm -f /tmp/cypress-yaml-1783925872200-n2qkzglrj.yaml [2026-07-13T06:57:52.669Z] [INFO] Command exit code: 0 [2026-07-13T06:57:53.121Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783925872670-epxjcy1dd.yaml && rm -f /tmp/cypress-yaml-1783925872670-epxjcy1dd.yaml [2026-07-13T06:57:53.127Z] [INFO] Command exit code: 0 [2026-07-13T06:57:53.168Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-13T06:57:53.189Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T06:57:53.565Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T06:57:57.737Z] [INFO] [STEP 2] Check SC row exists [2026-07-13T06:57:57.795Z] [INFO] [STEP 3] Check there's no Default label [2026-07-13T06:57:57.882Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-13T06:57:57.974Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-13T06:57:58.086Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-13T06:57:58.270Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-13T06:57:58.505Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-13T06:57:58.623Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T06:57:59.162Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T06:57:59.223Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (9061ms) [2026-07-13T06:57:59.479Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-13T06:57:59.481Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-13T06:57:59.486Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-13T06:57:59.490Z] [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-13T06:57:59.496Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T06:57:59.514Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-13T06:57:59.563Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T06:57:59.760Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T06:58:02.113Z] [INFO] [STEP 2] Check SC row exists [2026-07-13T06:58:02.234Z] [INFO] [STEP 3] Check there's no Default label [2026-07-13T06:58:02.285Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-13T06:58:02.314Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-13T06:58:02.371Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-13T06:58:02.467Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-13T06:58:02.590Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-13T06:58:02.619Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T06:58:03.069Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T06:58:03.079Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-13T06:58:03.208Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-13T06:58:03.210Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-13T06:58:03.216Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-13T06:58:03.221Z] [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-13T06:58:03.225Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T06:58:03.261Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-13T06:58:03.269Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T06:58:03.428Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T06:58:05.872Z] [INFO] [STEP 2] Check there's no Default label [2026-07-13T06:58:06.013Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-13T06:58:06.103Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-13T06:58:06.269Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-13T06:58:06.699Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-13T06:58:06.761Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T06:58:07.397Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T06:58:07.412Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-13T06:58:07.586Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-13T06:58:07.588Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-13T06:58:07.593Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-13T06:58:07.598Z] [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-13T06:58:07.602Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T06:58:07.673Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-13T06:58:07.687Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T06:58:07.973Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T06:58:10.827Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-13T06:58:10.917Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-13T06:58:11.307Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-13T06:58:11.367Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-13T06:58:11.560Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-13T06:58:11.574Z] [INFO] [STEP 7] Save the changes [2026-07-13T06:58:11.665Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-13T06:58:11.974Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-13T06:58:11.980Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T06:58:12.685Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-13T06:58:12.764Z] [INFO] Storage Class Config: [2026-07-13T06:58:12.768Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-13T06:58:13.225Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-13T06:58:13.473Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-13T06:58:14.022Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-13T06:58:14.026Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-13T06:58:14.575Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-13T06:58:14.579Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-13T06:58:15.121Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-13T06:58:15.124Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-13T06:58:15.671Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-13T06:58:15.674Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-13T06:58:16.170Z] [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 (5927ms) 4 passing (26s) [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: 25 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-13T06:58:20.881Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-13T06:58:20.894Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-13T06:58:20.897Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-13T06:58:20.903Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T06:58:20.909Z] [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-13T06:58:20.960Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T06:58:20.977Z] [INFO] Loaded test data from fixtures [2026-07-13T06:58:20.989Z] [INFO] Provisioning storage classes with different access modes [2026-07-13T06:58:21.525Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783925900995-ga62w3m49.yaml && rm -f /tmp/cypress-yaml-1783925900995-ga62w3m49.yaml [2026-07-13T06:58:21.532Z] [INFO] Command exit code: 0 [2026-07-13T06:58:22.028Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783925901534-zwvrux26g.yaml && rm -f /tmp/cypress-yaml-1783925901534-zwvrux26g.yaml [2026-07-13T06:58:22.035Z] [INFO] Command exit code: 0 [2026-07-13T06:58:22.572Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783925902037-bpjcy5hdf.yaml && rm -f /tmp/cypress-yaml-1783925902037-bpjcy5hdf.yaml [2026-07-13T06:58:22.612Z] [INFO] Command exit code: 0 [2026-07-13T06:58:23.221Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783925902617-ohqv2p9ll.yaml && rm -f /tmp/cypress-yaml-1783925902617-ohqv2p9ll.yaml [2026-07-13T06:58:23.263Z] [INFO] Command exit code: 0 [2026-07-13T06:58:23.971Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783925903265-f9m73r2ib.yaml && rm -f /tmp/cypress-yaml-1783925903265-f9m73r2ib.yaml [2026-07-13T06:58:23.979Z] [INFO] Command exit code: 0 [2026-07-13T06:58:23.983Z] [INFO] Provisioning project [2026-07-13T06:58:23.986Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-13T06:58:24.662Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-13T06:58:24.669Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-13T06:58:24.675Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-13T06:58:24.685Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-13T06:58:25.382Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-13T06:58:25.971Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-13T06:58:25.980Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-13T06:58:26.670Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-13T06:58:26.678Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-13T06:58:26.685Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-13T06:58:27.280Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-13T06:58:27.291Z] [INFO] [STEP 1] Log into the application [2026-07-13T06:58:27.298Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T06:58:27.681Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T06:58:30.177Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-13T06:58:34.269Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-13T06:58:34.981Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-13T06:58:35.570Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-13T06:58:35.812Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-13T06:58:36.130Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (17586ms) [2026-07-13T06:58:38.662Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-13T06:58:38.670Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-13T06:58:38.677Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T06:58:38.683Z] [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-13T06:58:38.688Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T06:58:38.768Z] [INFO] [STEP 1] Log into the application [2026-07-13T06:58:38.776Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T06:58:39.000Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T06:58:40.675Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-13T06:58:42.996Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-13T06:58:43.680Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-13T06:58:44.266Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-13T06:58:44.720Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-13T06:58:44.760Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-13T06:58:44.777Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-13T06:58:44.781Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-13T06:58:45.097Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-13T06:58:45.268Z] [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 (6834ms) [2026-07-13T06:58:45.509Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-13T06:58:45.562Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-13T06:58:45.568Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T06:58:45.573Z] [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-13T06:58:45.578Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T06:58:45.589Z] [INFO] [STEP 1] Log into the application [2026-07-13T06:58:45.664Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T06:58:45.994Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T06:58:47.307Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-13T06:58:49.278Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-13T06:58:49.663Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-13T06:58:49.960Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-13T06:58:50.367Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-13T06:58:50.393Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-13T06:58:50.397Z] [INFO] [STEP 8] Default should be RWO [2026-07-13T06:58:50.405Z] [INFO] [STEP 9] Switch to RWX [2026-07-13T06:58:50.502Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes (5281ms) [2026-07-13T06:58:50.783Z] [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-13T06:58:50.785Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-13T06:58:50.790Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T06:58:50.794Z] [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-13T06:58:50.798Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T06:58:50.808Z] [INFO] [STEP 1] Log into the application [2026-07-13T06:58:50.813Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T06:58:51.019Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T06:58:52.311Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-13T06:58:54.382Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-13T06:58:54.776Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-13T06:58:55.834Z] [INFO] [STEP 5] Submit the form [2026-07-13T06:58:55.924Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-13T06:58:56.076Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-13T06:58:56.307Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-13T06:58:56.315Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-13T06:58:56.466Z] [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 (5976ms) [2026-07-13T06:58:56.780Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-13T06:58:56.782Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-13T06:58:56.788Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-13T06:58:56.792Z] [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-13T06:58:56.796Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T06:58:56.805Z] [INFO] [STEP 1] Log into the application [2026-07-13T06:58:56.810Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T06:58:57.012Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T06:58:58.120Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-13T06:58:59.665Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-13T06:58:59.989Z] [INFO] [STEP 4] Open create modal [2026-07-13T06:59:00.294Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-13T06:59:00.680Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-13T06:59:00.871Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-13T06:59:00.962Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-13T06:59:00.971Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-13T06:59:01.370Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-13T06:59:01.374Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-13T06:59:01.770Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-13T06:59:01.774Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-13T06:59:02.162Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-13T06:59:02.166Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-13T06:59:02.573Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-13T06:59:02.577Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-13T06:59:02.973Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-13T06:59:02.976Z] [INFO] [STEP 9] Cleaning up project [2026-07-13T06:59:03.352Z] [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 (43s) [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: 42 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-13T06:59:09.517Z] [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-13T06:59:09.575Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (192ms) 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-13T06:59:14.194Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-13T06:59:14.208Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-13T06:59:14.261Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-13T06:59:14.266Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-13T06:59:14.272Z] [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-13T06:59:14.277Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T06:59:14.298Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-13T06:59:14.302Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-13T06:59:14.970Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-13T06:59:14.977Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-13T06:59:14.984Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-13T06:59:14.995Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-13T06:59:15.759Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-13T06:59:16.374Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-13T06:59:16.383Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-13T06:59:16.966Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-13T06:59:16.972Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-13T06:59:16.980Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-13T06:59:17.076Z] [INFO] [STEP 1] Log into the application [2026-07-13T06:59:17.093Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T06:59:17.766Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T06:59:20.896Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-13T06:59:23.768Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-13T06:59:24.886Z] [INFO] [STEP 4] Select category [2026-07-13T06:59:25.562Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-13T06:59:26.317Z] [INFO] [STEP 6] Add new section heading [2026-07-13T06:59:28.414Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-13T06:59:28.569Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-13T06:59:28.871Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-13T06:59:28.959Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-13T06:59:29.040Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-13T06:59:29.160Z] [INFO] [STEP 12] Preview connection type. [2026-07-13T06:59:29.920Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-13T06:59:34.022Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-13T06:59:35.787Z] [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 (24949ms) [2026-07-13T06:59:39.235Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-13T06:59:39.259Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-13T06:59:39.264Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-13T06:59:39.270Z] [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-13T06:59:39.275Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T06:59:39.295Z] [INFO] [STEP 1] Log into the application [2026-07-13T06:59:39.302Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T06:59:39.510Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T06:59:40.705Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-13T06:59:41.907Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-13T06:59:42.361Z] [INFO] [STEP 4] Edit the Connection type [2026-07-13T06:59:43.178Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-13T06:59:43.188Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-07-13T06:59:49.087Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-13T06:59:53.096Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-13T07:00:00.316Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-13T07:00:01.175Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-13T07:00:01.179Z] [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-13T07:00:01.979Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-13T07:00:11.852Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (20959ms) 2 passing (58s) [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: 57 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-13T07:00:15.969Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-13T07:00:15.990Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-13T07:00:15.996Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-13T07:00:16.063Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-13T07:00:16.077Z] [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-13T07:00:16.083Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T07:00:16.178Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-13T07:00:16.188Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-13T07:00:16.676Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T07:00:20.808Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-13T07:00:20.971Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted (6303ms) 1 passing (6s) [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: 6 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-13T07:00:27.502Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-13T07:00:27.579Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-13T07:00:27.589Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-13T07:00:27.596Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-13T07:00:27.666Z] [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-13T07:00:27.673Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-13T07:00:27.768Z] [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-13T07:00:29.508Z] [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-13T07:00:29.521Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-13T07:00:29.559Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-13T07:00:29.570Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-13T07:00:29.574Z] [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-13T07:00:30.173Z] [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-13T07:00:30.180Z] [INFO] No matching profile found, proceeding with the test. [2026-07-13T07:00:30.187Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-13T07:00:30.278Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783926030211.yaml" -n redhat-ods-applications [2026-07-13T07:00:31.174Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783926030211.yaml" -n redhat-ods-applications [2026-07-13T07:00:31.192Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-13T07:00:31.566Z] [INFO] [EXEC] rm /tmp/temp_1783926030211.yaml [2026-07-13T07:00:31.593Z] [INFO] [STEP 1] Log into the application [2026-07-13T07:00:31.686Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-13T07:00:32.162Z] [INFO] OAuth login flow detected - completing authentication [2026-07-13T07:00:38.592Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-13T07:00:38.889Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-13T07:00:40.590Z] [INFO] [STEP 4] Select the hardware profile [2026-07-13T07:00:41.163Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-13T07:00:41.189Z] [INFO] [STEP 6] Launch a notebook server [2026-07-13T07:00:41.576Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-13T07:00:41.665Z] [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-13T07:00:56.407Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-13T07:00:56.488Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-13T07:00:56.513Z] [INFO] Found 1 matching pods [2026-07-13T07:00:56.582Z] [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-13T07:01:00.142Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-13T07:01:00.149Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-13T07:01:00.152Z] [INFO] [STEP 8] Expand the Event log [2026-07-13T07:01:00.266Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-13T07:01:15.276Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-13T07:01:15.305Z] [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-13T07:01:19.189Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-13T07:01:19.273Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-13T07:01:19.284Z] [INFO] Found 1 matching pods [2026-07-13T07:01:19.288Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-13T07:01:19.873Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-13T07:01:19.882Z] [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-13T07:01:19.886Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-13T07:01:19.964Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-13T07:01:20.189Z] [INFO] [STEP 12] Stop the server [2026-07-13T07:01:20.781Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-13T07:01:21.075Z] [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-13T07:01:23.372Z] [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-13T07:01:23.380Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-13T07:01:23.473Z] [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-13T07:01:24.070Z] [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-13T07:01:24.121Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-13T07:01:24.975Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (53759ms) 1 passing (58s) [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: 57 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-13T07:01:29.709Z] [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-13T07:01:29.765Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (167ms) 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:47 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 580ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 583ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:18 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:13 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:25 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:42 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 197ms 3 - - 3 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 00:57 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:06 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 00:57 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 172ms 1 - - 1 - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 04:35 27 17 - 10 -