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-05T03:01:41.713Z] [INFO] Setting tests timeout to: 480 seconds Verify a model can be deployed from model catalog [2026-08-05T03:01:41.743Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-08-05T03:01:41.748Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-08-05T03:01:41.756Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-08-05T03:01:41.761Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T03:01:41.770Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-08-05T03:01:41.793Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-08-05T03:01:42.316Z] [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-05T03:01:42.323Z] [INFO] Command exit code: 0 [2026-08-05T03:01:42.352Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-08-05T03:01:42.373Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-08-05T03:01:42.412Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-08-05T03:01:42.612Z] [INFO] [EXEC] oc whoami [2026-08-05T03:01:42.997Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://ab7acb55ba1ad406083ea386e332c47c-e1cd431b75c7069f.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-08-05T03:01:43.033Z] [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-05T03:01:43.045Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-08-05T03:01:43.055Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-08-05T03:01:43.261Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-08-05T03:01:43.275Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-08-05T03:01:43.292Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-08-05T03:01:43.313Z] [INFO] Creating project test-model-catalog-175228 [2026-08-05T03:01:43.576Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-08-05T03:01:43.886Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-08-05T03:01:43.912Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-08-05T03:01:44.149Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-08-05T03:01:44.155Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-08-05T03:01:44.162Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-08-05T03:01:44.518Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1785898904188-yputfrh1b.yaml && rm -f /tmp/cypress-yaml-1785898904188-yputfrh1b.yaml [2026-08-05T03:01:44.524Z] [INFO] Command exit code: 0 [2026-08-05T03:01:44.573Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ [2026-08-05T03:01:46.279Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-08-05T03:01:46.381Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/ai-hub/models/catalog [2026-08-05T03:01:58.138Z] [INFO] [STEP 2] Wait for model catalog cards to appear [2026-08-05T03:01:58.182Z] [INFO] [STEP 3] Polling for model catalog cards (max 10 attempts) [2026-08-05T03:02:08.225Z] [INFO] Attempt 1/10: cards=12, emptyState=false, elapsed=13.7s [2026-08-05T03:02:08.229Z] [INFO] ✅ Model catalog cards are now visible (found 12 cards) [2026-08-05T03:02:09.068Z] [INFO] Click attempt #1 [2026-08-05T03:02:09.832Z] [INFO] Wizard did not open, retrying... [2026-08-05T03:02:09.868Z] [INFO] Click attempt #2 [2026-08-05T03:02:10.312Z] [INFO] [STEP 4] Model deployment select project in preconfigure step [2026-08-05T03:02:11.532Z] [INFO] [STEP 5] Verify model location gets prefilled [2026-08-05T03:02:12.293Z] [INFO] [STEP 6] Model deployment step [2026-08-05T03:02:13.642Z] [INFO] [STEP 7] Advanced options step [2026-08-05T03:02:14.474Z] [INFO] [STEP 8] Summary step [2026-08-05T03:02:14.772Z] [INFO] [STEP 9] Verify redirection to the global page [2026-08-05T03:02:17.364Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait=false --ignore-not-found ✓ Verify a model can be deployed from model catalog (34882ms) 1 passing (36s) [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: 36 seconds │ │ Spec Ran: modelCatalog/testCatalogDeployModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/models/testDeployLLMDServing.cy.ts (2 of 8) [2026-08-05T03:02:21.304Z] [INFO] Setting tests timeout to: 480 seconds A user can deploy an LLMD model [2026-08-05T03:02:21.326Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-08-05T03:02:21.330Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-08-05T03:02:21.338Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-08-05T03:02:21.343Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T03:02:21.350Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-08-05T03:02:21.363Z] [INFO] Loading test data [2026-08-05T03:02:21.376Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-08-05T03:02:21.380Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-08-05T03:02:21.609Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-08-05T03:02:21.617Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-08-05T03:02:21.626Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-08-05T03:02:21.641Z] [INFO] Creating project test-llmd-deployment-154399 [2026-08-05T03:02:21.903Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-08-05T03:02:22.161Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-08-05T03:02:22.168Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-08-05T03:02:22.453Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-08-05T03:02:22.458Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-08-05T03:02:22.465Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-08-05T03:02:22.519Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-08-05T03:02:22.525Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-08-05T03:02:22.529Z] [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-05T03:02:22.818Z] [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-05T03:02:22.834Z] [INFO] No matching profile found, proceeding with the test. [2026-08-05T03:02:22.841Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-08-05T03:02:22.857Z] [INFO] Executing command: oc apply -f "/tmp/temp_1785898942845.yaml" -n redhat-ods-applications [2026-08-05T03:02:23.077Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1785898942845.yaml" -n redhat-ods-applications [2026-08-05T03:02:23.084Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model created [2026-08-05T03:02:23.181Z] [INFO] [EXEC] rm /tmp/temp_1785898942845.yaml [2026-08-05T03:02:23.205Z] [INFO] [STEP 1] Log into the application as admin [2026-08-05T03:02:23.221Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-08-05T03:02:24.204Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-08-05T03:02:33.225Z] [INFO] [STEP 3] Deploy LLMD Model [2026-08-05T03:02:36.693Z] [INFO] [STEP 4] Select Model details [2026-08-05T03:02:40.657Z] [INFO] [STEP 5] Select Model deployment [2026-08-05T03:02:42.068Z] [INFO] [STEP 6] Verify YAML Viewer [2026-08-05T03:02:53.410Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-08-05T03:02:53.413Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-08-05T03:02:53.419Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-08-05T03:02:53.423Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T03:02:53.428Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-08-05T03:02:53.441Z] [INFO] Loading test data [2026-08-05T03:02:53.455Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-08-05T03:02:53.463Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-08-05T03:02:53.721Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-08-05T03:02:53.730Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-08-05T03:02:53.742Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-08-05T03:02:53.752Z] [INFO] Project test-llmd-deployment-154399 already exists. Deleting it. [2026-08-05T03:03:00.945Z] [INFO] [EXEC] oc delete project test-llmd-deployment-154399 --wait [2026-08-05T03:03:00.955Z] [INFO] Waiting for project test-llmd-deployment-154399 to be fully deleted... [2026-08-05T03:03:00.961Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-08-05T03:03:01.184Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-08-05T03:03:01.189Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-08-05T03:03:01.194Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-08-05T03:03:01.205Z] [INFO] Creating project test-llmd-deployment-154399 [2026-08-05T03:03:01.455Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-08-05T03:03:01.683Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-08-05T03:03:01.688Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-08-05T03:03:01.911Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-08-05T03:03:01.916Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-08-05T03:03:01.922Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-08-05T03:03:01.932Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-08-05T03:03:01.937Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-08-05T03:03:01.940Z] [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-05T03:03:02.145Z] [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-05T03:03:02.150Z] [INFO] No matching profile found, proceeding with the test. [2026-08-05T03:03:02.156Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-08-05T03:03:02.168Z] [INFO] Executing command: oc apply -f "/tmp/temp_1785898982157.yaml" -n redhat-ods-applications [2026-08-05T03:03:03.064Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1785898982157.yaml" -n redhat-ods-applications [2026-08-05T03:03:03.072Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model configured [2026-08-05T03:03:03.170Z] [INFO] [EXEC] rm /tmp/temp_1785898982157.yaml [2026-08-05T03:03:03.196Z] [INFO] [STEP 1] Log into the application as admin [2026-08-05T03:03:03.205Z] [INFO] Navigate to: https://rh-ai.apps.94e92088-80ce-4b17-b045-9999b57b1972.prod.konfluxeaas.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-08-05T03:03:03.687Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-08-05T03:03:07.067Z] [INFO] [STEP 3] Deploy LLMD Model [2026-08-05T03:03:10.275Z] [INFO] [STEP 4] Select Model details [2026-08-05T03:03:14.843Z] [INFO] [STEP 5] Select Model deployment [2026-08-05T03:03:16.047Z] [INFO] [STEP 6] Verify YAML Viewer 1) Verify User Can Deploy an LLMD Model in Deployments [2026-08-05T03:03:26.958Z] [INFO] Starting 480s timeout for: Verify User can deploy an LLmd Model from Manual YAML editor [2026-08-05T03:03:26.960Z] [INFO] Test title: Verify User can deploy an LLmd Model from Manual YAML editor [2026-08-05T03:03:26.965Z] [INFO] Test tags: ["@Featureflagged","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-08-05T03:03:26.969Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T03:03:26.973Z] [INFO] Grep tags: ["@SmokeSet3"] - Verify User can deploy an LLmd Model from Manual YAML editor [2026-08-05T03:03:26.982Z] [INFO] Cleaning up Hardware Profile: cypress-llmd-hardware-profile-model [2026-08-05T03:03:26.986Z] [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-05T03:03:27.225Z] [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-05T03:03:27.233Z] [INFO] Hardware Profile found: cypress-llmd-hardware-profile-model. Proceeding to delete. [2026-08-05T03:03:27.458Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-llmd-hardware-profile-model -n redhat-ods-applications [2026-08-05T03:03:34.280Z] [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.94e92088-80ce-4b17-b045-9999b57b1972.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