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-05T09:30:00.706Z] [INFO] Setting tests timeout to: 480 seconds Verify a model can be deployed from model catalog [2026-08-05T09:30:00.737Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-08-05T09:30:00.742Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-08-05T09:30:00.749Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-08-05T09:30:00.759Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T09:30:00.765Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-08-05T09:30:00.792Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-08-05T09:30:01.320Z] [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-05T09:30:01.334Z] [INFO] Command exit code: 0 [2026-08-05T09:30:01.363Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-08-05T09:30:01.388Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-08-05T09:30:01.428Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-08-05T09:30:01.675Z] [INFO] [EXEC] oc whoami [2026-08-05T09:30:02.187Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://ad15d194aa2274fa682dff690a0c29e5-4ff8c9b38dbcd504.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-08-05T09:30:02.220Z] [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-05T09:30:02.229Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-08-05T09:30:02.233Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-08-05T09:30:02.452Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-08-05T09:30:02.468Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-08-05T09:30:02.485Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-08-05T09:30:02.503Z] [INFO] Creating project test-model-catalog-175228 [2026-08-05T09:30:02.758Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-08-05T09:30:02.999Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-08-05T09:30:03.008Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-08-05T09:30:03.240Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-08-05T09:30:03.265Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-08-05T09:30:03.284Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-08-05T09:30:03.530Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1785922203298-1li6r90yv.yaml && rm -f /tmp/cypress-yaml-1785922203298-1li6r90yv.yaml [2026-08-05T09:30:03.538Z] [INFO] Command exit code: 0 [2026-08-05T09:30:03.600Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ [2026-08-05T09:30:05.138Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-08-05T09:30:05.254Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ai-hub/models/catalog [2026-08-05T09:30:16.358Z] [INFO] [STEP 2] Wait for model catalog cards to appear [2026-08-05T09:30:16.418Z] [INFO] [STEP 3] Polling for model catalog cards (max 10 attempts) [2026-08-05T09:30:26.568Z] [INFO] Attempt 1/10: cards=12, emptyState=false, elapsed=13.0s [2026-08-05T09:30:26.574Z] [INFO] ✅ Model catalog cards are now visible (found 12 cards) [2026-08-05T09:30:28.163Z] [INFO] Click attempt #1 [2026-08-05T09:30:28.501Z] [INFO] Wizard did not open, retrying... [2026-08-05T09:30:28.544Z] [INFO] Click attempt #2 [2026-08-05T09:30:28.852Z] [INFO] Wizard did not open, retrying... [2026-08-05T09:30:28.895Z] [INFO] Click attempt #3 [2026-08-05T09:30:29.167Z] [INFO] [STEP 4] Model deployment select project in preconfigure step [2026-08-05T09:30:39.807Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-08-05T09:30:39.814Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-08-05T09:30:39.825Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-08-05T09:30:39.840Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T09:30:39.855Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-08-05T09:30:39.871Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-08-05T09:30:40.127Z] [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-05T09:30:40.133Z] [INFO] Command exit code: 0 [2026-08-05T09:30:40.139Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-08-05T09:30:40.147Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-08-05T09:30:40.157Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-08-05T09:30:40.388Z] [INFO] [EXEC] oc whoami [2026-08-05T09:30:40.816Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://ad15d194aa2274fa682dff690a0c29e5-4ff8c9b38dbcd504.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-08-05T09:30:40.822Z] [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-05T09:30:40.827Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-08-05T09:30:40.830Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-08-05T09:30:41.041Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-08-05T09:30:41.048Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-08-05T09:30:41.054Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-08-05T09:30:41.061Z] [INFO] Project test-model-catalog-175228 already exists. Deleting it. [2026-08-05T09:30:48.475Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait [2026-08-05T09:30:48.494Z] [INFO] Waiting for project test-model-catalog-175228 to be fully deleted... [2026-08-05T09:30:48.505Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-08-05T09:30:48.746Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-08-05T09:30:48.752Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-08-05T09:30:48.759Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-08-05T09:30:48.771Z] [INFO] Creating project test-model-catalog-175228 [2026-08-05T09:30:49.052Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-08-05T09:30:49.292Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-08-05T09:30:49.299Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-08-05T09:30:49.514Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-08-05T09:30:49.521Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-08-05T09:30:49.528Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-08-05T09:30:49.778Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1785922249530-oojtduaw9.yaml && rm -f /tmp/cypress-yaml-1785922249530-oojtduaw9.yaml [2026-08-05T09:30:49.786Z] [INFO] Command exit code: 0 [2026-08-05T09:30:49.816Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ [2026-08-05T09:30:50.405Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-08-05T09:30:50.564Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ai-hub/models/catalog [2026-08-05T09:30:59.027Z] [INFO] [STEP 2] Wait for model catalog cards to appear [2026-08-05T09:30:59.079Z] [INFO] [STEP 3] Polling for model catalog cards (max 10 attempts) [2026-08-05T09:31:09.144Z] [INFO] Attempt 1/10: cards=12, emptyState=false, elapsed=9.3s [2026-08-05T09:31:09.150Z] [INFO] ✅ Model catalog cards are now visible (found 12 cards) [2026-08-05T09:31:10.083Z] [INFO] Click attempt #1 [2026-08-05T09:31:10.900Z] [INFO] Wizard did not open, retrying... [2026-08-05T09:31:10.909Z] [INFO] Click attempt #2 [2026-08-05T09:31:11.313Z] [INFO] [STEP 4] Model deployment select project in preconfigure step [2026-08-05T09:31:12.966Z] [INFO] [STEP 5] Verify model location gets prefilled [2026-08-05T09:31:13.531Z] [INFO] [STEP 6] Model deployment step [2026-08-05T09:31:14.815Z] [INFO] [STEP 7] Advanced options step [2026-08-05T09:31:15.549Z] [INFO] [STEP 8] Summary step [2026-08-05T09:31:15.824Z] [INFO] [STEP 9] Verify redirection to the global page [2026-08-05T09:31:17.727Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait=false --ignore-not-found ✓ Verify a model can be deployed from model catalog (37539ms) 1 passing (1m) [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: 1 │ │ Video: false │ │ Duration: 1 minute, 17 seconds │ │ Spec Ran: modelCatalog/testCatalogDeployModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet3/e2e/screenshots/modelCat (1280x720) alog/testCatalogDeployModel.cy.ts/Verify a model can be deployed from model cata log -- Verify a model can be deployed from model catalog (failed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/models/testDeployLLMDServing.cy.ts (2 of 8) [2026-08-05T09:31:22.467Z] [INFO] Setting tests timeout to: 480 seconds A user can deploy an LLMD model [2026-08-05T09:31:22.481Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-08-05T09:31:22.484Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-08-05T09:31:22.492Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-08-05T09:31:22.497Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T09:31:22.503Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-08-05T09:31:22.513Z] [INFO] Loading test data [2026-08-05T09:31:22.532Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-08-05T09:31:22.538Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-08-05T09:31:22.813Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-08-05T09:31:22.821Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-08-05T09:31:22.829Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-08-05T09:31:22.843Z] [INFO] Creating project test-llmd-deployment-154399 [2026-08-05T09:31:23.152Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-08-05T09:31:23.456Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-08-05T09:31:23.466Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-08-05T09:31:23.815Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-08-05T09:31:23.821Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-08-05T09:31:23.828Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-08-05T09:31:23.838Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-08-05T09:31:23.842Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-08-05T09:31:23.844Z] [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-05T09:31:24.089Z] [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-05T09:31:24.095Z] [INFO] No matching profile found, proceeding with the test. [2026-08-05T09:31:24.101Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-08-05T09:31:24.115Z] [INFO] Executing command: oc apply -f "/tmp/temp_1785922284104.yaml" -n redhat-ods-applications [2026-08-05T09:31:24.343Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1785922284104.yaml" -n redhat-ods-applications [2026-08-05T09:31:24.352Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model created [2026-08-05T09:31:24.452Z] [INFO] [EXEC] rm /tmp/temp_1785922284104.yaml [2026-08-05T09:31:24.483Z] [INFO] [STEP 1] Log into the application as admin [2026-08-05T09:31:24.495Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-08-05T09:31:26.058Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-08-05T09:31:38.191Z] [INFO] [STEP 3] Deploy LLMD Model [2026-08-05T09:31:44.639Z] [INFO] [STEP 4] Select Model details [2026-08-05T09:31:48.191Z] [INFO] [STEP 5] Select Model deployment [2026-08-05T09:31:49.122Z] [INFO] [STEP 6] Verify YAML Viewer [2026-08-05T09:32:00.059Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-08-05T09:32:00.062Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-08-05T09:32:00.066Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-08-05T09:32:00.070Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T09:32:00.074Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-08-05T09:32:00.081Z] [INFO] Loading test data [2026-08-05T09:32:00.089Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-08-05T09:32:00.093Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-08-05T09:32:00.344Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-08-05T09:32:00.349Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-08-05T09:32:00.355Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-08-05T09:32:00.363Z] [INFO] Project test-llmd-deployment-154399 already exists. Deleting it. [2026-08-05T09:32:07.356Z] [INFO] [EXEC] oc delete project test-llmd-deployment-154399 --wait [2026-08-05T09:32:07.370Z] [INFO] Waiting for project test-llmd-deployment-154399 to be fully deleted... [2026-08-05T09:32:07.376Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-08-05T09:32:07.610Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-08-05T09:32:07.616Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-08-05T09:32:07.621Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-08-05T09:32:07.632Z] [INFO] Creating project test-llmd-deployment-154399 [2026-08-05T09:32:07.927Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-08-05T09:32:08.159Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-08-05T09:32:08.166Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-08-05T09:32:08.493Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-08-05T09:32:08.499Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-08-05T09:32:08.505Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-08-05T09:32:08.514Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-08-05T09:32:08.519Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-08-05T09:32:08.522Z] [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-05T09:32:08.754Z] [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-05T09:32:08.762Z] [INFO] No matching profile found, proceeding with the test. [2026-08-05T09:32:08.770Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-08-05T09:32:08.785Z] [INFO] Executing command: oc apply -f "/tmp/temp_1785922328771.yaml" -n redhat-ods-applications [2026-08-05T09:32:09.594Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1785922328771.yaml" -n redhat-ods-applications [2026-08-05T09:32:09.602Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model configured [2026-08-05T09:32:09.706Z] [INFO] [EXEC] rm /tmp/temp_1785922328771.yaml [2026-08-05T09:32:09.731Z] [INFO] [STEP 1] Log into the application as admin [2026-08-05T09:32:09.743Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-08-05T09:32:10.167Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-08-05T09:32:13.774Z] [INFO] [STEP 3] Deploy LLMD Model [2026-08-05T09:32:17.394Z] [INFO] [STEP 4] Select Model details [2026-08-05T09:32:20.941Z] [INFO] [STEP 5] Select Model deployment [2026-08-05T09:32:22.506Z] [INFO] [STEP 6] Verify YAML Viewer 1) Verify User Can Deploy an LLMD Model in Deployments [2026-08-05T09:32:33.577Z] [INFO] Starting 480s timeout for: Verify User can deploy an LLmd Model from Manual YAML editor [2026-08-05T09:32:33.579Z] [INFO] Test title: Verify User can deploy an LLmd Model from Manual YAML editor [2026-08-05T09:32:33.583Z] [INFO] Test tags: ["@Featureflagged","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-08-05T09:32:33.586Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T09:32:33.590Z] [INFO] Grep tags: ["@SmokeSet3"] - Verify User can deploy an LLmd Model from Manual YAML editor [2026-08-05T09:32:33.600Z] [INFO] Cleaning up Hardware Profile: cypress-llmd-hardware-profile-model [2026-08-05T09:32:33.605Z] [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-05T09:32:33.838Z] [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-05T09:32:33.845Z] [INFO] Hardware Profile found: cypress-llmd-hardware-profile-model. Proceeding to delete. [2026-08-05T09:32:34.080Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-llmd-hardware-profile-model -n redhat-ods-applications [2026-08-05T09:32:40.640Z] [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.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.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 Red Hat OpenShift AI