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) "@SmokeSet4" ================================================================================ (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Cypress: 15.17.0 │ │ Browser: Electron 138 (headless) │ │ Node Version: v22.22.0 (/usr/bin/node-22) │ │ Specs: 6 found (automl/testAutomlBinaryClassification.cy.ts, modelRegistry/testCreate │ │ ModelRegistry.cy.ts, modelRegistry/testRegisterModel.cy.ts, pipelines/createRu │ │ nDeletePipelineCustomPipMirror.cy.ts, pipelines/pipelines.cy.ts, pipelines/tes │ │ tSchedulePipeline.cy.ts) │ │ Searched: cypress/tests/e2e/automl/testAutomlBinaryClassification.cy.ts, cypress/tests/e │ │ 2e/modelRegistry/testCreateModelRegistry.cy.ts, cypress/tests/e2e/modelRegistr │ │ y/testRegisterModel.cy.ts, cypress/tests/e2e/pipelines/createRunDeletePipeline │ │ CustomPipMirror.cy.ts, cypress/tests/e2e/pipelines/pipelines.cy.ts, cypress/te │ │ sts/e2e/pipelines/testSchedulePipeline.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: automl/testAutomlBinaryClassification.cy.ts (1 of 6) [2026-08-05T00:00:05.675Z] [INFO] Setting tests timeout to: 480 seconds AutoML Binary Classification E2E - Can create and submit an AutoML binary classification run - Verify binary classification run completes with leaderboard - Can interact with results page (leaderboard, model details, download) - Can open register model modal from model details [2026-08-05T00:00:05.707Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (95ms) 4 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 4 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: automl/testAutomlBinaryClassification.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testCreateModelRegistry.cy.ts (2 of 6) [2026-08-05T00:00:08.176Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-08-05T00:00:08.186Z] [INFO] [STEP NaN] Load test data from fixture [2026-08-05T00:00:08.235Z] [INFO] Ensure operator has optimal memory for testing [2026-08-05T00:00:08.828Z] [INFO] [EXEC] oc get deployment model-registry-operator-controller-manager -n redhat-ods-applications -o jsonpath='{.spec.template.spec.containers[0].resources.limits.memory}' [2026-08-05T00:00:08.838Z] [INFO] Current operator memory limit: 512Mi [2026-08-05T00:00:08.842Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-08-05T00:00:09.076Z] [INFO] [EXEC] oc patch deployment model-registry-operator-controller-manager -n redhat-ods-applications -p '{"spec":{"template":{"spec":{"containers":[{"name":"manager","resources":{"limits":{"memory":"1Gi"}}}]}}}}' [2026-08-05T00:00:09.084Z] [INFO] Successfully patched operator memory to 1Gi [2026-08-05T00:00:21.269Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-08-05T00:00:21.293Z] [INFO] Operator rollout completed successfully [2026-08-05T00:00:21.307Z] [INFO] Create and verify SQL database for model registry [2026-08-05T00:00:21.325Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-08-05T00:00:21.330Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-08-05T00:00:21.535Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-08-05T00:00:21.542Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-08-05T00:00:21.812Z] [INFO] [EXEC] oc apply -f /tmp/db-1785888021546.yaml [2026-08-05T00:00:21.900Z] [INFO] [EXEC] rm -f /tmp/db-1785888021546.yaml [2026-08-05T00:00:21.912Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-08-05T00:00:21.927Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-08-05T00:00:46.438Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-08-05T00:00:46.454Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-08-05T00:00:46.463Z] [INFO] Create and verify PostgreSQL database for model registry [2026-08-05T00:00:46.478Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-08-05T00:00:46.492Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-08-05T00:00:46.707Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-08-05T00:00:46.712Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-08-05T00:00:46.986Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1785888046716.yaml [2026-08-05T00:00:47.077Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1785888046716.yaml [2026-08-05T00:00:47.108Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-08-05T00:00:47.114Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-08-05T00:01:13.653Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-08-05T00:01:13.671Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-08-05T00:01:13.724Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-08-05T00:01:13.728Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-08-05T00:01:13.733Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-08-05T00:01:13.737Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T00:01:13.741Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T00:01:13.767Z] [INFO] [STEP 1] Login as an Admin [2026-08-05T00:01:13.780Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ [2026-08-05T00:01:14.903Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-08-05T00:01:14.984Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-08-05T00:01:19.781Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-08-05T00:01:21.525Z] [INFO] [STEP 4] Verify it is available in the UI [2026-08-05T00:01:49.451Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-08-05T00:01:49.483Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-08-05T00:01:49.792Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-08-05T00:01:49.858Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 28s [2026-08-05T00:01:49.866Z] [INFO] [STEP 6] Delete the model registry [2026-08-05T00:01:50.472Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-08-05T00:01:50.759Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-08-05T00:01:50.798Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-08-05T00:01:51.093Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 ✓ Creates a model registry with mysql database and then deletes it (103036ms) [2026-08-05T00:01:51.354Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-08-05T00:01:51.356Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-08-05T00:01:51.360Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-08-05T00:01:51.364Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T00:01:51.368Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T00:01:51.392Z] [INFO] [STEP 1] Login as an Admin [2026-08-05T00:01:51.402Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ [2026-08-05T00:01:51.518Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-08-05T00:01:51.661Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-08-05T00:01:55.140Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-08-05T00:01:57.697Z] [INFO] [STEP 4] Verify it is available in the UI [2026-08-05T00:02:24.882Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-08-05T00:02:24.913Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-08-05T00:02:25.191Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-08-05T00:02:25.248Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 28s [2026-08-05T00:02:25.277Z] [INFO] [STEP 6] Delete the model registry [2026-08-05T00:02:25.900Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-08-05T00:02:26.166Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-08-05T00:02:26.196Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-08-05T00:02:26.471Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 ✓ Creates a model registry with PostgreSQL database and then deletes it (35209ms) [2026-08-05T00:02:26.658Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-08-05T00:02:26.660Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-08-05T00:02:26.664Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-08-05T00:02:26.668Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T00:02:26.671Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T00:02:26.697Z] [INFO] [STEP 1] Login as an Admin [2026-08-05T00:02:26.714Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ [2026-08-05T00:02:26.825Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-08-05T00:02:26.952Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-08-05T00:02:29.389Z] [INFO] [STEP 3] Create a model registry with default database [2026-08-05T00:02:30.334Z] [INFO] [STEP 4] Verify it is available in the UI [2026-08-05T00:03:28.904Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-08-05T00:03:28.929Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-08-05T00:03:29.262Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-08-05T00:03:29.325Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 59s [2026-08-05T00:03:29.334Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-08-05T00:03:29.364Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-08-05T00:03:29.848Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-08-05T00:03:29.905Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-08-05T00:03:29.946Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-08-05T00:03:30.187Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-08-05T00:03:30.255Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-08-05T00:03:30.285Z] [INFO] [STEP 7] Delete the model registry with default database [2026-08-05T00:03:30.974Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-08-05T00:03:31.268Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-08-05T00:03:31.306Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-08-05T00:03:31.758Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-08-05T00:03:31.949Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-08-05T00:03:32.182Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-08-05T00:03:32.216Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-08-05T00:03:32.834Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-08-05T00:03:32.877Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-08-05T00:03:32.923Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-08-05T00:03:33.433Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-08-05T00:03:33.491Z] [INFO] [STEP 13] Delete the MySQL database [2026-08-05T00:03:33.535Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-08-05T00:03:33.929Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-08-05T00:03:34.092Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-08-05T00:03:36.688Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=mysql-db-registry-298031 -n rhoai-model-registries --ignore-not-found=true [2026-08-05T00:03:36.800Z] [INFO] Delete command output: service "mysql-db-registry-298031" deleted persistentvolumeclaim "mysql-db-registry-298031" deleted deployment.apps "mysql-db-registry-298031" deleted secret "mysql-db-registry-298031" deleted [2026-08-05T00:03:37.167Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-08-05T00:03:37.274Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-08-05T00:03:37.311Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-08-05T00:03:37.348Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-08-05T00:03:37.643Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-08-05T00:03:37.647Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-08-05T00:03:37.650Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-08-05T00:03:37.931Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-08-05T00:03:37.973Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-08-05T00:03:38.043Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-08-05T00:03:38.643Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-08-05T00:03:38.652Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-08-05T00:03:39.705Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=postgres-db-registry-298031 -n rhoai-model-registries --ignore-not-found=true [2026-08-05T00:03:39.776Z] [INFO] Delete command output: service "postgres-db-registry-298031" deleted persistentvolumeclaim "postgres-db-registry-298031" deleted deployment.apps "postgres-db-registry-298031" deleted secret "postgres-db-registry-298031" deleted [2026-08-05T00:03:40.009Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-08-05T00:03:40.015Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (65186ms) 3 passing (4m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 3 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 3 minutes, 32 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-08-05T00:03:43.338Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-08-05T00:03:43.348Z] [INFO] [STEP NaN] Load test data from fixture [2026-08-05T00:03:43.445Z] [INFO] Ensure operator has optimal memory for testing [2026-08-05T00:03:43.841Z] [INFO] [EXEC] oc get deployment model-registry-operator-controller-manager -n redhat-ods-applications -o jsonpath='{.spec.template.spec.containers[0].resources.limits.memory}' [2026-08-05T00:03:43.849Z] [INFO] Current operator memory limit: 1Gi [2026-08-05T00:03:43.853Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-08-05T00:03:43.862Z] [INFO] Create and verify SQL database for model registry [2026-08-05T00:03:43.865Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-08-05T00:03:43.869Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-08-05T00:03:44.198Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-08-05T00:03:44.227Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-08-05T00:03:44.524Z] [INFO] [EXEC] oc apply -f /tmp/db-1785888224230.yaml [2026-08-05T00:03:44.641Z] [INFO] [EXEC] rm -f /tmp/db-1785888224230.yaml [2026-08-05T00:03:44.650Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-08-05T00:03:44.655Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-08-05T00:04:13.842Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-08-05T00:04:13.851Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-08-05T00:04:13.870Z] [INFO] Create a model registry using YAML [2026-08-05T00:04:13.885Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-08-05T00:04:14.262Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1785888253898-4hyywmcwy.yaml && rm -f /tmp/cypress-yaml-1785888253898-4hyywmcwy.yaml [2026-08-05T00:04:14.283Z] [INFO] Command exit code: 0 [2026-08-05T00:04:14.289Z] [INFO] Verify model registry is created [2026-08-05T00:04:14.310Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-08-05T00:04:14.583Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-08-05T00:04:14.598Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 0s [2026-08-05T00:04:14.603Z] [INFO] Wait for model registry to be in Available state [2026-08-05T00:04:14.618Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-08-05T00:04:31.325Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-08-05T00:04:31.331Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-08-05T00:04:41.342Z] [INFO] Create a project for register and store test [2026-08-05T00:04:41.352Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-08-05T00:04:41.633Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-08-05T00:04:41.665Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-08-05T00:04:41.684Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-08-05T00:04:41.717Z] [INFO] Creating project test-register-store-662874 [2026-08-05T00:04:42.120Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-08-05T00:04:42.362Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-08-05T00:04:42.369Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-08-05T00:04:42.680Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-08-05T00:04:42.700Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-08-05T00:04:42.734Z] [INFO] Project 'test-register-store-662874' exists. [2026-08-05T00:04:42.753Z] [INFO] Grant project access to the model registry [2026-08-05T00:04:43.080Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1785888282790-j5e4fghc0.yaml && rm -f /tmp/cypress-yaml-1785888282790-j5e4fghc0.yaml [2026-08-05T00:04:43.102Z] [INFO] Command exit code: 0 [2026-08-05T00:04:43.178Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-08-05T00:04:43.184Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-08-05T00:04:43.221Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-08-05T00:04:43.256Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T00:04:43.262Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T00:04:43.329Z] [INFO] [STEP 1] Log into the application [2026-08-05T00:04:43.376Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ [2026-08-05T00:04:44.607Z] [INFO] [STEP 2] Clean up test models from any previous retry attempts [2026-08-05T00:04:45.161Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-08-05T00:04:45.217Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model [2026-08-05T00:04:45.700Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-bkt2t -n rhoai-model-registries -- mysql -u *** -pTheBlurstOfTimes --database="model-registry" -e "DELETE cp FROM ContextProperty cp JOIN Context c ON cp.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE pc FROM ParentContext pc JOIN Context c ON pc.context_id = c.id OR pc.parent_context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE a FROM Association a JOIN Context c ON a.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE at FROM Attribution at JOIN Context c ON at.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE FROM Context WHERE name IN ('test-obj-model-662874', 'test-uri-model');" [2026-08-05T00:04:45.750Z] [INFO] Database cleanup completed successfully [2026-08-05T00:04:45.774Z] [INFO] [STEP 3] Navigate to Model Registry [2026-08-05T00:04:45.824Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T00:04:54.419Z] [INFO] [STEP 4] Register a model using object storage [2026-08-05T00:04:59.288Z] [INFO] [STEP 5] Verify the object storage model was registered [2026-08-05T00:05:00.734Z] [INFO] [STEP 6] Navigate back to register another model using direct URL [2026-08-05T00:05:14.760Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874/register/model [2026-08-05T00:05:23.803Z] [INFO] [STEP 7] Register a model using URI [2026-08-05T00:05:27.137Z] [INFO] [STEP 8] Verify the URI model was registered [2026-08-05T00:05:29.274Z] [INFO] [STEP 9] Navigate back to model registry to verify both models [2026-08-05T00:05:43.715Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T00:05:45.708Z] [INFO] [STEP 10] Verify both models are visible in the registry [2026-08-05T00:05:57.204Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-08-05T00:05:57.209Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-08-05T00:05:57.213Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-08-05T00:05:57.217Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T00:05:57.221Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T00:05:57.249Z] [INFO] [STEP 1] Log into the application [2026-08-05T00:05:57.259Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ [2026-08-05T00:05:57.599Z] [INFO] [STEP 2] Clean up test models from any previous retry attempts [2026-08-05T00:05:58.134Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-08-05T00:05:58.158Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model [2026-08-05T00:05:58.586Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-bkt2t -n rhoai-model-registries -- mysql -u *** -pTheBlurstOfTimes --database="model-registry" -e "DELETE cp FROM ContextProperty cp JOIN Context c ON cp.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE pc FROM ParentContext pc JOIN Context c ON pc.context_id = c.id OR pc.parent_context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE a FROM Association a JOIN Context c ON a.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE at FROM Attribution at JOIN Context c ON at.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model'); DELETE FROM Context WHERE name IN ('test-obj-model-662874', 'test-uri-model');" [2026-08-05T00:05:59.226Z] [INFO] Database cleanup completed successfully [2026-08-05T00:05:59.235Z] [INFO] [STEP 3] Navigate to Model Registry [2026-08-05T00:05:59.417Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T00:06:07.956Z] [INFO] [STEP 4] Register a model using object storage [2026-08-05T00:06:13.433Z] [INFO] [STEP 5] Verify the object storage model was registered [2026-08-05T00:06:15.175Z] [INFO] [STEP 6] Navigate back to register another model using direct URL [2026-08-05T00:06:29.581Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874/register/model [2026-08-05T00:06:37.237Z] [INFO] [STEP 7] Register a model using URI [2026-08-05T00:06:41.478Z] [INFO] [STEP 8] Verify the URI model was registered [2026-08-05T00:06:42.820Z] [INFO] [STEP 9] Navigate back to model registry to verify both models [2026-08-05T00:06:42.875Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T00:06:43.835Z] [INFO] [STEP 10] Verify both models are visible in the registry ✓ Registers models via model registry using object storage and URI (56236ms) [2026-08-05T00:06:54.353Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-08-05T00:06:54.360Z] [INFO] Test title: Registers a new version via versions view [2026-08-05T00:06:54.374Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-08-05T00:06:54.388Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T00:06:54.402Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T00:06:54.438Z] [INFO] [STEP 1] Log into the application [2026-08-05T00:06:54.456Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ [2026-08-05T00:06:54.574Z] [INFO] [STEP 2] Navigate to Model Registry [2026-08-05T00:06:54.691Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T00:07:00.239Z] [INFO] [STEP 3] Navigate to the first registered model [2026-08-05T00:07:00.817Z] [INFO] [STEP 4] Wait for model details page to load [2026-08-05T00:07:00.893Z] [INFO] [STEP 5] Navigate to versions tab [2026-08-05T00:07:31.619Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-08-05T00:07:31.622Z] [INFO] Test title: Registers a new version via versions view [2026-08-05T00:07:31.626Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-08-05T00:07:31.630Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T00:07:31.633Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T00:07:31.654Z] [INFO] [STEP 1] Log into the application [2026-08-05T00:07:31.662Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ [2026-08-05T00:07:31.811Z] [INFO] [STEP 2] Navigate to Model Registry [2026-08-05T00:07:31.970Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T00:07:38.215Z] [INFO] [STEP 3] Navigate to the first registered model [2026-08-05T00:07:39.421Z] [INFO] [STEP 4] Wait for model details page to load [2026-08-05T00:07:39.727Z] [INFO] [STEP 5] Navigate to versions tab 1) Registers a new version via versions view [2026-08-05T00:08:10.696Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-08-05T00:08:10.698Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-08-05T00:08:10.702Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-08-05T00:08:10.705Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T00:08:10.708Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T00:08:10.734Z] [INFO] [STEP 1] Log into the application [2026-08-05T00:08:10.743Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ [2026-08-05T00:08:10.905Z] [INFO] [STEP 2] Navigate to Model Registry [2026-08-05T00:08:10.979Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T00:08:17.663Z] [INFO] [STEP 3] Click Register Model button [2026-08-05T00:08:43.065Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-08-05T00:08:43.144Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-08-05T00:08:43.422Z] [INFO] [STEP 6] Verify namespace selector appears [2026-08-05T00:08:43.561Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-08-05T00:08:47.086Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-08-05T00:08:47.150Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-08-05T00:08:47.316Z] [INFO] [STEP 10] Fill in model details [2026-08-05T00:08:49.620Z] [INFO] [STEP 11] Fill in transfer job name [2026-08-05T00:08:49.942Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-08-05T00:08:51.768Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-08-05T00:08:53.008Z] [INFO] [STEP 14] Verify submit button is enabled [2026-08-05T00:08:53.103Z] [INFO] [STEP 15] Submit the register and store form [2026-08-05T00:08:53.421Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-08-05T00:08:53.670Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-08-05T00:09:04.570Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-08-05T00:09:04.573Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-08-05T00:09:04.577Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-08-05T00:09:04.582Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T00:09:04.585Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T00:09:04.614Z] [INFO] [STEP 1] Log into the application [2026-08-05T00:09:04.623Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ [2026-08-05T00:09:05.607Z] [INFO] [STEP 2] Navigate to Model Registry [2026-08-05T00:09:06.235Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T00:09:12.955Z] [INFO] [STEP 3] Click Register Model button [2026-08-05T00:09:31.140Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-08-05T00:09:31.275Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-08-05T00:09:31.703Z] [INFO] [STEP 6] Verify namespace selector appears [2026-08-05T00:09:31.931Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-08-05T00:09:34.899Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-08-05T00:09:35.007Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-08-05T00:09:35.152Z] [INFO] [STEP 10] Fill in model details [2026-08-05T00:09:38.225Z] [INFO] [STEP 11] Fill in transfer job name [2026-08-05T00:09:38.889Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-08-05T00:09:41.697Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-08-05T00:09:43.881Z] [INFO] [STEP 14] Verify submit button is enabled [2026-08-05T00:09:44.035Z] [INFO] [STEP 15] Submit the register and store form [2026-08-05T00:09:44.520Z] [INFO] [STEP 16] Verify transfer job started notification appears 2) Registers and stores a model to an OCI destination [2026-08-05T00:10:00.418Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-08-05T00:10:00.420Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-08-05T00:10:00.423Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-08-05T00:10:00.427Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T00:10:00.430Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T00:10:00.458Z] [INFO] [STEP 1] Log into the application [2026-08-05T00:10:00.471Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ [2026-08-05T00:10:00.579Z] [INFO] [STEP 2] Navigate to Model Registry [2026-08-05T00:10:00.686Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T00:10:07.185Z] [INFO] [STEP 3] Click Register Model button [2026-08-05T00:10:09.686Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-08-05T00:10:09.791Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-08-05T00:10:10.170Z] [INFO] [STEP 6] Verify namespace selector appears [2026-08-05T00:10:10.457Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-08-05T00:10:13.760Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-08-05T00:10:13.996Z] [INFO] [STEP 9] Fill in model details [2026-08-05T00:10:16.476Z] [INFO] [STEP 10] Fill in transfer job name [2026-08-05T00:10:16.956Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-08-05T00:10:17.812Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-08-05T00:10:19.405Z] [INFO] [STEP 13] Verify submit button is enabled [2026-08-05T00:10:19.532Z] [INFO] [STEP 14] Submit the register and store form [2026-08-05T00:10:19.983Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-08-05T00:10:20.300Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-08-05T00:10:20.392Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job) [2026-08-05T00:10:20.927Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job --for=condition=PodScheduled pod --timeout=120s [2026-08-05T00:10:21.120Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-kbd79 condition met [2026-08-05T00:10:21.127Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-08-05T00:10:32.293Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-08-05T00:10:32.296Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-08-05T00:10:32.299Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-08-05T00:10:32.303Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T00:10:32.306Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-08-05T00:10:32.335Z] [INFO] [STEP 1] Log into the application [2026-08-05T00:10:32.345Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ [2026-08-05T00:10:32.639Z] [INFO] [STEP 2] Navigate to Model Registry [2026-08-05T00:10:32.962Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 [2026-08-05T00:10:40.161Z] [INFO] [STEP 3] Click Register Model button [2026-08-05T00:10:57.022Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-08-05T00:10:57.328Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-08-05T00:10:57.952Z] [INFO] [STEP 6] Verify namespace selector appears [2026-08-05T00:10:58.225Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-08-05T00:11:01.540Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-08-05T00:11:01.856Z] [INFO] [STEP 9] Fill in model details [2026-08-05T00:11:04.986Z] [INFO] [STEP 10] Fill in transfer job name [2026-08-05T00:11:06.053Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-08-05T00:11:07.578Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-08-05T00:11:09.123Z] [INFO] [STEP 13] Verify submit button is enabled [2026-08-05T00:11:09.311Z] [INFO] [STEP 14] Submit the register and store form [2026-08-05T00:11:10.242Z] [INFO] [STEP 15] Verify transfer job started notification appears 3) Registers and stores a model to an OCI destination using URI origin [2026-08-05T00:11:20.937Z] [INFO] Navigate away from model registry before cleanup [2026-08-05T00:11:21.745Z] [INFO] Clean up registered models from database [2026-08-05T00:11:22.162Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-08-05T00:11:22.236Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-08-05T00:11:22.689Z] [INFO] [EXEC] oc exec model-registry-db-662874-864c6b9cc8-bkt2t -n rhoai-model-registries -- mysql -u *** -pTheBlurstOfTimes --database="model-registry" -e "DELETE cp FROM ContextProperty cp JOIN Context c ON cp.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE pc FROM ParentContext pc JOIN Context c ON pc.context_id = c.id OR pc.parent_context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE a FROM Association a JOIN Context c ON a.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE at FROM Attribution at JOIN Context c ON at.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE FROM Context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874');" [2026-08-05T00:11:23.072Z] [INFO] Database cleanup completed successfully [2026-08-05T00:11:23.268Z] [INFO] Delete the model registry [2026-08-05T00:11:23.446Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-08-05T00:11:24.518Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-08-05T00:11:24.694Z] [INFO] Verify model registry is removed from the backend [2026-08-05T00:11:24.845Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-08-05T00:11:25.426Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-08-05T00:11:25.581Z] [INFO] Delete the SQL database [2026-08-05T00:11:25.593Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-08-05T00:11:25.842Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-08-05T00:11:25.850Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-08-05T00:11:28.049Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=model-registry-db-662874 -n rhoai-model-registries --ignore-not-found=true [2026-08-05T00:11:28.056Z] [INFO] Delete command output: service "model-registry-db-662874" deleted persistentvolumeclaim "model-registry-db-662874" deleted deployment.apps "model-registry-db-662874" deleted secret "model-registry-db-662874" deleted [2026-08-05T00:11:28.280Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-08-05T00:11:28.287Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-08-05T00:11:28.294Z] [INFO] Delete the test project [2026-08-05T00:11:28.537Z] [INFO] [EXEC] oc delete project test-register-store-662874 --wait=false --ignore-not-found 1 passing (8m) 3 failing 1) Verify models can be registered in a model registry Registers a new version via versions view: Test steps were: 1. Log into the application 2. Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ 3. Navigate to Model Registry 4. Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ai-hub/models/registry/test-model-registry-662874 5. Navigate to the first registered model 6. Wait for model details page to load 7. Navigate to versions tab Timed out retrying after 30000ms: Unable to find an element by: [data-testid="versions-tab"] Ignored nodes: comments, script, style Red Hat OpenShift AI