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:54:38.813Z] [INFO] Setting tests timeout to: 480 seconds Verify a model can be deployed from model catalog [2026-07-02T21:54:38.829Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-02T21:54:38.900Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-02T21:54:38.913Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-02T21:54:38.924Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-02T21:54:38.935Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-02T21:54:39.018Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-02T21:54:39.799Z] [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:54:39.809Z] [INFO] Command exit code: 0 [2026-07-02T21:54:39.825Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-02T21:54:39.843Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-02T21:54:39.906Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-02T21:54:40.238Z] [INFO] [EXEC] oc whoami [2026-07-02T21:54:40.675Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a68b86ecb74fb43afb3862ad986ebd7e-fa8fc0c15c6a6168.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-02T21:54:40.719Z] [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:54:40.723Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-02T21:54:40.727Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:54:41.025Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:54:41.032Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-02T21:54:41.050Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-02T21:54:41.112Z] [INFO] Creating project test-model-catalog-175228 [2026-07-02T21:54:41.455Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-02T21:54:41.810Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-02T21:54:41.819Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:54:42.137Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:54:42.164Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-02T21:54:42.224Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-02T21:54:42.523Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783029282238-jchhk1v8g.yaml && rm -f /tmp/cypress-yaml-1783029282238-jchhk1v8g.yaml [2026-07-02T21:54:42.546Z] [INFO] Command exit code: 0 [2026-07-02T21:54:42.707Z] [INFO] Navigate to: https://rh-ai.apps.f72f7d72-61df-45a1-ad16-e4522e1de1c1.prod.konfluxeaas.com/ [2026-07-02T21:54:42.722Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-02T21:54:46.833Z] [INFO] Setting tests timeout to: 480 seconds [2026-07-02T21:54:46.904Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-02T21:54:46.911Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-02T21:54:46.931Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-02T21:54:47.006Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-02T21:54:47.016Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-02T21:54:47.105Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-02T21:54:47.614Z] [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:54:47.627Z] [INFO] Command exit code: 0 [2026-07-02T21:54:47.641Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-02T21:54:47.704Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-02T21:54:47.727Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-02T21:54:48.131Z] [INFO] [EXEC] oc whoami [2026-07-02T21:54:48.823Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a68b86ecb74fb43afb3862ad986ebd7e-fa8fc0c15c6a6168.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-02T21:54:48.846Z] [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:54:48.909Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-02T21:54:48.914Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:54:49.528Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:54:49.608Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-02T21:54:49.626Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-02T21:54:49.704Z] [INFO] Project test-model-catalog-175228 already exists. Deleting it. [2026-07-02T21:54:56.921Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait [2026-07-02T21:54:57.026Z] [INFO] Waiting for project test-model-catalog-175228 to be fully deleted... [2026-07-02T21:54:57.111Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:54:57.829Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:54:57.906Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-02T21:54:58.005Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-02T21:54:58.106Z] [INFO] Creating project test-model-catalog-175228 [2026-07-02T21:54:58.818Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-02T21:54:59.511Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-02T21:54:59.520Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:55:00.035Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:55:00.113Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-02T21:55:00.123Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-02T21:55:00.805Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783029300141-qfjaonjia.yaml && rm -f /tmp/cypress-yaml-1783029300141-qfjaonjia.yaml [2026-07-02T21:55:00.904Z] [INFO] Command exit code: 0 [2026-07-02T21:55:01.013Z] [INFO] Navigate to: https://rh-ai.apps.f72f7d72-61df-45a1-ad16-e4522e1de1c1.prod.konfluxeaas.com/ [2026-07-02T21:55:01.030Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-02T21:55:01.732Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-07-02T21:55:01.825Z] [INFO] Navigate to: https://rh-ai.apps.f72f7d72-61df-45a1-ad16-e4522e1de1c1.prod.konfluxeaas.com/ai-hub/models/catalog [2026-07-02T21:55:01.831Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-02T21:55:16.116Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-02T21:55:16.120Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-02T21:55:16.127Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-02T21:55:16.200Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-02T21:55:16.206Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-02T21:55:16.217Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-02T21:55:16.801Z] [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:16.809Z] [INFO] Command exit code: 0 [2026-07-02T21:55:16.818Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-02T21:55:16.826Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-02T21:55:16.929Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-02T21:55:17.405Z] [INFO] [EXEC] oc whoami [2026-07-02T21:55:18.530Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a68b86ecb74fb43afb3862ad986ebd7e-fa8fc0c15c6a6168.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-02T21:55:18.607Z] [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:18.611Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-02T21:55:18.617Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:55:19.404Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:55:19.411Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-02T21:55:19.419Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-02T21:55:19.431Z] [INFO] Project test-model-catalog-175228 already exists. Deleting it. [2026-07-02T21:55:26.323Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait [2026-07-02T21:55:26.333Z] [INFO] Waiting for project test-model-catalog-175228 to be fully deleted... [2026-07-02T21:55:26.340Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:55:26.823Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:55:26.830Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-02T21:55:26.838Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-02T21:55:26.853Z] [INFO] Creating project test-model-catalog-175228 [2026-07-02T21:55:27.430Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-02T21:55:28.111Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-02T21:55:28.433Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:55:29.308Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:55:29.317Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-02T21:55:29.327Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-02T21:55:30.130Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783029329399-uc86djuqh.yaml && rm -f /tmp/cypress-yaml-1783029329399-uc86djuqh.yaml [2026-07-02T21:55:30.199Z] [INFO] Command exit code: 0 [2026-07-02T21:55:30.302Z] [INFO] Navigate to: https://rh-ai.apps.f72f7d72-61df-45a1-ad16-e4522e1de1c1.prod.konfluxeaas.com/ [2026-07-02T21:55:30.311Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-02T21:55:30.844Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-07-02T21:55:30.934Z] [INFO] Navigate to: https://rh-ai.apps.f72f7d72-61df-45a1-ad16-e4522e1de1c1.prod.konfluxeaas.com/ai-hub/models/catalog [2026-07-02T21:55:30.940Z] [INFO] BYOIDC cluster detected - using Keycloak authentication 1) Verify a model can be deployed from model catalog [2026-07-02T21:55:45.712Z] [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.f72f7d72-61df-45a1-ad16-e4522e1de1c1.prod.konfluxeaas.com/ 3. Navigate to Model Catalog 4. Navigate to: https://rh-ai.apps.f72f7d72-61df-45a1-ad16-e4522e1de1c1.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