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-10T08:47:57.306Z] [INFO] Setting tests timeout to: 480 seconds Verify a model can be deployed from model catalog [2026-07-10T08:47:57.333Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-10T08:47:57.414Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-10T08:47:57.425Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-10T08:47:57.508Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-10T08:47:57.521Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-10T08:47:57.620Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-10T08:47:59.514Z] [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-10T08:47:59.522Z] [INFO] Command exit code: 0 [2026-07-10T08:47:59.535Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-10T08:47:59.703Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-10T08:47:59.819Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-10T08:48:00.612Z] [INFO] [EXEC] oc whoami [2026-07-10T08:48:01.834Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://api.ods-qe-psi-07.osp.rh-ods.com:6443" --insecure-skip-tls-verify [2026-07-10T08:48:01.907Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-10T08:48:01.914Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-10T08:48:03.116Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-10T08:48:03.219Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-10T08:48:03.306Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-10T08:48:03.410Z] [INFO] Creating project test-model-catalog-175228 [2026-07-10T08:48:04.237Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-10T08:48:05.343Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-10T08:48:05.409Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-10T08:48:06.337Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-10T08:48:06.405Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-10T08:48:06.432Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-10T08:48:07.418Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783673286524-oo7yrljfg.yaml && rm -f /tmp/cypress-yaml-1783673286524-oo7yrljfg.yaml [2026-07-10T08:48:07.435Z] [INFO] Command exit code: 0 [2026-07-10T08:48:07.635Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-10T08:48:09.001Z] [INFO] OAuth login flow detected - completing authentication [2026-07-10T08:48:15.901Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-07-10T08:48:16.404Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/models/catalog [2026-07-10T08:48:25.115Z] [INFO] [STEP 2] Wait for model catalog cards to appear [2026-07-10T08:48:25.619Z] [INFO] [STEP 3] Polling for model catalog cards (max 10 attempts) [2026-07-10T08:48:36.010Z] [INFO] Attempt 1/10: cards=12, emptyState=false, elapsed=18.3s [2026-07-10T08:48:36.104Z] [INFO] ✅ Model catalog cards are now visible (found 12 cards) [2026-07-10T08:48:38.722Z] [INFO] Click attempt #1 [2026-07-10T08:48:39.828Z] [INFO] Wizard did not open, retrying... [2026-07-10T08:48:39.832Z] [INFO] Click attempt #2 [2026-07-10T08:48:40.615Z] [INFO] [STEP 4] Model deployment select project in preconfigure step [2026-07-10T08:48:43.507Z] [INFO] [STEP 5] Verify model location gets prefilled [2026-07-10T08:48:44.809Z] [INFO] [STEP 6] Model deployment step [2026-07-10T08:48:48.002Z] [INFO] [STEP 7] Advanced options step [2026-07-10T08:48:49.920Z] [INFO] [STEP 8] Summary step [2026-07-10T08:48:50.614Z] [INFO] [STEP 9] Verify redirection to the global page [2026-07-10T08:48:55.520Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait=false --ignore-not-found ✓ Verify a model can be deployed from model catalog (56158ms) 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-10T08:49:05.136Z] [INFO] Setting tests timeout to: 480 seconds A user can deploy an LLMD model [2026-07-10T08:49:05.208Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-07-10T08:49:05.212Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-07-10T08:49:05.221Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-10T08:49:05.227Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-10T08:49:05.234Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-10T08:49:05.304Z] [INFO] Loading test data [2026-07-10T08:49:05.327Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-07-10T08:49:05.410Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-10T08:49:06.135Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-10T08:49:06.202Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-07-10T08:49:06.212Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-07-10T08:49:06.227Z] [INFO] Creating project test-llmd-deployment-154399 [2026-07-10T08:49:07.005Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-07-10T08:49:07.805Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-07-10T08:49:07.814Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-10T08:49:08.414Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-10T08:49:08.422Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-10T08:49:08.433Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-10T08:49:08.506Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-07-10T08:49:08.513Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-10T08:49:08.517Z] [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-10T08:49:09.107Z] [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-10T08:49:09.125Z] [INFO] No matching profile found, proceeding with the test. [2026-07-10T08:49:09.134Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-10T08:49:09.202Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783673349139.yaml" -n redhat-ods-applications [2026-07-10T08:49:09.817Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783673349139.yaml" -n redhat-ods-applications [2026-07-10T08:49:09.828Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model created [2026-07-10T08:49:10.107Z] [INFO] [EXEC] rm /tmp/temp_1783673349139.yaml [2026-07-10T08:49:10.144Z] [INFO] [STEP 1] Log into the application as admin [2026-07-10T08:49:10.213Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-07-10T08:49:10.544Z] [INFO] OAuth login flow detected - completing authentication [2026-07-10T08:49:13.926Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-07-10T08:49:19.742Z] [INFO] [STEP 3] Deploy LLMD Model [2026-07-10T08:49:22.138Z] [INFO] [STEP 4] Select Model details [2026-07-10T08:49:25.639Z] [INFO] [STEP 5] Select Model deployment [2026-07-10T08:49:27.312Z] [INFO] [STEP 6] Verify YAML Viewer [2026-07-10T08:49:39.632Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-07-10T08:49:39.637Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-07-10T08:49:39.707Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-10T08:49:39.714Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-10T08:49:39.720Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-10T08:49:39.732Z] [INFO] Loading test data [2026-07-10T08:49:39.806Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-07-10T08:49:39.814Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-10T08:49:40.412Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-10T08:49:40.419Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-10T08:49:40.427Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-10T08:49:40.439Z] [INFO] Project test-llmd-deployment-154399 already exists. Deleting it. [2026-07-10T08:49:48.315Z] [INFO] [EXEC] oc delete project test-llmd-deployment-154399 --wait [2026-07-10T08:49:48.326Z] [INFO] Waiting for project test-llmd-deployment-154399 to be fully deleted... [2026-07-10T08:49:48.334Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-10T08:49:49.106Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-10T08:49:49.113Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-07-10T08:49:49.122Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-07-10T08:49:49.137Z] [INFO] Creating project test-llmd-deployment-154399 [2026-07-10T08:49:49.801Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-07-10T08:49:50.619Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-07-10T08:49:50.736Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-10T08:49:51.618Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-10T08:49:51.826Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-10T08:49:51.902Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-10T08:49:51.917Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-07-10T08:49:51.925Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-10T08:49:51.931Z] [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-10T08:49:53.009Z] [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-10T08:49:53.018Z] [INFO] No matching profile found, proceeding with the test. [2026-07-10T08:49:53.029Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-10T08:49:53.118Z] [INFO] Executing command: oc apply -f "/tmp/temp_1783673393031.yaml" -n redhat-ods-applications [2026-07-10T08:50:02.237Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1783673393031.yaml" -n redhat-ods-applications [2026-07-10T08:50:02.247Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model configured [2026-07-10T08:50:02.451Z] [INFO] [EXEC] rm /tmp/temp_1783673393031.yaml [2026-07-10T08:50:02.524Z] [INFO] [STEP 1] Log into the application as admin [2026-07-10T08:50:02.541Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-07-10T08:50:03.210Z] [INFO] OAuth login flow detected - completing authentication [2026-07-10T08:50:06.210Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-07-10T08:50:11.525Z] [INFO] [STEP 3] Deploy LLMD Model [2026-07-10T08:50:14.337Z] [INFO] [STEP 4] Select Model details [2026-07-10T08:50:17.834Z] [INFO] [STEP 5] Select Model deployment [2026-07-10T08:50:19.033Z] [INFO] [STEP 6] Verify YAML Viewer 1) Verify User Can Deploy an LLMD Model in Deployments [2026-07-10T08:50:30.644Z] [INFO] Starting 480s timeout for: Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-10T08:50:30.648Z] [INFO] Test title: Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-10T08:50:30.653Z] [INFO] Test tags: ["@Featureflagged","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-10T08:50:30.657Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492"] [2026-07-10T08:50:30.662Z] [INFO] Grep tags: ["@SmokeSet3"] - Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-10T08:50:30.706Z] [INFO] Cleaning up Hardware Profile: cypress-llmd-hardware-profile-model [2026-07-10T08:50:30.714Z] [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-10T08:50:31.148Z] [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-10T08:50:31.156Z] [INFO] Hardware Profile found: cypress-llmd-hardware-profile-model. Proceeding to delete. [2026-07-10T08:50:31.710Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-llmd-hardware-profile-model -n redhat-ods-applications [2026-07-10T08:50:41.256Z] [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