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-14T14:05:34.730Z] [INFO] Setting tests timeout to: 480 seconds Verify a model can be deployed from model catalog [2026-07-14T14:05:34.809Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-14T14:05:34.815Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-14T14:05:34.836Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-14T14:05:34.847Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-14T14:05:34.854Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-14T14:05:34.930Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-14T14:05:35.815Z] [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-14T14:05:35.847Z] [INFO] Command exit code: 0 [2026-07-14T14:05:35.855Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-14T14:05:35.870Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-14T14:05:35.944Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-14T14:05:36.210Z] [INFO] [EXEC] oc whoami [2026-07-14T14:05:36.666Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://ab264fd3cbfb6443d857d4ff1fdacc45-fffc44a2300d111f.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-14T14:05:36.702Z] [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-14T14:05:36.712Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-14T14:05:36.724Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-14T14:05:37.038Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-14T14:05:37.044Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-14T14:05:37.059Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-14T14:05:37.130Z] [INFO] Creating project test-model-catalog-175228 [2026-07-14T14:05:37.515Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-14T14:05:37.845Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-14T14:05:37.853Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-14T14:05:38.242Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-14T14:05:38.248Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-14T14:05:38.255Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-14T14:05:38.676Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784037938329-n3irn3acx.yaml && rm -f /tmp/cypress-yaml-1784037938329-n3irn3acx.yaml [2026-07-14T14:05:38.714Z] [INFO] Command exit code: 0 [2026-07-14T14:05:38.832Z] [INFO] Navigate to: https://rh-ai.apps.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.prod.konfluxeaas.com/ [2026-07-14T14:05:38.839Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T14:05:42.202Z] [INFO] Setting tests timeout to: 480 seconds [2026-07-14T14:05:42.221Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-14T14:05:42.228Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-14T14:05:42.244Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-14T14:05:42.252Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-14T14:05:42.311Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-14T14:05:42.339Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-14T14:05:42.744Z] [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-14T14:05:42.751Z] [INFO] Command exit code: 0 [2026-07-14T14:05:42.765Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-14T14:05:42.808Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-14T14:05:42.849Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-14T14:05:43.138Z] [INFO] [EXEC] oc whoami [2026-07-14T14:05:43.634Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://ab264fd3cbfb6443d857d4ff1fdacc45-fffc44a2300d111f.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-14T14:05:43.640Z] [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-14T14:05:43.646Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-14T14:05:43.662Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-14T14:05:44.102Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-14T14:05:44.116Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-14T14:05:44.132Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-14T14:05:44.149Z] [INFO] Project test-model-catalog-175228 already exists. Deleting it. [2026-07-14T14:05:52.107Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait [2026-07-14T14:05:52.209Z] [INFO] Waiting for project test-model-catalog-175228 to be fully deleted... [2026-07-14T14:05:52.302Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-14T14:05:53.103Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-14T14:05:53.133Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-14T14:05:53.215Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-14T14:05:53.330Z] [INFO] Creating project test-model-catalog-175228 [2026-07-14T14:05:53.925Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-14T14:05:54.606Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-14T14:05:54.627Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-14T14:05:55.412Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-14T14:05:55.420Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-14T14:05:55.530Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-14T14:05:56.305Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784037955625-h8yzw58fa.yaml && rm -f /tmp/cypress-yaml-1784037955625-h8yzw58fa.yaml [2026-07-14T14:05:56.339Z] [INFO] Command exit code: 0 [2026-07-14T14:05:56.508Z] [INFO] Navigate to: https://rh-ai.apps.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.prod.konfluxeaas.com/ [2026-07-14T14:05:56.515Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T14:05:57.436Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-07-14T14:05:57.602Z] [INFO] Navigate to: https://rh-ai.apps.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.prod.konfluxeaas.com/ai-hub/models/catalog [2026-07-14T14:05:57.634Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T14:06:11.521Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-14T14:06:11.524Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-14T14:06:11.531Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-14T14:06:11.536Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-14T14:06:11.542Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-14T14:06:11.551Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-14T14:06:12.030Z] [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-14T14:06:12.037Z] [INFO] Command exit code: 0 [2026-07-14T14:06:12.044Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-14T14:06:12.053Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-14T14:06:12.113Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-14T14:06:12.607Z] [INFO] [EXEC] oc whoami [2026-07-14T14:06:13.331Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://ab264fd3cbfb6443d857d4ff1fdacc45-fffc44a2300d111f.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-14T14:06:13.339Z] [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-14T14:06:13.343Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-14T14:06:13.349Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-14T14:06:13.827Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-14T14:06:13.835Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-14T14:06:13.907Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-14T14:06:13.918Z] [INFO] Project test-model-catalog-175228 already exists. Deleting it. [2026-07-14T14:06:22.403Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait [2026-07-14T14:06:22.414Z] [INFO] Waiting for project test-model-catalog-175228 to be fully deleted... [2026-07-14T14:06:22.419Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-14T14:06:22.736Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-14T14:06:22.743Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-14T14:06:22.750Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-14T14:06:22.803Z] [INFO] Creating project test-model-catalog-175228 [2026-07-14T14:06:23.240Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-14T14:06:23.711Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-14T14:06:23.717Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-14T14:06:24.213Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-14T14:06:24.221Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-14T14:06:24.228Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-14T14:06:24.929Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784037984233-vjrdfegvu.yaml && rm -f /tmp/cypress-yaml-1784037984233-vjrdfegvu.yaml [2026-07-14T14:06:24.937Z] [INFO] Command exit code: 0 [2026-07-14T14:06:25.031Z] [INFO] Navigate to: https://rh-ai.apps.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.prod.konfluxeaas.com/ [2026-07-14T14:06:25.038Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T14:06:25.634Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-07-14T14:06:25.801Z] [INFO] Navigate to: https://rh-ai.apps.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.prod.konfluxeaas.com/ai-hub/models/catalog [2026-07-14T14:06:25.807Z] [INFO] BYOIDC cluster detected - using Keycloak authentication 1) Verify a model can be deployed from model catalog [2026-07-14T14:06:38.932Z] [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.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.prod.konfluxeaas.com/ 3. Navigate to Model Catalog 4. Navigate to: https://rh-ai.apps.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.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