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-01T18:13:26.453Z] [INFO] Setting tests timeout to: 480 seconds Verify a model can be deployed from model catalog [2026-07-01T18:13:26.474Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-01T18:13:26.489Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-01T18:13:26.547Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-01T18:13:26.560Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-01T18:13:26.567Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-01T18:13:26.588Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-01T18:13:27.370Z] [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-01T18:13:27.380Z] [INFO] Command exit code: 0 [2026-07-01T18:13:27.388Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-01T18:13:27.404Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-01T18:13:27.470Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-01T18:13:27.843Z] [INFO] [EXEC] oc whoami [2026-07-01T18:13:28.353Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://abcff4604dab445f983bd104f6f69ac2-87b1ab285a8ef129.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-01T18:13:28.374Z] [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-01T18:13:28.379Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-01T18:13:28.399Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-01T18:13:28.752Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-01T18:13:28.767Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-01T18:13:28.791Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-01T18:13:28.843Z] [INFO] Creating project test-model-catalog-175228 [2026-07-01T18:13:29.197Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-01T18:13:29.553Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-01T18:13:29.570Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-01T18:13:29.950Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-01T18:13:29.970Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-01T18:13:29.987Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-01T18:13:30.276Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782929610012-znoekzfi2.yaml && rm -f /tmp/cypress-yaml-1782929610012-znoekzfi2.yaml [2026-07-01T18:13:30.283Z] [INFO] Command exit code: 0 [2026-07-01T18:13:30.311Z] [INFO] Navigate to: https://rh-ai.apps.18fad4a1-f6d0-41e3-b7aa-9dbf0b656a2d.prod.konfluxeaas.com/ [2026-07-01T18:13:30.317Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-01T18:13:34.059Z] [INFO] Setting tests timeout to: 480 seconds [2026-07-01T18:13:34.084Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-01T18:13:34.142Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-01T18:13:34.157Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-01T18:13:34.169Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-01T18:13:34.180Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-01T18:13:34.257Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-01T18:13:34.758Z] [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-01T18:13:34.769Z] [INFO] Command exit code: 0 [2026-07-01T18:13:34.784Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-01T18:13:34.860Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-01T18:13:34.885Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-01T18:13:35.357Z] [INFO] [EXEC] oc whoami [2026-07-01T18:13:36.047Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://abcff4604dab445f983bd104f6f69ac2-87b1ab285a8ef129.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-01T18:13:36.071Z] [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-01T18:13:36.082Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-01T18:13:36.087Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-01T18:13:36.569Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-01T18:13:36.663Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-01T18:13:36.764Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-01T18:13:36.857Z] [INFO] Project test-model-catalog-175228 already exists. Deleting it. [2026-07-01T18:13:45.254Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait [2026-07-01T18:13:45.356Z] [INFO] Waiting for project test-model-catalog-175228 to be fully deleted... [2026-07-01T18:13:45.370Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-01T18:13:46.072Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-01T18:13:46.158Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-01T18:13:46.174Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-01T18:13:46.268Z] [INFO] Creating project test-model-catalog-175228 [2026-07-01T18:13:47.159Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-01T18:13:47.951Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-01T18:13:47.960Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-01T18:13:48.552Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-01T18:13:48.573Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-01T18:13:48.661Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-01T18:13:49.245Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782929628687-c34budy4j.yaml && rm -f /tmp/cypress-yaml-1782929628687-c34budy4j.yaml [2026-07-01T18:13:49.253Z] [INFO] Command exit code: 0 [2026-07-01T18:13:49.354Z] [INFO] Navigate to: https://rh-ai.apps.18fad4a1-f6d0-41e3-b7aa-9dbf0b656a2d.prod.konfluxeaas.com/ [2026-07-01T18:13:49.372Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-01T18:13:50.056Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-07-01T18:13:50.143Z] [INFO] Navigate to: https://rh-ai.apps.18fad4a1-f6d0-41e3-b7aa-9dbf0b656a2d.prod.konfluxeaas.com/ai-hub/models/catalog [2026-07-01T18:13:50.162Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-01T18:14:03.950Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-01T18:14:03.953Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-01T18:14:03.959Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-01T18:14:03.964Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-01T18:14:03.969Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-01T18:14:03.978Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-01T18:14:04.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-01T18:14:04.752Z] [INFO] Command exit code: 0 [2026-07-01T18:14:04.761Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-01T18:14:04.770Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-01T18:14:04.849Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-01T18:14:05.375Z] [INFO] [EXEC] oc whoami [2026-07-01T18:14:06.443Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://abcff4604dab445f983bd104f6f69ac2-87b1ab285a8ef129.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-01T18:14:06.450Z] [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-01T18:14:06.455Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-01T18:14:06.459Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-01T18:14:07.364Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-01T18:14:07.450Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-01T18:14:07.459Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-01T18:14:07.547Z] [INFO] Project test-model-catalog-175228 already exists. Deleting it. [2026-07-01T18:14:16.951Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait [2026-07-01T18:14:16.962Z] [INFO] Waiting for project test-model-catalog-175228 to be fully deleted... [2026-07-01T18:14:16.968Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-01T18:14:17.653Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-01T18:14:17.663Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-01T18:14:17.748Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-01T18:14:17.764Z] [INFO] Creating project test-model-catalog-175228 [2026-07-01T18:14:18.473Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-01T18:14:19.151Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-01T18:14:19.159Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-01T18:14:19.679Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-01T18:14:19.747Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-01T18:14:19.755Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-01T18:14:20.177Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1782929659757-klpj5fxa4.yaml && rm -f /tmp/cypress-yaml-1782929659757-klpj5fxa4.yaml [2026-07-01T18:14:20.184Z] [INFO] Command exit code: 0 [2026-07-01T18:14:20.250Z] [INFO] Navigate to: https://rh-ai.apps.18fad4a1-f6d0-41e3-b7aa-9dbf0b656a2d.prod.konfluxeaas.com/ [2026-07-01T18:14:20.255Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-01T18:14:21.265Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-07-01T18:14:21.464Z] [INFO] Navigate to: https://rh-ai.apps.18fad4a1-f6d0-41e3-b7aa-9dbf0b656a2d.prod.konfluxeaas.com/ai-hub/models/catalog [2026-07-01T18:14:21.470Z] [INFO] BYOIDC cluster detected - using Keycloak authentication 1) Verify a model can be deployed from model catalog [2026-07-01T18:14:35.279Z] [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.18fad4a1-f6d0-41e3-b7aa-9dbf0b656a2d.prod.konfluxeaas.com/ 3. Navigate to Model Catalog 4. Navigate to: https://rh-ai.apps.18fad4a1-f6d0-41e3-b7aa-9dbf0b656a2d.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