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-16T16:25:41.699Z] [INFO] Setting tests timeout to: 480 seconds
application
[2026-07-16T16:25:41.712Z] [INFO] Starting 480s timeout for: should login and load page
[2026-07-16T16:25:41.726Z] [INFO] Test title: should login and load page
[2026-07-16T16:25:41.737Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard"]
[2026-07-16T16:25:41.743Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:25:41.748Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:25:41.790Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:25:42.372Z] [INFO] OAuth login flow detected - completing authentication
✓ should login and load page
1 passing (4s)
[mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome.json
(Results)
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Tests: 1 │
│ Passing: 1 │
│ Failing: 0 │
│ Pending: 0 │
│ Skipped: 0 │
│ Screenshots: 0 │
│ Video: false │
│ Duration: 3 seconds │
│ Spec Ran: application.cy.ts │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
────────────────────────────────────────────────────────────────────────────────────────────────────
Running: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts (2 of 13)
[2026-07-16T16:25:48.134Z] [INFO] Setting tests timeout to: 480 seconds
Verify a Jupyter Notebook can be launched directly from the Project List View
[2026-07-16T16:25:48.188Z] [INFO] Starting 480s timeout for: Verify User Can Access Jupyter Launcher From Project Page
[2026-07-16T16:25:48.200Z] [INFO] Test title: Verify User Can Access Jupyter Launcher From Project Page
[2026-07-16T16:25:48.213Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1877","@Dashboard","@NonConcurrent"]
[2026-07-16T16:25:48.223Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:25:48.230Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:25:48.290Z] [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-16T16:25:48.947Z] [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-16T16:25:48.960Z] [INFO] No notebooks found
[2026-07-16T16:25:48.995Z] [INFO] [STEP 1] Log into the application
[2026-07-16T16:25:49.009Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:25:49.291Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:25:56.638Z] [INFO] [STEP 2] Launch Standalone notebook server
[2026-07-16T16:25:56.752Z] [INFO] [STEP 3] Choose Code Server Image
[2026-07-16T16:25:57.526Z] [INFO] [STEP 4] Check Start server button is enabled
[2026-07-16T16:25:57.544Z] [INFO] [STEP 5] Launch a notebook server
[2026-07-16T16:25:57.703Z] [INFO] [STEP 6] Verify the Jupyter Notebook pod is ready
[2026-07-16T16:25:57.707Z] [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-16T16:26:09.562Z] [INFO] [EXEC] oc get pods -A -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep jupyter-nb
[2026-07-16T16:26:09.626Z] [INFO] Parsed: namespace = rhods-notebooks, podName = jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0
[2026-07-16T16:26:09.633Z] [INFO] Found 1 matching pods
[2026-07-16T16:26:09.637Z] [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-16T16:26:23.159Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 -n rhods-notebooks --timeout=300s
[2026-07-16T16:26:23.182Z] [INFO] Pod is ready: pod/jupyter-nb-htpasswd-2dcluster-2dadmin-2duser-0 condition met
[2026-07-16T16:26:23.199Z] [INFO] [STEP 7] Expand the Event log
[2026-07-16T16:26:23.322Z] [INFO] [STEP 8] Waits for the Success alert
[2026-07-16T16:26:31.568Z] [INFO] [STEP 9] Opens the server in a new tab
[2026-07-16T16:26:31.792Z] [INFO] [STEP 10] Stop the server
[2026-07-16T16:26:31.994Z] [INFO] [STEP 11] Confirm stopping the server
✓ Verify User Can Access Jupyter Launcher From Project Page (44065ms)
1 passing (44s)
[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: 44 seconds │
│ Spec Ran: dataScienceProjects/testLaunchStandaloneNotebook.cy.ts │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
────────────────────────────────────────────────────────────────────────────────────────────────────
Running: dataScienceProjects/testProjectContributorPermissions.cy.ts (3 of 13)
[2026-07-16T16:26:35.158Z] [INFO] Setting tests timeout to: 480 seconds
Verify that users can provide contributor project permissions to non-admin users
[2026-07-16T16:26:35.170Z] [INFO] Starting 480s timeout for: Verify that user can be added as a Contributor for a Project
[2026-07-16T16:26:35.173Z] [INFO] Test title: Verify that user can be added as a Contributor for a Project
[2026-07-16T16:26:35.178Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2194","@ODS-2201","@Dashboard","@ProjectsCI"]
[2026-07-16T16:26:35.183Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:26:35.192Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:26:35.214Z] [INFO] Loaded project name: cypress-user-perm-contr-test-132965
[2026-07-16T16:26:35.219Z] [INFO] Executing command: oc get project "cypress-user-perm-contr-test-132965" -o name
[2026-07-16T16:26:35.452Z] [INFO] [EXEC] oc get project "cypress-user-perm-contr-test-132965" -o name
[2026-07-16T16:26:35.459Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-user-perm-contr-test-132965\" not found","exitCode":1}
[2026-07-16T16:26:35.465Z] [INFO] Project 'cypress-user-perm-contr-test-132965' does not exist.
[2026-07-16T16:26:35.475Z] [INFO] Creating project cypress-user-perm-contr-test-132965
[2026-07-16T16:26:35.797Z] [INFO] [EXEC] oc new-project cypress-user-perm-contr-test-132965
[2026-07-16T16:26:36.045Z] [INFO] [EXEC] oc label namespace cypress-user-perm-contr-test-132965 opendatahub.io/dashboard=true --overwrite
[2026-07-16T16:26:36.053Z] [INFO] Executing command: oc get project "cypress-user-perm-contr-test-132965" -o name
[2026-07-16T16:26:36.274Z] [INFO] [EXEC] oc get project "cypress-user-perm-contr-test-132965" -o name
[2026-07-16T16:26:36.280Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-user-perm-contr-test-132965","stderr":"","exitCode":0}
[2026-07-16T16:26:36.286Z] [INFO] Project 'cypress-user-perm-contr-test-132965' exists.
[2026-07-16T16:26:36.292Z] [INFO] Project cypress-user-perm-contr-test-132965 confirmed to be created and verified successfully
[2026-07-16T16:26:36.307Z] [INFO] [STEP 1] Log into the application
[2026-07-16T16:26:36.316Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:26:36.538Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:26:39.507Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-user-perm-contr-test-132965
[2026-07-16T16:26:42.235Z] [INFO] [STEP 3] Assign contributor user Project Permissions
[2026-07-16T16:26:47.585Z] [INFO] [STEP 4] Validate that htpasswd-cluster-admin-user has been saved with Contributor permissions in the UI
[2026-07-16T16:26:58.132Z] [INFO] Starting 480s timeout for: Verify that user can be added as a Contributor for a Project
[2026-07-16T16:26:58.135Z] [INFO] Test title: Verify that user can be added as a Contributor for a Project
[2026-07-16T16:26:58.141Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2194","@ODS-2201","@Dashboard","@ProjectsCI"]
[2026-07-16T16:26:58.147Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:26:58.152Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:26:58.172Z] [INFO] Loaded project name: cypress-user-perm-contr-test-132965
[2026-07-16T16:26:58.176Z] [INFO] Executing command: oc get project "cypress-user-perm-contr-test-132965" -o name
[2026-07-16T16:26:58.416Z] [INFO] [EXEC] oc get project "cypress-user-perm-contr-test-132965" -o name
[2026-07-16T16:26:58.422Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-user-perm-contr-test-132965","stderr":"","exitCode":0}
[2026-07-16T16:26:58.428Z] [INFO] Project 'cypress-user-perm-contr-test-132965' exists.
[2026-07-16T16:26:58.436Z] [INFO] Project cypress-user-perm-contr-test-132965 already exists. Deleting it.
[2026-07-16T16:27:06.282Z] [INFO] [EXEC] oc delete project cypress-user-perm-contr-test-132965 --wait
[2026-07-16T16:27:06.297Z] [INFO] Waiting for project cypress-user-perm-contr-test-132965 to be fully deleted...
[2026-07-16T16:27:06.301Z] [INFO] Executing command: oc get project "cypress-user-perm-contr-test-132965" -o name
[2026-07-16T16:27:06.581Z] [INFO] [EXEC] oc get project "cypress-user-perm-contr-test-132965" -o name
[2026-07-16T16:27:06.588Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-user-perm-contr-test-132965\" not found","exitCode":1}
[2026-07-16T16:27:06.594Z] [INFO] Project 'cypress-user-perm-contr-test-132965' does not exist.
[2026-07-16T16:27:06.606Z] [INFO] Creating project cypress-user-perm-contr-test-132965
[2026-07-16T16:27:06.922Z] [INFO] [EXEC] oc new-project cypress-user-perm-contr-test-132965
[2026-07-16T16:27:07.166Z] [INFO] [EXEC] oc label namespace cypress-user-perm-contr-test-132965 opendatahub.io/dashboard=true --overwrite
[2026-07-16T16:27:07.172Z] [INFO] Executing command: oc get project "cypress-user-perm-contr-test-132965" -o name
[2026-07-16T16:27:07.408Z] [INFO] [EXEC] oc get project "cypress-user-perm-contr-test-132965" -o name
[2026-07-16T16:27:07.414Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-user-perm-contr-test-132965","stderr":"","exitCode":0}
[2026-07-16T16:27:07.421Z] [INFO] Project 'cypress-user-perm-contr-test-132965' exists.
[2026-07-16T16:27:07.427Z] [INFO] Project cypress-user-perm-contr-test-132965 confirmed to be created and verified successfully
[2026-07-16T16:27:07.442Z] [INFO] [STEP 1] Log into the application
[2026-07-16T16:27:07.451Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:27:07.720Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:27:09.216Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-user-perm-contr-test-132965
[2026-07-16T16:27:12.008Z] [INFO] [STEP 3] Assign contributor user Project Permissions
[2026-07-16T16:27:14.404Z] [INFO] [STEP 4] Validate that htpasswd-cluster-admin-user has been saved with Contributor permissions in the UI
1) Verify that user can be added as a Contributor for a Project
[2026-07-16T16:27:24.912Z] [INFO] Starting 480s timeout for: Verify that user can access the created project as a Contributor
[2026-07-16T16:27:24.914Z] [INFO] Test title: Verify that user can access the created project as a Contributor
[2026-07-16T16:27:24.919Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-2194","@ODS-2201","@Dashboard","@ProjectsCI"]
[2026-07-16T16:27:24.923Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:27:24.927Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:27:24.934Z] [INFO] [STEP 1] Log into the application as non-admin
[2026-07-16T16:27:24.938Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:27:25.156Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:27:26.222Z] [INFO] [STEP 2] Verify that the user has access to the created project but cannot access Permissions
[2026-07-16T16:27:27.749Z] [INFO] Attempting to find permissions tab which should not be visible
[2026-07-16T16:27:27.860Z] [INFO] Deleting Project cypress-user-perm-contr-test-132965 after the test has finished.
[2026-07-16T16:27:28.078Z] [INFO] [EXEC] oc whoami
[2026-07-16T16:27:28.297Z] [INFO] [EXEC] oc delete project cypress-user-perm-contr-test-132965 --wait=false --ignore-not-found
✓ Verify that user can access the created project as a Contributor
1 passing (53s)
1 failing
1) Verify that users can provide contributor project permissions to non-admin users
Verify that user can be added as a Contributor for a Project:
Test steps were:
1. Log into the application
2. Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
3. Navigate to the Project list tab and search for cypress-user-perm-contr-test-132965
4. Assign contributor user Project Permissions
5. Validate that htpasswd-cluster-admin-user has been saved with Contributor permissions in the UI
Timed out retrying after 10000ms: Unable to find an accessible element with the role "button" and name "Contributor"
Here are the accessible roles:
cell:
Name "htpasswd-cluster-admin-user":
--------------------------------------------------cell:
Name "Admin":
--------------------------------------------------
button:
Name "Admin":
--------------------------------------------------cell:
Name "Just now":
--------------------------------------------------
time:
Name "":
--------------------------------------------------cell:
Name "":
AssertionError: Timed out retrying after 10000ms: Unable to find an accessible element with the role "button" and name "Contributor"
Here are the accessible roles:
cell:
Name "htpasswd-cluster-admin-user":
--------------------------------------------------cell:
Name "Admin":
--------------------------------------------------
button:
Name "Admin":
--------------------------------------------------cell:
Name "Just now":
--------------------------------------------------
time:
Name "":
--------------------------------------------------cell:
Name "":
at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/dataScienceProjects/testProjectContributorPermissions.cy.ts:78:9)
[mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_002.json
(Results)
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Tests: 2 │
│ Passing: 1 │
│ Failing: 1 │
│ Pending: 0 │
│ Skipped: 0 │
│ Screenshots: 2 │
│ Video: false │
│ Duration: 53 seconds │
│ Spec Ran: dataScienceProjects/testProjectContributorPermissions.cy.ts │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
(Screenshots)
- /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1919x1079)
nceProjects/testProjectContributorPermissions.cy.ts/Verify that users can provid
e contributor project permissions to non-admin users -- Verify that user can be
added as a Contributor for a Project (failed).png
- /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/screenshots/dataScie (1919x1079)
nceProjects/testProjectContributorPermissions.cy.ts/Verify that users can provid
e contributor project permissions to non-admin users -- Verify that user can be
added as a Contributor for a Project (failed) (attempt 2).png
────────────────────────────────────────────────────────────────────────────────────────────────────
Running: dataScienceProjects/testProjectCreation.cy.ts (4 of 13)
[2026-07-16T16:27:30.950Z] [INFO] Setting tests timeout to: 480 seconds
Verify Project - Creation and Deletion
[2026-07-16T16:27:30.961Z] [INFO] Starting 480s timeout for: Create and Delete a Project in RHOAI
[2026-07-16T16:27:30.964Z] [INFO] Test title: Create and Delete a Project in RHOAI
[2026-07-16T16:27:30.971Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard","@ci-dashboard-regression-tags","@ProjectsCI"]
[2026-07-16T16:27:30.975Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:27:30.980Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:27:30.998Z] [INFO] Executing command: oc get project "cypress-test-project-532205" -o name
[2026-07-16T16:27:31.335Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name
[2026-07-16T16:27:31.341Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1}
[2026-07-16T16:27:31.347Z] [INFO] Project 'cypress-test-project-532205' does not exist.
[2026-07-16T16:27:31.352Z] [INFO] Project cypress-test-project-532205 does not exist. Proceeding with test.
[2026-07-16T16:27:31.367Z] [INFO] [STEP 1] Log into the application
[2026-07-16T16:27:31.375Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:27:31.639Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:27:38.554Z] [INFO] [STEP 2] Open Create Project modal
[2026-07-16T16:27:38.737Z] [INFO] [STEP 3] Enter valid project information
[2026-07-16T16:27:39.065Z] [INFO] [STEP 4] Save the project
[2026-07-16T16:27:39.194Z] [INFO] [STEP 5] Verify that the project cypress-test-project-532205 has been created
[2026-07-16T16:27:40.024Z] [INFO] [STEP 6] Deleting the project - clicking actions
[2026-07-16T16:27:40.476Z] [INFO] [STEP 7] Entering project details for deletion
[2026-07-16T16:27:40.917Z] [INFO] [STEP 8] Verify that the project cypress-test-project-532205 has been deleted
✓ Create and Delete a Project in RHOAI (10904ms)
[2026-07-16T16:27:41.900Z] [INFO] Starting 480s timeout for: Verify users cannot create a project with Empty title
[2026-07-16T16:27:41.902Z] [INFO] Test title: Verify users cannot create a project with Empty title
[2026-07-16T16:27:41.906Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard","@ProjectsCI"]
[2026-07-16T16:27:41.910Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:27:41.913Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:27:41.922Z] [INFO] [STEP 1] Log into the application
[2026-07-16T16:27:41.927Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:27:42.151Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:27:47.548Z] [INFO] [STEP 2] Open Create Project modal
[2026-07-16T16:27:47.722Z] [INFO] [STEP 3] Enter valid project information
[2026-07-16T16:27:47.923Z] [INFO] [STEP 4] Verify the submit button is disabled
✓ Verify users cannot create a project with Empty title (6106ms)
[2026-07-16T16:27:48.059Z] [INFO] Starting 480s timeout for: Verify User cannot create a project using special characters or long names in the Resource name field
[2026-07-16T16:27:48.061Z] [INFO] Test title: Verify User cannot create a project using special characters or long names in the Resource name field
[2026-07-16T16:27:48.065Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard","@ProjectsCI"]
[2026-07-16T16:27:48.068Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:27:48.072Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:27:48.141Z] [INFO] [STEP 1] Log into the application
[2026-07-16T16:27:48.171Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:27:48.366Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:27:51.426Z] [INFO] [STEP 2] Open Create Project modal
[2026-07-16T16:27:51.590Z] [INFO] [STEP 3] Enter invalid resource details - iterate through the array defined in the fixtures file
[2026-07-16T16:27:51.887Z] [INFO] [STEP 4] Test invalid resource name and verify that project creation is prevented
[2026-07-16T16:27:51.890Z] [INFO] Testing invalid resource name: Test-Project
[2026-07-16T16:27:52.136Z] [INFO] ✅ Test-Project: not authorised as a Resource Name
[2026-07-16T16:27:52.166Z] [INFO] Testing invalid resource name: test project
[2026-07-16T16:27:52.352Z] [INFO] ✅ test project: not authorised as a Resource Name
[2026-07-16T16:27:52.376Z] [INFO] Testing invalid resource name: test.project
[2026-07-16T16:27:52.564Z] [INFO] ✅ test.project: not authorised as a Resource Name
[2026-07-16T16:27:52.594Z] [INFO] Testing invalid resource name: test:project
[2026-07-16T16:27:52.772Z] [INFO] ✅ test:project: not authorised as a Resource Name
[2026-07-16T16:27:52.803Z] [INFO] Testing invalid resource name: test/project
[2026-07-16T16:27:53.008Z] [INFO] ✅ test/project: not authorised as a Resource Name
[2026-07-16T16:27:53.040Z] [INFO] Testing invalid resource name: test"project
[2026-07-16T16:27:53.238Z] [INFO] ✅ test"project: not authorised as a Resource Name
[2026-07-16T16:27:53.273Z] [INFO] Testing invalid resource name: test[project]
[2026-07-16T16:27:53.492Z] [INFO] ✅ test[project]: not authorised as a Resource Name
[2026-07-16T16:27:53.527Z] [INFO] Testing invalid resource name: test(project)
[2026-07-16T16:27:53.745Z] [INFO] ✅ test(project): not authorised as a Resource Name
[2026-07-16T16:27:53.784Z] [INFO] Testing invalid resource name: test&project
[2026-07-16T16:27:53.993Z] [INFO] ✅ test&project: not authorised as a Resource Name
[2026-07-16T16:27:54.032Z] [INFO] Testing invalid resource name: test*project
[2026-07-16T16:27:54.249Z] [INFO] ✅ test*project: not authorised as a Resource Name
[2026-07-16T16:27:54.290Z] [INFO] Testing invalid resource name: test?project
[2026-07-16T16:27:54.566Z] [INFO] ✅ test?project: not authorised as a Resource Name
[2026-07-16T16:27:54.608Z] [INFO] Testing invalid resource name: largeprojectnametestthatshouldnotwork
[2026-07-16T16:27:54.955Z] [INFO] ✅ largeprojectnametestthatshouldnotwork: not authorised as a Resource Name
[2026-07-16T16:27:54.998Z] [INFO] Testing invalid resource name: Test-Project-Invalid
[2026-07-16T16:27:55.242Z] [INFO] ✅ Test-Project-Invalid: not authorised as a Resource Name
[2026-07-16T16:27:55.291Z] [INFO] Testing invalid resource name: test project with spaces
[2026-07-16T16:27:55.617Z] [INFO] ✅ test project with spaces: not authorised as a Resource Name
[2026-07-16T16:27:55.694Z] [INFO] Testing invalid resource name: test.project.with.dots
[2026-07-16T16:27:56.054Z] [INFO] ✅ test.project.with.dots: not authorised as a Resource Name
[2026-07-16T16:27:56.102Z] [INFO] Testing invalid resource name: test:project:with:colons
[2026-07-16T16:27:56.396Z] [INFO] ✅ test:project:with:colons: not authorised as a Resource Name
[2026-07-16T16:27:56.441Z] [INFO] Testing invalid resource name: test/project/with/slashes
[2026-07-16T16:27:56.756Z] [INFO] ✅ test/project/with/slashes: not authorised as a Resource Name
[2026-07-16T16:27:56.805Z] [INFO] Testing invalid resource name: test"project"with"quotes
[2026-07-16T16:27:57.127Z] [INFO] ✅ test"project"with"quotes: not authorised as a Resource Name
[2026-07-16T16:27:57.178Z] [INFO] Testing invalid resource name: test[project]with[brackets]
[2026-07-16T16:27:57.484Z] [INFO] ✅ test[project]with[brackets]: not authorised as a Resource Name
[2026-07-16T16:27:57.595Z] [INFO] Testing invalid resource name: test(project)with(parentheses)
[2026-07-16T16:27:57.921Z] [INFO] ✅ test(project)with(parentheses): not authorised as a Resource Name
[2026-07-16T16:27:57.972Z] [INFO] Testing invalid resource name: test&project&with&ersands
[2026-07-16T16:27:58.294Z] [INFO] ✅ test&project&with&ersands: not authorised as a Resource Name
[2026-07-16T16:27:58.350Z] [INFO] Testing invalid resource name: test*project*with*asterisks
[2026-07-16T16:27:58.680Z] [INFO] ✅ test*project*with*asterisks: not authorised as a Resource Name
[2026-07-16T16:27:58.732Z] [INFO] Testing invalid resource name: test?project?with?questions
[2026-07-16T16:27:59.075Z] [INFO] ✅ test?project?with?questions: not authorised as a Resource Name
[2026-07-16T16:27:59.131Z] [INFO] Testing invalid resource name: -testprojectstartshyphen
[2026-07-16T16:27:59.478Z] [INFO] ✅ -testprojectstartshyphen: not authorised as a Resource Name
[2026-07-16T16:27:59.535Z] [INFO] Testing invalid resource name: testprojectendswithhyphen-
[2026-07-16T16:27:59.892Z] [INFO] ✅ testprojectendswithhyphen-: not authorised as a Resource Name
[2026-07-16T16:27:59.955Z] [INFO] Testing invalid resource name: TestProjectUpperCase
[2026-07-16T16:28:00.343Z] [INFO] ✅ TestProjectUpperCase: not authorised as a Resource Name
[2026-07-16T16:28:00.407Z] [INFO] Testing invalid resource name: $testprojectspecialstart
[2026-07-16T16:28:00.846Z] [INFO] ✅ $testprojectspecialstart: not authorised as a Resource Name
[2026-07-16T16:28:00.919Z] [INFO] Testing invalid resource name: ^testprojectspecialstart
[2026-07-16T16:28:01.299Z] [INFO] ✅ ^testprojectspecialstart: not authorised as a Resource Name
[2026-07-16T16:28:01.365Z] [INFO] Testing invalid resource name: (testproject)parentheses
[2026-07-16T16:28:01.751Z] [INFO] ✅ (testproject)parentheses: not authorised as a Resource Name
[2026-07-16T16:28:01.817Z] [INFO] Testing invalid resource name: testprojecttoooooooooooooooooooooooooooooooooooooooooooooooooooolong
[2026-07-16T16:28:02.261Z] [INFO] ✅ testprojecttoooooooooooooooooooooooooooooooooooooooooooooooooooolong: not authorised as a Resource Name
✓ Verify User cannot create a project using special characters or long names in the Resource name field (14330ms)
[2026-07-16T16:28:02.585Z] [INFO] Starting 480s timeout for: Verify 250 character limit is enforced for Name and Description fields
[2026-07-16T16:28:02.587Z] [INFO] Test title: Verify 250 character limit is enforced for Name and Description fields
[2026-07-16T16:28:02.590Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard","@ProjectsCI"]
[2026-07-16T16:28:02.595Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:28:02.599Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:28:02.608Z] [INFO] [STEP 1] Log into the application
[2026-07-16T16:28:02.613Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:28:02.849Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:28:06.197Z] [INFO] [STEP 2] Open Create Project modal
[2026-07-16T16:28:06.364Z] [INFO] [STEP 3] Test Name field 250 character limit
[2026-07-16T16:28:06.878Z] [INFO] [STEP 4] Test Description field 5500 character limit
[2026-07-16T16:28:14.928Z] [INFO] Deleting Project cypress-test-project-532205 after the test has finished.
[2026-07-16T16:28:15.165Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found
✓ Verify 250 character limit is enforced for Name and Description fields (12343ms)
4 passing (44s)
[mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet2/e2e/.jsons/mochawesome_003.json
(Results)
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Tests: 4 │
│ Passing: 4 │
│ Failing: 0 │
│ Pending: 0 │
│ Skipped: 0 │
│ Screenshots: 0 │
│ Video: false │
│ Duration: 44 seconds │
│ Spec Ran: dataScienceProjects/testProjectCreation.cy.ts │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
────────────────────────────────────────────────────────────────────────────────────────────────────
Running: dataScienceProjects/testProjectEditing.cy.ts (5 of 13)
[2026-07-16T16:28:18.108Z] [INFO] Setting tests timeout to: 480 seconds
Verify Project - Editing
[2026-07-16T16:28:18.127Z] [INFO] Starting 480s timeout for: Edit a Project in RHOAI
[2026-07-16T16:28:18.136Z] [INFO] Test title: Edit a Project in RHOAI
[2026-07-16T16:28:18.149Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1875","@ODS-1783","@ODS-1775","@Dashboard"]
[2026-07-16T16:28:18.155Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:28:18.164Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:28:18.190Z] [INFO] Loaded project name: cypress-edit-test-project-609558
[2026-07-16T16:28:18.196Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name
[2026-07-16T16:28:18.491Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name
[2026-07-16T16:28:18.500Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-test-***\" not found","exitCode":1}
[2026-07-16T16:28:18.508Z] [INFO] Project 'cypress-edit-test-project-609558' does not exist.
[2026-07-16T16:28:18.528Z] [INFO] Creating project cypress-edit-test-project-609558
[2026-07-16T16:28:18.914Z] [INFO] [EXEC] oc new-project cypress-test-***
[2026-07-16T16:28:19.171Z] [INFO] [EXEC] oc label namespace cypress-test-*** opendatahub.io/dashboard=true --overwrite
[2026-07-16T16:28:19.190Z] [INFO] Executing command: oc get project "cypress-edit-test-project-609558" -o name
[2026-07-16T16:28:19.554Z] [INFO] [EXEC] oc get project "cypress-test-***" -o name
[2026-07-16T16:28:19.561Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-edit-test-project-609558","stderr":"","exitCode":0}
[2026-07-16T16:28:19.600Z] [INFO] Project 'cypress-edit-test-project-609558' exists.
[2026-07-16T16:28:19.618Z] [INFO] Project cypress-edit-test-project-609558 confirmed to be created and verified successfully
[2026-07-16T16:28:19.640Z] [INFO] [STEP 1] Log into the application
[2026-07-16T16:28:19.649Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:28:19.930Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:28:22.153Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-edit-test-project-609558
[2026-07-16T16:28:26.906Z] [INFO] [STEP 3] Edit project information
[2026-07-16T16:28:27.977Z] [INFO] [STEP 4] Verify that the project cypress-edited-test-project has been updated
[2026-07-16T16:28:28.698Z] [INFO] Deleting Project cypress-edit-test-project-609558 after the test has finished.
[2026-07-16T16:28:28.931Z] [INFO] [EXEC] oc delete project cypress-test-*** --wait=false --ignore-not-found
✓ Edit a Project in RHOAI (10601ms)
1 passing (11s)
[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: 10 seconds │
│ Spec Ran: dataScienceProjects/testProjectEditing.cy.ts │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
────────────────────────────────────────────────────────────────────────────────────────────────────
Running: storageClasses/clusterStorage.cy.ts (6 of 13)
[2026-07-16T16:28:32.325Z] [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-16T16:28:32.343Z] [INFO] Starting 480s timeout for: If all SC are disabled except one, the SC dropdown should be disabled
[2026-07-16T16:28:32.348Z] [INFO] Test title: If all SC are disabled except one, the SC dropdown should be disabled
[2026-07-16T16:28:32.360Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"]
[2026-07-16T16:28:32.365Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:28:32.373Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:28:32.393Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}'
[2026-07-16T16:28:33.692Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}'
[2026-07-16T16:28:33.700Z] [INFO] OpenShift default storage class already exists: standard-csi
[2026-07-16T16:28:33.707Z] [INFO] Using OpenShift default storage class: standard-csi
[2026-07-16T16:28:33.717Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name
[2026-07-16T16:28:33.941Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name
[2026-07-16T16:28:33.946Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"qe-cluster-storage-sc-dsp\" not found","exitCode":1}
[2026-07-16T16:28:33.952Z] [INFO] Project 'qe-cluster-storage-sc-dsp' does not exist.
[2026-07-16T16:28:33.963Z] [INFO] Creating project qe-cluster-storage-sc-dsp
[2026-07-16T16:28:34.311Z] [INFO] [EXEC] oc new-project qe-cluster-storage-sc-dsp
[2026-07-16T16:28:34.672Z] [INFO] [EXEC] oc label namespace qe-cluster-storage-sc-dsp opendatahub.io/dashboard=true --overwrite
[2026-07-16T16:28:34.694Z] [INFO] Executing command: oc get project "qe-cluster-storage-sc-dsp" -o name
[2026-07-16T16:28:34.960Z] [INFO] [EXEC] oc get project "qe-cluster-storage-sc-dsp" -o name
[2026-07-16T16:28:34.966Z] [INFO] Command result: {"stdout":"project.project.openshift.io/qe-cluster-storage-sc-dsp","stderr":"","exitCode":0}
[2026-07-16T16:28:34.972Z] [INFO] Project 'qe-cluster-storage-sc-dsp' exists.
[2026-07-16T16:28:35.300Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n qe-cluster-storage-sc-dsp
[2026-07-16T16:28:35.390Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:28:35.797Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:28:38.919Z] [INFO] [STEP 1] Navigate to the Project list tab and search for qe-cluster-storage-sc-dsp
[2026-07-16T16:28:41.838Z] [INFO] [STEP 2] Navigate to the Cluster Storage tab and disable all non-default storage classes
[2026-07-16T16:28:42.223Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}'
[2026-07-16T16:28:42.701Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}'
[2026-07-16T16:28:42.737Z] [INFO] Executing command: oc get storageclass csi-manila-ceph -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}'
[2026-07-16T16:28:43.045Z] [INFO] [EXEC] oc get storageclass csi-manila-ceph -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}'
[2026-07-16T16:28:43.054Z] [INFO] Executing command: oc get storageclass csi-manila-netapp -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}'
[2026-07-16T16:28:43.445Z] [INFO] [EXEC] oc get storageclass csi-manila-netapp -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}'
[2026-07-16T16:28:43.454Z] [INFO] Executing command: oc get storageclass standard-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}'
[2026-07-16T16:28:43.895Z] [INFO] [EXEC] oc get storageclass standard-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}'
[2026-07-16T16:28:43.943Z] [INFO] Executing command: oc get storageclass -o jsonpath='{.items[*].metadata.name}'
[2026-07-16T16:28:44.298Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[*].metadata.name}'
[2026-07-16T16:28:44.404Z] [INFO] oc patch storageclass csi-manila-ceph --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"csi-manila-ceph\",\"lastModified\":\"2026-07-16T16:28:44.306Z\"}"}}}'
[2026-07-16T16:28:44.814Z] [INFO] [EXEC] oc patch storageclass csi-manila-ceph --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"csi-manila-ceph\",\"lastModified\":\"2026-07-16T16:28:44.306Z\"}"}}}'
[2026-07-16T16:28:44.857Z] [INFO] oc patch storageclass csi-manila-netapp --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"csi-manila-netapp\",\"lastModified\":\"2026-07-16T16:28:44.831Z\"}"}}}'
[2026-07-16T16:28:45.245Z] [INFO] [EXEC] oc patch storageclass csi-manila-netapp --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"csi-manila-netapp\",\"lastModified\":\"2026-07-16T16:28:44.831Z\"}"}}}'
[2026-07-16T16:28:45.254Z] [INFO] oc patch storageclass standard-csi --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"standard-csi\",\"lastModified\":\"2026-07-16T16:28:45.246Z\"}"}}}'
[2026-07-16T16:28:45.532Z] [INFO] [EXEC] oc patch storageclass standard-csi --type=merge -p '{"metadata":{"annotations":{"opendatahub.io/sc-config":"{\"isDefault\":false,\"isEnabled\":false,\"displayName\":\"standard-csi\",\"lastModified\":\"2026-07-16T16:28:45.246Z\"}"}}}'
[2026-07-16T16:28:45.710Z] [INFO] Checking that Storage Classes Dropdown is disabled
[2026-07-16T16:28:46.115Z] [INFO] [EXEC] oc whoami
[2026-07-16T16:28:46.362Z] [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 (13591ms)
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-16T16:28:51.103Z] [INFO] Setting tests timeout to: 480 seconds
An admin user can manage Storage Classes from Settings -> Storage classes view
[2026-07-16T16:28:51.114Z] [INFO] Starting 480s timeout for: An admin user can enable a disabled Storage Class
[2026-07-16T16:28:51.118Z] [INFO] Test title: An admin user can enable a disabled Storage Class
[2026-07-16T16:28:51.124Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"]
[2026-07-16T16:28:51.128Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:28:51.133Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:28:51.146Z] [INFO] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}'
[2026-07-16T16:28:51.378Z] [INFO] [EXEC] oc get storageclass -o jsonpath='{.items[?(@.metadata.annotations.storageclass\.kubernetes\.io/is-default-class=="true")].metadata.name}'
[2026-07-16T16:28:51.384Z] [INFO] OpenShift default storage class already exists: standard-csi
[2026-07-16T16:28:51.392Z] [INFO] Using OpenShift default storage class: standard-csi
[2026-07-16T16:28:51.641Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784219331395-dw8cv0aq1.yaml && rm -f /tmp/cypress-yaml-1784219331395-dw8cv0aq1.yaml
[2026-07-16T16:28:51.647Z] [INFO] Command exit code: 0
[2026-07-16T16:28:51.898Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784219331649-axt79aijx.yaml && rm -f /tmp/cypress-yaml-1784219331649-axt79aijx.yaml
[2026-07-16T16:28:51.903Z] [INFO] Command exit code: 0
[2026-07-16T16:28:52.158Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784219331905-vvcx35ng0.yaml && rm -f /tmp/cypress-yaml-1784219331905-vvcx35ng0.yaml
[2026-07-16T16:28:52.163Z] [INFO] Command exit code: 0
[2026-07-16T16:28:52.418Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784219332165-tuastx9r3.yaml && rm -f /tmp/cypress-yaml-1784219332165-tuastx9r3.yaml
[2026-07-16T16:28:52.424Z] [INFO] Command exit code: 0
[2026-07-16T16:28:52.704Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784219332425-zbcgbmtdr.yaml && rm -f /tmp/cypress-yaml-1784219332425-zbcgbmtdr.yaml
[2026-07-16T16:28:52.711Z] [INFO] Command exit code: 0
[2026-07-16T16:28:52.729Z] [INFO] [STEP 1] Navigate to Storage Classes view
[2026-07-16T16:28:52.739Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:28:53.083Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:28:57.669Z] [INFO] [STEP 2] Check SC row exists
[2026-07-16T16:28:57.717Z] [INFO] [STEP 3] Check there's no Default label
[2026-07-16T16:28:57.777Z] [INFO] [STEP 4] Check the Enable switch is set to disabled
[2026-07-16T16:28:57.845Z] [INFO] [STEP 5] Check the Default radio button is disabled
[2026-07-16T16:28:57.912Z] [INFO] [STEP 6] Enable the Storage Class
[2026-07-16T16:28:58.069Z] [INFO] [STEP 7] Check the Enable switch is set to Enabled
[2026-07-16T16:28:58.277Z] [INFO] [STEP 8] Check the Default radio button is disabled
[2026-07-16T16:28:58.378Z] [INFO] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}'
[2026-07-16T16:28:58.673Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-disabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}'
[2026-07-16T16:28:58.734Z] [INFO] Storage Class Config:
✓ An admin user can enable a disabled Storage Class (7735ms)
[2026-07-16T16:28:58.910Z] [INFO] Starting 480s timeout for: An admin user can disable an enabled Storage Class
[2026-07-16T16:28:58.912Z] [INFO] Test title: An admin user can disable an enabled Storage Class
[2026-07-16T16:28:58.917Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"]
[2026-07-16T16:28:58.920Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:28:58.924Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:28:58.941Z] [INFO] [STEP 1] Navigate to Storage Classes view
[2026-07-16T16:28:58.950Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:28:59.131Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:29:01.291Z] [INFO] [STEP 2] Check SC row exists
[2026-07-16T16:29:01.323Z] [INFO] [STEP 3] Check there's no Default label
[2026-07-16T16:29:01.354Z] [INFO] [STEP 4] Check the Enable switch is set to enabled
[2026-07-16T16:29:01.384Z] [INFO] [STEP 5] Check the Default radio button is enabled but not checked
[2026-07-16T16:29:01.442Z] [INFO] [STEP 6] Enable the Storage Class
[2026-07-16T16:29:01.595Z] [INFO] [STEP 7] Check the Enable switch is set to disabled
[2026-07-16T16:29:01.704Z] [INFO] [STEP 8] Check the Default radio button is disabled
[2026-07-16T16:29:01.733Z] [INFO] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}'
[2026-07-16T16:29:02.004Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-non-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}'
[2026-07-16T16:29:02.015Z] [INFO] Storage Class Config:
✓ An admin user can disable an enabled Storage Class
[2026-07-16T16:29:02.104Z] [INFO] Starting 480s timeout for: An admin user can set an enabled Storage Class as the default one
[2026-07-16T16:29:02.107Z] [INFO] Test title: An admin user can set an enabled Storage Class as the default one
[2026-07-16T16:29:02.111Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"]
[2026-07-16T16:29:02.114Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:29:02.119Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:29:02.135Z] [INFO] [STEP 1] Navigate to Storage Classes view
[2026-07-16T16:29:02.144Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:29:02.578Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:29:04.358Z] [INFO] [STEP 2] Check there's no Default label
[2026-07-16T16:29:04.458Z] [INFO] [STEP 3] Check the Default radio button is enabled but not checked
[2026-07-16T16:29:04.522Z] [INFO] [STEP 4] Set the SC to be the default one
[2026-07-16T16:29:04.674Z] [INFO] [STEP 5] Check the Default radio button is enabled
[2026-07-16T16:29:05.087Z] [INFO] [STEP 6] Check the Enable switch is disabled
[2026-07-16T16:29:05.113Z] [INFO] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}'
[2026-07-16T16:29:05.356Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-enabled-to-default -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}'
[2026-07-16T16:29:05.366Z] [INFO] Storage Class Config:
✓ An admin user can set an enabled Storage Class as the default one
[2026-07-16T16:29:05.455Z] [INFO] Starting 480s timeout for: An admin user can edit the access mode of a storage class
[2026-07-16T16:29:05.458Z] [INFO] Test title: An admin user can edit the access mode of a storage class
[2026-07-16T16:29:05.462Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@StorageClassesCI"]
[2026-07-16T16:29:05.466Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:29:05.470Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:29:05.492Z] [INFO] [STEP 1] Navigate to Storage Classes view
[2026-07-16T16:29:05.500Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:29:05.713Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:29:07.702Z] [INFO] [STEP 2] Check SC initial access modes
[2026-07-16T16:29:07.769Z] [INFO] [STEP 3] Navigate to edit SC
[2026-07-16T16:29:08.015Z] [INFO] [STEP 4] Check initial access mode checkboxes state
[2026-07-16T16:29:08.052Z] [INFO] [STEP 5] Change access modes - enable ReadWriteMany and ReadOnlyMany
[2026-07-16T16:29:08.222Z] [INFO] [STEP 6] Verify the checkboxes are now checked
[2026-07-16T16:29:08.234Z] [INFO] [STEP 7] Save the changes
[2026-07-16T16:29:08.321Z] [INFO] [STEP 8] Verify that the correct access mode labels are displayed in the table
[2026-07-16T16:29:08.495Z] [INFO] [STEP 9] Verify that access modes are updated in the storage class CR
[2026-07-16T16:29:08.499Z] [INFO] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}'
[2026-07-16T16:29:08.751Z] [INFO] [EXEC] oc get storageclass qe-settings-sc-manila-csi -o jsonpath='{.metadata.annotations.opendatahub\.io/sc-config}'
[2026-07-16T16:29:08.765Z] [INFO] Storage Class Config:
[2026-07-16T16:29:08.769Z] [INFO] [STEP 10] Check that an alert shows up when unchecking RWX
[2026-07-16T16:29:09.154Z] [INFO] [STEP 11] Check that an alert does not show up when unchecking access mode other than RWX
[2026-07-16T16:29:09.348Z] [INFO] Deleting storage class: qe-settings-sc-disabled-non-default
[2026-07-16T16:29:09.624Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-disabled-non-default --ignore-not-found=true
[2026-07-16T16:29:09.628Z] [INFO] Deleting storage class: qe-settings-sc-enabled-non-default
[2026-07-16T16:29:09.887Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-non-default --ignore-not-found=true
[2026-07-16T16:29:09.893Z] [INFO] Deleting storage class: qe-settings-sc-enabled-to-default
[2026-07-16T16:29:10.230Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-enabled-to-default --ignore-not-found=true
[2026-07-16T16:29:10.234Z] [INFO] Deleting storage class: qe-settings-sc-manila-csi
[2026-07-16T16:29:10.489Z] [INFO] [EXEC] oc delete storageclass qe-settings-sc-manila-csi --ignore-not-found=true
[2026-07-16T16:29:10.494Z] [INFO] Deleting storage class: qe-settings-sc-vsphere-volume
[2026-07-16T16:29:10.789Z] [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 (20s)
[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: 19 seconds │
│ Spec Ran: storageClasses/storageClasses.cy.ts │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
────────────────────────────────────────────────────────────────────────────────────────────────────
Running: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy. (8 of 13)
ts
[2026-07-16T16:29:14.530Z] [INFO] Setting tests timeout to: 480 seconds
Cluster Storage Access Modes Tests
[2026-07-16T16:29:14.541Z] [INFO] Starting 480s timeout for: Should display storage classes with different access modes in cluster storage dropdown
[2026-07-16T16:29:14.543Z] [INFO] Test title: Should display storage classes with different access modes in cluster storage dropdown
[2026-07-16T16:29:14.549Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"]
[2026-07-16T16:29:14.554Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:29:14.560Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:29:14.575Z] [INFO] Loaded test data from fixtures
[2026-07-16T16:29:14.595Z] [INFO] Provisioning storage classes with different access modes
[2026-07-16T16:29:14.872Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784219354601-swuufhpi7.yaml && rm -f /tmp/cypress-yaml-1784219354601-swuufhpi7.yaml
[2026-07-16T16:29:14.878Z] [INFO] Command exit code: 0
[2026-07-16T16:29:15.133Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784219354880-41fbe7lpg.yaml && rm -f /tmp/cypress-yaml-1784219354880-41fbe7lpg.yaml
[2026-07-16T16:29:15.151Z] [INFO] Command exit code: 0
[2026-07-16T16:29:15.627Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784219355153-dn9f114v8.yaml && rm -f /tmp/cypress-yaml-1784219355153-dn9f114v8.yaml
[2026-07-16T16:29:15.632Z] [INFO] Command exit code: 0
[2026-07-16T16:29:15.887Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784219355634-45gyymgzk.yaml && rm -f /tmp/cypress-yaml-1784219355634-45gyymgzk.yaml
[2026-07-16T16:29:15.893Z] [INFO] Command exit code: 0
[2026-07-16T16:29:16.202Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784219355895-9j2giso37.yaml && rm -f /tmp/cypress-yaml-1784219355895-9j2giso37.yaml
[2026-07-16T16:29:16.207Z] [INFO] Command exit code: 0
[2026-07-16T16:29:16.210Z] [INFO] Provisioning project
[2026-07-16T16:29:16.212Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name
[2026-07-16T16:29:16.451Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name
[2026-07-16T16:29:16.457Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-cluster-storage-access-modes\" not found","exitCode":1}
[2026-07-16T16:29:16.461Z] [INFO] Project 'test-cluster-storage-access-modes' does not exist.
[2026-07-16T16:29:16.472Z] [INFO] Creating project test-cluster-storage-access-modes
[2026-07-16T16:29:16.813Z] [INFO] [EXEC] oc new-project test-cluster-storage-access-modes
[2026-07-16T16:29:17.070Z] [INFO] [EXEC] oc label namespace test-cluster-storage-access-modes opendatahub.io/dashboard=true --overwrite
[2026-07-16T16:29:17.076Z] [INFO] Executing command: oc get project "test-cluster-storage-access-modes" -o name
[2026-07-16T16:29:17.323Z] [INFO] [EXEC] oc get project "test-cluster-storage-access-modes" -o name
[2026-07-16T16:29:17.329Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-cluster-storage-access-modes","stderr":"","exitCode":0}
[2026-07-16T16:29:17.335Z] [INFO] Project 'test-cluster-storage-access-modes' exists.
[2026-07-16T16:29:17.637Z] [INFO] [EXEC] oc adm policy add-role-to-user edit *** -n test-cluster-storage-access-modes
[2026-07-16T16:29:17.647Z] [INFO] [STEP 1] Log into the application
[2026-07-16T16:29:17.653Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:29:17.909Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:29:19.834Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes
[2026-07-16T16:29:22.375Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab
[2026-07-16T16:29:22.779Z] [INFO] [STEP 4] Open the Create cluster storage modal
[2026-07-16T16:29:23.089Z] [INFO] [STEP 5] Verify storage class dropdown is enabled and contains our storage classes
[2026-07-16T16:29:23.207Z] [INFO] [STEP 6] Click on the storage class dropdown to open it
[2026-07-16T16:29:23.386Z] [INFO] [STEP 7] Verify storage classes with different access modes are available
✓ Should display storage classes with different access modes in cluster storage dropdown (10242ms)
[2026-07-16T16:29:24.827Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage classes with single access mode
[2026-07-16T16:29:24.829Z] [INFO] Test title: Should show correct access modes when selecting storage classes with single access mode
[2026-07-16T16:29:24.833Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"]
[2026-07-16T16:29:24.837Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:29:24.841Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:29:24.849Z] [INFO] [STEP 1] Log into the application
[2026-07-16T16:29:24.854Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:29:25.122Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:29:26.506Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes
[2026-07-16T16:29:27.952Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab
[2026-07-16T16:29:28.268Z] [INFO] [STEP 4] Open the Create cluster storage modal
[2026-07-16T16:29:28.539Z] [INFO] [STEP 5] Select storage class with ReadWriteOnce access mode: sc-rwo-preset
[2026-07-16T16:29:28.815Z] [INFO] [STEP 6] Verify ReadWriteOnce access mode is available and selected
[2026-07-16T16:29:28.824Z] [INFO] [STEP 7] Verify other access modes are not available for RWO-only storage class
[2026-07-16T16:29:28.841Z] [INFO] [STEP 8] Verify that correct access modes are shown and selected for other storage classes
[2026-07-16T16:29:28.844Z] [INFO] [STEP 9] Select storage class with ReadWriteMany access mode: sc-rwx-preset
[2026-07-16T16:29:29.034Z] [INFO] [STEP 10] Verify ReadWriteMany access mode is available
[2026-07-16T16:29:29.142Z] [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
[2026-07-16T16:29:29.298Z] [INFO] Starting 480s timeout for: Should show correct access modes when selecting storage class with multiple access modes
[2026-07-16T16:29:29.300Z] [INFO] Test title: Should show correct access modes when selecting storage class with multiple access modes
[2026-07-16T16:29:29.304Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"]
[2026-07-16T16:29:29.309Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:29:29.312Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:29:29.322Z] [INFO] [STEP 1] Log into the application
[2026-07-16T16:29:29.326Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:29:29.562Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:29:30.511Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes
[2026-07-16T16:29:31.820Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab
[2026-07-16T16:29:32.107Z] [INFO] [STEP 4] Open the Create cluster storage modal
[2026-07-16T16:29:32.449Z] [INFO] [STEP 5] Select storage class with multiple access modes: sc-multi-preset
[2026-07-16T16:29:32.742Z] [INFO] [STEP 6] Verify multiple access modes are available and can be selected
[2026-07-16T16:29:32.765Z] [INFO] [STEP 7] Test switching between available access modes
[2026-07-16T16:29:32.769Z] [INFO] [STEP 8] Default should be RWO
[2026-07-16T16:29:32.776Z] [INFO] [STEP 9] Switch to RWX
[2026-07-16T16:29:32.869Z] [INFO] [STEP 10] Switch ROX
✓ Should show correct access modes when selecting storage class with multiple access modes
[2026-07-16T16:29:33.107Z] [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-16T16:29:33.109Z] [INFO] Test title: Should successfully create cluster storage with different access modes, and not be allowed to change access modes on edit
[2026-07-16T16:29:33.114Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"]
[2026-07-16T16:29:33.119Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:29:33.123Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:29:33.131Z] [INFO] [STEP 1] Log into the application
[2026-07-16T16:29:33.136Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:29:33.336Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:29:34.611Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes
[2026-07-16T16:29:36.102Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab
[2026-07-16T16:29:36.312Z] [INFO] [STEP 4] Fill in the create cluster storage with ReadWriteMany access mode
[2026-07-16T16:29:37.182Z] [INFO] [STEP 5] Submit the form
[2026-07-16T16:29:37.270Z] [INFO] [STEP 6] Verify cluster storage was created successfully
[2026-07-16T16:29:37.466Z] [INFO] [STEP 7] Attempt to edit the cluster storage
[2026-07-16T16:29:37.691Z] [INFO] [STEP 8] Verify edit modal opens with correct title
[2026-07-16T16:29:37.700Z] [INFO] [STEP 9] Verify access mode is displayed in read-only format like "ReadWriteMany (RWX)"
[2026-07-16T16:29:37.895Z] [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
[2026-07-16T16:29:38.065Z] [INFO] Starting 480s timeout for: Should reset access mode appropriately when switching between storage classes
[2026-07-16T16:29:38.067Z] [INFO] Test title: Should reset access mode appropriately when switching between storage classes
[2026-07-16T16:29:38.072Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@Dashboard","@NonConcurrent"]
[2026-07-16T16:29:38.076Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:29:38.082Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:29:38.090Z] [INFO] [STEP 1] Log into the application
[2026-07-16T16:29:38.097Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:29:38.280Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:29:39.692Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-cluster-storage-access-modes
[2026-07-16T16:29:41.265Z] [INFO] [STEP 3] Navigate to the Cluster Storage tab
[2026-07-16T16:29:41.522Z] [INFO] [STEP 4] Open create modal
[2026-07-16T16:29:41.655Z] [INFO] [STEP 5] Select multi-access storage class and choose RWX
[2026-07-16T16:29:42.056Z] [INFO] [STEP 6] Switch to RWO-only storage class
[2026-07-16T16:29:42.244Z] [INFO] [STEP 7] Verify access mode defaults to RWO (the only available option)
[2026-07-16T16:29:42.333Z] [INFO] [STEP 8] Cleaning up storage classes
[2026-07-16T16:29:42.341Z] [INFO] Deleting storage class: sc-rwo-preset
[2026-07-16T16:29:42.646Z] [INFO] [EXEC] oc delete storageclass sc-rwo-preset --ignore-not-found=true
[2026-07-16T16:29:42.649Z] [INFO] Deleting storage class: sc-rwx-preset
[2026-07-16T16:29:42.924Z] [INFO] [EXEC] oc delete storageclass sc-rwx-preset --ignore-not-found=true
[2026-07-16T16:29:42.927Z] [INFO] Deleting storage class: sc-rox-preset
[2026-07-16T16:29:43.229Z] [INFO] [EXEC] oc delete storageclass sc-rox-preset --ignore-not-found=true
[2026-07-16T16:29:43.233Z] [INFO] Deleting storage class: sc-rwop-preset
[2026-07-16T16:29:43.547Z] [INFO] [EXEC] oc delete storageclass sc-rwop-preset --ignore-not-found=true
[2026-07-16T16:29:43.551Z] [INFO] Deleting storage class: sc-multi-preset
[2026-07-16T16:29:43.811Z] [INFO] [EXEC] oc delete storageclass sc-multi-preset --ignore-not-found=true
[2026-07-16T16:29:43.815Z] [INFO] [STEP 9] Cleaning up project
[2026-07-16T16:29:44.077Z] [INFO] [EXEC] oc delete project test-cluster-storage-access-modes --wait=false --ignore-not-found
✓ Should reset access mode appropriately when switching between storage classes
5 passing (30s)
[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: 29 seconds │
│ Spec Ran: dataScienceProjects/clusterStorage/testClusterStorageAccessModes.cy.ts │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
────────────────────────────────────────────────────────────────────────────────────────────────────
Running: settings/clusterSettings/testAdminClusterSettings.cy.ts (9 of 13)
[2026-07-16T16:29:49.047Z] [INFO] Setting tests timeout to: 480 seconds
Verify that only the Cluster Admin can access Cluster Settings
[2026-07-16T16:29:49.058Z] [INFO] Starting 480s timeout for: Admin should access Cluster Settings and see UI fields matching OpenShift configurations
[2026-07-16T16:29:49.061Z] [INFO] Test title: Admin should access Cluster Settings and see UI fields matching OpenShift configurations
[2026-07-16T16:29:49.066Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"]
[2026-07-16T16:29:49.071Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:29:49.075Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:29:49.095Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin
[2026-07-16T16:29:49.358Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec'
[2026-07-16T16:29:49.364Z] [INFO] Dashboard Config:
[2026-07-16T16:29:49.654Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq .
[2026-07-16T16:29:49.660Z] [INFO] Controller Config:
[2026-07-16T16:29:49.667Z] [INFO] Executing command:
[2026-07-16T16:29:49.950Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq .
[2026-07-16T16:29:49.956Z] [INFO] Command stderr:
[2026-07-16T16:29:49.961Z] [INFO] Raw Controller Culler Config Response:
[2026-07-16T16:29:49.964Z] [INFO] Controller Culler Config (Error):
[2026-07-16T16:29:49.967Z] [INFO] Check if user is in RHODS user groups
[2026-07-16T16:29:49.969Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig'
[2026-07-16T16:29:50.249Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig'
[2026-07-16T16:29:50.256Z] [INFO] Could not parse groupsConfig, continuing with test
[2026-07-16T16:29:50.263Z] [INFO] Check for existing ClusterRoleBinding
[2026-07-16T16:29:50.267Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found
[2026-07-16T16:29:50.546Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found
[2026-07-16T16:29:50.552Z] [INFO] Found ClusterRoleBinding: cypress-test-***
[2026-07-16T16:29:50.557Z] [INFO] Found existing ClusterRoleBinding, will restore after test
[2026-07-16T16:29:50.561Z] [INFO] Create ClusterRoleBinding for cluster-admin
[2026-07-16T16:29:51.008Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784219390563-v6bachdxr.yaml && rm -f /tmp/cypress-yaml-1784219390563-v6bachdxr.yaml
[2026-07-16T16:29:51.014Z] [INFO] Command exit code: 0
[2026-07-16T16:29:51.019Z] [INFO] Successfully created ClusterRoleBinding
[2026-07-16T16:29:51.036Z] [INFO] [STEP 1] Log into the application as admin
[2026-07-16T16:29:51.045Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:29:51.295Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:29:53.224Z] [INFO] [STEP 2] Navigate to Cluster Settings
[2026-07-16T16:29:53.324Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/cluster/general
[2026-07-16T16:29:54.988Z] [INFO] [STEP 3] Validate Model Serving Platforms display and are checked
[2026-07-16T16:29:55.008Z] [INFO] Value of isModelServingEnabled: undefined
[2026-07-16T16:29:55.028Z] [INFO] Value of isKServeEnabled: undefined
[2026-07-16T16:29:55.062Z] [INFO] Single-Platform Checkbox is enabled, it should be checked
[2026-07-16T16:29:55.086Z] [INFO] [STEP 4] Validate PVC Size displays and default displays
[2026-07-16T16:29:55.108Z] [INFO] Value of PVC Size: 20Gi
[2026-07-16T16:29:55.144Z] [INFO] PVC size is set and visible: 20
[2026-07-16T16:29:55.169Z] [INFO] [STEP 5] Validate Stop idle notebooks displays and fields are enabled/disabled
[2026-07-16T16:29:55.194Z] [INFO] Notebook Controller Culler Config:
[2026-07-16T16:29:55.218Z] [INFO] Culler config not found or error occurred:
[2026-07-16T16:29:55.253Z] [INFO] Do not stop idle notebooks option should be checked when culler config is not found
[2026-07-16T16:29:55.280Z] [INFO] [STEP 6] Validate Notebook pod tolerations displays and fields are enabled/disabled
✓ Admin should access Cluster Settings and see UI fields matching OpenShift configurations (6326ms)
[2026-07-16T16:29:55.382Z] [INFO] Starting 480s timeout for: Test User - should not have access rights to view the Cluster Settings tab
[2026-07-16T16:29:55.385Z] [INFO] Test title: Test User - should not have access rights to view the Cluster Settings tab
[2026-07-16T16:29:55.389Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"]
[2026-07-16T16:29:55.394Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:29:55.399Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:29:55.407Z] [INFO] [STEP 1] Log into the application
[2026-07-16T16:29:55.411Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:29:55.607Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:29:56.587Z] [INFO] [STEP 2] Navigate to the Cluster Settings
[2026-07-16T16:29:56.599Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/cluster/general
[2026-07-16T16:30:07.238Z] [INFO] Starting 480s timeout for: Test User - should not have access rights to view the Cluster Settings tab
[2026-07-16T16:30:07.240Z] [INFO] Test title: Test User - should not have access rights to view the Cluster Settings tab
[2026-07-16T16:30:07.244Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1216","@Dashboard","@ci-dashboard-regression-tags","@SettingsCI"]
[2026-07-16T16:30:07.247Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:30:07.251Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:30:07.257Z] [INFO] Loaded test data - User: ***, ClusterRoleBinding: cypress-test-***-cluster-admin
[2026-07-16T16:30:07.521Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq '.items[].spec'
[2026-07-16T16:30:07.526Z] [INFO] Dashboard Config:
[2026-07-16T16:30:07.779Z] [INFO] [EXEC] oc get configmaps -l app=notebook-controller -A -o jsonpath='{.items[0].data}' | jq .
[2026-07-16T16:30:07.785Z] [INFO] Controller Config:
[2026-07-16T16:30:07.791Z] [INFO] Executing command:
[2026-07-16T16:30:08.058Z] [INFO] [EXEC] oc get configmap -n redhat-ods-applications notebook-controller-culler-config -o jsonpath='{.data}' | jq .
[2026-07-16T16:30:08.063Z] [INFO] Command stderr:
[2026-07-16T16:30:08.068Z] [INFO] Raw Controller Culler Config Response:
[2026-07-16T16:30:08.078Z] [INFO] Controller Culler Config (Error):
[2026-07-16T16:30:08.082Z] [INFO] Check if user is in RHODS user groups
[2026-07-16T16:30:08.086Z] [INFO] Getting OdhDashboardConfig groupsConfig: oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig'
[2026-07-16T16:30:08.399Z] [INFO] [EXEC] oc get OdhDashboardConfig -A -o json | jq -r '.items[].spec.groupsConfig'
[2026-07-16T16:30:08.407Z] [INFO] Could not parse groupsConfig, continuing with test
[2026-07-16T16:30:08.416Z] [INFO] Check for existing ClusterRoleBinding
[2026-07-16T16:30:08.421Z] [INFO] Getting ClusterRoleBinding: oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found
[2026-07-16T16:30:08.678Z] [INFO] [EXEC] oc get clusterrolebinding cypress-test-*** -o json --ignore-not-found
[2026-07-16T16:30:08.684Z] [INFO] Found ClusterRoleBinding: cypress-test-***
[2026-07-16T16:30:08.689Z] [INFO] Found existing ClusterRoleBinding, will restore after test
[2026-07-16T16:30:08.694Z] [INFO] Create ClusterRoleBinding for cluster-admin
[2026-07-16T16:30:08.998Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784219408695-jk7sh1qhx.yaml && rm -f /tmp/cypress-yaml-1784219408695-jk7sh1qhx.yaml
[2026-07-16T16:30:09.004Z] [INFO] Command exit code: 0
[2026-07-16T16:30:09.009Z] [INFO] Successfully created ClusterRoleBinding
[2026-07-16T16:30:09.016Z] [INFO] [STEP 1] Log into the application
[2026-07-16T16:30:09.021Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:30:09.315Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:30:10.494Z] [INFO] [STEP 2] Navigate to the Cluster Settings
[2026-07-16T16:30:10.513Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/cluster/general
1) Test User - should not have access rights to view the Cluster Settings tab
[2026-07-16T16:30:21.253Z] [INFO] Starting 480s timeout for: Cluster Admin user can access all Settings pages
[2026-07-16T16:30:21.255Z] [INFO] Test title: Cluster Admin user can access all Settings pages
[2026-07-16T16:30:21.259Z] [INFO] Test tags: ["@Smoke","@SmokeSet2","@ODS-1688","@Dashboard","@SettingsCI"]
[2026-07-16T16:30:21.262Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"]
[2026-07-16T16:30:21.265Z] [INFO] Grep tags: ["@SmokeSet2"]
[2026-07-16T16:30:21.282Z] [INFO] [STEP 1] Log into the application as admin
[2026-07-16T16:30:21.288Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
[2026-07-16T16:30:21.649Z] [INFO] OAuth login flow detected - completing authentication
[2026-07-16T16:30:22.908Z] [INFO] [STEP 2] Verify Cluster Settings is visible in navigation
[2026-07-16T16:30:23.684Z] [INFO] [STEP 3] Access Settings -> Cluster Settings -> General settings
[2026-07-16T16:30:23.703Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/cluster/general
[2026-07-16T16:30:24.647Z] [INFO] [STEP 4] Access Settings -> Cluster Settings -> Storage classes
[2026-07-16T16:30:24.662Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/cluster/storage-classes
[2026-07-16T16:30:25.760Z] [INFO] [STEP 5] Access Settings -> Environment setup -> Workbench images
[2026-07-16T16:30:25.773Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/environment-setup/workbench-images
[2026-07-16T16:30:26.870Z] [INFO] [STEP 6] Access Settings -> Environment setup -> Hardware profiles
[2026-07-16T16:30:26.876Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/environment-setup/hardware-profiles
[2026-07-16T16:30:27.949Z] [INFO] [STEP 7] Access Settings -> Environment setup -> Connection types
[2026-07-16T16:30:28.045Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/environment-setup/connection-types
[2026-07-16T16:30:29.014Z] [INFO] [STEP 8] Access Settings -> Model resources and operations -> Serving runtimes
[2026-07-16T16:30:29.049Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/model-resources-operations/serving-runtimes
[2026-07-16T16:30:30.897Z] [INFO] [STEP 9] Access Settings -> Model resources and operations -> Model registry settings
[2026-07-16T16:30:30.910Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/model-resources-operations/model-registry
[2026-07-16T16:30:32.035Z] [INFO] [STEP 10] Access Settings -> User management
[2026-07-16T16:30:32.042Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/user-management
[2026-07-16T16:30:33.628Z] [INFO] [EXEC] oc whoami
[2026-07-16T16:30:33.632Z] [INFO] [STEP 11] Cleanup: Remove test ClusterRoleBinding
[2026-07-16T16:30:33.635Z] [INFO] Deleting ClusterRoleBinding: oc delete clusterrolebinding cypress-test-*** --ignore-not-found
[2026-07-16T16:30:33.902Z] [INFO] [EXEC] oc delete clusterrolebinding cypress-test-*** --ignore-not-found
[2026-07-16T16:30:33.908Z] [INFO] Successfully deleted ClusterRoleBinding: cypress-test-***
[2026-07-16T16:30:33.914Z] [INFO] Successfully removed test ClusterRoleBinding
[2026-07-16T16:30:33.918Z] [INFO] [STEP 12] Restore original ClusterRoleBinding
[2026-07-16T16:30:34.190Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784219433378-cbavsdxo3.yaml && rm -f /tmp/cypress-yaml-1784219433378-cbavsdxo3.yaml
[2026-07-16T16:30:34.196Z] [INFO] Command exit code: 0
[2026-07-16T16:30:34.202Z] [INFO] Successfully restored original ClusterRoleBinding
✓ Cluster Admin user can access all Settings pages (12271ms)
2 passing (45s)
1 failing
1) Verify that only the Cluster Admin can access Cluster Settings
Test User - should not have access rights to view the Cluster Settings tab:
Test steps were:
1. Check if user is in RHODS user groups
2. Check for existing ClusterRoleBinding
3. Create ClusterRoleBinding for cluster-admin
4. Log into the application
5. Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/
6. Navigate to the Cluster Settings
7. Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/settings/cluster/general
Timed out retrying after 10000ms: Unable to find an element by: [data-testid="not-found-page"]
Ignored nodes: comments, script, style
Red Hat OpenShift AI