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-09T16:34:21.843Z] [INFO] Setting tests timeout to: 480 seconds application [2026-07-09T16:34:21.857Z] [INFO] Starting 480s timeout for: should login and load page [2026-07-09T16:34:21.870Z] [INFO] Test title: should login and load page [2026-07-09T16:34:21.937Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-09T16:34:21.949Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:34:21.956Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T16:34:22.030Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T16:34:22.731Z] [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-09T16:34:30.340Z] [INFO] Setting tests timeout to: 480 seconds Verify a Jupyter Notebook can be launched directly from the Project List View [2026-07-09T16:34:30.361Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page [2026-07-09T16:34:30.366Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page [2026-07-09T16:34:30.432Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"] [2026-07-09T16:34:30.439Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:34:30.451Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T16:34:30.491Z] [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-09T16:34:31.456Z] [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-09T16:34:31.463Z] [INFO] No notebooks found [2026-07-09T16:34:31.550Z] [INFO] [STEP 1] Log into the application [2026-07-09T16:34:31.639Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T16:34:32.053Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T16:34:39.265Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-09T16:34:39.538Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-09T16:34:41.227Z] [INFO] [STEP 4] Check Start server button is enabled [2026-07-09T16:34:41.269Z] [INFO] [STEP 5] Launch a notebook server [2026-07-09T16:34:41.843Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready [2026-07-09T16:34:41.875Z] [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-09T16:34:59.433Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-09T16:34:59.637Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-09T16:34:59.725Z] [INFO] Found 1 matching pods [2026-07-09T16:34:59.759Z] [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-09T16:35:08.571Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-09T16:35:08.653Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-09T16:35:08.658Z] [INFO] [STEP 7] Expand the Event log [2026-07-09T16:35:08.936Z] [INFO] [STEP 8] Waits for the Success alert [2026-07-09T16:35:21.432Z] [INFO] [STEP 9] Opens the server in a new tab [2026-07-09T16:35:21.838Z] [INFO] [STEP 10] Stop the server [2026-07-09T16:35:22.824Z] [INFO] [STEP 11] Confirm stopping the server ✓ Verify User Can Access Jupyter Launcher From Project Page (53119ms) 1 passing (53s) [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: 53 seconds │ │ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13) [2026-07-09T16:35:35.628Z] [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-09T16:35:35.737Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (519ms) 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-09T16:35:44.259Z] [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-09T16:35:44.352Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (314ms) 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-09T16:35:53.657Z] [INFO] Setting tests timeout to: 480 seconds Verify Project - Editing [2026-07-09T16:35:53.735Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI [2026-07-09T16:35:53.748Z] [INFO] Test title: Edit a Project in RHOAI [2026-07-09T16:35:53.759Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"] [2026-07-09T16:35:53.831Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:35:53.843Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T16:35:53.933Z] [INFO] Loaded project name: cypress-edit-test-project-609558 [2026-07-09T16:35:53.939Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-09T16:35:54.535Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T16:35:54.544Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-09T16:35:54.566Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist. [2026-07-09T16:35:54.644Z] [INFO] Creating project cypress-edit-test-project-609558 [2026-07-09T16:35:55.341Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-09T16:35:55.933Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-09T16:35:55.944Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name [2026-07-09T16:35:56.530Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T16:35:56.544Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0} [2026-07-09T16:35:56.562Z] [INFO] Project 'cypress-edit-test-project-609558' exists. [2026-07-09T16:35:56.585Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully [2026-07-09T16:35:56.650Z] [INFO] [STEP 1] Log into the application [2026-07-09T16:35:56.658Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T16:35:56.957Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T16:35:59.433Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558 [2026-07-09T16:36:03.449Z] [INFO] [STEP 3] Edit project information [2026-07-09T16:36:05.225Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated [2026-07-09T16:36:05.891Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished. [2026-07-09T16:36:06.275Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found ✓ Edit a Project in RHOAI (12325ms) 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-09T16:36:11.824Z] [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-09T16:36:11.847Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-09T16:36:11.853Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled [2026-07-09T16:36:11.870Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T16:36:11.930Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:36:11.936Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T16:36:11.958Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T16:36:12.427Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T16:36:12.437Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-09T16:36:12.459Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-09T16:36:12.465Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T16:36:12.933Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T16:36:12.955Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1} [2026-07-09T16:36:13.032Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist. [2026-07-09T16:36:13.053Z] [INFO] Creating project qe-cluster-storage-sc-dsp [2026-07-09T16:36:13.678Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp [2026-07-09T16:36:14.134Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite [2026-07-09T16:36:14.143Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T16:36:14.532Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name [2026-07-09T16:36:14.547Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0} [2026-07-09T16:36:14.565Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists. [2026-07-09T16:36:15.024Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp [2026-07-09T16:36:15.049Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T16:36:15.359Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T16:36:18.070Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp [2026-07-09T16:36:24.037Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes [2026-07-09T16:36:25.134Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-09T16:36:25.960Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-09T16:36:26.032Z] [INFO] Executing command: oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T16:36:26.530Z] [INFO] [EXEC] oc get storageclass gp2-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T16:36:26.629Z] [INFO] Executing command: oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T16:36:27.131Z] [INFO] [EXEC] oc get storageclass gp3-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T16:36:27.163Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-09T16:36:27.732Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}' [2026-07-09T16:36:27.767Z] [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-09T16:36:27.736Z\"}"}}}' [2026-07-09T16:36:28.232Z] [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-09T16:36:27.736Z\"}"}}}' [2026-07-09T16:36:28.284Z] [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-09T16:36:28.253Z\"}"}}}' [2026-07-09T16:36:28.661Z] [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-09T16:36:28.253Z\"}"}}}' [2026-07-09T16:36:29.030Z] [INFO] Checking that Storage Classes Dropdown is disabled [2026-07-09T16:36:29.932Z] [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 (17683ms) 1 passing (19s) [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: 18 seconds │ │ Spec Ran: storageClasses/clusterStorage.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: storageClasses/storageClasses.cy.ts (7 of 13) [2026-07-09T16:36:37.526Z] [INFO] Setting tests timeout to: 480 seconds An admin user can manage Storage Classes from Settings -> Storage classes view [2026-07-09T16:36:37.542Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class [2026-07-09T16:36:37.546Z] [INFO] Test title: An admin user can enable a disabled Storage Class [2026-07-09T16:36:37.554Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-09T16:36:37.560Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:36:37.567Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T16:36:37.641Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T16:36:38.031Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}' [2026-07-09T16:36:38.040Z] [INFO] OpenShift default storage class already exists: gp3-csi [2026-07-09T16:36:38.050Z] [INFO] Using OpenShift default storage class: gp3-csi [2026-07-09T16:36:38.431Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783614998055-acflcmi8t.yaml && rm -f /tmp/cypress-yaml-1783614998055-acflcmi8t.yaml [2026-07-09T16:36:38.438Z] [INFO] Command exit code: 0 [2026-07-09T16:36:38.768Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783614998440-lq3vu6ao6.yaml && rm -f /tmp/cypress-yaml-1783614998440-lq3vu6ao6.yaml [2026-07-09T16:36:38.774Z] [INFO] Command exit code: 0 [2026-07-09T16:36:39.177Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783614998777-03sybq7le.yaml && rm -f /tmp/cypress-yaml-1783614998777-03sybq7le.yaml [2026-07-09T16:36:39.183Z] [INFO] Command exit code: 0 [2026-07-09T16:36:39.634Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783614999185-61ppz7vym.yaml && rm -f /tmp/cypress-yaml-1783614999185-61ppz7vym.yaml [2026-07-09T16:36:39.641Z] [INFO] Command exit code: 0 [2026-07-09T16:36:40.084Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783614999643-pdk83qspe.yaml && rm -f /tmp/cypress-yaml-1783614999643-pdk83qspe.yaml [2026-07-09T16:36:40.090Z] [INFO] Command exit code: 0 [2026-07-09T16:36:40.138Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-09T16:36:40.150Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T16:36:40.429Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T16:36:45.961Z] [INFO] [STEP 2] Check SC row exists [2026-07-09T16:36:46.166Z] [INFO] [STEP 3] Check there's no Default label [2026-07-09T16:36:46.342Z] [INFO] [STEP 4] Check the Enable switch is set to disabled [2026-07-09T16:36:46.455Z] [INFO] [STEP 5] Check the Default radio button is disabled [2026-07-09T16:36:46.634Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-09T16:36:46.925Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled [2026-07-09T16:36:47.370Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-09T16:36:47.555Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T16:36:48.126Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T16:36:48.162Z] [INFO] Storage Class Config: ✓ An admin user can enable a disabled Storage Class (10843ms) [2026-07-09T16:36:48.328Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class [2026-07-09T16:36:48.331Z] [INFO] Test title: An admin user can disable an enabled Storage Class [2026-07-09T16:36:48.337Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-09T16:36:48.342Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:36:48.348Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T16:36:48.366Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-09T16:36:48.378Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T16:36:48.626Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T16:36:51.127Z] [INFO] [STEP 2] Check SC row exists [2026-07-09T16:36:51.155Z] [INFO] [STEP 3] Check there's no Default label [2026-07-09T16:36:51.181Z] [INFO] [STEP 4] Check the Enable switch is set to enabled [2026-07-09T16:36:51.207Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked [2026-07-09T16:36:51.266Z] [INFO] [STEP 6] Enable the Storage Class [2026-07-09T16:36:51.369Z] [INFO] [STEP 7] Check the Enable switch is set to disabled [2026-07-09T16:36:51.464Z] [INFO] [STEP 8] Check the Default radio button is disabled [2026-07-09T16:36:51.496Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T16:36:51.933Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T16:36:51.942Z] [INFO] Storage Class Config: ✓ An admin user can disable an enabled Storage Class [2026-07-09T16:36:52.060Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one [2026-07-09T16:36:52.062Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one [2026-07-09T16:36:52.068Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-09T16:36:52.073Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:36:52.078Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T16:36:52.126Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-09T16:36:52.134Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T16:36:52.325Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T16:36:54.874Z] [INFO] [STEP 2] Check there's no Default label [2026-07-09T16:36:54.901Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked [2026-07-09T16:36:54.956Z] [INFO] [STEP 4] Set the SC to be the default one [2026-07-09T16:36:55.093Z] [INFO] [STEP 5] Check the Default radio button is enabled [2026-07-09T16:36:55.512Z] [INFO] [STEP 6] Check the Enable switch is disabled [2026-07-09T16:36:55.545Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T16:36:55.847Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T16:36:55.858Z] [INFO] Storage Class Config: ✓ An admin user can set an enabled Storage Class as the default one [2026-07-09T16:36:55.984Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class [2026-07-09T16:36:55.986Z] [INFO] Test title: An admin user can edit the access mode of a storage class [2026-07-09T16:36:55.991Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"] [2026-07-09T16:36:55.996Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:36:56.025Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T16:36:56.063Z] [INFO] [STEP 1] Navigate to Storage Classes view [2026-07-09T16:36:56.071Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T16:36:56.274Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T16:36:58.562Z] [INFO] [STEP 2] Check SC initial access modes [2026-07-09T16:36:58.639Z] [INFO] [STEP 3] Navigate to edit SC [2026-07-09T16:36:58.935Z] [INFO] [STEP 4] Check initial access mode checkboxes state [2026-07-09T16:36:59.033Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany [2026-07-09T16:36:59.228Z] [INFO] [STEP 6] Verify the checkboxes are now checked [2026-07-09T16:36:59.242Z] [INFO] [STEP 7] Save the changes [2026-07-09T16:36:59.335Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table [2026-07-09T16:36:59.470Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR [2026-07-09T16:36:59.475Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T16:36:59.825Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}' [2026-07-09T16:36:59.843Z] [INFO] Storage Class Config: [2026-07-09T16:36:59.847Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX [2026-07-09T16:37:00.273Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX [2026-07-09T16:37:00.463Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default [2026-07-09T16:37:00.830Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true [2026-07-09T16:37:00.833Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default [2026-07-09T16:37:01.157Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true [2026-07-09T16:37:01.160Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default [2026-07-09T16:37:01.528Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true [2026-07-09T16:37:01.532Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi [2026-07-09T16:37:01.925Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true [2026-07-09T16:37:01.929Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume [2026-07-09T16:37:02.269Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-vsphere-volume --ignore-not-found=true ✓ An admin user can edit the access mode of a storage class 4 passing (25s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_006.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 4 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 24 seconds │ │ Spec Ran: storageClasses/storageClasses.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13) ts [2026-07-09T16:37:06.575Z] [INFO] Setting tests timeout to: 480 seconds Cluster Storage Access Modes Tests [2026-07-09T16:37:06.587Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown [2026-07-09T16:37:06.590Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown [2026-07-09T16:37:06.595Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T16:37:06.627Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:37:06.633Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T16:37:06.653Z] [INFO] Loaded test data from fixtures [2026-07-09T16:37:06.666Z] [INFO] Provisioning storage classes with different access modes [2026-07-09T16:37:07.062Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783615026672-58kq4058o.yaml && rm -f /tmp/cypress-yaml-1783615026672-58kq4058o.yaml [2026-07-09T16:37:07.068Z] [INFO] Command exit code: 0 [2026-07-09T16:37:07.355Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783615027070-8ys9ce9fq.yaml && rm -f /tmp/cypress-yaml-1783615027070-8ys9ce9fq.yaml [2026-07-09T16:37:07.362Z] [INFO] Command exit code: 0 [2026-07-09T16:37:07.634Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783615027364-icsc0dd9j.yaml && rm -f /tmp/cypress-yaml-1783615027364-icsc0dd9j.yaml [2026-07-09T16:37:07.653Z] [INFO] Command exit code: 0 [2026-07-09T16:37:07.969Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783615027656-jrzvdu5il.yaml && rm -f /tmp/cypress-yaml-1783615027656-jrzvdu5il.yaml [2026-07-09T16:37:07.975Z] [INFO] Command exit code: 0 [2026-07-09T16:37:08.263Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783615027976-5zoghrf84.yaml && rm -f /tmp/cypress-yaml-1783615027976-5zoghrf84.yaml [2026-07-09T16:37:08.269Z] [INFO] Command exit code: 0 [2026-07-09T16:37:08.273Z] [INFO] Provisioning project [2026-07-09T16:37:08.276Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T16:37:08.536Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T16:37:08.542Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-09T16:37:08.548Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-09T16:37:08.560Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-09T16:37:08.987Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-09T16:37:09.363Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-09T16:37:09.370Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T16:37:09.709Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T16:37:09.715Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-09T16:37:09.721Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-09T16:37:10.168Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-09T16:37:10.181Z] [INFO] [STEP 1] Log into the application [2026-07-09T16:37:10.187Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T16:37:10.440Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T16:37:12.576Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-09T16:37:16.153Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-09T16:37:16.757Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-09T16:37:17.429Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes [2026-07-09T16:37:17.570Z] [INFO] [STEP 6] Click on the storage class dropdown to open it [2026-07-09T16:37:17.787Z] [INFO] [STEP 7] Verify storage classes with different access modes are available ✓ Should display storage classes with different access modes in cluster storage dropdown (13538ms) [2026-07-09T16:37:20.244Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode [2026-07-09T16:37:20.248Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode [2026-07-09T16:37:20.254Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T16:37:20.259Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:37:20.265Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T16:37:20.276Z] [INFO] [STEP 1] Log into the application [2026-07-09T16:37:20.283Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T16:37:20.528Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T16:37:22.049Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-09T16:37:24.662Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-09T16:37:25.046Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-09T16:37:25.329Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset [2026-07-09T16:37:25.795Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected [2026-07-09T16:37:25.830Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class [2026-07-09T16:37:25.850Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes [2026-07-09T16:37:25.854Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset [2026-07-09T16:37:26.131Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available [2026-07-09T16:37:26.243Z] [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-09T16:37:26.527Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-09T16:37:26.530Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-09T16:37:26.535Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T16:37:26.541Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:37:26.547Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T16:37:26.558Z] [INFO] [STEP 1] Log into the application [2026-07-09T16:37:26.564Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T16:37:27.074Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes [2026-07-09T16:37:27.077Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes [2026-07-09T16:37:27.082Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T16:37:27.087Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:37:27.092Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T16:37:27.102Z] [INFO] Loaded test data from fixtures [2026-07-09T16:37:27.116Z] [INFO] Provisioning storage classes with different access modes [2026-07-09T16:37:27.506Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783615047119-z4gg6161n.yaml && rm -f /tmp/cypress-yaml-1783615047119-z4gg6161n.yaml [2026-07-09T16:37:27.512Z] [INFO] Command exit code: 0 [2026-07-09T16:37:27.810Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783615047513-ojuoumch2.yaml && rm -f /tmp/cypress-yaml-1783615047513-ojuoumch2.yaml [2026-07-09T16:37:27.817Z] [INFO] Command exit code: 0 [2026-07-09T16:37:28.119Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783615047824-epvplb2gb.yaml && rm -f /tmp/cypress-yaml-1783615047824-epvplb2gb.yaml [2026-07-09T16:37:28.125Z] [INFO] Command exit code: 0 [2026-07-09T16:37:28.439Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783615048127-h7fzem8ya.yaml && rm -f /tmp/cypress-yaml-1783615048127-h7fzem8ya.yaml [2026-07-09T16:37:28.445Z] [INFO] Command exit code: 0 [2026-07-09T16:37:28.741Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783615048447-2b2qu4pg0.yaml && rm -f /tmp/cypress-yaml-1783615048447-2b2qu4pg0.yaml [2026-07-09T16:37:28.747Z] [INFO] Command exit code: 0 [2026-07-09T16:37:28.752Z] [INFO] Provisioning project [2026-07-09T16:37:28.755Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T16:37:29.018Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T16:37:29.024Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-09T16:37:29.029Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-09T16:37:29.038Z] [INFO] Project test-cluster-storage-access-modes already exists. Deleting it. [2026-07-09T16:37:39.495Z] [INFO] [EXEC] oc delete project test-cluster-storage-access-modes --wait [2026-07-09T16:37:39.511Z] [INFO] Waiting for project test-cluster-storage-access-modes to be fully deleted... [2026-07-09T16:37:39.516Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T16:37:39.801Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T16:37:39.808Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1} [2026-07-09T16:37:39.817Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist. [2026-07-09T16:37:39.832Z] [INFO] Creating project test-cluster-storage-access-modes [2026-07-09T16:37:40.289Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes [2026-07-09T16:37:40.588Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite [2026-07-09T16:37:40.594Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T16:37:40.867Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name [2026-07-09T16:37:40.873Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0} [2026-07-09T16:37:40.879Z] [INFO] Project 'test-cluster-storage-access-modes' exists. [2026-07-09T16:37:41.329Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes [2026-07-09T16:37:41.338Z] [INFO] [STEP 1] Log into the application [2026-07-09T16:37:41.346Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T16:37:41.605Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T16:37:43.017Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-09T16:37:45.445Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-09T16:37:45.838Z] [INFO] [STEP 4] Open the Create cluster storage modal [2026-07-09T16:37:46.339Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset [2026-07-09T16:37:49.567Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected [2026-07-09T16:37:49.636Z] [INFO] [STEP 7] Test switching between available access modes [2026-07-09T16:37:49.642Z] [INFO] [STEP 8] Default should be RWO [2026-07-09T16:37:49.695Z] [INFO] [STEP 9] Switch to RWX [2026-07-09T16:37:49.870Z] [INFO] [STEP 10] Switch ROX ✓ Should show correct access modes when selecting storage class with multiple access modes (23058ms) [2026-07-09T16:37:50.235Z] [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-09T16:37:50.238Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit [2026-07-09T16:37:50.243Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T16:37:50.247Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:37:50.251Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T16:37:50.261Z] [INFO] [STEP 1] Log into the application [2026-07-09T16:37:50.266Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T16:37:50.433Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T16:37:51.614Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-09T16:37:53.536Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-09T16:37:54.148Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode [2026-07-09T16:37:58.593Z] [INFO] [STEP 5] Submit the form [2026-07-09T16:37:58.726Z] [INFO] [STEP 6] Verify cluster storage was created successfully [2026-07-09T16:37:58.897Z] [INFO] [STEP 7] Attempt to edit the cluster storage [2026-07-09T16:37:59.525Z] [INFO] [STEP 8] Verify edit modal opens with correct title [2026-07-09T16:37:59.581Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)" [2026-07-09T16:37:59.882Z] [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 (9883ms) [2026-07-09T16:38:00.202Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes [2026-07-09T16:38:00.225Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes [2026-07-09T16:38:00.230Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"] [2026-07-09T16:38:00.235Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:38:00.240Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T16:38:00.249Z] [INFO] [STEP 1] Log into the application [2026-07-09T16:38:00.254Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T16:38:00.414Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T16:38:01.488Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes [2026-07-09T16:38:03.248Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab [2026-07-09T16:38:03.573Z] [INFO] [STEP 4] Open create modal [2026-07-09T16:38:03.938Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX [2026-07-09T16:38:06.934Z] [INFO] [STEP 6] Switch to RWO-only storage class [2026-07-09T16:38:09.942Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option) [2026-07-09T16:38:10.140Z] [INFO] [STEP 8] Cleaning up storage classes [2026-07-09T16:38:10.150Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-09T16:38:10.831Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-09T16:38:10.838Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-09T16:38:11.323Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-09T16:38:11.328Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-09T16:38:11.672Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-09T16:38:11.675Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-09T16:38:12.452Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-09T16:38:12.458Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-09T16:38:12.951Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-09T16:38:12.955Z] [INFO] Deleting storage class: sc-rwo-preset [2026-07-09T16:38:13.388Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true [2026-07-09T16:38:13.392Z] [INFO] Deleting storage class: sc-rwx-preset [2026-07-09T16:38:13.833Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true [2026-07-09T16:38:13.839Z] [INFO] Deleting storage class: sc-rox-preset [2026-07-09T16:38:14.355Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true [2026-07-09T16:38:14.358Z] [INFO] Deleting storage class: sc-rwop-preset [2026-07-09T16:38:14.928Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true [2026-07-09T16:38:14.933Z] [INFO] Deleting storage class: sc-multi-preset [2026-07-09T16:38:15.367Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true [2026-07-09T16:38:15.373Z] [INFO] [STEP 9] Cleaning up project [2026-07-09T16:38:16.033Z] [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 (9919ms) 5 passing (1m) [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: 1 │ │ Video: false │ │ Duration: 1 minute, 9 seconds │ │ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1919x1079) nceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts/Cluster Storage A ccess Modes Tests -- Should show correct access modes when selecting storage cla ss with multiple access modes (failed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13) [2026-07-09T16:38:27.132Z] [INFO] Setting tests timeout to: 480 seconds Verify that only the Cluster Admin can access Cluster Settings [2026-07-09T16:38:27.146Z] [INFO] Starting 480s timeout for: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-09T16:38:27.149Z] [INFO] Test title: Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-09T16:38:27.156Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-09T16:38:27.225Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:38:27.233Z] [INFO] Grep tags: ["@SmokeSet2"] - Admin should access Cluster Settings and see UI fields matching OpenShift configurations [2026-07-09T16:38:27.338Z] [INFO] Starting 480s timeout for: Test User - should not have access rights to view the Cluster Settings tab [2026-07-09T16:38:27.341Z] [INFO] Test title: Test User - should not have access rights to view the Cluster Settings tab [2026-07-09T16:38:27.348Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"] [2026-07-09T16:38:27.354Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:38:27.360Z] [INFO] Grep tags: ["@SmokeSet2"] - Test User - should not have access rights to view the Cluster Settings tab [2026-07-09T16:38:27.458Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages [2026-07-09T16:38:27.524Z] [INFO] Test title: Cluster Admin user can access all Settings pages [2026-07-09T16:38:27.531Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"] [2026-07-09T16:38:27.538Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:38:27.544Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T16:38:27.624Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin [2026-07-09T16:38:28.334Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec' [2026-07-09T16:38:28.341Z] [INFO] Dashboard Config: [2026-07-09T16:38:29.071Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq . [2026-07-09T16:38:29.078Z] [INFO] Controller Config: [2026-07-09T16:38:29.127Z] [INFO] Executing command: [2026-07-09T16:38:29.752Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq . [2026-07-09T16:38:29.760Z] [INFO] Command stderr: [2026-07-09T16:38:29.767Z] [INFO] Raw Controller Culler Config Response: [2026-07-09T16:38:29.771Z] [INFO] Controller Culler Config (Error): [2026-07-09T16:38:29.774Z] [INFO] Check if user is in RHODS user groups [2026-07-09T16:38:29.824Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-09T16:38:30.354Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig' [2026-07-09T16:38:30.362Z] [INFO] Could not parse groupsConfig, continuing with test [2026-07-09T16:38:30.373Z] [INFO] Check for existing ClusterRoleBinding [2026-07-09T16:38:30.427Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-09T16:38:31.032Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found [2026-07-09T16:38:31.040Z] [INFO] ClusterRoleBinding not found: cypress-test-*** [2026-07-09T16:38:31.049Z] [INFO] Create ClusterRoleBinding for cluster-admin [2026-07-09T16:38:31.835Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783615111053-7vs3ad4pa.yaml && rm -f /tmp/cypress-yaml-1783615111053-7vs3ad4pa.yaml [2026-07-09T16:38:31.842Z] [INFO] Command exit code: 0 [2026-07-09T16:38:31.850Z] [INFO] Successfully created ClusterRoleBinding [2026-07-09T16:38:31.932Z] [INFO] [STEP 1] Log into the application as admin [2026-07-09T16:38:31.945Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T16:38:32.426Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T16:38:35.447Z] [INFO] [STEP 2] Verify Cluster Settings is visible in navigation [2026-07-09T16:38:37.535Z] [INFO] [STEP 3] Access Settings -> Cluster Settings -> General settings [2026-07-09T16:38:37.835Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/general [2026-07-09T16:38:40.729Z] [INFO] [STEP 4] Access Settings -> Cluster Settings -> Storage classes [2026-07-09T16:38:40.831Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/cluster/storage-classes [2026-07-09T16:38:43.655Z] [INFO] [STEP 5] Access Settings -> Environment setup -> Workbench images [2026-07-09T16:38:43.757Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/workbench-images [2026-07-09T16:38:46.460Z] [INFO] [STEP 6] Access Settings -> Environment setup -> Hardware profiles [2026-07-09T16:38:46.624Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/hardware-profiles [2026-07-09T16:38:48.385Z] [INFO] [STEP 7] Access Settings -> Environment setup -> Connection types [2026-07-09T16:38:48.488Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-09T16:38:50.196Z] [INFO] [STEP 8] Access Settings -> Model resources and operations -> Serving runtimes [2026-07-09T16:38:50.373Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/serving-runtimes [2026-07-09T16:38:53.643Z] [INFO] [STEP 9] Access Settings -> Model resources and operations -> Model registry settings [2026-07-09T16:38:53.765Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-09T16:38:56.525Z] [INFO] [STEP 10] Access Settings -> User management [2026-07-09T16:38:56.666Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/user-management [2026-07-09T16:39:00.457Z] [INFO] [STEP 11] Cleanup: Remove test ClusterRoleBinding [2026-07-09T16:39:00.566Z] [INFO] Deleting ClusterRoleBinding: oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-09T16:39:01.147Z] [INFO] [EXEC] oc delete clusterrolebinding cypress-test-*** --ignore-not-found [2026-07-09T16:39:01.261Z] [INFO] Successfully deleted ClusterRoleBinding: cypress-test-*** [2026-07-09T16:39:01.270Z] [INFO] Successfully removed test ClusterRoleBinding ✓ Cluster Admin user can access all Settings pages (32639ms) 1 passing (35s) 2 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_008.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 2 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 34 seconds │ │ Spec Ran: settings/clusterSettings/testAdminClusterSettings.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testCreateConnectionTypes.cy.ts (10 of 13) [2026-07-09T16:39:06.663Z] [INFO] Setting tests timeout to: 480 seconds Verify Connection Type Creation [2026-07-09T16:39:06.675Z] [INFO] Starting 480s timeout for: Verify User Can Create, Preview and Delete a Connection Type [2026-07-09T16:39:06.679Z] [INFO] Test title: Verify User Can Create, Preview and Delete a Connection Type [2026-07-09T16:39:06.725Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes","@ConnectionTypesCI"] [2026-07-09T16:39:06.732Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:39:06.737Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T16:39:06.759Z] [INFO] Loaded project name: cypress-test-connection-type-185825 [2026-07-09T16:39:06.764Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-09T16:39:07.143Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T16:39:07.152Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1} [2026-07-09T16:39:07.158Z] [INFO] Project 'cypress-test-connection-type-185825' does not exist. [2026-07-09T16:39:07.170Z] [INFO] Creating project cypress-test-connection-type-185825 [2026-07-09T16:39:07.716Z] [INFO] [EXEC] oc new-project cypress-test-*** [2026-07-09T16:39:08.130Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite [2026-07-09T16:39:08.137Z] [INFO] Executing command: oc get project "cypress-test-connection-type-185825" -o name [2026-07-09T16:39:08.530Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name [2026-07-09T16:39:08.536Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-test-connection-type-185825","stderr":"","exitCode":0} [2026-07-09T16:39:08.545Z] [INFO] Project 'cypress-test-connection-type-185825' exists. [2026-07-09T16:39:08.625Z] [INFO] [STEP 1] Log into the application [2026-07-09T16:39:08.639Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T16:39:08.960Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T16:39:11.944Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-09T16:39:14.151Z] [INFO] [STEP 3] Verify Create Connection Type page is displayed [2026-07-09T16:39:15.228Z] [INFO] [STEP 4] Select category [2026-07-09T16:39:16.130Z] [INFO] [STEP 5] Select model serving compatible type [2026-07-09T16:39:17.024Z] [INFO] [STEP 6] Add new section heading [2026-07-09T16:39:19.839Z] [INFO] [STEP 7] Submit the form to create the connection type [2026-07-09T16:39:20.128Z] [INFO] [STEP 8] Verify we are redirected to Connection Types list page [2026-07-09T16:39:20.586Z] [INFO] [STEP 9] Verify the created connection type appears in the list [2026-07-09T16:39:20.702Z] [INFO] [STEP 10] Verify the connection type is enabled by default [2026-07-09T16:39:20.838Z] [INFO] [STEP 11] Verify the connection type shows compatibility with model serving [2026-07-09T16:39:20.951Z] [INFO] [STEP 12] Preview connection type. [2026-07-09T16:39:21.796Z] [INFO] [STEP 13] Navigate to the Connections tab and validate the connection type is available [2026-07-09T16:39:26.026Z] [INFO] [STEP 14] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-09T16:39:28.266Z] [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 (25430ms) [2026-07-09T16:39:32.262Z] [INFO] Starting 480s timeout for: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-09T16:39:32.264Z] [INFO] Test title: Verify User Can Duplicate, Edit and Delete a Connection Type [2026-07-09T16:39:32.271Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@ConnectionTypes"] [2026-07-09T16:39:32.276Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:39:32.281Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T16:39:32.332Z] [INFO] [STEP 1] Log into the application [2026-07-09T16:39:32.340Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T16:39:32.547Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T16:39:33.865Z] [INFO] [STEP 2] Navigate to Connection Types page [2026-07-09T16:39:35.371Z] [INFO] [STEP 3] Duplicate the Connection type [2026-07-09T16:39:35.981Z] [INFO] [STEP 4] Edit the Connection type [2026-07-09T16:39:37.223Z] [INFO] [STEP 5] Navigate to the Deployments tab and validate the connection type is available [2026-07-09T16:39:37.234Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/projects [2026-07-09T16:39:44.671Z] [INFO] [STEP 6] Navigate to connection type page and Delete the new created Connection type, verify deletion [2026-07-09T16:39:48.224Z] [INFO] [STEP 7] Navigate to the Deployments tab and validate the connection type is not available [2026-07-09T16:39:55.037Z] [INFO] Executing delete connection type command: oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-09T16:39:55.531Z] [INFO] [EXEC] oc delete configmap ct-test-connection-type-185825 -n redhat-ods-applications --ignore-not-found [2026-07-09T16:39:55.538Z] [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-09T16:39:56.385Z] [INFO] [EXEC] oc delete configmap ct-copy-of-s3-compatible-object-storage-v1 -n redhat-ods-applications --ignore-not-found [2026-07-09T16:40:08.997Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait --ignore-not-found ✓ Verify User Can Duplicate, Edit and Delete a Connection Type (22487ms) 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, 2 seconds │ │ Spec Ran: settings/connectionTypes/testCreateConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts (11 of 13) [2026-07-09T16:40:13.260Z] [INFO] Setting tests timeout to: 480 seconds Verify OOTB Connection Types [2026-07-09T16:40:13.281Z] [INFO] Starting 480s timeout for: should have pre-installed label and unable to be edited or deleted [2026-07-09T16:40:13.286Z] [INFO] Test title: should have pre-installed label and unable to be edited or deleted [2026-07-09T16:40:13.300Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"] [2026-07-09T16:40:13.325Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:40:13.332Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T16:40:13.378Z] [INFO] [STEP 1] Navigate to Connection Types view [2026-07-09T16:40:13.387Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/environment-setup/connection-types [2026-07-09T16:40:13.601Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T16:40:18.664Z] [INFO] [STEP 2] Ensure Pre-installed label is present on OOTB Connections [2026-07-09T16:40:18.945Z] [INFO] [STEP 3] Ensure OOTB connections are not editable or deletable ✓ should have pre-installed label and unable to be edited or deleted (7565ms) 1 passing (8s) [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: 7 seconds │ │ Spec Ran: settings/connectionTypes/testPreInstalledConnectionTypes.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/hardwareProfiles/testNotebookTolerations.cy.ts (12 of 13) [2026-07-09T16:40:24.552Z] [INFO] Setting tests timeout to: 480 seconds Notebooks - tolerations tests [2026-07-09T16:40:24.580Z] [INFO] Starting 480s timeout for: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-09T16:40:24.624Z] [INFO] Test title: Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations [2026-07-09T16:40:24.633Z] [INFO] Test tags: ["@Dashboard","@HardwareProfiles","@Smoke","@SmokeSet2","@NonConcurrent"] [2026-07-09T16:40:24.639Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:40:24.648Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T16:40:24.675Z] [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-09T16:40:25.764Z] [INFO] [EXEC] oc get notebooks.kubeflow.org -A -o custom-columns=":metadata.namespace,:metadata.name" | grep jupyter-nb | xargs -I {} sh -c 'oc delete notebook.kubeflow.org -n $(echo {} | cut -d " " -f1) $(echo {} | cut -d " " -f2) --ignore-not-found' [2026-07-09T16:40:25.771Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-09T16:40:25.781Z] [INFO] Loaded Hardware Profile Name: cypress-hardware-profile-notebooks [2026-07-09T16:40:25.785Z] [INFO] Cleaning up and creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-09T16:40:25.789Z] [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-09T16:40:26.095Z] [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-09T16:40:26.108Z] [INFO] No matching profile found, proceeding with the test. [2026-07-09T16:40:26.122Z] [INFO] Creating Hardware Profile: resources/hardwareProfile/notebook_tolerations.yaml [2026-07-09T16:40:26.153Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783615226135.yaml" -n redhat-ods-applications [2026-07-09T16:40:26.479Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783615226135.yaml" -n redhat-ods-applications [2026-07-09T16:40:26.488Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-hardware-profile-notebooks created [2026-07-09T16:40:26.635Z] [INFO] [EXEC] rm /tmp/temp_1783615226135.yaml [2026-07-09T16:40:26.682Z] [INFO] [STEP 1] Log into the application [2026-07-09T16:40:26.715Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T16:40:26.897Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T16:40:30.809Z] [INFO] [STEP 2] Launch Standalone notebook server [2026-07-09T16:40:30.988Z] [INFO] [STEP 3] Choose Code Server Image [2026-07-09T16:40:31.611Z] [INFO] [STEP 4] Select the hardware profile [2026-07-09T16:40:31.907Z] [INFO] [STEP 5] Check Start server button is enabled [2026-07-09T16:40:31.931Z] [INFO] [STEP 6] Launch a notebook server [2026-07-09T16:40:32.103Z] [INFO] [STEP 7] Verify the Jupyter Notebook pod is ready [2026-07-09T16:40:32.124Z] [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-09T16:40:44.732Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-09T16:40:44.758Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-09T16:40:44.765Z] [INFO] Found 1 matching pods [2026-07-09T16:40:44.769Z] [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-09T16:40:55.321Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s [2026-07-09T16:40:55.366Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met [2026-07-09T16:40:55.391Z] [INFO] [STEP 8] Expand the Event log [2026-07-09T16:40:55.595Z] [INFO] [STEP 9] Waits for the Success alert [2026-07-09T16:41:05.936Z] [INFO] [STEP 10] Validate the Tolerations for the pod include the newly added toleration [2026-07-09T16:41:05.970Z] [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-09T16:41:09.805Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb [2026-07-09T16:41:09.816Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 [2026-07-09T16:41:09.823Z] [INFO] Found 1 matching pods [2026-07-09T16:41:09.828Z] [INFO] Executing command: oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-09T16:41:10.131Z] [INFO] [EXEC] oc get pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks -o json [2026-07-09T16:41:10.139Z] [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-09T16:41:10.143Z] [INFO] ✅ Verified expected toleration exists in pod "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0" in namespace "rhods-notebooks". [2026-07-09T16:41:10.149Z] [INFO] [STEP 11] Opens the server in a new tab [2026-07-09T16:41:10.313Z] [INFO] [STEP 12] Stop the server [2026-07-09T16:41:10.725Z] [INFO] [STEP 13] Confirm stopping the server [2026-07-09T16:41:10.951Z] [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-09T16:41:12.670Z] [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-09T16:41:12.743Z] [INFO] Notebook deletion: notebook.kubeflow.org "jupyter-nb-htpasswd-2dcluster-2dadmin-2duser" deleted [2026-07-09T16:41:12.841Z] [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-09T16:41:13.634Z] [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-09T16:41:13.731Z] [INFO] Hardware Profile found: cypress-hardware-profile-notebooks. Proceeding to delete. [2026-07-09T16:41:14.347Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-hardware-profile-notebooks -n redhat-ods-applications ✓ Verify Juypter Notebook Creation using Hardware Profiles and applying Tolerations (46550ms) 1 passing (50s) [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: 50 seconds │ │ Spec Ran: settings/hardwareProfiles/testNotebookTolerations.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: settings/servingRuntimes/testSingleServingRuntimeCreation.cy.ts (13 of 13) [2026-07-09T16:41:18.169Z] [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 [2026-07-09T16:41:18.186Z] [INFO] Starting 480s timeout for: Admin should access serving runtimes, import a yaml file and then delete [2026-07-09T16:41:18.195Z] [INFO] Test title: Admin should access serving runtimes, import a yaml file and then delete [2026-07-09T16:41:18.203Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2276","@Dashboard","@NonConcurrent","@SettingsCI"] [2026-07-09T16:41:18.214Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:41:18.224Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T16:41:18.271Z] [INFO] Loaded Single-Model Name: single-cypress-vllm-runtime [2026-07-09T16:41:18.278Z] [INFO] Loaded Single-Model Metadata Name: Cypress Single ServingRuntime for KServe [2026-07-09T16:41:18.283Z] [INFO] Executing command: oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-09T16:41:18.653Z] [INFO] [EXEC] oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-09T16:41:18.666Z] [INFO] No matching template found, proceeding with the test. [2026-07-09T16:41:18.692Z] [INFO] [STEP 1] Log into the application [2026-07-09T16:41:18.730Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T16:41:19.056Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T16:41:21.626Z] [INFO] [STEP 2] Navigate to Serving Runtimes and add a new serving runtime [2026-07-09T16:41:21.667Z] [INFO] ⚠️ Note: RHOAIENG-15914 may cause intermittent failures at this step ⚠️ [2026-07-09T16:41:24.523Z] [INFO] Navigation successful | Searching for Add button [2026-07-09T16:41:24.737Z] [INFO] [STEP 3] Select API Protocol [2026-07-09T16:41:25.125Z] [INFO] [STEP 4] Select Model Types [2026-07-09T16:41:25.428Z] [INFO] [STEP 5] Upload a Single-Model Serving runtime yaml file [2026-07-09T16:41:25.559Z] [INFO] [STEP 6] Click to save and verify that creation was successful [2026-07-09T16:41:26.334Z] [INFO] [STEP 7] Verify the model single-cypress-vllm-runtime has been created [2026-07-09T16:41:36.924Z] [INFO] Starting 480s timeout for: Admin should access serving runtimes, import a yaml file and then delete [2026-07-09T16:41:36.926Z] [INFO] Test title: Admin should access serving runtimes, import a yaml file and then delete [2026-07-09T16:41:36.930Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2276","@Dashboard","@NonConcurrent","@SettingsCI"] [2026-07-09T16:41:36.934Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T16:41:36.937Z] [INFO] Grep tags: ["@SmokeSet2"] [2026-07-09T16:41:36.968Z] [INFO] Loaded Single-Model Name: single-cypress-vllm-runtime [2026-07-09T16:41:36.972Z] [INFO] Loaded Single-Model Metadata Name: Cypress Single ServingRuntime for KServe [2026-07-09T16:41:36.977Z] [INFO] Executing command: oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-09T16:41:37.291Z] [INFO] [EXEC] oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-09T16:41:37.300Z] [INFO] Template found: template-4nnir9. Proceeding to delete. [2026-07-09T16:41:37.603Z] [INFO] [EXEC] oc delete template template-4nnir9 -n redhat-ods-applications [2026-07-09T16:41:37.619Z] [INFO] [STEP 1] Log into the application [2026-07-09T16:41:37.628Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T16:41:37.816Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T16:41:39.073Z] [INFO] [STEP 2] Navigate to Serving Runtimes and add a new serving runtime [2026-07-09T16:41:39.101Z] [INFO] ⚠️ Note: RHOAIENG-15914 may cause intermittent failures at this step ⚠️ [2026-07-09T16:41:41.417Z] [INFO] Navigation successful | Searching for Add button [2026-07-09T16:41:41.556Z] [INFO] [STEP 3] Select API Protocol [2026-07-09T16:41:41.816Z] [INFO] [STEP 4] Select Model Types [2026-07-09T16:41:42.061Z] [INFO] [STEP 5] Upload a Single-Model Serving runtime yaml file [2026-07-09T16:41:42.119Z] [INFO] [STEP 6] Click to save and verify that creation was successful [2026-07-09T16:41:42.758Z] [INFO] [STEP 7] Verify the model single-cypress-vllm-runtime has been created 1) Admin should access serving runtimes, import a yaml file and then delete [2026-07-09T16:41:53.165Z] [INFO] Executing command: oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-09T16:41:53.598Z] [INFO] [EXEC] oc get templates -ojson -n redhat-ods-applications | jq '.items[] | select(.objects[]?.metadata?.annotations?."openshift.io/display-name"? // "" | contains("Cypress Single ServingRuntime for KServe")) | .metadata.name' | tr -d '"' [2026-07-09T16:41:53.606Z] [INFO] Template found: template-kwh216. Proceeding to delete. [2026-07-09T16:41:54.032Z] [INFO] [EXEC] oc delete template template-kwh216 -n redhat-ods-applications 0 passing (36s) 1 failing 1) 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: Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ 3. Navigate to Serving Runtimes and add a new serving runtime 4. Select API Protocol 5. Select Model Types 6. Upload a Single-Model Serving runtime yaml file 7. Click to save and verify that creation was successful 8. Verify the model single-cypress-vllm-runtime has been created Timed out retrying after 10000ms: expected '