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-02T07:07:37.031Z] [INFO] Setting tests timeout to: 480 seconds Verify a model can be deployed from model catalog [2026-07-02T07:07:37.059Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-02T07:07:37.127Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-02T07:07:37.144Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-02T07:07:37.155Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-02T07:07:37.165Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-02T07:07:37.235Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-02T07:07:38.031Z] [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-02T07:07:38.041Z] [INFO] Command exit code: 0 [2026-07-02T07:07:38.055Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-02T07:07:38.069Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-02T07:07:38.129Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-02T07:07:38.472Z] [INFO] [EXEC] oc whoami [2026-07-02T07:07:39.102Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a8635fd7e0f4644129c8965eb833d347-61dc696aa18e4fde.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-02T07:07:39.109Z] [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-02T07:07:39.151Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-02T07:07:39.162Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T07:07:39.550Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T07:07:39.564Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-02T07:07:39.594Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-02T07:07:39.650Z] [INFO] Creating project test-model-catalog-175228 [2026-07-02T07:07:40.033Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-02T07:07:40.377Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-02T07:07:40.428Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T07:07:40.854Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T07:07:40.871Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-02T07:07:40.930Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-02T07:07:41.233Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782976060947-h4bo7lm48.yaml && rm -f /tmp/cypress-yaml-1782976060947-h4bo7lm48.yaml [2026-07-02T07:07:41.257Z] [INFO] Command exit code: 0 [2026-07-02T07:07:41.345Z] [INFO] Navigate to: https://rh-ai.apps.aff476f4-b942-4b06-bb22-4fc76594be0c.prod.konfluxeaas.com/ [2026-07-02T07:07:41.362Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-02T07:07:46.345Z] [INFO] Setting tests timeout to: 480 seconds [2026-07-02T07:07:46.378Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-02T07:07:46.433Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-02T07:07:46.450Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-02T07:07:46.463Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-02T07:07:46.475Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-02T07:07:46.559Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-02T07:07:47.140Z] [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-02T07:07:47.153Z] [INFO] Command exit code: 0 [2026-07-02T07:07:47.173Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-02T07:07:47.239Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-02T07:07:47.268Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-02T07:07:47.668Z] [INFO] [EXEC] oc whoami [2026-07-02T07:07:48.439Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a8635fd7e0f4644129c8965eb833d347-61dc696aa18e4fde.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-02T07:07:48.455Z] [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-02T07:07:48.470Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-02T07:07:48.531Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T07:07:49.062Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T07:07:49.145Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-02T07:07:49.162Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-02T07:07:49.250Z] [INFO] Project test-model-catalog-175228 already exists. Deleting it. [2026-07-02T07:07:57.242Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait [2026-07-02T07:07:57.263Z] [INFO] Waiting for project test-model-catalog-175228 to be fully deleted... [2026-07-02T07:07:57.329Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T07:07:57.950Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T07:07:58.042Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-02T07:07:58.138Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-02T07:07:58.232Z] [INFO] Creating project test-model-catalog-175228 [2026-07-02T07:07:58.932Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-02T07:07:59.634Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-02T07:07:59.744Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T07:08:00.329Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T07:08:00.355Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-02T07:08:00.446Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-02T07:08:01.142Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782976080545-qmjiix6e4.yaml && rm -f /tmp/cypress-yaml-1782976080545-qmjiix6e4.yaml [2026-07-02T07:08:01.150Z] [INFO] Command exit code: 0 [2026-07-02T07:08:01.248Z] [INFO] Navigate to: https://rh-ai.apps.aff476f4-b942-4b06-bb22-4fc76594be0c.prod.konfluxeaas.com/ [2026-07-02T07:08:01.270Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-02T07:08:02.161Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-07-02T07:08:02.269Z] [INFO] Navigate to: https://rh-ai.apps.aff476f4-b942-4b06-bb22-4fc76594be0c.prod.konfluxeaas.com/ai-hub/models/catalog [2026-07-02T07:08:02.345Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-02T07:08:16.750Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-02T07:08:16.834Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-02T07:08:16.841Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-02T07:08:16.848Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-02T07:08:16.855Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-02T07:08:16.942Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-02T07:08:17.652Z] [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-02T07:08:17.659Z] [INFO] Command exit code: 0 [2026-07-02T07:08:17.667Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-02T07:08:17.763Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-02T07:08:17.837Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-02T07:08:18.542Z] [INFO] [EXEC] oc whoami [2026-07-02T07:08:19.848Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a8635fd7e0f4644129c8965eb833d347-61dc696aa18e4fde.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-02T07:08:19.856Z] [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-02T07:08:19.932Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-02T07:08:19.937Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T07:08:20.840Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T07:08:20.848Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-02T07:08:20.860Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-02T07:08:20.929Z] [INFO] Project test-model-catalog-175228 already exists. Deleting it. [2026-07-02T07:08:28.593Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait [2026-07-02T07:08:28.629Z] [INFO] Waiting for project test-model-catalog-175228 to be fully deleted... [2026-07-02T07:08:28.635Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T07:08:29.133Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T07:08:29.142Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-02T07:08:29.151Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-02T07:08:29.230Z] [INFO] Creating project test-model-catalog-175228 [2026-07-02T07:08:30.043Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-02T07:08:30.835Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-02T07:08:30.843Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T07:08:31.570Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T07:08:31.631Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-02T07:08:31.637Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-02T07:08:32.283Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782976111639-whlsu3eqx.yaml && rm -f /tmp/cypress-yaml-1782976111639-whlsu3eqx.yaml [2026-07-02T07:08:32.334Z] [INFO] Command exit code: 0 [2026-07-02T07:08:32.365Z] [INFO] Navigate to: https://rh-ai.apps.aff476f4-b942-4b06-bb22-4fc76594be0c.prod.konfluxeaas.com/ [2026-07-02T07:08:32.430Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-02T07:08:32.959Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-07-02T07:08:33.061Z] [INFO] Navigate to: https://rh-ai.apps.aff476f4-b942-4b06-bb22-4fc76594be0c.prod.konfluxeaas.com/ai-hub/models/catalog [2026-07-02T07:08:33.066Z] [INFO] BYOIDC cluster detected - using Keycloak authentication 1) Verify a model can be deployed from model catalog [2026-07-02T07:08:48.132Z] [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.aff476f4-b942-4b06-bb22-4fc76594be0c.prod.konfluxeaas.com/ 3. Navigate to Model Catalog 4. Navigate to: https://rh-ai.apps.aff476f4-b942-4b06-bb22-4fc76594be0c.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