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-08-04T23:56:58.638Z] [INFO] Setting tests timeout to: 480 seconds Verify a model can be deployed from model catalog [2026-08-04T23:56:58.727Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-08-04T23:56:58.733Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-08-04T23:56:58.744Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-08-04T23:56:58.750Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-04T23:56:58.759Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-08-04T23:56:58.783Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-08-04T23:56:59.528Z] [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-08-04T23:56:59.535Z] [INFO] Command exit code: 0 [2026-08-04T23:56:59.554Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-08-04T23:56:59.566Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-08-04T23:56:59.630Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-08-04T23:56:59.833Z] [INFO] [EXEC] oc whoami [2026-08-04T23:57:00.256Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://afc84240adc9d42adb1409059491186a-7f34248cffd0f403.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-08-04T23:57:00.264Z] [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-08-04T23:57:00.267Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-08-04T23:57:00.294Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-08-04T23:57:00.534Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-08-04T23:57:00.548Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-08-04T23:57:00.564Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-08-04T23:57:00.585Z] [INFO] Creating project test-model-catalog-175228 [2026-08-04T23:57:00.866Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-08-04T23:57:01.153Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-08-04T23:57:01.169Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-08-04T23:57:01.427Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-08-04T23:57:01.454Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-08-04T23:57:01.470Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-08-04T23:57:01.751Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1785887821496-e2eto9gt2.yaml && rm -f /tmp/cypress-yaml-1785887821496-e2eto9gt2.yaml [2026-08-04T23:57:01.766Z] [INFO] Command exit code: 0 [2026-08-04T23:57:01.821Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ [2026-08-04T23:57:08.021Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-08-04T23:57:09.456Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/ai-hub/models/catalog [2026-08-04T23:57:24.879Z] [INFO] [STEP 2] Wait for model catalog cards to appear [2026-08-04T23:57:24.930Z] [INFO] [STEP 3] Polling for model catalog cards (max 10 attempts) [2026-08-04T23:57:35.042Z] [INFO] Attempt 1/10: cards=12, emptyState=false, elapsed=23.2s [2026-08-04T23:57:35.078Z] [INFO] ✅ Model catalog cards are now visible (found 12 cards) [2026-08-04T23:57:36.267Z] [INFO] Click attempt #1 [2026-08-04T23:57:37.071Z] [INFO] Wizard did not open, retrying... [2026-08-04T23:57:37.105Z] [INFO] Click attempt #2 [2026-08-04T23:57:37.530Z] [INFO] [STEP 4] Model deployment select project in preconfigure step [2026-08-04T23:57:38.590Z] [INFO] [STEP 5] Verify model location gets prefilled [2026-08-04T23:57:39.048Z] [INFO] [STEP 6] Model deployment step [2026-08-04T23:57:40.060Z] [INFO] [STEP 7] Advanced options step [2026-08-04T23:57:40.592Z] [INFO] [STEP 8] Summary step [2026-08-04T23:57:40.859Z] [INFO] [STEP 9] Verify redirection to the global page [2026-08-04T23:57:43.487Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait=false --ignore-not-found ✓ Verify a model can be deployed from model catalog (44184ms) 1 passing (45s) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet3/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 1 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 45 seconds │ │ Spec Ran: modelCatalog/testCatalogDeployModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/models/testDeployLLMDServing.cy.ts (2 of 8) [2026-08-04T23:57:46.869Z] [INFO] Setting tests timeout to: 480 seconds A user can deploy an LLMD model [2026-08-04T23:57:46.884Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-08-04T23:57:46.892Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-08-04T23:57:46.930Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-08-04T23:57:46.936Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-04T23:57:46.943Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-08-04T23:57:46.954Z] [INFO] Loading test data [2026-08-04T23:57:46.968Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-08-04T23:57:47.024Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-08-04T23:57:47.249Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-08-04T23:57:47.257Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-08-04T23:57:47.263Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-08-04T23:57:47.275Z] [INFO] Creating project test-llmd-deployment-154399 [2026-08-04T23:57:47.579Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-08-04T23:57:47.804Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-08-04T23:57:47.811Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-08-04T23:57:48.031Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-08-04T23:57:48.037Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-08-04T23:57:48.043Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-08-04T23:57:48.053Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-08-04T23:57:48.057Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-08-04T23:57:48.060Z] [INFO] Executing delete hardware profile command: oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("resources/yaml/llmd-hardware-profile.yaml")) | .metadata.name' | tr -d '"' [2026-08-04T23:57:48.268Z] [INFO] [EXEC] oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("resources/yaml/llmd-hardware-profile.yaml")) | .metadata.name' | tr -d '"' [2026-08-04T23:57:48.274Z] [INFO] No matching profile found, proceeding with the test. [2026-08-04T23:57:48.279Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-08-04T23:57:48.294Z] [INFO] Executing command: oc apply -f "/tmp/temp_1785887868281.yaml" -n redhat-ods-applications [2026-08-04T23:57:48.513Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1785887868281.yaml" -n redhat-ods-applications [2026-08-04T23:57:48.521Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model created [2026-08-04T23:57:48.610Z] [INFO] [EXEC] rm /tmp/temp_1785887868281.yaml [2026-08-04T23:57:48.636Z] [INFO] [STEP 1] Log into the application as admin [2026-08-04T23:57:48.647Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-08-04T23:57:49.683Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-08-04T23:57:58.469Z] [INFO] [STEP 3] Deploy LLMD Model [2026-08-04T23:58:02.147Z] [INFO] [STEP 4] Select Model details [2026-08-04T23:58:05.711Z] [INFO] [STEP 5] Select Model deployment [2026-08-04T23:58:06.735Z] [INFO] [STEP 6] Verify YAML Viewer [2026-08-04T23:58:18.089Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-08-04T23:58:18.128Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-08-04T23:58:18.138Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-08-04T23:58:18.151Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-04T23:58:18.160Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-08-04T23:58:18.172Z] [INFO] Loading test data [2026-08-04T23:58:18.186Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-08-04T23:58:18.195Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-08-04T23:58:18.434Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-08-04T23:58:18.440Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-08-04T23:58:18.445Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-08-04T23:58:18.452Z] [INFO] Project test-llmd-deployment-154399 already exists. Deleting it. [2026-08-04T23:58:25.733Z] [INFO] [EXEC] oc delete project test-llmd-deployment-154399 --wait [2026-08-04T23:58:25.746Z] [INFO] Waiting for project test-llmd-deployment-154399 to be fully deleted... [2026-08-04T23:58:25.750Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-08-04T23:58:25.977Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-08-04T23:58:25.983Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-08-04T23:58:25.989Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-08-04T23:58:25.999Z] [INFO] Creating project test-llmd-deployment-154399 [2026-08-04T23:58:26.257Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-08-04T23:58:26.508Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-08-04T23:58:26.513Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-08-04T23:58:26.743Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-08-04T23:58:26.749Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-08-04T23:58:26.755Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-08-04T23:58:26.766Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-08-04T23:58:26.770Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-08-04T23:58:26.774Z] [INFO] Executing delete hardware profile command: oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("resources/yaml/llmd-hardware-profile.yaml")) | .metadata.name' | tr -d '"' [2026-08-04T23:58:27.004Z] [INFO] [EXEC] oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("resources/yaml/llmd-hardware-profile.yaml")) | .metadata.name' | tr -d '"' [2026-08-04T23:58:27.010Z] [INFO] No matching profile found, proceeding with the test. [2026-08-04T23:58:27.015Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-08-04T23:58:27.027Z] [INFO] Executing command: oc apply -f "/tmp/temp_1785887907016.yaml" -n redhat-ods-applications [2026-08-04T23:58:27.866Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1785887907016.yaml" -n redhat-ods-applications [2026-08-04T23:58:27.874Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model configured [2026-08-04T23:58:28.014Z] [INFO] [EXEC] rm /tmp/temp_1785887907016.yaml [2026-08-04T23:58:28.039Z] [INFO] [STEP 1] Log into the application as admin [2026-08-04T23:58:28.047Z] [INFO] Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-08-04T23:58:28.436Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-08-04T23:58:31.370Z] [INFO] [STEP 3] Deploy LLMD Model [2026-08-04T23:58:35.333Z] [INFO] [STEP 4] Select Model details [2026-08-04T23:58:40.924Z] [INFO] [STEP 5] Select Model deployment [2026-08-04T23:58:42.105Z] [INFO] [STEP 6] Verify YAML Viewer 1) Verify User Can Deploy an LLMD Model in Deployments [2026-08-04T23:58:53.055Z] [INFO] Starting 480s timeout for: Verify User can deploy an LLmd Model from Manual YAML editor [2026-08-04T23:58:53.058Z] [INFO] Test title: Verify User can deploy an LLmd Model from Manual YAML editor [2026-08-04T23:58:53.062Z] [INFO] Test tags: ["@Featureflagged","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-08-04T23:58:53.066Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-04T23:58:53.069Z] [INFO] Grep tags: ["@SmokeSet3"] - Verify User can deploy an LLmd Model from Manual YAML editor [2026-08-04T23:58:53.079Z] [INFO] Cleaning up Hardware Profile: cypress-llmd-hardware-profile-model [2026-08-04T23:58:53.084Z] [INFO] Executing delete hardware profile command: oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("cypress-llmd-hardware-profile-model")) | .metadata.name' | tr -d '"' [2026-08-04T23:58:53.342Z] [INFO] [EXEC] oc get hardwareprofiles -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("cypress-llmd-hardware-profile-model")) | .metadata.name' | tr -d '"' [2026-08-04T23:58:53.350Z] [INFO] Hardware Profile found: cypress-llmd-hardware-profile-model. Proceeding to delete. [2026-08-04T23:58:53.678Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-llmd-hardware-profile-model -n redhat-ods-applications [2026-08-04T23:59:01.028Z] [INFO] [EXEC] oc delete project test-llmd-deployment-154399 --wait --ignore-not-found 0 passing (1m) 1 pending 1 failing 1) A user can deploy an LLMD model Verify User Can Deploy an LLMD Model in Deployments: Test steps were: 1. Log into the application as admin 2. Navigate to: https://rh-ai.apps.eb9875cf-0527-40c4-82dc-ea4424c2f3c5.prod.konfluxeaas.com/?devFeatureFlags=deploymentWizardYAMLViewer=true 3. Navigate to the Project list tab and search for test-llmd-deployment-154399 4. Deploy LLMD Model 5. Select Model details 6. Select Model deployment 7. Verify YAML Viewer Timed out retrying after 10000ms: Unable to find an element by: [data-testid="deployment-method-llm-inference-service-llmd"] Ignored nodes: comments, script, style