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-12T12:16:29.530Z] [INFO] Setting tests timeout to: 480 seconds Verify a model can be deployed from model catalog [2026-07-12T12:16:29.634Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-12T12:16:29.711Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-12T12:16:29.734Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-12T12:16:29.811Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:16:29.824Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-12T12:16:29.849Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-12T12:16:32.032Z] [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-12T12:16:32.117Z] [INFO] Command exit code: 0 [2026-07-12T12:16:32.138Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-12T12:16:32.313Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-12T12:16:32.445Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-12T12:16:33.217Z] [INFO] [EXEC] oc whoami [2026-07-12T12:16:35.111Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://api.ods-qe-psi-07.osp.rh-ods.com:6443" --insecure-skip-tls-verify [2026-07-12T12:16:35.119Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-12T12:16:35.219Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-12T12:16:36.130Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-12T12:16:36.213Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-12T12:16:36.230Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-12T12:16:36.315Z] [INFO] Creating project test-model-catalog-175228 [2026-07-12T12:16:37.114Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-12T12:16:37.844Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-12T12:16:37.920Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-12T12:16:38.825Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-12T12:16:38.836Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-12T12:16:38.941Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-12T12:16:40.129Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783858599038-tcr2mkag6.yaml && rm -f /tmp/cypress-yaml-1783858599038-tcr2mkag6.yaml [2026-07-12T12:16:40.224Z] [INFO] Command exit code: 0 [2026-07-12T12:16:40.413Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-12T12:16:41.622Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T12:16:49.238Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-07-12T12:16:49.532Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/models/catalog [2026-07-12T12:16:58.732Z] [INFO] [STEP 2] Wait for model catalog cards to appear [2026-07-12T12:16:59.615Z] [INFO] [STEP 3] Polling for model catalog cards (max 10 attempts) [2026-07-12T12:17:09.732Z] [INFO] Attempt 1/10: cards=12, emptyState=false, elapsed=19.4s [2026-07-12T12:17:09.833Z] [INFO] ✅ Model catalog cards are now visible (found 12 cards) [2026-07-12T12:17:12.827Z] [INFO] Click attempt #1 [2026-07-12T12:17:14.915Z] [INFO] Wizard did not open, retrying... [2026-07-12T12:17:15.015Z] [INFO] Click attempt #2 [2026-07-12T12:17:16.132Z] [INFO] [STEP 4] Model deployment select project in preconfigure step [2026-07-12T12:17:18.727Z] [INFO] [STEP 5] Verify model location gets prefilled [2026-07-12T12:17:19.633Z] [INFO] [STEP 6] Model deployment step [2026-07-12T12:17:22.139Z] [INFO] [STEP 7] Advanced options step [2026-07-12T12:17:23.529Z] [INFO] [STEP 8] Summary step [2026-07-12T12:17:24.023Z] [INFO] [STEP 9] Verify redirection to the global page [2026-07-12T12:17:27.715Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait=false --ignore-not-found ✓ Verify a model can be deployed from model catalog (56917ms) 1 passing (59s) [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: 58 seconds │ │ Spec Ran: modelCatalog/testCatalogDeployModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/models/testDeployLLMDServing.cy.ts (2 of 8) [2026-07-12T12:17:40.834Z] [INFO] Setting tests timeout to: 480 seconds A user can deploy an LLMD model [2026-07-12T12:17:40.917Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-07-12T12:17:40.922Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-07-12T12:17:40.930Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-12T12:17:40.937Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:17:41.015Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-12T12:17:41.028Z] [INFO] Loading test data [2026-07-12T12:17:41.047Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-07-12T12:17:41.112Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-12T12:17:41.848Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-12T12:17:41.910Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-07-12T12:17:41.921Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-07-12T12:17:41.937Z] [INFO] Creating project test-llmd-deployment-154399 [2026-07-12T12:17:42.819Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-07-12T12:17:43.812Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-07-12T12:17:43.824Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-12T12:17:44.723Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-12T12:17:44.733Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-12T12:17:44.814Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-12T12:17:44.831Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-07-12T12:17:44.837Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-12T12:17:44.843Z] [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-07-12T12:17:45.710Z] [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-07-12T12:17:45.721Z] [INFO] No matching profile found, proceeding with the test. [2026-07-12T12:17:45.829Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-12T12:17:46.029Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783858665914.yaml" -n redhat-ods-applications [2026-07-12T12:17:47.022Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783858665914.yaml" -n redhat-ods-applications [2026-07-12T12:17:47.035Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model created [2026-07-12T12:17:47.326Z] [INFO] [EXEC] rm /tmp/temp_1783858665914.yaml [2026-07-12T12:17:47.435Z] [INFO] [STEP 1] Log into the application as admin [2026-07-12T12:17:47.520Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-07-12T12:17:48.022Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T12:17:51.946Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-07-12T12:18:00.250Z] [INFO] [STEP 3] Deploy LLMD Model [2026-07-12T12:18:02.641Z] [INFO] [STEP 4] Select Model details [2026-07-12T12:18:07.142Z] [INFO] [STEP 5] Select Model deployment [2026-07-12T12:18:09.521Z] [INFO] [STEP 6] Verify YAML Viewer [2026-07-12T12:18:22.712Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-07-12T12:18:22.719Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-07-12T12:18:22.726Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-12T12:18:22.733Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:18:22.739Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-12T12:18:22.813Z] [INFO] Loading test data [2026-07-12T12:18:22.828Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-07-12T12:18:22.837Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-12T12:18:23.521Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-12T12:18:23.531Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-12T12:18:23.541Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-12T12:18:23.612Z] [INFO] Project test-llmd-deployment-154399 already exists. Deleting it. [2026-07-12T12:18:32.434Z] [INFO] [EXEC] oc delete project test-llmd-deployment-154399 --wait [2026-07-12T12:18:32.448Z] [INFO] Waiting for project test-llmd-deployment-154399 to be fully deleted... [2026-07-12T12:18:32.455Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-12T12:18:32.921Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-12T12:18:32.931Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-07-12T12:18:32.941Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-07-12T12:18:32.955Z] [INFO] Creating project test-llmd-deployment-154399 [2026-07-12T12:18:33.428Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-07-12T12:18:33.825Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-07-12T12:18:33.835Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-12T12:18:34.223Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-12T12:18:34.230Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-12T12:18:34.239Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-12T12:18:34.250Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-07-12T12:18:34.256Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-12T12:18:34.261Z] [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-07-12T12:18:34.739Z] [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-07-12T12:18:34.750Z] [INFO] No matching profile found, proceeding with the test. [2026-07-12T12:18:34.758Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-12T12:18:34.831Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783858714811.yaml" -n redhat-ods-applications [2026-07-12T12:18:42.291Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783858714811.yaml" -n redhat-ods-applications [2026-07-12T12:18:42.304Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model configured [2026-07-12T12:18:42.413Z] [INFO] [EXEC] rm /tmp/temp_1783858714811.yaml [2026-07-12T12:18:42.446Z] [INFO] [STEP 1] Log into the application as admin [2026-07-12T12:18:42.458Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-07-12T12:18:42.784Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T12:18:44.266Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-07-12T12:18:47.149Z] [INFO] [STEP 3] Deploy LLMD Model [2026-07-12T12:18:48.677Z] [INFO] [STEP 4] Select Model details [2026-07-12T12:18:51.828Z] [INFO] [STEP 5] Select Model deployment [2026-07-12T12:18:53.018Z] [INFO] [STEP 6] Verify YAML Viewer 1) Verify User Can Deploy an LLMD Model in Deployments [2026-07-12T12:19:04.444Z] [INFO] Starting 480s timeout for: Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-12T12:19:04.448Z] [INFO] Test title: Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-12T12:19:04.454Z] [INFO] Test tags: ["@Featureflagged","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-12T12:19:04.460Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-12T12:19:04.465Z] [INFO] Grep tags: ["@SmokeSet3"] - Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-12T12:19:04.480Z] [INFO] Cleaning up Hardware Profile: cypress-llmd-hardware-profile-model [2026-07-12T12:19:04.488Z] [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-07-12T12:19:04.820Z] [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-07-12T12:19:04.831Z] [INFO] Hardware Profile found: cypress-llmd-hardware-profile-model. Proceeding to delete. [2026-07-12T12:19:05.220Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-llmd-hardware-profile-model -n redhat-ods-applications [2026-07-12T12:19:13.515Z] [INFO] [EXEC] oc delete project test-llmd-deployment-154399 --wait --ignore-not-found 0 passing (2m) 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.ods-qe-psi-07.osp.rh-ods.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-select"] Ignored nodes: comments, script, style