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) "@SmokeSet3" ================================================================================ (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Cypress: 15.17.0 │ │ Browser: Electron 138 (headless) │ │ Node Version: v22.22.0 (/usr/bin/node-22) │ │ Specs: 8 found (modelCatalog/testCatalogDeployModel.cy.ts, dataScienceProjects/models │ │ /testDeployLLMDServing.cy.ts, dataScienceProjects/models/testDeployOCIModel.cy │ │ .ts, dataScienceProjects/models/testModelPvcDeployment.cy.ts, dataScienceProje │ │ cts/models/testModelTo...) │ │ Searched: cypress/tests/e2e/modelCatalog/testCatalogDeployModel.cy.ts, cypress/tests/e2e │ │ /dataScienceProjects/models/testDeployLLMDServing.cy.ts, cypress/tests/e2e/dat │ │ aScienceProjects/models/testDeployOCIModel.cy.ts, cypress/tests/e2e/dataScienc │ │ eProjects/models/testModelPvcDeployment.cy.ts, cypress/tests/e2e/dataSciencePr │ │ ojects/models/testModelTokenAuth.cy.ts, cypress/tests/e2e/dataScienceProjects/ │ │ models/testSingleModelAdminCreation.cy.ts, cypress/tests/e2e/dataScienceProjec │ │ ts/models/testVLLMOnMaaS.cy.ts, cypress/tests/e2e/settings/hardwareProfiles/te │ │ stModelServingTolerations.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet3/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelCatalog/testCatalogDeployModel.cy.ts (1 of 8) [2026-07-02T21:55:28.143Z] [INFO] Setting tests timeout to: 480 seconds Verify a model can be deployed from model catalog [2026-07-02T21:55:28.166Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-02T21:55:28.171Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-02T21:55:28.237Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-02T21:55:28.250Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-02T21:55:28.260Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-02T21:55:28.341Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-02T21:55:29.163Z] [INFO] [EXEC] oc get configmap default-catalog-sources -n rhoai-model-registries -o jsonpath='{.data.sources\.yaml}' | if command -v yq >/dev/null 2>&1; then yq '.catalogs[] | select(.id == "redhat_ai_models") | .enabled' else python3 -c 'import sys, yaml, json; json.dump(yaml.safe_load(sys.stdin), sys.stdout)' 2>/dev/null | jq -r '.catalogs[] | select(.id == "redhat_ai_models") | .enabled // empty' fi [2026-07-02T21:55:29.172Z] [INFO] Command exit code: 0 [2026-07-02T21:55:29.258Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-02T21:55:29.269Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-02T21:55:29.340Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-02T21:55:29.642Z] [INFO] [EXEC] oc whoami [2026-07-02T21:55:30.120Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://aed6688918e814ab58fb7e5627d8b6a4-907219984db1e4dc.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-02T21:55:30.156Z] [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-02T21:55:30.168Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-02T21:55:30.173Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:55:30.531Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:55:30.556Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-02T21:55:30.571Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-02T21:55:30.593Z] [INFO] Creating project test-model-catalog-175228 [2026-07-02T21:55:30.947Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-02T21:55:31.273Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-02T21:55:31.290Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:55:31.665Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:55:31.672Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-02T21:55:31.690Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-02T21:55:32.058Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783029331746-j78eugm5r.yaml && rm -f /tmp/cypress-yaml-1783029331746-j78eugm5r.yaml [2026-07-02T21:55:32.088Z] [INFO] Command exit code: 0 [2026-07-02T21:55:32.235Z] [INFO] Navigate to: https://rh-ai.apps.d9b1a4c5-d788-443e-902b-ed9f5d51e528.prod.konfluxeaas.com/ [2026-07-02T21:55:32.244Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-02T21:55:35.856Z] [INFO] Setting tests timeout to: 480 seconds [2026-07-02T21:55:35.873Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-02T21:55:35.930Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-02T21:55:35.945Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-02T21:55:35.951Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-02T21:55:35.961Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-02T21:55:36.031Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-02T21:55:36.475Z] [INFO] [EXEC] oc get configmap default-catalog-sources -n rhoai-model-registries -o jsonpath='{.data.sources\.yaml}' | if command -v yq >/dev/null 2>&1; then yq '.catalogs[] | select(.id == "redhat_ai_models") | .enabled' else python3 -c 'import sys, yaml, json; json.dump(yaml.safe_load(sys.stdin), sys.stdout)' 2>/dev/null | jq -r '.catalogs[] | select(.id == "redhat_ai_models") | .enabled // empty' fi [2026-07-02T21:55:36.541Z] [INFO] Command exit code: 0 [2026-07-02T21:55:36.551Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-02T21:55:36.560Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-02T21:55:36.639Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-02T21:55:37.042Z] [INFO] [EXEC] oc whoami [2026-07-02T21:55:37.739Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://aed6688918e814ab58fb7e5627d8b6a4-907219984db1e4dc.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-02T21:55:37.758Z] [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-02T21:55:37.768Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-02T21:55:37.773Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:55:38.350Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:55:38.367Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-02T21:55:38.447Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-02T21:55:38.464Z] [INFO] Project test-model-catalog-175228 already exists. Deleting it. [2026-07-02T21:55:48.941Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait [2026-07-02T21:55:48.973Z] [INFO] Waiting for project test-model-catalog-175228 to be fully deleted... [2026-07-02T21:55:49.041Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:55:49.539Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:55:49.560Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-02T21:55:49.657Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-02T21:55:49.739Z] [INFO] Creating project test-model-catalog-175228 [2026-07-02T21:55:50.272Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-02T21:55:50.935Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-02T21:55:50.949Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:55:51.561Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:55:51.656Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-02T21:55:51.732Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-02T21:55:52.340Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783029351739-cjf60xjge.yaml && rm -f /tmp/cypress-yaml-1783029351739-cjf60xjge.yaml [2026-07-02T21:55:52.368Z] [INFO] Command exit code: 0 [2026-07-02T21:55:52.545Z] [INFO] Navigate to: https://rh-ai.apps.d9b1a4c5-d788-443e-902b-ed9f5d51e528.prod.konfluxeaas.com/ [2026-07-02T21:55:52.566Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-02T21:55:53.270Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-07-02T21:55:53.438Z] [INFO] Navigate to: https://rh-ai.apps.d9b1a4c5-d788-443e-902b-ed9f5d51e528.prod.konfluxeaas.com/ai-hub/models/catalog [2026-07-02T21:55:53.456Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-02T21:56:07.743Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-02T21:56:07.748Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-02T21:56:07.832Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-02T21:56:07.840Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-02T21:56:07.847Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-02T21:56:07.935Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-02T21:56:09.040Z] [INFO] [EXEC] oc get configmap default-catalog-sources -n rhoai-model-registries -o jsonpath='{.data.sources\.yaml}' | if command -v yq >/dev/null 2>&1; then yq '.catalogs[] | select(.id == "redhat_ai_models") | .enabled' else python3 -c 'import sys, yaml, json; json.dump(yaml.safe_load(sys.stdin), sys.stdout)' 2>/dev/null | jq -r '.catalogs[] | select(.id == "redhat_ai_models") | .enabled // empty' fi [2026-07-02T21:56:09.048Z] [INFO] Command exit code: 0 [2026-07-02T21:56:09.131Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-02T21:56:09.139Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-02T21:56:09.153Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-02T21:56:09.844Z] [INFO] [EXEC] oc whoami [2026-07-02T21:56:10.739Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://aed6688918e814ab58fb7e5627d8b6a4-907219984db1e4dc.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-02T21:56:10.746Z] [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-02T21:56:10.751Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-02T21:56:10.755Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:56:11.354Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:56:11.361Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-02T21:56:11.431Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-02T21:56:11.440Z] [INFO] Project test-model-catalog-175228 already exists. Deleting it. [2026-07-02T21:56:19.440Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait [2026-07-02T21:56:19.452Z] [INFO] Waiting for project test-model-catalog-175228 to be fully deleted... [2026-07-02T21:56:19.458Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:56:19.962Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:56:19.971Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-02T21:56:19.979Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-02T21:56:20.042Z] [INFO] Creating project test-model-catalog-175228 [2026-07-02T21:56:20.471Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-02T21:56:21.354Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-02T21:56:21.431Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:56:22.435Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:56:22.444Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-02T21:56:22.452Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-02T21:56:23.035Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783029382455-ypyyl4zji.yaml && rm -f /tmp/cypress-yaml-1783029382455-ypyyl4zji.yaml [2026-07-02T21:56:23.042Z] [INFO] Command exit code: 0 [2026-07-02T21:56:23.135Z] [INFO] Navigate to: https://rh-ai.apps.d9b1a4c5-d788-443e-902b-ed9f5d51e528.prod.konfluxeaas.com/ [2026-07-02T21:56:23.143Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-02T21:56:23.737Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-07-02T21:56:23.870Z] [INFO] Navigate to: https://rh-ai.apps.d9b1a4c5-d788-443e-902b-ed9f5d51e528.prod.konfluxeaas.com/ai-hub/models/catalog [2026-07-02T21:56:23.934Z] [INFO] BYOIDC cluster detected - using Keycloak authentication 1) Verify a model can be deployed from model catalog [2026-07-02T21:56:37.734Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait=false --ignore-not-found 0 passing (1m) 1 failing 1) Verify a model can be deployed from model catalog Verify a model can be deployed from model catalog: Test steps were: 1. Ensuring model catalog source 'redhat_ai_models' is enabled 2. Navigate to: https://rh-ai.apps.d9b1a4c5-d788-443e-902b-ed9f5d51e528.prod.konfluxeaas.com/ 3. Navigate to Model Catalog 4. Navigate to: https://rh-ai.apps.d9b1a4c5-d788-443e-902b-ed9f5d51e528.prod.konfluxeaas.com/ai-hub/models/catalog Timed out retrying after 10000ms: Unable to find an element by: [data-testid="app-tab-page-title"] Ignored nodes: comments, script, style Log in · Red Hat OpenShift Container Platform Log in · Red Hat OpenShift Container Platform