It looks like this is your first time using Cypress: 15.17.0 ❯ Verifying Cypress can run /cypress_cache/15.17.0/Cypress ✔ Verified Cypress! /cypress_cache/15.17.0/Cypress Opening Cypress... 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) "@SmokeSet1" ================================================================================ (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Cypress: 15.17.0 │ │ Browser: Electron 138 (headless) │ │ Node Version: v22.22.0 (/usr/bin/node-22) │ │ Specs: 18 found (applications/testAboutDialog.cy.ts, dashboardNavigation/testApplicat │ │ ionLinks.cy.ts, dashboardNavigation/testManifestLinks.cy.ts, dataScienceProjec │ │ ts/testProjectAdminPermissions.cy.ts, featureStore/testFeatureStoreRbac.cy.ts, │ │ learningResources/test...) │ │ Searched: cypress/tests/e2e/applications/testAboutDialog.cy.ts, cypress/tests/e2e/dashbo │ │ ardNavigation/testApplicationLinks.cy.ts, cypress/tests/e2e/dashboardNavigatio │ │ n/testManifestLinks.cy.ts, cypress/tests/e2e/dataScienceProjects/testProjectAd │ │ minPermissions.cy.ts, cypress/tests/e2e/featureStore/testFeatureStoreRbac.cy.t │ │ s, cypress/tests/e2e/learningResources/testCustomResourceCreation.cy.ts, cypre │ │ ss/tests/e2e/modelCatalog/testCatalogSettingsAvailable.cy.ts, cypress/tests/e2 │ │ e/modelCatalog/testModelCatalogAvailable.cy.ts, cypress/tests/e2e/modelCatalog │ │ /testPerformanceFiltersAvailable.cy.ts, cypress/tests/e2e/applications/enabled │ │ /testNotebookAdministration.cy.ts, cypress/tests/e2e/applications/explore/test │ │ EnabledISVs.cy.ts, cypress/tests/e2e/dataScienceProjects/workbenches/testWorkb │ │ enchStorageClasses.cy.ts, cypress/tests/e2e/dataScienceProjects/workbenches/wo │ │ rkbenches.cy.ts, cypress/tests/e2e/modelTraining/trainJobs/testTrainjobLifecyc │ │ le.cy.ts, cypress/tests/e2e/modelTraining/trainJobs/testTrainjobProgression.cy │ │ .ts, cypress/tests/e2e/settings/hardwareProfiles/testDeleteAppliedHardwareProf │ │ ile.cy.ts, cypress/tests/e2e/settings/hardwareProfiles/testHardwareProfiles.cy │ │ .ts, cypress/tests/e2e/settings/hardwareProfiles/testModifyAppliedHardwareProf │ │ ile.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet1/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: applications/testAboutDialog.cy.ts (1 of 18) [2026-07-20T06:55:56.393Z] [INFO] Setting tests timeout to: 480 seconds Verify RHODS About Dialog [2026-07-20T06:55:56.417Z] [INFO] Starting 480s timeout for: Verify RHODS About Dialog contains correct information [2026-07-20T06:55:56.421Z] [INFO] Test title: Verify RHODS About Dialog contains correct information [2026-07-20T06:55:56.454Z] [INFO] Test tags: ["@Smoke","@SmokeSet1","@Dashboard","@RHOAIENG-21403","@NonConcurrent"] [2026-07-20T06:55:56.461Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:55:56.466Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-20T06:55:56.485Z] [INFO] Auto-detecting installed product (RHOAI or ODH)... [2026-07-20T06:55:57.056Z] [INFO] [EXEC] oc get csv -n redhat-ods-operator -o json | jq -r '[.items[] | select(.spec.displayName | test("Red Hat OpenShift AI")) | select(.status.phase != "Failed")] | first // empty' [2026-07-20T06:55:57.067Z] [INFO] Command exit code: 0 [2026-07-20T06:55:57.087Z] [INFO] Prepare the CSV JSON for the tests according to the installed Product: Red Hat OpenShift AI [2026-07-20T06:55:57.423Z] [INFO] [EXEC] oc get csv -n redhat-ods-operator -o json | jq -r '[.items[] | select(.spec.displayName | test("Red Hat OpenShift AI")) | select(.status.phase != "Failed")] | first // empty' [2026-07-20T06:55:57.449Z] [INFO] Command exit code: 0 [2026-07-20T06:55:57.479Z] [INFO] [STEP 1] Login to Red Hat OpenShift AI [2026-07-20T06:55:57.502Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ [2026-07-20T06:55:58.599Z] [INFO] [STEP 2] Open the About dialog [2026-07-20T06:56:02.621Z] [INFO] [STEP 3] Verify product 'Red Hat OpenShift AI' in About dialog [2026-07-20T06:56:02.673Z] [INFO] [STEP 4] Verify product 'Red Hat OpenShift AI' in About image [2026-07-20T06:56:02.722Z] [INFO] [STEP 5] Verify Red Hat OpenShift AI version in About dialog [2026-07-20T06:56:02.782Z] [INFO] [STEP 6] Verify Red Hat OpenShift AI channel in About dialog [2026-07-20T06:56:03.150Z] [INFO] [EXEC] oc get subscription -A -o json | jq -r '.items[] | select(.status.installedCSV != null) | select(.status.installedCSV | test("rhods-operator")) | .spec.channel' | head -n 1 [2026-07-20T06:56:03.232Z] [INFO] Command exit code: 0 [2026-07-20T06:56:03.264Z] [INFO] [STEP 7] Verify admin access level [2026-07-20T06:56:03.364Z] [INFO] Verify versions in About dialog's table for component: Dashboard [2026-07-20T06:56:03.684Z] [INFO] [EXEC] oc get Dashboard -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:56:03.764Z] [INFO] Command exit code: 0 [2026-07-20T06:56:03.804Z] [INFO] Retrieved version of Dashboard: [2026-07-20T06:56:03.812Z] [INFO] Verify versions in About dialog's table for component: Pipelines [2026-07-20T06:56:04.150Z] [INFO] [EXEC] oc get Pipelines -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:56:04.180Z] [INFO] Command exit code: 0 [2026-07-20T06:56:04.233Z] [INFO] Retrieved version of Pipelines: [2026-07-20T06:56:04.257Z] [INFO] Verify versions in About dialog's table for component: Kueue [2026-07-20T06:56:04.564Z] [INFO] [EXEC] oc get Kueue -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:56:04.571Z] [INFO] Command exit code: 0 [2026-07-20T06:56:04.671Z] [INFO] Retrieved version of Kueue: [2026-07-20T06:56:04.702Z] [INFO] Verify versions in About dialog's table for component: Model registry [2026-07-20T06:56:05.067Z] [INFO] [EXEC] oc get Modelregistry -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:56:05.095Z] [INFO] Command exit code: 0 [2026-07-20T06:56:05.145Z] [INFO] Retrieved version of Model registry: latest latest [2026-07-20T06:56:05.171Z] [INFO] Verify versions in About dialog's table for component: Feast operator [2026-07-20T06:56:05.462Z] [INFO] [EXEC] oc get Feastoperator -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:56:05.469Z] [INFO] Command exit code: 0 [2026-07-20T06:56:05.500Z] [INFO] Retrieved version of Feast operator: 0.64.0 [2026-07-20T06:56:05.532Z] [INFO] Verify versions in About dialog's table for component: Model server and metrics [2026-07-20T06:56:05.959Z] [INFO] [EXEC] oc get Modelserverandmetrics -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:56:06.047Z] [INFO] Command exit code: 1 [2026-07-20T06:56:06.102Z] [INFO] Failed to retrieve version of Model server and metrics: error: the server doesn't have a resource type "Modelserverandmetrics" [2026-07-20T06:56:06.160Z] [INFO] Verify versions in About dialog's table for component: Ray [2026-07-20T06:56:06.569Z] [INFO] [EXEC] oc get Ray -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:56:06.645Z] [INFO] Command exit code: 0 [2026-07-20T06:56:06.705Z] [INFO] Retrieved version of Ray: 1.4.2 [2026-07-20T06:56:06.712Z] [INFO] Verify versions in About dialog's table for component: Training operator [2026-07-20T06:56:07.088Z] [INFO] [EXEC] oc get Trainingoperator -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:56:07.177Z] [INFO] Command exit code: 0 [2026-07-20T06:56:07.245Z] [INFO] Retrieved version of Training operator: [2026-07-20T06:56:07.289Z] [INFO] Verify versions in About dialog's table for component: TrustyAI [2026-07-20T06:56:07.706Z] [INFO] [EXEC] oc get TrustyAI -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:56:07.804Z] [INFO] Command exit code: 0 [2026-07-20T06:56:07.850Z] [INFO] Retrieved version of TrustyAI: v1.37.0 v0.28.0 v1.37.0 v0.4.8 0.9.4 v0.2.0 v0.2.1 v0.3.0 [2026-07-20T06:56:07.889Z] [INFO] Verify versions in About dialog's table for component: Workbenches [2026-07-20T06:56:08.266Z] [INFO] [EXEC] oc get Workbenches -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:56:08.303Z] [INFO] Command exit code: 0 [2026-07-20T06:56:08.373Z] [INFO] Retrieved version of Workbenches: 1.10.0 [2026-07-20T06:56:08.380Z] [INFO] Verify versions in About dialog's table for component: Trainer [2026-07-20T06:56:08.746Z] [INFO] [EXEC] oc get Trainer -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:56:08.821Z] [INFO] Command exit code: 0 [2026-07-20T06:56:08.885Z] [INFO] Retrieved version of Trainer: [2026-07-20T06:56:08.923Z] [INFO] Verify versions in About dialog's table for component: MLflow [2026-07-20T06:56:09.254Z] [INFO] [EXEC] oc get MLflow -A -o jsonpath='{.items[*].status.releases[*].version}' [2026-07-20T06:56:09.333Z] [INFO] Command exit code: 0 [2026-07-20T06:56:09.413Z] [INFO] Retrieved version of MLflow: ✓ Verify RHODS About Dialog contains correct information (13125ms) 1 passing (13s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet1/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 13 seconds │ │ Spec Ran: applications/testAboutDialog.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dashboardNavigation/testApplicationLinks.cy.ts (2 of 18) [2026-07-20T06:56:12.485Z] [INFO] Setting tests timeout to: 480 seconds Verify the RHOAI Application and Switcher links in the Dashboard Navigation [2026-07-20T06:56:12.549Z] [INFO] Starting 480s timeout for: Verify the various application tabs and switcher links are operational [2026-07-20T06:56:12.554Z] [INFO] Test title: Verify the various application tabs and switcher links are operational [2026-07-20T06:56:12.568Z] [INFO] Test tags: ["@Smoke","@SmokeSet1","@ODS-771","@Dashboard","@NonConcurrent"] [2026-07-20T06:56:12.579Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:56:12.585Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-20T06:56:12.654Z] [INFO] [STEP 1] Log into the application [2026-07-20T06:56:12.668Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ [2026-07-20T06:56:13.897Z] [INFO] [STEP 2] Click the Application Launcher [2026-07-20T06:56:15.427Z] [INFO] [STEP 3] Extract the Application and Switcher URLs [2026-07-20T06:56:15.681Z] [INFO] Extracted URLs: /, https://console-openshift-console.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com:, https://cloud.redhat.com/openshift/details/2450f68b-2f6b-429b-94b7-5f7fab5b37f1, /, /projects, /ai-hub/models, /develop-train/feature-store/overview, /develop-train/feature-store/entities, /develop-train/feature-store/data-sources, /develop-train/feature-store/datasets, /develop-train/feature-store/features, /develop-train/feature-store/feature-views, /develop-train/feature-store/feature-services, /develop-train/pipelines/definitions, /develop-train/pipelines/runs, /develop-train/pipelines/artifacts, /develop-train/pipelines/executions, /develop-train/training-jobs, /learning-resources, /applications/enabled, /applications/explore [2026-07-20T06:56:15.701Z] [INFO] Verify that each URL is accessible and that a 200 is returned [2026-07-20T06:56:16.626Z] [INFO] ✅ / - Status: 200 [2026-07-20T06:56:16.827Z] [INFO] ✅ https://console-openshift-console.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com: - Status: 200 [2026-07-20T06:56:17.147Z] [INFO] ✅ https://cloud.redhat.com/openshift/details/2450f68b-2f6b-429b-94b7-5f7fab5b37f1 - Status: 200 [2026-07-20T06:56:17.844Z] [INFO] ✅ / - Status: 200 [2026-07-20T06:56:19.052Z] [INFO] ✅ /projects - Status: 200 [2026-07-20T06:56:19.862Z] [INFO] ✅ /ai-hub/models - Status: 200 [2026-07-20T06:56:20.062Z] [INFO] ✅ /develop-train/feature-store/overview - Status: 200 [2026-07-20T06:56:20.280Z] [INFO] ✅ /develop-train/feature-store/entities - Status: 200 [2026-07-20T06:56:21.044Z] [INFO] ✅ /develop-train/feature-store/data-sources - Status: 200 [2026-07-20T06:56:21.662Z] [INFO] ✅ /develop-train/feature-store/datasets - Status: 200 [2026-07-20T06:56:22.021Z] [INFO] ✅ /develop-train/feature-store/features - Status: 200 [2026-07-20T06:56:22.881Z] [INFO] ✅ /develop-train/feature-store/feature-views - Status: 200 [2026-07-20T06:56:23.282Z] [INFO] ✅ /develop-train/feature-store/feature-services - Status: 200 [2026-07-20T06:56:23.887Z] [INFO] ✅ /develop-train/pipelines/definitions - Status: 200 [2026-07-20T06:56:24.485Z] [INFO] ✅ /develop-train/pipelines/runs - Status: 200 [2026-07-20T06:56:25.486Z] [INFO] ✅ /develop-train/pipelines/artifacts - Status: 200 [2026-07-20T06:56:26.249Z] [INFO] ✅ /develop-train/pipelines/executions - Status: 200 [2026-07-20T06:56:27.063Z] [INFO] ✅ /develop-train/training-jobs - Status: 200 [2026-07-20T06:56:27.663Z] [INFO] ✅ /learning-resources - Status: 200 [2026-07-20T06:56:28.286Z] [INFO] ✅ /applications/enabled - Status: 200 [2026-07-20T06:56:29.051Z] [INFO] ✅ /applications/explore - Status: 200 ✓ Verify the various application tabs and switcher links are operational (16658ms) 1 passing (17s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet1/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 16 seconds │ │ Spec Ran: dashboardNavigation/testApplicationLinks.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dashboardNavigation/testManifestLinks.cy.ts (3 of 18) [2026-07-20T06:56:31.947Z] [INFO] Setting tests timeout to: 480 seconds Verify that all the URLs referenced in the Manifest directory are operational - Validates URL format and checks for common mistakes in manifest files (fast, stable) - Checks URL reachability with tolerance for transient errors (429, 502, 503, 504) [2026-07-20T06:56:31.970Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (87ms) 2 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet1/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: dashboardNavigation/testManifestLinks.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/testProjectAdminPermissions.cy.ts (4 of 18) [2026-07-20T06:56:34.588Z] [INFO] Setting tests timeout to: 480 seconds Verify that users can provide admin project permissions to non-admin users/groups [2026-07-20T06:56:34.600Z] [INFO] Starting 480s timeout for: Verify that user can be added as an Admin for a Project [2026-07-20T06:56:34.603Z] [INFO] Test title: Verify that user can be added as an Admin for a Project [2026-07-20T06:56:34.608Z] [INFO] Test tags: ["@Smoke","@SmokeSet1","@ODS-2194","@ODS-2201","@ODS-2208","@Dashboard"] [2026-07-20T06:56:34.613Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:56:34.617Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-20T06:56:34.634Z] [INFO] Loaded project name: cypress-user-perm-test-526006 [2026-07-20T06:56:34.637Z] [INFO] Executing command: oc get project "cypress-user-perm-test-526006" -o name [2026-07-20T06:56:34.869Z] [INFO] [EXEC] oc get project "cypress-user-perm-test-526006" -o name [2026-07-20T06:56:34.875Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-user-perm-test-526006\" not found","exitCode":1} [2026-07-20T06:56:34.880Z] [INFO] Project 'cypress-user-perm-test-526006' does not exist. [2026-07-20T06:56:34.889Z] [INFO] Creating project cypress-user-perm-test-526006 [2026-07-20T06:56:35.229Z] [INFO] [EXEC] oc new-project cypress-user-perm-test-526006 [2026-07-20T06:56:35.511Z] [INFO] [EXEC] oc label namespace cypress-user-perm-test-526006 opendatahub.io/dashboard=true --overwrite [2026-07-20T06:56:35.517Z] [INFO] Executing command: oc get project "cypress-user-perm-test-526006" -o name [2026-07-20T06:56:35.752Z] [INFO] [EXEC] oc get project "cypress-user-perm-test-526006" -o name [2026-07-20T06:56:35.759Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-user-perm-test-526006","stderr":"","exitCode":0} [2026-07-20T06:56:35.765Z] [INFO] Project 'cypress-user-perm-test-526006' exists. [2026-07-20T06:56:35.771Z] [INFO] Project cypress-user-perm-test-526006 confirmed to be created and verified successfully [2026-07-20T06:56:35.783Z] [INFO] [STEP 1] Log into the application [2026-07-20T06:56:35.789Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ [2026-07-20T06:56:36.753Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-user-perm-test-526006 [2026-07-20T06:56:45.640Z] [INFO] [STEP 3] Assign admin user Project Permissions [2026-07-20T06:56:50.028Z] [INFO] [STEP 4] Save the user and validate that odh-user1 has been saved with admin permissions ✓ Verify that user can be added as an Admin for a Project (15549ms) [2026-07-20T06:56:50.270Z] [INFO] Starting 480s timeout for: Verify user can assign access permissions to user group [2026-07-20T06:56:50.272Z] [INFO] Test title: Verify user can assign access permissions to user group [2026-07-20T06:56:50.277Z] [INFO] Test tags: ["@Smoke","@SmokeSet1","@ODS-2194","@ODS-2201","@ODS-2208","@Dashboard","@NonConcurrent"] [2026-07-20T06:56:50.280Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:56:50.284Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-20T06:56:50.295Z] [INFO] [STEP 1] Log into the application [2026-07-20T06:56:50.302Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ [2026-07-20T06:56:50.615Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-user-perm-test-526006 [2026-07-20T06:56:53.498Z] [INFO] [STEP 3] Assign admin group Project Permissions [2026-07-20T06:57:07.855Z] [INFO] Starting 480s timeout for: Verify user can assign access permissions to user group [2026-07-20T06:57:07.859Z] [INFO] Test title: Verify user can assign access permissions to user group [2026-07-20T06:57:07.863Z] [INFO] Test tags: ["@Smoke","@SmokeSet1","@ODS-2194","@ODS-2201","@ODS-2208","@Dashboard","@NonConcurrent"] [2026-07-20T06:57:07.868Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:57:07.872Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-20T06:57:07.885Z] [INFO] Loaded project name: cypress-user-perm-test-526006 [2026-07-20T06:57:07.888Z] [INFO] Executing command: oc get project "cypress-user-perm-test-526006" -o name [2026-07-20T06:57:08.126Z] [INFO] [EXEC] oc get project "cypress-user-perm-test-526006" -o name [2026-07-20T06:57:08.132Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-user-perm-test-526006","stderr":"","exitCode":0} [2026-07-20T06:57:08.137Z] [INFO] Project 'cypress-user-perm-test-526006' exists. [2026-07-20T06:57:08.144Z] [INFO] Project cypress-user-perm-test-526006 already exists. Deleting it. [2026-07-20T06:57:14.995Z] [INFO] [EXEC] oc delete project cypress-user-perm-test-526006 --wait [2026-07-20T06:57:15.007Z] [INFO] Waiting for project cypress-user-perm-test-526006 to be fully deleted... [2026-07-20T06:57:15.012Z] [INFO] Executing command: oc get project "cypress-user-perm-test-526006" -o name [2026-07-20T06:57:15.252Z] [INFO] [EXEC] oc get project "cypress-user-perm-test-526006" -o name [2026-07-20T06:57:15.258Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"cypress-user-perm-test-526006\" not found","exitCode":1} [2026-07-20T06:57:15.263Z] [INFO] Project 'cypress-user-perm-test-526006' does not exist. [2026-07-20T06:57:15.282Z] [INFO] Creating project cypress-user-perm-test-526006 [2026-07-20T06:57:15.632Z] [INFO] [EXEC] oc new-project cypress-user-perm-test-526006 [2026-07-20T06:57:15.860Z] [INFO] [EXEC] oc label namespace cypress-user-perm-test-526006 opendatahub.io/dashboard=true --overwrite [2026-07-20T06:57:15.865Z] [INFO] Executing command: oc get project "cypress-user-perm-test-526006" -o name [2026-07-20T06:57:16.086Z] [INFO] [EXEC] oc get project "cypress-user-perm-test-526006" -o name [2026-07-20T06:57:16.092Z] [INFO] Command result: {"stdout":"project.project.openshift.io/cypress-user-perm-test-526006","stderr":"","exitCode":0} [2026-07-20T06:57:16.097Z] [INFO] Project 'cypress-user-perm-test-526006' exists. [2026-07-20T06:57:16.102Z] [INFO] Project cypress-user-perm-test-526006 confirmed to be created and verified successfully [2026-07-20T06:57:16.113Z] [INFO] [STEP 1] Log into the application [2026-07-20T06:57:16.119Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ [2026-07-20T06:57:16.420Z] [INFO] [STEP 2] Navigate to the Project list tab and search for cypress-user-perm-test-526006 [2026-07-20T06:57:22.668Z] [INFO] [STEP 3] Assign admin group Project Permissions [2026-07-20T06:57:26.585Z] [INFO] [STEP 4] Save the group and validate that odh-user1 has been saved with admin permissions ✓ Verify user can assign access permissions to user group (18883ms) [2026-07-20T06:57:26.806Z] [INFO] Starting 480s timeout for: Verify that user can access the created project with Admin rights [2026-07-20T06:57:26.808Z] [INFO] Test title: Verify that user can access the created project with Admin rights [2026-07-20T06:57:26.812Z] [INFO] Test tags: ["@Smoke","@SmokeSet1","@ODS-2194","@ODS-2201","@ODS-2208","@Dashboard","@NonConcurrent"] [2026-07-20T06:57:26.815Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:57:26.818Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-20T06:57:26.825Z] [INFO] [STEP 1] Log into the application as non-admin [2026-07-20T06:57:26.829Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ [2026-07-20T06:57:27.111Z] [INFO] [STEP 2] Verify that the user has access to the created project and can access Permissions [2026-07-20T06:57:44.974Z] [INFO] Deleting Project cypress-user-perm-test-526006 after the test has finished. [2026-07-20T06:57:45.189Z] [INFO] [EXEC] oc whoami [2026-07-20T06:57:46.015Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a9320a7aabaa54ed7a7b8ae93bb00db5-54b895203a8966d6.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T06:57:46.058Z] [INFO] ⚠️ oc login as admin failed: WARNING: Using insecure TLS client config. Setting this option is not supported! Login failed (401 Unauthorized) Verify you have provided the correct credentials. [2026-07-20T06:57:46.292Z] [INFO] [EXEC] oc delete project cypress-user-perm-test-526006 --wait=false --ignore-not-found ✓ Verify that user can access the created project with Admin rights (16550ms) 3 passing (1m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet1/e2e/.jsons/mochawesome_003.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 3 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 1 │ │ Video: false │ │ Duration: 1 minute, 11 seconds │ │ Spec Ran: dataScienceProjects/testProjectAdminPermissions.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet1/e2e/screenshots/dataScie (1280x720) nceProjects/testProjectAdminPermissions.cy.ts/Verify that users can provide admi n project permissions to non-admin usersgroups -- Verify user can assign access permissions to user group (failed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: featureStore/testFeatureStoreRbac.cy.ts (5 of 18) [2026-07-20T06:57:49.048Z] [INFO] Setting tests timeout to: 480 seconds Verify RBAC scoped Feature Store discovery by namespace access [2026-07-20T06:57:49.061Z] [INFO] Starting 480s timeout for: Admin user can discover the Feature Store project [2026-07-20T06:57:49.064Z] [INFO] Test title: Admin user can discover the Feature Store project [2026-07-20T06:57:49.069Z] [INFO] Test tags: ["@Dashboard","@FeatureStore","@FeatureStoreCI","@Smoke","@SmokeSet1"] [2026-07-20T06:57:49.074Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:57:49.078Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-20T06:57:49.092Z] [INFO] Ensure admin oc session for setup [2026-07-20T06:57:49.300Z] [INFO] [EXEC] oc whoami [2026-07-20T06:57:49.683Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a9320a7aabaa54ed7a7b8ae93bb00db5-54b895203a8966d6.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T06:57:49.689Z] [INFO] ⚠️ oc login as admin failed: WARNING: Using insecure TLS client config. Setting this option is not supported! Login failed (401 Unauthorized) Verify you have provided the correct credentials. [2026-07-20T06:57:49.691Z] [INFO] Check if the operator is RHOAI [2026-07-20T06:57:49.917Z] [INFO] [EXEC] oc get subscription -A -o json | jq -r '.items[] | select(.spec.name=="rhods-operator") | .spec.channel' [2026-07-20T06:57:49.923Z] [INFO] Command exit code: 0 [2026-07-20T06:57:49.928Z] [INFO] RHOAI confirmed (subscription channel="beta"). [2026-07-20T06:57:49.948Z] [INFO] Create namespace: test-fs-ui-proj-108259 [2026-07-20T06:57:49.951Z] [INFO] Executing command: oc get project "test-fs-ui-proj-108259" -o name [2026-07-20T06:57:50.288Z] [INFO] [EXEC] oc get project "test-fs-ui-proj-108259" -o name [2026-07-20T06:57:50.294Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-fs-ui-proj-108259\" not found","exitCode":1} [2026-07-20T06:57:50.299Z] [INFO] Project 'test-fs-ui-proj-108259' does not exist. [2026-07-20T06:57:50.308Z] [INFO] Creating project test-fs-ui-proj-108259 [2026-07-20T06:57:50.582Z] [INFO] [EXEC] oc new-project test-fs-ui-proj-108259 [2026-07-20T06:57:50.832Z] [INFO] [EXEC] oc label namespace test-fs-ui-proj-108259 opendatahub.io/dashboard=true --overwrite [2026-07-20T06:57:50.849Z] [INFO] Executing command: oc get project "test-fs-ui-proj-108259" -o name [2026-07-20T06:57:51.082Z] [INFO] [EXEC] oc get project "test-fs-ui-proj-108259" -o name [2026-07-20T06:57:51.088Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-fs-ui-proj-108259","stderr":"","exitCode":0} [2026-07-20T06:57:51.094Z] [INFO] Project 'test-fs-ui-proj-108259' exists. [2026-07-20T06:57:51.100Z] [INFO] Apply FeatureStore CR in namespace: test-fs-ui-proj-108259 [2026-07-20T06:57:51.412Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784530671103-hda2z35vx.yaml && rm -f /tmp/cypress-yaml-1784530671103-hda2z35vx.yaml [2026-07-20T06:57:51.418Z] [INFO] Command exit code: 0 [2026-07-20T06:57:51.421Z] [INFO] Finding pods with command: oc get pods -n test-fs-ui-proj-108259 -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep test-s3 [2026-07-20T06:58:01.651Z] [INFO] [EXEC] oc get pods -n test-fs-ui-proj-108259 -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep test-s3 [2026-07-20T06:58:01.683Z] [INFO] Parsed: namespace = test-fs-ui-proj-108259, podName = feast-test-s3-64cc5d848-pcjc6 [2026-07-20T06:58:01.697Z] [INFO] Found 1 matching pods [2026-07-20T06:58:01.701Z] [INFO] Executing command to wait for pod readiness: oc wait --for=condition=Ready pod/feast-test-s3-64cc5d848-pcjc6 -n test-fs-ui-proj-108259 --timeout=300s [2026-07-20T06:58:31.219Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/feast-test-s3-64cc5d848-pcjc6 -n test-fs-ui-proj-108259 --timeout=300s [2026-07-20T06:58:31.226Z] [INFO] Pod is ready: pod/feast-test-s3-64cc5d848-pcjc6 condition met [2026-07-20T06:58:31.248Z] [INFO] [STEP 1] Log in as admin user [2026-07-20T06:58:31.273Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ [2026-07-20T06:58:32.416Z] [INFO] [STEP 2] Navigate to the Feature Store Overview page [2026-07-20T06:58:42.622Z] [INFO] [STEP 3] Verify the Feature Store project is discoverable and select it [2026-07-20T06:58:43.034Z] [INFO] [STEP 4] Verify the project selector shows the selected project ✓ Admin user can discover the Feature Store project (54087ms) [2026-07-20T06:58:43.317Z] [INFO] Starting 480s timeout for: Non-admin user without namespace access cannot discover the Feature Store project [2026-07-20T06:58:43.320Z] [INFO] Test title: Non-admin user without namespace access cannot discover the Feature Store project [2026-07-20T06:58:43.324Z] [INFO] Test tags: ["@Dashboard","@FeatureStore","@FeatureStoreCI","@Smoke","@SmokeSet1"] [2026-07-20T06:58:43.328Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:58:43.332Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-20T06:58:43.341Z] [INFO] [STEP 1] Log in as non-admin user (no access to the test namespace) [2026-07-20T06:58:43.345Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ [2026-07-20T06:58:43.513Z] [INFO] [STEP 2] Navigate to the Feature Store Overview page [2026-07-20T06:58:47.023Z] [INFO] [STEP 3] Verify the Feature Store empty state is shown (no projects accessible) [2026-07-20T06:58:57.467Z] [INFO] Starting 480s timeout for: Non-admin user without namespace access cannot discover the Feature Store project [2026-07-20T06:58:57.470Z] [INFO] Test title: Non-admin user without namespace access cannot discover the Feature Store project [2026-07-20T06:58:57.475Z] [INFO] Test tags: ["@Dashboard","@FeatureStore","@FeatureStoreCI","@Smoke","@SmokeSet1"] [2026-07-20T06:58:57.480Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:58:57.484Z] [INFO] Grep tags: ["@SmokeSet1"] [2026-07-20T06:58:57.496Z] [INFO] Ensure admin oc session for setup [2026-07-20T06:58:57.718Z] [INFO] [EXEC] oc whoami [2026-07-20T06:58:58.282Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a9320a7aabaa54ed7a7b8ae93bb00db5-54b895203a8966d6.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T06:58:58.288Z] [INFO] ⚠️ oc login as admin failed: WARNING: Using insecure TLS client config. Setting this option is not supported! Login failed (401 Unauthorized) Verify you have provided the correct credentials. [2026-07-20T06:58:58.291Z] [INFO] Check if the operator is RHOAI [2026-07-20T06:58:58.521Z] [INFO] [EXEC] oc get subscription -A -o json | jq -r '.items[] | select(.spec.name=="rhods-operator") | .spec.channel' [2026-07-20T06:58:58.527Z] [INFO] Command exit code: 0 [2026-07-20T06:58:58.532Z] [INFO] RHOAI confirmed (subscription channel="beta"). [2026-07-20T06:58:58.543Z] [INFO] Create namespace: test-fs-ui-proj-108259 [2026-07-20T06:58:58.547Z] [INFO] Executing command: oc get project "test-fs-ui-proj-108259" -o name [2026-07-20T06:58:58.784Z] [INFO] [EXEC] oc get project "test-fs-ui-proj-108259" -o name [2026-07-20T06:58:58.790Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-fs-ui-proj-108259","stderr":"","exitCode":0} [2026-07-20T06:58:58.795Z] [INFO] Project 'test-fs-ui-proj-108259' exists. [2026-07-20T06:58:58.802Z] [INFO] Project test-fs-ui-proj-108259 already exists. Deleting it. [2026-07-20T06:59:42.746Z] [INFO] [EXEC] oc delete project test-fs-ui-proj-108259 --wait [2026-07-20T06:59:42.758Z] [INFO] Waiting for project test-fs-ui-proj-108259 to be fully deleted... [2026-07-20T06:59:42.763Z] [INFO] Executing command: oc get project "test-fs-ui-proj-108259" -o name [2026-07-20T06:59:43.016Z] [INFO] [EXEC] oc get project "test-fs-ui-proj-108259" -o name [2026-07-20T06:59:43.023Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-fs-ui-proj-108259\" not found","exitCode":1} [2026-07-20T06:59:43.030Z] [INFO] Project 'test-fs-ui-proj-108259' does not exist. [2026-07-20T06:59:43.050Z] [INFO] Creating project test-fs-ui-proj-108259 [2026-07-20T06:59:43.419Z] [INFO] [EXEC] oc new-project test-fs-ui-proj-108259 [2026-07-20T06:59:43.670Z] [INFO] [EXEC] oc label namespace test-fs-ui-proj-108259 opendatahub.io/dashboard=true --overwrite [2026-07-20T06:59:43.675Z] [INFO] Executing command: oc get project "test-fs-ui-proj-108259" -o name [2026-07-20T06:59:43.900Z] [INFO] [EXEC] oc get project "test-fs-ui-proj-108259" -o name [2026-07-20T06:59:43.907Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-fs-ui-proj-108259","stderr":"","exitCode":0} [2026-07-20T06:59:43.946Z] [INFO] Project 'test-fs-ui-proj-108259' exists. [2026-07-20T06:59:43.954Z] [INFO] Apply FeatureStore CR in namespace: test-fs-ui-proj-108259 [2026-07-20T06:59:44.455Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784530783956-ep4ej75qq.yaml && rm -f /tmp/cypress-yaml-1784530783956-ep4ej75qq.yaml [2026-07-20T06:59:44.462Z] [INFO] Command exit code: 0 [2026-07-20T06:59:44.469Z] [INFO] Finding pods with command: oc get pods -n test-fs-ui-proj-108259 -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep test-s3 [2026-07-20T06:59:54.712Z] [INFO] [EXEC] oc get pods -n test-fs-ui-proj-108259 -o custom-columns="NAMESPACE:.metadata.namespace,NAME:.metadata.name" --no-headers | grep test-s3 [2026-07-20T06:59:54.727Z] [INFO] Parsed: namespace = test-fs-ui-proj-108259, podName = feast-test-s3-64cc5d848-t5mzq [2026-07-20T06:59:54.732Z] [INFO] Found 1 matching pods [2026-07-20T06:59:54.736Z] [INFO] Executing command to wait for pod readiness: oc wait --for=condition=Ready pod/feast-test-s3-64cc5d848-t5mzq -n test-fs-ui-proj-108259 --timeout=300s [2026-07-20T07:00:03.678Z] [INFO] [EXEC] oc wait --for=condition=Ready pod/feast-test-s3-64cc5d848-t5mzq -n test-fs-ui-proj-108259 --timeout=300s [2026-07-20T07:00:03.685Z] [INFO] Pod is ready: pod/feast-test-s3-64cc5d848-t5mzq condition met [2026-07-20T07:00:03.697Z] [INFO] [STEP 1] Log in as non-admin user (no access to the test namespace) [2026-07-20T07:00:03.705Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ [2026-07-20T07:00:04.107Z] [INFO] [STEP 2] Navigate to the Feature Store Overview page [2026-07-20T07:00:08.513Z] [INFO] [STEP 3] Verify the Feature Store empty state is shown (no projects accessible) 1) Non-admin user without namespace access cannot discover the Feature Store project [2026-07-20T07:00:18.833Z] [INFO] Restore admin oc session for cleanup [2026-07-20T07:00:19.046Z] [INFO] [EXEC] oc whoami [2026-07-20T07:00:19.445Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a9320a7aabaa54ed7a7b8ae93bb00db5-54b895203a8966d6.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T07:00:19.452Z] [INFO] ⚠️ oc login as admin failed: WARNING: Using insecure TLS client config. Setting this option is not supported! Login failed (401 Unauthorized) Verify you have provided the correct credentials. [2026-07-20T07:00:19.456Z] [INFO] Delete namespace: test-fs-ui-proj-108259 [2026-07-20T07:00:19.708Z] [INFO] [EXEC] oc delete project test-fs-ui-proj-108259 --wait=false --ignore-not-found 1 passing (3m) 1 failing 1) Verify RBAC scoped Feature Store discovery by namespace access Non-admin user without namespace access cannot discover the Feature Store project: Test steps were: 1. Ensure admin oc session for setup 2. Check if the operator is RHOAI 3. Create namespace: test-fs-ui-proj-108259 4. Apply FeatureStore CR in namespace: test-fs-ui-proj-108259 5. Log in as non-admin user (no access to the test namespace) 6. Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ 7. Navigate to the Feature Store Overview page 8. Verify the Feature Store empty state is shown (no projects accessible) Timed out retrying after 10000ms: Unable to find an element by: [data-testid="empty-state-feature-store"] Ignored nodes: comments, script, style Red Hat OpenShift AI