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:05:14.261Z] [INFO] Setting tests timeout to: 480 seconds Verify a model can be deployed from model catalog [2026-07-02T21:05:14.280Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-02T21:05:14.330Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-02T21:05:14.356Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-02T21:05:14.366Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-02T21:05:14.374Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-02T21:05:14.437Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-02T21:05:15.170Z] [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:05:15.233Z] [INFO] Command exit code: 0 [2026-07-02T21:05:15.247Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-02T21:05:15.267Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-02T21:05:15.434Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-02T21:05:15.880Z] [INFO] [EXEC] oc whoami [2026-07-02T21:05:16.361Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://adc7bab192d134c0782d191b690e8aa1-6fd42e75161b81c5.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-02T21:05:16.368Z] [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:05:16.394Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-02T21:05:16.405Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:05:16.747Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:05:16.755Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-02T21:05:16.781Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-02T21:05:16.833Z] [INFO] Creating project test-model-catalog-175228 [2026-07-02T21:05:17.193Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-02T21:05:17.563Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-02T21:05:17.572Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:05:17.932Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:05:17.961Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-02T21:05:17.993Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-02T21:05:18.376Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783026318032-bl4tfwheh.yaml && rm -f /tmp/cypress-yaml-1783026318032-bl4tfwheh.yaml [2026-07-02T21:05:18.382Z] [INFO] Command exit code: 0 [2026-07-02T21:05:18.464Z] [INFO] Navigate to: https://rh-ai.apps.6da9eec6-eab7-4b42-863e-2cb836ac3f0b.prod.konfluxeaas.com/ [2026-07-02T21:05:18.480Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-02T21:05:22.655Z] [INFO] Setting tests timeout to: 480 seconds [2026-07-02T21:05:22.674Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-02T21:05:22.680Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-02T21:05:22.734Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-02T21:05:22.740Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-02T21:05:22.749Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-02T21:05:22.777Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-02T21:05:23.332Z] [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:05:23.342Z] [INFO] Command exit code: 0 [2026-07-02T21:05:23.352Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-02T21:05:23.368Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-02T21:05:23.445Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-02T21:05:23.847Z] [INFO] [EXEC] oc whoami [2026-07-02T21:05:24.460Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://adc7bab192d134c0782d191b690e8aa1-6fd42e75161b81c5.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-02T21:05:24.467Z] [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:05:24.532Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-02T21:05:24.544Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:05:25.137Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:05:25.236Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-02T21:05:25.271Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-02T21:05:25.355Z] [INFO] Project test-model-catalog-175228 already exists. Deleting it. [2026-07-02T21:05:32.629Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait [2026-07-02T21:05:32.656Z] [INFO] Waiting for project test-model-catalog-175228 to be fully deleted... [2026-07-02T21:05:32.729Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:05:33.567Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:05:33.664Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-02T21:05:33.736Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-02T21:05:33.752Z] [INFO] Creating project test-model-catalog-175228 [2026-07-02T21:05:34.344Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-02T21:05:35.332Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-02T21:05:35.447Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:05:36.129Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:05:36.161Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-02T21:05:36.262Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-02T21:05:37.073Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783026336340-2kv5p42f0.yaml && rm -f /tmp/cypress-yaml-1783026336340-2kv5p42f0.yaml [2026-07-02T21:05:37.148Z] [INFO] Command exit code: 0 [2026-07-02T21:05:37.257Z] [INFO] Navigate to: https://rh-ai.apps.6da9eec6-eab7-4b42-863e-2cb836ac3f0b.prod.konfluxeaas.com/ [2026-07-02T21:05:37.344Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-02T21:05:38.051Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-07-02T21:05:38.164Z] [INFO] Navigate to: https://rh-ai.apps.6da9eec6-eab7-4b42-863e-2cb836ac3f0b.prod.konfluxeaas.com/ai-hub/models/catalog [2026-07-02T21:05:38.247Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-02T21:05:52.434Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-02T21:05:52.439Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-02T21:05:52.445Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-02T21:05:52.452Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-02T21:05:52.459Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-02T21:05:52.532Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-02T21:05:53.033Z] [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:05:53.041Z] [INFO] Command exit code: 0 [2026-07-02T21:05:53.049Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-02T21:05:53.058Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-02T21:05:53.135Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-02T21:05:53.849Z] [INFO] [EXEC] oc whoami [2026-07-02T21:05:55.434Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://adc7bab192d134c0782d191b690e8aa1-6fd42e75161b81c5.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-02T21:05:55.444Z] [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:05:55.452Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-02T21:05:55.535Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:05:56.240Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:05:56.249Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-02T21:05:56.257Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-02T21:05:56.337Z] [INFO] Project test-model-catalog-175228 already exists. Deleting it. [2026-07-02T21:06:03.953Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait [2026-07-02T21:06:03.965Z] [INFO] Waiting for project test-model-catalog-175228 to be fully deleted... [2026-07-02T21:06:03.971Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:06:04.474Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:06:04.536Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-02T21:06:04.546Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-02T21:06:04.561Z] [INFO] Creating project test-model-catalog-175228 [2026-07-02T21:06:05.148Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-02T21:06:05.738Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-02T21:06:05.746Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-02T21:06:06.154Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-02T21:06:06.162Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-02T21:06:06.169Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-02T21:06:06.743Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783026366172-wi3f7j8ko.yaml && rm -f /tmp/cypress-yaml-1783026366172-wi3f7j8ko.yaml [2026-07-02T21:06:06.752Z] [INFO] Command exit code: 0 [2026-07-02T21:06:06.848Z] [INFO] Navigate to: https://rh-ai.apps.6da9eec6-eab7-4b42-863e-2cb836ac3f0b.prod.konfluxeaas.com/ [2026-07-02T21:06:06.854Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-02T21:06:07.533Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-07-02T21:06:07.581Z] [INFO] Navigate to: https://rh-ai.apps.6da9eec6-eab7-4b42-863e-2cb836ac3f0b.prod.konfluxeaas.com/ai-hub/models/catalog [2026-07-02T21:06:07.587Z] [INFO] BYOIDC cluster detected - using Keycloak authentication 1) Verify a model can be deployed from model catalog [2026-07-02T21:06:22.741Z] [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.6da9eec6-eab7-4b42-863e-2cb836ac3f0b.prod.konfluxeaas.com/ 3. Navigate to Model Catalog 4. Navigate to: https://rh-ai.apps.6da9eec6-eab7-4b42-863e-2cb836ac3f0b.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