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-15T18:17:36.998Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-15T18:17:37.015Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-15T18:17:37.027Z] [INFO] Test title: should login and load page [2026-07-15T18:17:37.109Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-15T18:17:37.116Z] [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-15T18:17:37.127Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T18:17:37.214Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T18:17:37.830Z] [INFO] OAuth login flow detected - completing authentication ✓ should login and load page 1 passing (5s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 4 seconds │ │ Spec Ran: application.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts (2 of 13) [2026-07-15T18:17:46.203Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-15T18:17:46.224Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-15T18:17:46.229Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-15T18:17:46.244Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-15T18:17:46.300Z] [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-15T18:17:46.306Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T18:17:46.337Z] [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-15T18:17:47.802Z] [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-15T18:17:47.815Z] [INFO] No notebooks found [2026-07-15T18:17:47.900Z] [INFO] [STEP 1] Log into the application [2026-07-15T18:17:47.921Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T18:17:48.504Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T18:17:54.909Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-15T18:17:55.309Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-15T18:17:56.602Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-15T18:17:56.699Z] [INFO] [STEP 5] Launch a notebook server [2026-07-15T18:17:57.116Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-15T18:17:57.300Z] [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-15T18:18:15.505Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-15T18:18:15.535Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-15T18:18:15.613Z] [INFO] Found 1 matching pods [2026-07-15T18:18:15.635Z] [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-15T18:18:21.217Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-15T18:18:21.319Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-15T18:18:21.410Z] [INFO] [STEP 7] Expand the Event log [2026-07-15T18:18:21.806Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-15T18:18:31.005Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-15T18:18:31.614Z] [INFO] [STEP 10] Stop the server [2026-07-15T18:18:32.521Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (46922ms) 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-15T18:18:44.613Z] [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-15T18:18:44.721Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (479ms) 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-15T18:18:55.326Z] [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-15T18:18:55.499Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (404ms) 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-15T18:19:03.722Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-15T18:19:03.811Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-15T18:19:03.817Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-15T18:19:03.908Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-15T18:19:03.918Z] [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-15T18:19:04.014Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T18:19:04.113Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-15T18:19:04.124Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-15T18:19:05.113Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-15T18:19:05.122Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-15T18:19:05.138Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-15T18:19:05.212Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-15T18:19:06.108Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-15T18:19:07.010Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-15T18:19:07.021Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-15T18:19:08.214Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-15T18:19:08.309Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-15T18:19:08.403Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-15T18:19:08.424Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-15T18:19:08.516Z] [INFO] [STEP 1] Log into the application [2026-07-15T18:19:08.610Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T18:19:09.525Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T18:19:14.125Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-15T18:19:17.621Z] [INFO] [STEP 3] Edit project information [2026-07-15T18:19:19.106Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-15T18:19:20.299Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-15T18:19:20.908Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (16578ms) 1 passing (17s) [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: 17 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-15T18:19:26.358Z] [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-15T18:19:26.418Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-15T18:19:26.424Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-15T18:19:26.437Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-15T18:19:26.446Z] [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-15T18:19:26.451Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T18:19:26.507Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-15T18:19:26.861Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-15T18:19:26.900Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-15T18:19:26.915Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-15T18:19:26.920Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-15T18:19:27.301Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-15T18:19:27.313Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-15T18:19:27.328Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-15T18:19:27.348Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-15T18:19:27.789Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-15T18:19:28.287Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-15T18:19:28.303Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-15T18:19:28.709Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-15T18:19:28.725Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-15T18:19:28.741Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-15T18:19:29.243Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-15T18:19:29.268Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T18:19:29.547Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T18:19:31.705Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-15T18:19:34.062Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-15T18:19:34.615Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-15T18:19:35.143Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-15T18:19:35.151Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T18:19:35.631Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T18:19:35.657Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T18:19:36.059Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T18:19:36.147Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-15T18:19:36.645Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-15T18:19:36.731Z] [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-15T18:19:36.701Z\"}"}}}' [2026-07-15T18:19:37.254Z] [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-15T18:19:36.701Z\"}"}}}' [2026-07-15T18:19:37.323Z] [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-15T18:19:37.272Z\"}"}}}' [2026-07-15T18:19:37.717Z] [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-15T18:19:37.272Z\"}"}}}' [2026-07-15T18:19:37.933Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-15T18:19:38.485Z] [INFO] [EXEC] oc whoami [2026-07-15T18:19:38.909Z] [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 (11884ms) 1 passing (13s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_005.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 12 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-15T18:19:46.126Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-15T18:19:46.138Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-15T18:19:46.142Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-15T18:19:46.201Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-15T18:19:46.207Z] [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-15T18:19:46.216Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T18:19:46.232Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-15T18:19:46.850Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-15T18:19:46.906Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-15T18:19:46.916Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-15T18:19:47.411Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784139586919-7qp5hfzjx.yaml && rm -f /tmp/cypress-yaml-1784139586919-7qp5hfzjx.yaml [2026-07-15T18:19:47.417Z] [INFO] Command exit code: 0 [2026-07-15T18:19:48.008Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784139587419-y1uecfvt7.yaml && rm -f /tmp/cypress-yaml-1784139587419-y1uecfvt7.yaml [2026-07-15T18:19:48.015Z] [INFO] Command exit code: 0 [2026-07-15T18:19:48.710Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784139588018-096vdzgbj.yaml && rm -f /tmp/cypress-yaml-1784139588018-096vdzgbj.yaml [2026-07-15T18:19:48.717Z] [INFO] Command exit code: 0 [2026-07-15T18:19:49.173Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784139588719-8nn73mjzz.yaml && rm -f /tmp/cypress-yaml-1784139588719-8nn73mjzz.yaml [2026-07-15T18:19:49.199Z] [INFO] Command exit code: 0 [2026-07-15T18:19:49.658Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784139589202-acwt6qta4.yaml && rm -f /tmp/cypress-yaml-1784139589202-acwt6qta4.yaml [2026-07-15T18:19:49.664Z] [INFO] Command exit code: 0 [2026-07-15T18:19:49.712Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-15T18:19:49.726Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T18:19:50.025Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T18:19:55.401Z] [INFO] [STEP 2] Check SC row exists [2026-07-15T18:19:55.455Z] [INFO] [STEP 3] Check there's no Default label [2026-07-15T18:19:55.548Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-15T18:19:55.706Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-15T18:19:55.843Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-15T18:19:56.137Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-15T18:19:56.451Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-15T18:19:56.650Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T18:19:57.244Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T18:19:57.336Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (11335ms) [2026-07-15T18:19:57.628Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-15T18:19:57.630Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-15T18:19:57.636Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-15T18:19:57.641Z] [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-15T18:19:57.646Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T18:19:57.705Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-15T18:19:57.717Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T18:19:58.004Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T18:20:00.916Z] [INFO] [STEP 2] Check SC row exists [2026-07-15T18:20:01.104Z] [INFO] [STEP 3] Check there's no Default label [2026-07-15T18:20:01.147Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-15T18:20:01.225Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-15T18:20:01.325Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-15T18:20:01.457Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-15T18:20:01.627Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-15T18:20:01.661Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T18:20:02.133Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T18:20:02.144Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-15T18:20:02.349Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-15T18:20:02.351Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-15T18:20:02.356Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-15T18:20:02.362Z] [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-15T18:20:02.366Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T18:20:02.408Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-15T18:20:02.417Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T18:20:02.635Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T18:20:05.215Z] [INFO] [STEP 2] Check there's no Default label [2026-07-15T18:20:05.406Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-15T18:20:05.537Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-15T18:20:05.807Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-15T18:20:06.423Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-15T18:20:06.514Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T18:20:07.135Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T18:20:07.146Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-15T18:20:07.317Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-15T18:20:07.320Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-15T18:20:07.328Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-15T18:20:07.333Z] [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-15T18:20:07.338Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T18:20:07.407Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-15T18:20:07.419Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T18:20:07.812Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T18:20:10.515Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-15T18:20:10.610Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-15T18:20:10.915Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-15T18:20:11.032Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-15T18:20:11.300Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-15T18:20:11.316Z] [INFO] [STEP 7] Save the changes [2026-07-15T18:20:11.451Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-15T18:20:11.698Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-15T18:20:11.703Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T18:20:12.208Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-15T18:20:12.223Z] [INFO] Storage Class Config: [2026-07-15T18:20:12.230Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-15T18:20:12.863Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-15T18:20:13.099Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-15T18:20:13.560Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-15T18:20:13.563Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-15T18:20:14.011Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-15T18:20:14.015Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-15T18:20:14.462Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-15T18:20:14.469Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-15T18:20:14.909Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-15T18:20:14.913Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-15T18:20:15.324Z] [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 (5837ms) 4 passing (29s) [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: 29 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-15T18:20:21.935Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-15T18:20:21.948Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-15T18:20:22.001Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-15T18:20:22.009Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-15T18:20:22.015Z] [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-15T18:20:22.020Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T18:20:22.038Z] [INFO] Loaded test data from fixtures [2026-07-15T18:20:22.052Z] [INFO] Provisioning storage classes with different access modes [2026-07-15T18:20:22.481Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784139622057-nn4zbzoo8.yaml && rm -f /tmp/cypress-yaml-1784139622057-nn4zbzoo8.yaml [2026-07-15T18:20:22.488Z] [INFO] Command exit code: 0 [2026-07-15T18:20:22.862Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784139622490-dkbnn7k73.yaml && rm -f /tmp/cypress-yaml-1784139622490-dkbnn7k73.yaml [2026-07-15T18:20:22.868Z] [INFO] Command exit code: 0 [2026-07-15T18:20:23.250Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784139622871-9ei7b7r17.yaml && rm -f /tmp/cypress-yaml-1784139622871-9ei7b7r17.yaml [2026-07-15T18:20:23.256Z] [INFO] Command exit code: 0 [2026-07-15T18:20:23.811Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784139623258-d0e35qon2.yaml && rm -f /tmp/cypress-yaml-1784139623258-d0e35qon2.yaml [2026-07-15T18:20:23.817Z] [INFO] Command exit code: 0 [2026-07-15T18:20:24.509Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784139623819-222gvqb1o.yaml && rm -f /tmp/cypress-yaml-1784139623819-222gvqb1o.yaml [2026-07-15T18:20:24.515Z] [INFO] Command exit code: 0 [2026-07-15T18:20:24.519Z] [INFO] Provisioning project [2026-07-15T18:20:24.523Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-15T18:20:25.038Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-15T18:20:25.103Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-15T18:20:25.110Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-15T18:20:25.125Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-15T18:20:25.959Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-15T18:20:26.456Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-15T18:20:26.464Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-15T18:20:26.938Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-15T18:20:26.944Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-15T18:20:26.953Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-15T18:20:27.392Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-15T18:20:27.403Z] [INFO] [STEP 1] Log into the application [2026-07-15T18:20:27.409Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T18:20:27.655Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T18:20:29.811Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-15T18:20:31.905Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-15T18:20:32.331Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-15T18:20:32.731Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-15T18:20:32.889Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-15T18:20:33.100Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (12706ms) [2026-07-15T18:20:34.721Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-15T18:20:34.723Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-15T18:20:34.728Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-15T18:20:34.733Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T18:20:34.738Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T18:20:34.747Z] [INFO] [STEP 1] Log into the application [2026-07-15T18:20:34.753Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T18:20:34.960Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T18:20:36.349Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-15T18:20:39.113Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-15T18:20:39.536Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-15T18:20:39.804Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-15T18:20:40.308Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-15T18:20:40.319Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-15T18:20:40.339Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-15T18:20:40.344Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-15T18:20:40.598Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-15T18:20:40.716Z] [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 (6189ms) [2026-07-15T18:20:40.948Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-15T18:20:40.951Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-15T18:20:40.955Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-15T18:20:40.961Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T18:20:41.001Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T18:20:41.015Z] [INFO] [STEP 1] Log into the application [2026-07-15T18:20:41.024Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T18:20:41.264Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T18:20:42.720Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-15T18:20:44.433Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-15T18:20:44.914Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-15T18:20:45.299Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-15T18:20:45.706Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-15T18:20:45.737Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-15T18:20:45.742Z] [INFO] [STEP 8] Default should be RWO [2026-07-15T18:20:45.751Z] [INFO] [STEP 9] Switch to RWX [2026-07-15T18:20:45.868Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes (5238ms) [2026-07-15T18:20:46.245Z] [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-15T18:20:46.248Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-15T18:20:46.299Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-15T18:20:46.311Z] [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-15T18:20:46.317Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T18:20:46.328Z] [INFO] [STEP 1] Log into the application [2026-07-15T18:20:46.401Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T18:20:46.730Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T18:20:48.247Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-15T18:20:50.118Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-15T18:20:50.464Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-15T18:20:51.531Z] [INFO] [STEP 5] Submit the form [2026-07-15T18:20:51.621Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-15T18:20:51.819Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-15T18:20:52.074Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-15T18:20:52.081Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-15T18:20:52.227Z] [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 (6187ms) [2026-07-15T18:20:52.419Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-15T18:20:52.422Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-15T18:20:52.426Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-15T18:20:52.432Z] [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-15T18:20:52.438Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T18:20:52.447Z] [INFO] [STEP 1] Log into the application [2026-07-15T18:20:52.454Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T18:20:52.651Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T18:20:53.864Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-15T18:20:55.611Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-15T18:20:55.951Z] [INFO] [STEP 4] Open create modal [2026-07-15T18:20:56.412Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-15T18:20:56.908Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-15T18:20:57.108Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-15T18:20:57.223Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-15T18:20:57.235Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-15T18:20:57.753Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-15T18:20:57.756Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-15T18:20:58.308Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-15T18:20:58.311Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-15T18:20:58.899Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-15T18:20:58.903Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-15T18:20:59.652Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-15T18:20:59.655Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-15T18:21:00.109Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-15T18:21:00.115Z] [INFO] [STEP 9] Cleaning up project [2026-07-15T18:21:00.601Z] [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 (39s) [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: 38 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-15T18:21:09.101Z] [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-15T18:21:09.129Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (168ms) 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-15T18:21:12.729Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-15T18:21:12.743Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-15T18:21:12.746Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-15T18:21:12.753Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-15T18:21:12.798Z] [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-15T18:21:12.806Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T18:21:12.829Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-15T18:21:12.834Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-15T18:21:13.268Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-15T18:21:13.301Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-15T18:21:13.309Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-15T18:21:13.321Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-15T18:21:13.845Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-15T18:21:14.300Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-15T18:21:14.307Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-15T18:21:14.661Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-15T18:21:14.700Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-15T18:21:14.707Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-15T18:21:14.749Z] [INFO] [STEP 1] Log into the application [2026-07-15T18:21:14.762Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T18:21:15.098Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T18:21:17.331Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-15T18:21:20.810Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-15T18:21:22.134Z] [INFO] [STEP 4] Select category [2026-07-15T18:21:22.803Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-15T18:21:23.506Z] [INFO] [STEP 6] Add new section heading [2026-07-15T18:21:26.714Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-15T18:21:27.003Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-15T18:21:27.440Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-15T18:21:27.618Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-15T18:21:27.747Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-15T18:21:27.924Z] [INFO] [STEP 12] Preview connection type. [2026-07-15T18:21:29.239Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-15T18:21:33.310Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-15T18:21:34.752Z] [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 (25083ms) [2026-07-15T18:21:37.959Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-15T18:21:37.962Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-15T18:21:37.967Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-15T18:21:37.972Z] [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-15T18:21:38.000Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T18:21:38.020Z] [INFO] [STEP 1] Log into the application [2026-07-15T18:21:38.027Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T18:21:38.221Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T18:21:39.552Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-15T18:21:40.621Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-15T18:21:41.213Z] [INFO] [STEP 4] Edit the Connection type [2026-07-15T18:21:42.016Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-15T18:21:42.101Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-07-15T18:21:49.214Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-15T18:21:52.433Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-15T18:21:58.024Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-15T18:21:58.609Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-15T18:21:58.662Z] [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-15T18:21:59.250Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-15T18:22:09.812Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (19882ms) 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 13) [2026-07-15T18:22:13.547Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-15T18:22:13.599Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-15T18:22:13.608Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-15T18:22:13.621Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-15T18:22:13.631Z] [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-15T18:22:13.637Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T18:22:13.673Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-15T18:22:13.706Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-15T18:22:14.007Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T18:22:17.977Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-15T18:22:18.109Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted (5883ms) 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: 5 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-15T18:22:23.224Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-15T18:22:23.244Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-15T18:22:23.249Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-15T18:22:23.307Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-15T18:22:23.317Z] [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-15T18:22:23.323Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-15T18:22:23.352Z] [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-15T18:22:24.338Z] [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-15T18:22:24.346Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-15T18:22:24.357Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-15T18:22:24.361Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-15T18:22:24.372Z] [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-15T18:22:24.694Z] [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-15T18:22:24.707Z] [INFO] No matching profile found, proceeding with the test. [2026-07-15T18:22:24.722Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-15T18:22:24.743Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784139744725.yaml" -n redhat-ods-applications [2026-07-15T18:22:25.132Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784139744725.yaml" -n redhat-ods-applications [2026-07-15T18:22:25.139Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-15T18:22:25.259Z] [INFO] [EXEC] rm /tmp/temp_1784139744725.yaml [2026-07-15T18:22:25.293Z] [INFO] [STEP 1] Log into the application [2026-07-15T18:22:25.327Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-15T18:22:25.570Z] [INFO] OAuth login flow detected - completing authentication [2026-07-15T18:22:28.822Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-15T18:22:28.955Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-15T18:22:29.524Z] [INFO] [STEP 4] Select the hardware profile [2026-07-15T18:22:29.773Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-15T18:22:29.795Z] [INFO] [STEP 6] Launch a notebook server [2026-07-15T18:22:29.962Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-15T18:22:29.985Z] [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-15T18:22:44.132Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-15T18:22:44.219Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-15T18:22:44.245Z] [INFO] Found 1 matching pods [2026-07-15T18:22:44.309Z] [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-15T18:22:47.420Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-15T18:22:47.451Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-15T18:22:47.456Z] [INFO] [STEP 8] Expand the Event log [2026-07-15T18:22:47.831Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-15T18:23:03.708Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-15T18:23:03.738Z] [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-15T18:23:07.997Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-15T18:23:08.043Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-15T18:23:08.065Z] [INFO] Found 1 matching pods [2026-07-15T18:23:08.113Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-15T18:23:08.503Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-15T18:23:08.533Z] [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-15T18:23:08.538Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-15T18:23:08.601Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-15T18:23:08.807Z] [INFO] [STEP 12] Stop the server [2026-07-15T18:23:09.107Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-15T18:23:09.415Z] [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-15T18:23:11.111Z] [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-15T18:23:11.215Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-15T18:23:11.242Z] [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-15T18:23:11.910Z] [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-15T18:23:12.015Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-15T18:23:12.512Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (46283ms) 1 passing (49s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_011.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 49 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-15T18:23:16.805Z] [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-15T18:23:16.826Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (272ms) 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 484ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 411ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:17 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:12 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:29 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:38 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 174ms 3 - - 3 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 00:57 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:05 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 00:49 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 277ms 1 - - 1 - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 04:24 27 17 - 10 -