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-14T08:42:38.031Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-14T08:42:38.046Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-14T08:42:38.060Z] [INFO] Test title: should login and load page [2026-07-14T08:42:38.070Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-14T08:42:38.131Z] [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-14T08:42:38.138Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-14T08:42:38.155Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:42:38.828Z] [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-14T08:42:47.272Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-14T08:42:47.335Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-14T08:42:47.341Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-14T08:42:47.352Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-14T08:42:47.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-14T08:42:47.367Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-14T08:42:47.388Z] [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-14T08:42:48.432Z] [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-14T08:42:48.447Z] [INFO] No notebooks found [2026-07-14T08:42:48.531Z] [INFO] [STEP 1] Log into the application [2026-07-14T08:42:48.628Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:42:49.032Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:42:56.044Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-14T08:42:56.451Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-14T08:42:58.435Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-14T08:42:58.534Z] [INFO] [STEP 5] Launch a notebook server [2026-07-14T08:42:59.031Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-14T08:42:59.128Z] [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-14T08:43:11.149Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-14T08:43:11.257Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-14T08:43:11.343Z] [INFO] Found 1 matching pods [2026-07-14T08:43:11.425Z] [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-14T08:44:05.230Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-14T08:44:05.438Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-14T08:44:05.444Z] [INFO] [STEP 7] Expand the Event log [2026-07-14T08:44:06.036Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-14T08:44:33.286Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-14T08:44:33.549Z] [INFO] [STEP 10] Stop the server [2026-07-14T08:44:33.746Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (106793ms) 1 passing (2m) [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: 1 minute, 46 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-14T08:44:38.379Z] [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-14T08:44:38.444Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (177ms) 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-14T08:44:42.041Z] [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-14T08:44:42.131Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (207ms) 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-14T08:44:45.456Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-14T08:44:45.481Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-14T08:44:45.529Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-14T08:44:45.545Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-14T08:44:45.560Z] [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-14T08:44:45.570Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-14T08:44:45.643Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-14T08:44:45.651Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-14T08:44:46.035Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-14T08:44:46.046Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-14T08:44:46.064Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-14T08:44:46.128Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-14T08:44:46.585Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-14T08:44:46.966Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-14T08:44:46.983Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-14T08:44:47.436Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-14T08:44:47.467Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-14T08:44:47.531Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-14T08:44:47.549Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-14T08:44:47.566Z] [INFO] [STEP 1] Log into the application [2026-07-14T08:44:47.636Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:44:47.940Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:44:50.581Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-14T08:44:54.552Z] [INFO] [STEP 3] Edit project information [2026-07-14T08:44:56.449Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-14T08:44:57.834Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-14T08:44:58.155Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (12314ms) 1 passing (13s) [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: 12 seconds │ │ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/clusterStorage.cy.ts (6 of 13) [2026-07-14T08:45:06.052Z] [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-14T08:45:06.135Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-14T08:45:06.145Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-14T08:45:06.153Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-14T08:45:06.162Z] [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-14T08:45:06.233Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-14T08:45:06.256Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-14T08:45:06.771Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-14T08:45:06.827Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-14T08:45:06.841Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-14T08:45:06.845Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-14T08:45:07.337Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-14T08:45:07.344Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-14T08:45:07.360Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-14T08:45:07.439Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-14T08:45:07.939Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-14T08:45:08.431Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-14T08:45:08.448Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-14T08:45:08.903Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-14T08:45:08.927Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-14T08:45:08.955Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-14T08:45:09.333Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-14T08:45:09.366Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:45:09.654Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:45:11.786Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-14T08:45:15.656Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-14T08:45:16.179Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-14T08:45:16.631Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-14T08:45:16.658Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-14T08:45:17.014Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-14T08:45:17.055Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-14T08:45:17.336Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-14T08:45:17.363Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-14T08:45:17.638Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-14T08:45:17.756Z] [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-14T08:45:17.728Z\"}"}}}' [2026-07-14T08:45:18.184Z] [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-14T08:45:17.728Z\"}"}}}' [2026-07-14T08:45:18.212Z] [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-14T08:45:18.185Z\"}"}}}' [2026-07-14T08:45:18.737Z] [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-14T08:45:18.185Z\"}"}}}' [2026-07-14T08:45:18.933Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-14T08:45:19.710Z] [INFO] [EXEC] oc whoami [2026-07-14T08:45:20.037Z] [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 (13434ms) 1 passing (14s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_005.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 14 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-14T08:45:24.282Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-14T08:45:24.337Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-14T08:45:24.339Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-14T08:45:24.346Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-14T08:45:24.351Z] [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-14T08:45:24.356Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-14T08:45:24.371Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-14T08:45:24.717Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-14T08:45:24.723Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-14T08:45:24.729Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-14T08:45:25.022Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784018724734-sn2uxum5g.yaml && rm -f /tmp/cypress-yaml-1784018724734-sn2uxum5g.yaml [2026-07-14T08:45:25.031Z] [INFO] Command exit code: 0 [2026-07-14T08:45:25.327Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784018725033-4zketveia.yaml && rm -f /tmp/cypress-yaml-1784018725033-4zketveia.yaml [2026-07-14T08:45:25.334Z] [INFO] Command exit code: 0 [2026-07-14T08:45:25.592Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784018725336-9rfgtw876.yaml && rm -f /tmp/cypress-yaml-1784018725336-9rfgtw876.yaml [2026-07-14T08:45:25.598Z] [INFO] Command exit code: 0 [2026-07-14T08:45:25.857Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784018725600-aeh1m699y.yaml && rm -f /tmp/cypress-yaml-1784018725600-aeh1m699y.yaml [2026-07-14T08:45:25.865Z] [INFO] Command exit code: 0 [2026-07-14T08:45:26.234Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784018725866-bjwom9dww.yaml && rm -f /tmp/cypress-yaml-1784018725866-bjwom9dww.yaml [2026-07-14T08:45:26.241Z] [INFO] Command exit code: 0 [2026-07-14T08:45:26.260Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-14T08:45:26.270Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:45:26.494Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:45:30.647Z] [INFO] [STEP 2] Check SC row exists [2026-07-14T08:45:30.728Z] [INFO] [STEP 3] Check there's no Default label [2026-07-14T08:45:30.855Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-14T08:45:30.955Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-14T08:45:31.041Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-14T08:45:31.207Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-14T08:45:31.637Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-14T08:45:31.949Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-14T08:45:32.741Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-14T08:45:32.752Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (8624ms) [2026-07-14T08:45:33.146Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-14T08:45:33.149Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-14T08:45:33.164Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-14T08:45:33.175Z] [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-14T08:45:33.236Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-14T08:45:33.264Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-14T08:45:33.275Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:45:33.496Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:45:37.085Z] [INFO] [STEP 2] Check SC row exists [2026-07-14T08:45:37.146Z] [INFO] [STEP 3] Check there's no Default label [2026-07-14T08:45:37.176Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-14T08:45:37.232Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-14T08:45:37.288Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-14T08:45:37.404Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-14T08:45:37.520Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-14T08:45:37.559Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-14T08:45:38.056Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-14T08:45:38.065Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class (5119ms) [2026-07-14T08:45:38.244Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-14T08:45:38.246Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-14T08:45:38.251Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-14T08:45:38.256Z] [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-14T08:45:38.262Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-14T08:45:38.340Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-14T08:45:38.347Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:45:38.749Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:45:42.269Z] [INFO] [STEP 2] Check there's no Default label [2026-07-14T08:45:42.360Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-14T08:45:42.525Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-14T08:45:42.739Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-14T08:45:43.328Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-14T08:45:43.433Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-14T08:45:43.932Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-14T08:45:43.946Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one (5814ms) [2026-07-14T08:45:44.073Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-14T08:45:44.076Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-14T08:45:44.081Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-14T08:45:44.086Z] [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-14T08:45:44.091Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-14T08:45:44.132Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-14T08:45:44.146Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:45:44.317Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:45:46.698Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-14T08:45:46.760Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-14T08:45:47.015Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-14T08:45:47.044Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-14T08:45:47.323Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-14T08:45:47.356Z] [INFO] [STEP 7] Save the changes [2026-07-14T08:45:47.531Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-14T08:45:47.889Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-14T08:45:47.931Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-14T08:45:48.338Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-14T08:45:48.426Z] [INFO] Storage Class Config: [2026-07-14T08:45:48.462Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-14T08:45:49.302Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-14T08:45:49.677Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-14T08:45:50.140Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-14T08:45:50.145Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-14T08:45:50.556Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-14T08:45:50.561Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-14T08:45:50.936Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-14T08:45:50.971Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-14T08:45:51.438Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-14T08:45:51.473Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-14T08:45:51.849Z] [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 (5651ms) 4 passing (28s) [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: 27 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-14T08:45:57.375Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-14T08:45:57.432Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-14T08:45:57.435Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-14T08:45:57.444Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-14T08:45:57.449Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-14T08:45:57.456Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-14T08:45:57.527Z] [INFO] Loaded test data from fixtures [2026-07-14T08:45:57.542Z] [INFO] Provisioning storage classes with different access modes [2026-07-14T08:45:58.061Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784018757547-y2xfigbhu.yaml && rm -f /tmp/cypress-yaml-1784018757547-y2xfigbhu.yaml [2026-07-14T08:45:58.068Z] [INFO] Command exit code: 0 [2026-07-14T08:45:58.759Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784018758070-r2dt89h8j.yaml && rm -f /tmp/cypress-yaml-1784018758070-r2dt89h8j.yaml [2026-07-14T08:45:58.766Z] [INFO] Command exit code: 0 [2026-07-14T08:45:59.260Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784018758769-djeqxaox2.yaml && rm -f /tmp/cypress-yaml-1784018758769-djeqxaox2.yaml [2026-07-14T08:45:59.266Z] [INFO] Command exit code: 0 [2026-07-14T08:45:59.774Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784018759337-3r0lwjbt6.yaml && rm -f /tmp/cypress-yaml-1784018759337-3r0lwjbt6.yaml [2026-07-14T08:45:59.779Z] [INFO] Command exit code: 0 [2026-07-14T08:46:00.162Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784018759782-2rllo4wrh.yaml && rm -f /tmp/cypress-yaml-1784018759782-2rllo4wrh.yaml [2026-07-14T08:46:00.169Z] [INFO] Command exit code: 0 [2026-07-14T08:46:00.173Z] [INFO] Provisioning project [2026-07-14T08:46:00.175Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-14T08:46:00.536Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-14T08:46:00.544Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-14T08:46:00.551Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-14T08:46:00.561Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-14T08:46:01.000Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-14T08:46:01.368Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-14T08:46:01.376Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-14T08:46:01.735Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-14T08:46:01.741Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-14T08:46:01.749Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-14T08:46:02.172Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-14T08:46:02.181Z] [INFO] [STEP 1] Log into the application [2026-07-14T08:46:02.189Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:46:02.383Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:46:04.656Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-14T08:46:07.937Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-14T08:46:08.554Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-14T08:46:08.995Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-14T08:46:09.164Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-14T08:46:09.382Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (14412ms) [2026-07-14T08:46:11.834Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-14T08:46:11.837Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-14T08:46:11.842Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-14T08:46:11.847Z] [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-14T08:46:11.852Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-14T08:46:11.861Z] [INFO] [STEP 1] Log into the application [2026-07-14T08:46:11.867Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:46:12.128Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:46:14.144Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-14T08:46:17.037Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-14T08:46:17.756Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-14T08:46:18.200Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-14T08:46:18.736Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-14T08:46:18.747Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-14T08:46:18.842Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-14T08:46:18.848Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-14T08:46:19.159Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-14T08:46:19.341Z] [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 (7669ms) [2026-07-14T08:46:19.557Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-14T08:46:19.560Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-14T08:46:19.629Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-14T08:46:19.635Z] [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-14T08:46:19.641Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-14T08:46:19.747Z] [INFO] [STEP 1] Log into the application [2026-07-14T08:46:19.756Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:46:20.160Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:46:21.647Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-14T08:46:25.237Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-14T08:46:26.462Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-14T08:46:27.050Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-14T08:46:27.638Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-14T08:46:27.687Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-14T08:46:27.743Z] [INFO] [STEP 8] Default should be RWO [2026-07-14T08:46:27.803Z] [INFO] [STEP 9] Switch to RWX [2026-07-14T08:46:28.018Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes (8896ms) [2026-07-14T08:46:28.481Z] [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-14T08:46:28.484Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-14T08:46:28.490Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-14T08:46:28.494Z] [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-14T08:46:28.499Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-14T08:46:28.532Z] [INFO] [STEP 1] Log into the application [2026-07-14T08:46:28.538Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:46:28.726Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:46:29.691Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-14T08:46:31.462Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-14T08:46:31.838Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-14T08:46:32.863Z] [INFO] [STEP 5] Submit the form [2026-07-14T08:46:32.951Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-14T08:46:33.133Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-14T08:46:33.366Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-14T08:46:33.374Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-14T08:46:33.457Z] [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 (5148ms) [2026-07-14T08:46:33.636Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-14T08:46:33.639Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-14T08:46:33.643Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-14T08:46:33.649Z] [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-14T08:46:33.654Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-14T08:46:33.663Z] [INFO] [STEP 1] Log into the application [2026-07-14T08:46:33.668Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:46:33.862Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:46:34.981Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-14T08:46:36.986Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-14T08:46:37.429Z] [INFO] [STEP 4] Open create modal [2026-07-14T08:46:37.931Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-14T08:46:38.633Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-14T08:46:38.834Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-14T08:46:38.955Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-14T08:46:39.027Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-14T08:46:39.455Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-14T08:46:39.458Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-14T08:46:39.794Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-14T08:46:39.797Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-14T08:46:40.135Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-14T08:46:40.138Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-14T08:46:40.838Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-14T08:46:40.841Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-14T08:46:41.438Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-14T08:46:41.440Z] [INFO] [STEP 9] Cleaning up project [2026-07-14T08:46:42.040Z] [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 (5377ms) 5 passing (45s) [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: 44 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-14T08:46:50.226Z] [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-14T08:46:50.254Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (295ms) 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-14T08:46:54.642Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-14T08:46:54.653Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-14T08:46:54.656Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-14T08:46:54.662Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-14T08:46:54.667Z] [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-14T08:46:54.672Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-14T08:46:54.741Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-14T08:46:54.749Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-14T08:46:55.336Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-14T08:46:55.344Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-14T08:46:55.352Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-14T08:46:55.363Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-14T08:46:55.875Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-14T08:46:56.369Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-14T08:46:56.375Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-14T08:46:56.858Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-14T08:46:56.865Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-14T08:46:56.872Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-14T08:46:56.946Z] [INFO] [STEP 1] Log into the application [2026-07-14T08:46:56.961Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:46:57.231Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:46:59.747Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-14T08:47:02.991Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-14T08:47:04.039Z] [INFO] [STEP 4] Select category [2026-07-14T08:47:04.686Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-14T08:47:05.529Z] [INFO] [STEP 6] Add new section heading [2026-07-14T08:47:08.441Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-14T08:47:08.694Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-14T08:47:08.974Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-14T08:47:09.082Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-14T08:47:09.182Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-14T08:47:09.285Z] [INFO] [STEP 12] Preview connection type. [2026-07-14T08:47:10.339Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-14T08:47:16.039Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-14T08:47:18.279Z] [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 (28081ms) [2026-07-14T08:47:22.947Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-14T08:47:22.951Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-14T08:47:22.958Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-14T08:47:22.963Z] [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-14T08:47:22.968Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-14T08:47:23.033Z] [INFO] [STEP 1] Log into the application [2026-07-14T08:47:23.041Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:47:23.331Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:47:25.134Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-14T08:47:27.539Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-14T08:47:28.241Z] [INFO] [STEP 4] Edit the Connection type [2026-07-14T08:47:29.437Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-14T08:47:29.448Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/projects [2026-07-14T08:47:38.732Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-14T08:47:42.855Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-14T08:47:49.275Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-14T08:47:49.855Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-14T08:47:49.860Z] [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-14T08:47:50.537Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-14T08:48:01.541Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (26212ms) 2 passing (1m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_009.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 2 │ │ Passing: 2 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 1 minute, 7 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-14T08:48:06.361Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-14T08:48:06.448Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-14T08:48:06.454Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-14T08:48:06.461Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-14T08:48:06.536Z] [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-14T08:48:06.547Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-14T08:48:06.638Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-14T08:48:06.649Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-14T08:48:06.960Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:48:10.834Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-14T08:48:10.962Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted (6155ms) 1 passing (6s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_010.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 6 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-14T08:48:16.981Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-14T08:48:17.052Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-14T08:48:17.058Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-14T08:48:17.128Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-14T08:48:17.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","@AutoML","@AutoMLCI"] [2026-07-14T08:48:17.144Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-14T08:48:17.178Z] [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-14T08:48:18.241Z] [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-14T08:48:18.254Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-14T08:48:18.258Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-14T08:48:18.270Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-14T08:48:18.273Z] [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-14T08:48:18.737Z] [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-14T08:48:18.749Z] [INFO] No matching profile found, proceeding with the test. [2026-07-14T08:48:18.767Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-14T08:48:18.840Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784018898778.yaml" -n redhat-ods-applications [2026-07-14T08:48:19.334Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784018898778.yaml" -n redhat-ods-applications [2026-07-14T08:48:19.343Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-14T08:48:19.578Z] [INFO] [EXEC] rm /tmp/temp_1784018898778.yaml [2026-07-14T08:48:19.637Z] [INFO] [STEP 1] Log into the application [2026-07-14T08:48:19.671Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-14T08:48:19.952Z] [INFO] OAuth login flow detected - completing authentication [2026-07-14T08:48:25.849Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-14T08:48:26.047Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-14T08:48:27.063Z] [INFO] [STEP 4] Select the hardware profile [2026-07-14T08:48:27.395Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-14T08:48:27.435Z] [INFO] [STEP 6] Launch a notebook server [2026-07-14T08:48:27.632Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-14T08:48:27.638Z] [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-14T08:48:38.534Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-14T08:48:38.570Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-14T08:48:38.592Z] [INFO] Found 1 matching pods [2026-07-14T08:48:38.596Z] [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-14T08:50:46.947Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-14T08:50:46.969Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-14T08:50:46.987Z] [INFO] [STEP 8] Expand the Event log [2026-07-14T08:50:47.107Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-14T08:51:01.204Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-14T08:51:01.231Z] [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-14T08:51:01.992Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-14T08:51:02.003Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-14T08:51:02.027Z] [INFO] Found 1 matching pods [2026-07-14T08:51:02.052Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-14T08:51:02.360Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-14T08:51:02.389Z] [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-14T08:51:02.416Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-14T08:51:02.447Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-14T08:51:02.639Z] [INFO] [STEP 12] Stop the server [2026-07-14T08:51:02.785Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-14T08:51:03.032Z] [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-14T08:51:03.979Z] [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-14T08:51:03.985Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-14T08:51:04.047Z] [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-14T08:51:04.412Z] [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-14T08:51:04.442Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-14T08:51:04.772Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (166134ms) 1 passing (3m) [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: 2 minutes, 47 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-14T08:51:07.267Z] [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-14T08:51:07.287Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (126ms) 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 01:46 1 1 - - - │ │ aloneNotebook.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCont 181ms 2 - - 2 - │ │ ributorPermissions.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectCrea 212ms 4 - - 4 - │ │ tion.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/testProjectEdit 00:12 1 1 - - - │ │ ing.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/clusterStorage.cy.ts 00:14 1 1 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ storageClasses/storageClasses.cy.ts 00:27 4 4 - - - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ dataScienceProjects/clusterStorage/ 00:44 5 5 - - - │ │ testClusterStorageAccessModes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/clusterSettings/testAdminC 355ms 3 - - 3 - │ │ lusterSettings.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testCreate 01:07 2 2 - - - │ │ ConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/connectionTypes/testPreIns 00:06 1 1 - - - │ │ talledConnectionTypes.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/hardwareProfiles/testNoteb 02:47 1 1 - - - │ │ ookTolerations.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ settings/servingRuntimes/testSingle 123ms 1 - - 1 - │ │ ServingRuntimeCreation.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 07:33 27 17 - 10 -