CY_TEST_CONFIG: /workspace/tests-shared/tests-payload/results/cypress-runtime-config.yml 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: 14 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/mode │ │ lDeploymentSettings/testDeploymentGeneralSettings.cy.ts, cypress/tests/e2e/set │ │ tings/servingRuntimes/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 14) [2026-09-16T16:14:37.140Z] [INFO] Setting tests timeout to: 480 seconds application [2026-09-16T16:14:37.153Z] [INFO] Starting 480s timeout for: should login and load page [2026-09-16T16:14:37.158Z] [INFO] Test title: should login and load page [2026-09-16T16:14:37.174Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-09-16T16:14:37.184Z] [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"] [2026-09-16T16:14:37.189Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-09-16T16:14:37.248Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:14:37.770Z] [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 14) [2026-09-16T16:14:44.237Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-09-16T16:14:44.269Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-09-16T16:14:44.275Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-09-16T16:14:44.344Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-09-16T16:14:44.354Z] [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"] [2026-09-16T16:14:44.369Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-09-16T16:14:44.436Z] [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-09-16T16:14:45.194Z] [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-09-16T16:14:45.242Z] [INFO] No notebooks found [2026-09-16T16:14:45.272Z] [INFO] [STEP 1] Log into the application [2026-09-16T16:14:45.363Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:14:45.690Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:14:50.730Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-09-16T16:14:50.852Z] [INFO] [STEP 3] Choose Code Server Image [2026-09-16T16:14:51.838Z] [INFO] [STEP 4] Check Start server button is enabled [2026-09-16T16:14:51.864Z] [INFO] [STEP 5] Launch a notebook server [2026-09-16T16:14:52.236Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-09-16T16:14:52.264Z] [INFO] Finding pods with command: oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-09-16T16:15:03.175Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-09-16T16:15:03.216Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-09-16T16:15:03.234Z] [INFO] Found 1 matching pods [2026-09-16T16:15:03.254Z] [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-09-16T16:20:04.126Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-09-16T16:20:04.129Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-09-16T16:20:04.133Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-09-16T16:20:04.138Z] [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"] [2026-09-16T16:20:04.142Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-09-16T16:20:04.154Z] [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-09-16T16:20:04.970Z] [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-09-16T16:20:04.976Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-09-16T16:20:04.996Z] [INFO] [STEP 1] Log into the application [2026-09-16T16:20:05.009Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:20:05.284Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:20:09.696Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-09-16T16:20:09.869Z] [INFO] [STEP 3] Choose Code Server Image [2026-09-16T16:20:10.640Z] [INFO] [STEP 4] Check Start server button is enabled [2026-09-16T16:20:10.680Z] [INFO] [STEP 5] Launch a notebook server [2026-09-16T16:20:10.867Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-09-16T16:20:10.870Z] [INFO] Finding pods with command: oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-09-16T16:20:21.812Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-09-16T16:20:21.827Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-09-16T16:20:21.834Z] [INFO] Found 1 matching pods [2026-09-16T16:20:21.838Z] [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 1) Verify User Can Access Jupyter Launcher From Project Page 0 passing (11m) 1 failing 1) Verify a Jupyter Notebook can be launched directly from the Project List View Verify User Can Access Jupyter Launcher From Project Page: Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ 3. Launch Standalone notebook server 4. Choose Code Server Image 5. Check Start server button is enabled 6. Launch a notebook server 7. Verify the Jupyter Notebook pod is ready `cy.exec('oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s')` timed out after waiting `300000ms`. https://on.cypress.io/exec CypressError: `cy.exec('oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s')` timed out after waiting `300000ms`. https://on.cypress.io/exec at (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:124114:70) at tryCatcher (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1777:23) at (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:4156:41) at tryCatcher (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1777:23) at Promise._settlePromiseFromHandler (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1489:31) at Promise._settlePromise (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1546:18) at Promise._settlePromise0 (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1591:10) at Promise._settlePromises (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1667:18) at _drainQueueStep (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2377:12) at _drainQueue (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2370:9) at Async._drainQueues (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2386:5) at Async.drainQueues (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2256:14) From Your Spec Code: at eval (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/baseCommands.ts:227:11) at Array.forEach () at Context.eval (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/baseCommands.ts:220:11) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 10 minutes, 38 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1280x720) nceProjects/testLaunchStandaloneNotebook.cy.ts/Verify a Jupyter Notebook can be launched directly from the Project List View -- Verify User Can Access Jupyter L auncher From Project Page (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1280x720) nceProjects/testLaunchStandaloneNotebook.cy.ts/Verify a Jupyter Notebook can be launched directly from the Project List View -- Verify User Can Access Jupyter L auncher From Project Page (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 14) [2026-09-16T16:25:25.443Z] [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-09-16T16:25:25.464Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (110ms) 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 14) [2026-09-16T16:25:28.119Z] [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-09-16T16:25:28.149Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (102ms) 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 14) [2026-09-16T16:25:30.676Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-09-16T16:25:30.694Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-09-16T16:25:30.699Z] [INFO] Test title: Edit a Project in RHOAI [2026-09-16T16:25:30.710Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-09-16T16:25:30.719Z] [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"] [2026-09-16T16:25:30.725Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-09-16T16:25:30.750Z] [INFO] Loaded project name: cypress-test-*** [2026-09-16T16:25:30.761Z] [INFO] Executing command: oc get project "cypress-test-***" -o name [2026-09-16T16:25:31.056Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-09-16T16:25:31.064Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-09-16T16:25:31.079Z] [INFO] Project 'cypress-test-***' does not exist. [2026-09-16T16:25:31.097Z] [INFO] Creating project cypress-test-*** [2026-09-16T16:25:31.484Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-09-16T16:25:31.492Z] [INFO] 🔍 Polling for namespace cypress-test-*** (max 30s) [2026-09-16T16:25:31.790Z] [INFO] [EXEC] oc get namespace cypress-test-*** [2026-09-16T16:25:31.796Z] [INFO] ✅ namespace cypress-test-*** (found after 0.3s) [2026-09-16T16:25:32.128Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-09-16T16:25:32.145Z] [INFO] 🔍 Polling for project cypress-test-*** dashboard-ready (max 15s) [2026-09-16T16:25:32.434Z] [INFO] [EXEC] oc get project cypress-test-*** -o json | jq -e '.metadata.labels["opendatahub.io/dashboard"] == "true" and .status.phase == "Active"' [2026-09-16T16:25:32.440Z] [INFO] ✅ project cypress-test-*** dashboard-ready (found after 0.3s) [2026-09-16T16:25:32.464Z] [INFO] Executing command: oc get project "cypress-test-***" -o name [2026-09-16T16:25:32.770Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-09-16T16:25:32.776Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-***","stderr":"","exitCode":0} [2026-09-16T16:25:32.793Z] [INFO] Project 'cypress-test-***' exists. [2026-09-16T16:25:32.812Z] [INFO] Project cypress-test-*** confirmed to be created and verified successfully [2026-09-16T16:25:32.839Z] [INFO] [STEP 1] Log into the application [2026-09-16T16:25:32.868Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:25:33.140Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:25:35.377Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-test-*** [2026-09-16T16:25:38.837Z] [INFO] ✅ Project "cypress-test-***" visible in list [2026-09-16T16:25:39.051Z] [INFO] [STEP 3] Edit project information [2026-09-16T16:25:40.967Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-09-16T16:25:41.804Z] [INFO] Deleting Project cypress-test-*** after the test has finished. [2026-09-16T16:25:42.127Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (11085ms) 1 passing (12s) [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: 11 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 14) [2026-09-16T16:25:46.046Z] [INFO] Setting tests timeout to: 480 seconds Regular Users can make use of the Storage Classes in the Cluster Storage tab from Pipelines [2026-09-16T16:25:46.064Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-09-16T16:25:46.073Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-09-16T16:25:46.080Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-09-16T16:25:46.092Z] [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"] [2026-09-16T16:25:46.097Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-09-16T16:25:46.119Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-09-16T16:25:46.426Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-09-16T16:25:46.439Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-09-16T16:25:46.447Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-09-16T16:25:46.459Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-09-16T16:25:46.742Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-09-16T16:25:46.756Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-09-16T16:25:46.763Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-09-16T16:25:46.780Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-09-16T16:25:47.120Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-09-16T16:25:47.152Z] [INFO] 🔍 Polling for namespace qe-cluster-storage-sc-dsp (max 30s) [2026-09-16T16:25:47.456Z] [INFO] [EXEC] oc get namespace qe-cluster-storage-sc-dsp [2026-09-16T16:25:47.463Z] [INFO] ✅ namespace qe-cluster-storage-sc-dsp (found after 0.3s) [2026-09-16T16:25:47.819Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-09-16T16:25:47.826Z] [INFO] 🔍 Polling for project qe-cluster-storage-sc-dsp dashboard-ready (max 15s) [2026-09-16T16:25:48.122Z] [INFO] [EXEC] oc get project qe-cluster-storage-sc-dsp -o json | jq -e '.metadata.labels["opendatahub.io/dashboard"] == "true" and .status.phase == "Active"' [2026-09-16T16:25:48.127Z] [INFO] ✅ project qe-cluster-storage-sc-dsp dashboard-ready (found after 0.3s) [2026-09-16T16:25:48.155Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-09-16T16:25:48.444Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-09-16T16:25:48.453Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-09-16T16:25:48.459Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-09-16T16:25:48.833Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-09-16T16:25:48.884Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:25:49.177Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:25:51.501Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-09-16T16:25:54.135Z] [INFO] ✅ Project "qe-cluster-storage-sc-dsp" visible in list [2026-09-16T16:25:54.296Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-09-16T16:25:54.707Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-09-16T16:25:55.137Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-09-16T16:25:55.145Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-09-16T16:25:55.462Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-09-16T16:25:55.510Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-09-16T16:25:55.815Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-09-16T16:25:55.864Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-09-16T16:26:06.169Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-09-16T16:26:06.200Z] [INFO] oc patch storageclass gp2-csi --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"gp2-csi\",\"lastModified\":\"2026-09-16T16:26:06.172Z\"}"}}}' [2026-09-16T16:26:06.502Z] [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-09-16T16:26:06.172Z\"}"}}}' [2026-09-16T16:26:06.510Z] [INFO] oc patch storageclass gp3-csi --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"gp3-csi\",\"lastModified\":\"2026-09-16T16:26:06.503Z\"}"}}}' [2026-09-16T16:26:06.835Z] [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-09-16T16:26:06.503Z\"}"}}}' [2026-09-16T16:26:07.019Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-09-16T16:26:07.592Z] [INFO] [EXEC] oc whoami [2026-09-16T16:26:07.926Z] [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 (21358ms) 1 passing (22s) [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: 22 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 14) [2026-09-16T16:26:12.561Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-09-16T16:26:12.572Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-09-16T16:26:12.576Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-09-16T16:26:12.582Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-09-16T16:26:12.587Z] [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"] [2026-09-16T16:26:12.591Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-09-16T16:26:12.605Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-09-16T16:26:12.927Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-09-16T16:26:12.938Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-09-16T16:26:12.944Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-09-16T16:26:13.435Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789575972948-vxhmbnzri.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789575972948-vxhmbnzri.yaml; exit $return_code [2026-09-16T16:26:13.441Z] [INFO] Command exit code: 0 [2026-09-16T16:26:13.792Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789575973442-swyp4s3tc.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789575973442-swyp4s3tc.yaml; exit $return_code [2026-09-16T16:26:13.797Z] [INFO] Command exit code: 0 [2026-09-16T16:26:14.124Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789575973799-mugfbfszo.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789575973799-mugfbfszo.yaml; exit $return_code [2026-09-16T16:26:14.132Z] [INFO] Command exit code: 0 [2026-09-16T16:26:14.464Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789575974134-up9aj1s4p.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789575974134-up9aj1s4p.yaml; exit $return_code [2026-09-16T16:26:14.473Z] [INFO] Command exit code: 0 [2026-09-16T16:26:14.836Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789575974475-hbbp4tumk.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789575974475-hbbp4tumk.yaml; exit $return_code [2026-09-16T16:26:14.842Z] [INFO] Command exit code: 0 [2026-09-16T16:26:14.862Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-09-16T16:26:14.871Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:26:15.091Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:26:19.053Z] [INFO] [STEP 2] Check SC row exists [2026-09-16T16:26:19.111Z] [INFO] [STEP 3] Check there's no Default label [2026-09-16T16:26:19.287Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-09-16T16:26:19.378Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-09-16T16:26:19.474Z] [INFO] [STEP 6] Enable the Storage Class [2026-09-16T16:26:19.651Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-09-16T16:26:19.910Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-09-16T16:26:20.012Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-09-16T16:26:20.362Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-09-16T16:26:20.425Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (7978ms) [2026-09-16T16:26:20.607Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-09-16T16:26:20.609Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-09-16T16:26:20.613Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-09-16T16:26:20.618Z] [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"] [2026-09-16T16:26:20.621Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-09-16T16:26:20.642Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-09-16T16:26:20.653Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:26:20.819Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:26:23.921Z] [INFO] [STEP 2] Check SC row exists [2026-09-16T16:26:23.971Z] [INFO] [STEP 3] Check there's no Default label [2026-09-16T16:26:24.075Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-09-16T16:26:24.139Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-09-16T16:26:24.237Z] [INFO] [STEP 6] Enable the Storage Class [2026-09-16T16:26:24.420Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-09-16T16:26:24.662Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-09-16T16:26:24.737Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-09-16T16:26:25.060Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-09-16T16:26:25.094Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-09-16T16:26:25.254Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-09-16T16:26:25.256Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-09-16T16:26:25.259Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-09-16T16:26:25.263Z] [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"] [2026-09-16T16:26:25.268Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-09-16T16:26:25.284Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-09-16T16:26:25.292Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:26:25.458Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:26:28.598Z] [INFO] [STEP 2] Check there's no Default label [2026-09-16T16:26:28.647Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-09-16T16:26:28.730Z] [INFO] [STEP 4] Set the SC to be the default one [2026-09-16T16:26:28.947Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-09-16T16:26:29.445Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-09-16T16:26:29.500Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-09-16T16:26:29.837Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-09-16T16:26:29.851Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-09-16T16:26:30.040Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-09-16T16:26:30.042Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-09-16T16:26:30.047Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-09-16T16:26:30.051Z] [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"] [2026-09-16T16:26:30.056Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-09-16T16:26:30.080Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-09-16T16:26:30.091Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:26:30.266Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:26:33.170Z] [INFO] [STEP 2] Check SC initial access modes [2026-09-16T16:26:33.251Z] [INFO] [STEP 3] Navigate to edit SC [2026-09-16T16:26:33.702Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-09-16T16:26:33.746Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-09-16T16:26:34.036Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-09-16T16:26:34.067Z] [INFO] [STEP 7] Save the changes [2026-09-16T16:26:34.239Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-09-16T16:26:34.520Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-09-16T16:26:34.551Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-09-16T16:26:34.876Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-09-16T16:26:34.921Z] [INFO] Storage Class Config: [2026-09-16T16:26:34.956Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-09-16T16:26:35.667Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-09-16T16:26:36.106Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-09-16T16:26:36.429Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-09-16T16:26:36.462Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-09-16T16:26:36.793Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-09-16T16:26:36.796Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-09-16T16:26:37.123Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-09-16T16:26:37.126Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-09-16T16:26:37.454Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-09-16T16:26:37.462Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-09-16T16:26:37.903Z] [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 (6001ms) 4 passing (25s) [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 14) ts [2026-09-16T16:26:41.635Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-09-16T16:26:41.651Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-09-16T16:26:41.654Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-09-16T16:26:41.659Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-09-16T16:26:41.665Z] [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"] [2026-09-16T16:26:41.671Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-09-16T16:26:41.686Z] [INFO] Loaded test data from fixtures [2026-09-16T16:26:41.699Z] [INFO] Provisioning storage classes with different access modes [2026-09-16T16:26:42.027Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789576001704-qjpsufimy.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789576001704-qjpsufimy.yaml; exit $return_code [2026-09-16T16:26:42.033Z] [INFO] Command exit code: 0 [2026-09-16T16:26:42.373Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789576002035-t521v3kz9.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789576002035-t521v3kz9.yaml; exit $return_code [2026-09-16T16:26:42.379Z] [INFO] Command exit code: 0 [2026-09-16T16:26:42.728Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789576002381-wh39eqlpe.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789576002381-wh39eqlpe.yaml; exit $return_code [2026-09-16T16:26:42.735Z] [INFO] Command exit code: 0 [2026-09-16T16:26:43.068Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789576002737-6ob19nes2.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789576002737-6ob19nes2.yaml; exit $return_code [2026-09-16T16:26:43.073Z] [INFO] Command exit code: 0 [2026-09-16T16:26:43.398Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789576003075-9y6hh2f1r.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789576003075-9y6hh2f1r.yaml; exit $return_code [2026-09-16T16:26:43.404Z] [INFO] Command exit code: 0 [2026-09-16T16:26:43.407Z] [INFO] Provisioning project [2026-09-16T16:26:43.409Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-09-16T16:26:43.717Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-09-16T16:26:43.724Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-09-16T16:26:43.730Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-09-16T16:26:43.738Z] [INFO] Creating project test-cluster-storage-access-modes [2026-09-16T16:26:44.122Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-09-16T16:26:44.131Z] [INFO] 🔍 Polling for namespace test-cluster-storage-access-modes (max 30s) [2026-09-16T16:26:44.443Z] [INFO] [EXEC] oc get namespace test-cluster-storage-access-modes [2026-09-16T16:26:44.451Z] [INFO] ✅ namespace test-cluster-storage-access-modes (found after 0.3s) [2026-09-16T16:26:44.781Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-09-16T16:26:44.790Z] [INFO] 🔍 Polling for project test-cluster-storage-access-modes dashboard-ready (max 15s) [2026-09-16T16:26:45.124Z] [INFO] [EXEC] oc get project test-cluster-storage-access-modes -o json | jq -e '.metadata.labels["opendatahub.io/dashboard"] == "true" and .status.phase == "Active"' [2026-09-16T16:26:45.131Z] [INFO] ✅ project test-cluster-storage-access-modes dashboard-ready (found after 0.3s) [2026-09-16T16:26:45.144Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-09-16T16:26:45.476Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-09-16T16:26:45.484Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-09-16T16:26:45.491Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-09-16T16:26:45.945Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-09-16T16:26:45.960Z] [INFO] [STEP 1] Log into the application [2026-09-16T16:26:45.968Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:26:46.351Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:26:48.805Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-09-16T16:26:52.241Z] [INFO] ✅ Project "test-cluster-storage-access-modes" visible in list [2026-09-16T16:26:52.436Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-09-16T16:26:52.900Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-09-16T16:26:53.302Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-09-16T16:26:53.601Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-09-16T16:26:53.785Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (13687ms) [2026-09-16T16:26:55.391Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-09-16T16:26:55.394Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-09-16T16:26:55.398Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-09-16T16:26:55.403Z] [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"] [2026-09-16T16:26:55.406Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-09-16T16:26:55.418Z] [INFO] [STEP 1] Log into the application [2026-09-16T16:26:55.424Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:26:55.593Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:26:57.782Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-09-16T16:26:59.987Z] [INFO] ✅ Project "test-cluster-storage-access-modes" visible in list [2026-09-16T16:27:00.129Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-09-16T16:27:00.693Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-09-16T16:27:01.121Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-09-16T16:27:01.658Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-09-16T16:27:01.686Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-09-16T16:27:01.746Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-09-16T16:27:01.780Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-09-16T16:27:02.090Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-09-16T16:27:02.281Z] [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 (7137ms) [2026-09-16T16:27:02.575Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-09-16T16:27:02.577Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-09-16T16:27:02.581Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-09-16T16:27:02.586Z] [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"] [2026-09-16T16:27:02.591Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-09-16T16:27:02.601Z] [INFO] [STEP 1] Log into the application [2026-09-16T16:27:02.605Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:27:02.777Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:27:04.792Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-09-16T16:27:07.045Z] [INFO] ✅ Project "test-cluster-storage-access-modes" visible in list [2026-09-16T16:27:07.173Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-09-16T16:27:07.685Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-09-16T16:27:08.055Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-09-16T16:27:08.701Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-09-16T16:27:08.763Z] [INFO] [STEP 7] Test switching between available access modes [2026-09-16T16:27:08.796Z] [INFO] [STEP 8] Default should be RWO [2026-09-16T16:27:08.849Z] [INFO] [STEP 9] Switch to RWX [2026-09-16T16:27:09.041Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes (6746ms) [2026-09-16T16:27:09.360Z] [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-09-16T16:27:09.362Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-09-16T16:27:09.366Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-09-16T16:27:09.370Z] [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"] [2026-09-16T16:27:09.373Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-09-16T16:27:09.385Z] [INFO] [STEP 1] Log into the application [2026-09-16T16:27:09.389Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:27:09.560Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:27:11.589Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-09-16T16:27:13.989Z] [INFO] ✅ Project "test-cluster-storage-access-modes" visible in list [2026-09-16T16:27:14.132Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-09-16T16:27:14.611Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-09-16T16:27:16.139Z] [INFO] [STEP 5] Submit the form [2026-09-16T16:27:16.318Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-09-16T16:27:16.600Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-09-16T16:27:17.117Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-09-16T16:27:17.185Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-09-16T16:27:17.425Z] [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 (8334ms) [2026-09-16T16:27:17.784Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-09-16T16:27:17.786Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-09-16T16:27:17.790Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-09-16T16:27:17.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"] [2026-09-16T16:27:17.800Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-09-16T16:27:17.809Z] [INFO] [STEP 1] Log into the application [2026-09-16T16:27:17.816Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:27:17.983Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:27:20.037Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-09-16T16:27:22.528Z] [INFO] ✅ Project "test-cluster-storage-access-modes" visible in list [2026-09-16T16:27:22.676Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-09-16T16:27:23.217Z] [INFO] [STEP 4] Open create modal [2026-09-16T16:27:23.612Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-09-16T16:27:24.288Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-09-16T16:27:24.570Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-09-16T16:27:24.775Z] [INFO] [STEP 8] Cleaning up storage classes [2026-09-16T16:27:24.785Z] [INFO] Deleting storage class: sc-rwo-preset [2026-09-16T16:27:25.150Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-09-16T16:27:25.154Z] [INFO] Deleting storage class: sc-rwx-preset [2026-09-16T16:27:25.487Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-09-16T16:27:25.491Z] [INFO] Deleting storage class: sc-rox-preset [2026-09-16T16:27:25.853Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-09-16T16:27:25.856Z] [INFO] Deleting storage class: sc-rwop-preset [2026-09-16T16:27:26.292Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-09-16T16:27:26.318Z] [INFO] Deleting storage class: sc-multi-preset [2026-09-16T16:27:26.673Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-09-16T16:27:26.677Z] [INFO] [STEP 9] Cleaning up project [2026-09-16T16:27:27.098Z] [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 (6985ms) 5 passing (46s) [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: 45 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 14) [2026-09-16T16:27:31.570Z] [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-09-16T16:27:31.594Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (118ms) 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 14) [2026-09-16T16:27:34.289Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-09-16T16:27:34.301Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-09-16T16:27:34.304Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-09-16T16:27:34.309Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-09-16T16:27:34.314Z] [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"] [2026-09-16T16:27:34.318Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-09-16T16:27:34.338Z] [INFO] Loaded project name: cypress-test-*** [2026-09-16T16:27:34.341Z] [INFO] Executing command: oc get project "cypress-test-***" -o name [2026-09-16T16:27:34.652Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-09-16T16:27:34.658Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-09-16T16:27:34.665Z] [INFO] Project 'cypress-test-***' does not exist. [2026-09-16T16:27:34.672Z] [INFO] Creating project cypress-test-*** [2026-09-16T16:27:35.043Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-09-16T16:27:35.052Z] [INFO] 🔍 Polling for namespace cypress-test-*** (max 30s) [2026-09-16T16:27:35.369Z] [INFO] [EXEC] oc get namespace cypress-test-*** [2026-09-16T16:27:35.374Z] [INFO] ✅ namespace cypress-test-*** (found after 0.3s) [2026-09-16T16:27:35.716Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-09-16T16:27:35.724Z] [INFO] 🔍 Polling for project cypress-test-*** dashboard-ready (max 15s) [2026-09-16T16:27:36.029Z] [INFO] [EXEC] oc get project cypress-test-*** -o json | jq -e '.metadata.labels["opendatahub.io/dashboard"] == "true" and .status.phase == "Active"' [2026-09-16T16:27:36.035Z] [INFO] ✅ project cypress-test-*** dashboard-ready (found after 0.3s) [2026-09-16T16:27:36.046Z] [INFO] Executing command: oc get project "cypress-test-***" -o name [2026-09-16T16:27:36.428Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-09-16T16:27:36.434Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-***","stderr":"","exitCode":0} [2026-09-16T16:27:36.439Z] [INFO] Project 'cypress-test-***' exists. [2026-09-16T16:27:36.478Z] [INFO] [STEP 1] Log into the application [2026-09-16T16:27:36.490Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:27:36.682Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:27:38.938Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-09-16T16:27:40.591Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-09-16T16:27:41.457Z] [INFO] [STEP 4] Select category [2026-09-16T16:27:41.928Z] [INFO] [STEP 5] Select model serving compatible type [2026-09-16T16:27:42.553Z] [INFO] [STEP 6] Add new section heading [2026-09-16T16:27:44.769Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-09-16T16:27:44.940Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-09-16T16:27:45.288Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-09-16T16:27:45.398Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-09-16T16:27:45.481Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-09-16T16:27:45.566Z] [INFO] [STEP 12] Preview connection type. [2026-09-16T16:27:46.381Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-09-16T16:27:49.720Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-09-16T16:27:51.208Z] [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 (19774ms) [2026-09-16T16:27:54.184Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-09-16T16:27:54.186Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-09-16T16:27:54.189Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-09-16T16:27:54.193Z] [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"] [2026-09-16T16:27:54.198Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-09-16T16:27:54.221Z] [INFO] [STEP 1] Log into the application [2026-09-16T16:27:54.229Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:27:54.447Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:27:56.597Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-09-16T16:27:57.335Z] [INFO] [STEP 3] Duplicate the Connection type [2026-09-16T16:27:58.248Z] [INFO] [STEP 4] Edit the Connection type [2026-09-16T16:27:59.542Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-09-16T16:27:59.603Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-09-16T16:28:05.301Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-09-16T16:28:07.750Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-09-16T16:28:12.843Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-09-16T16:28:13.214Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-09-16T16:28:13.218Z] [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-09-16T16:28:13.581Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-09-16T16:28:31.015Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (18515ms) 2 passing (57s) [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 14) [2026-09-16T16:28:34.657Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-09-16T16:28:34.675Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-09-16T16:28:34.684Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-09-16T16:28:34.697Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-09-16T16:28:34.704Z] [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"] [2026-09-16T16:28:34.739Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-09-16T16:28:34.780Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-09-16T16:28:34.790Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-09-16T16:28:35.000Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:28:38.331Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-09-16T16:28:38.416Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted 1 passing (5s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_010.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 4 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 14) [2026-09-16T16:28:42.145Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-09-16T16:28:42.166Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-09-16T16:28:42.170Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-09-16T16:28:42.182Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent","@HardwareProfilesCI"] [2026-09-16T16:28:42.188Z] [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"] [2026-09-16T16:28:42.198Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-09-16T16:28:42.227Z] [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-09-16T16:28:43.184Z] [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-09-16T16:28:43.197Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-09-16T16:28:43.202Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-09-16T16:28:43.205Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-09-16T16:28:43.217Z] [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-09-16T16:28:43.528Z] [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-09-16T16:28:43.534Z] [INFO] No matching profile found, proceeding with the test. [2026-09-16T16:28:43.540Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-09-16T16:28:43.573Z] [INFO] Executing command: oc apply -f "/tmp/temp_1789576123553.yaml" -n redhat-ods-applications [2026-09-16T16:28:43.921Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1789576123553.yaml" -n redhat-ods-applications [2026-09-16T16:28:43.936Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-09-16T16:28:44.058Z] [INFO] [EXEC] rm /tmp/temp_1789576123553.yaml [2026-09-16T16:28:44.092Z] [INFO] [STEP 1] Log into the application [2026-09-16T16:28:44.131Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:28:44.356Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:28:48.514Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-09-16T16:28:48.650Z] [INFO] [STEP 3] Choose Code Server Image [2026-09-16T16:28:49.334Z] [INFO] [STEP 4] Select the hardware profile [2026-09-16T16:28:49.647Z] [INFO] [STEP 5] Check Start server button is enabled [2026-09-16T16:28:49.668Z] [INFO] [STEP 6] Launch a notebook server [2026-09-16T16:28:49.856Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-09-16T16:28:49.878Z] [INFO] Finding pods with command: oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-09-16T16:29:00.738Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-09-16T16:29:00.785Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-09-16T16:29:00.805Z] [INFO] Found 1 matching pods [2026-09-16T16:29:00.825Z] [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-09-16T16:34:01.696Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-09-16T16:34:01.700Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-09-16T16:34:01.705Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent","@HardwareProfilesCI"] [2026-09-16T16:34:01.710Z] [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"] [2026-09-16T16:34:01.715Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-09-16T16:34:01.735Z] [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-09-16T16:34:02.805Z] [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-09-16T16:34:02.811Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-09-16T16:34:02.814Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-09-16T16:34:02.817Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-09-16T16:34:02.821Z] [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-09-16T16:34:03.154Z] [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-09-16T16:34:03.159Z] [INFO] No matching profile found, proceeding with the test. [2026-09-16T16:34:03.165Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-09-16T16:34:03.179Z] [INFO] Executing command: oc apply -f "/tmp/temp_1789576443166.yaml" -n redhat-ods-applications [2026-09-16T16:34:11.357Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1789576443166.yaml" -n redhat-ods-applications [2026-09-16T16:34:11.366Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks configured [2026-09-16T16:34:11.535Z] [INFO] [EXEC] rm /tmp/temp_1789576443166.yaml [2026-09-16T16:34:11.563Z] [INFO] [STEP 1] Log into the application [2026-09-16T16:34:11.576Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:34:11.851Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:34:16.316Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-09-16T16:34:16.461Z] [INFO] [STEP 3] Choose Code Server Image [2026-09-16T16:34:17.202Z] [INFO] [STEP 4] Select the hardware profile [2026-09-16T16:34:17.540Z] [INFO] [STEP 5] Check Start server button is enabled [2026-09-16T16:34:17.589Z] [INFO] [STEP 6] Launch a notebook server [2026-09-16T16:34:17.764Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-09-16T16:34:17.769Z] [INFO] Finding pods with command: oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-09-16T16:34:28.569Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-09-16T16:34:28.585Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-09-16T16:34:28.590Z] [INFO] Found 1 matching pods [2026-09-16T16:34:28.594Z] [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 1) Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-09-16T16:39:29.188Z] [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-09-16T16:39:30.288Z] [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-09-16T16:39:30.295Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-09-16T16:39:30.299Z] [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-09-16T16:39:30.626Z] [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-09-16T16:39:30.635Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-09-16T16:39:30.990Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications 0 passing (11m) 1 failing 1) Notebooks - tolerations tests Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations: Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ 3. Launch Standalone notebook server 4. Choose Code Server Image 5. Select the hardware profile 6. Check Start server button is enabled 7. Launch a notebook server 8. Verify the Jupyter Notebook pod is ready `cy.exec('oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s')` timed out after waiting `300000ms`. https://on.cypress.io/exec CypressError: `cy.exec('oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s')` timed out after waiting `300000ms`. https://on.cypress.io/exec at (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:124114:70) at tryCatcher (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1777:23) at (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:4156:41) at tryCatcher (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1777:23) at Promise._settlePromiseFromHandler (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1489:31) at Promise._settlePromise (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1546:18) at Promise._settlePromise0 (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1591:10) at Promise._settlePromises (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1667:18) at _drainQueueStep (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2377:12) at _drainQueue (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2370:9) at Async._drainQueues (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2386:5) at Async.drainQueues (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2256:14) From Your Spec Code: at eval (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/baseCommands.ts:227:11) at Array.forEach () at Context.eval (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/baseCommands.ts:220:11) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_011.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 10 minutes, 49 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1280x720) /hardwareProfiles/testNotebookTolerations.cy.ts/Notebooks - tolerations tests -- Verify Juypter Notebook Creation using Hardware Profiles and applying Toleratio ns (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/settings (1280x720) /hardwareProfiles/testNotebookTolerations.cy.ts/Notebooks - tolerations tests -- Verify Juypter Notebook Creation using Hardware Profiles and applying Toleratio ns (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/modelDeploymentSettings/testDeploymentGeneralSettings.cy.ts (13 of 14) [2026-09-16T16:39:33.678Z] [INFO] Setting tests timeout to: 480 seconds Verify Model Deployment General Settings access and model-serving controls - Admin should access Model Deployment General Settings and see the model-serving switch matching OpenShift configuration - Test User - should not have access rights to view the Model Deployment Settings tab [2026-09-16T16:39:33.700Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (112ms) 2 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_012.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 2 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 2 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: settings/modelDeploymentSettings/testDeploymentGeneralSettings.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (14 of 14) [2026-09-16T16:39:36.229Z] [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-09-16T16:39:36.257Z] [INFO] No tests were executed. Skipping soft assertions. [2026-09-16T16:39:36.275Z] [INFO] Executing command: oc get templates -ojson -n redhat-ods-applications | jq -r --arg name "single-cypress-vllm-runtime-335213" '.items[] | select(.objects[]? | select(.kind == "ServingRuntime") | (.metadata?.name? // "") == $name) | .metadata.name' [2026-09-16T16:39:36.674Z] [INFO] [EXEC] oc get templates -ojson -n redhat-ods-applications | jq -r --arg name "single-cypress-vllm-runtime-335213" '.items[] | select(.objects[]? | select(.kind == "ServingRuntime") | (.metadata?.name? // "") == $name) | .metadata.name' [2026-09-16T16:39:36.689Z] [INFO] No matching template found, proceeding with the test. 0 passing (548ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_013.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" 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 10:38 1 - 1 - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 115ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 107ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:11 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:22 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:25 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:45 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 123ms 3 - - 3 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 00:57 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:04 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ settings/hardwareProfiles/testNoteb 10:49 1 - 1 - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/modelDeploymentSettings/te 118ms 2 - - 2 - │ │ stDeploymentGeneralSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 556ms 1 - - 1 - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 2 of 14 failed (14%) 24:19 29 15 2 12 -