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-20T06:36:13.460Z] [INFO] Setting tests timeout to: 480 seconds Verify a model can be deployed from model catalog [2026-07-20T06:36:13.492Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-20T06:36:13.497Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-20T06:36:13.509Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-20T06:36:13.518Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:36:13.523Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-20T06:36:13.545Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-20T06:36:14.046Z] [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-20T06:36:14.056Z] [INFO] Command exit code: 0 [2026-07-20T06:36:14.085Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-20T06:36:14.104Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-20T06:36:14.139Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-20T06:36:14.329Z] [INFO] [EXEC] oc whoami [2026-07-20T06:36:14.854Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://aa9d98d784ed8414cb73a13d6607e064-e9e834ec6fed3325.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T06:36:14.860Z] [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-07-20T06:36:14.884Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-20T06:36:14.893Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-20T06:36:15.095Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-20T06:36:15.109Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-20T06:36:15.126Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-20T06:36:15.147Z] [INFO] Creating project test-model-catalog-175228 [2026-07-20T06:36:15.399Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-20T06:36:15.621Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-20T06:36:15.629Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-20T06:36:15.847Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-20T06:36:15.862Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-20T06:36:15.878Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-20T06:36:16.136Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784529375893-zjosrwjfv.yaml && rm -f /tmp/cypress-yaml-1784529375893-zjosrwjfv.yaml [2026-07-20T06:36:16.142Z] [INFO] Command exit code: 0 [2026-07-20T06:36:16.183Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T06:36:17.626Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-07-20T06:36:18.011Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ai-hub/models/catalog [2026-07-20T06:36:29.817Z] [INFO] [STEP 2] Wait for model catalog cards to appear [2026-07-20T06:36:29.875Z] [INFO] [STEP 3] Polling for model catalog cards (max 10 attempts) [2026-07-20T06:36:39.940Z] [INFO] Attempt 1/10: cards=12, emptyState=false, elapsed=13.8s [2026-07-20T06:36:39.943Z] [INFO] ✅ Model catalog cards are now visible (found 12 cards) [2026-07-20T06:36:40.687Z] [INFO] Click attempt #1 [2026-07-20T06:36:41.394Z] [INFO] Wizard did not open, retrying... [2026-07-20T06:36:41.461Z] [INFO] Click attempt #2 [2026-07-20T06:36:41.949Z] [INFO] [STEP 4] Model deployment select project in preconfigure step [2026-07-20T06:36:43.187Z] [INFO] [STEP 5] Verify model location gets prefilled [2026-07-20T06:36:43.760Z] [INFO] [STEP 6] Model deployment step [2026-07-20T06:36:44.713Z] [INFO] [STEP 7] Advanced options step [2026-07-20T06:36:45.302Z] [INFO] [STEP 8] Summary step [2026-07-20T06:36:45.562Z] [INFO] [STEP 9] Verify redirection to the global page [2026-07-20T06:36:48.056Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait=false --ignore-not-found ✓ Verify a model can be deployed from model catalog (33932ms) 1 passing (35s) [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: 35 seconds │ │ Spec Ran: modelCatalog/testCatalogDeployModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/models/testDeployLLMDServing.cy.ts (2 of 8) [2026-07-20T06:36:51.393Z] [INFO] Setting tests timeout to: 480 seconds A user can deploy an LLMD model [2026-07-20T06:36:51.407Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-07-20T06:36:51.409Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-07-20T06:36:51.415Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-20T06:36:51.419Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:36:51.424Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-20T06:36:51.434Z] [INFO] Loading test data [2026-07-20T06:36:51.447Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-07-20T06:36:51.451Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-20T06:36:51.672Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-20T06:36:51.678Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-07-20T06:36:51.684Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-07-20T06:36:51.694Z] [INFO] Creating project test-llmd-deployment-154399 [2026-07-20T06:36:51.956Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-07-20T06:36:52.187Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-07-20T06:36:52.193Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-20T06:36:52.402Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-20T06:36:52.407Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-20T06:36:52.414Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-20T06:36:52.424Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-07-20T06:36:52.428Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-20T06:36:52.431Z] [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-20T06:36:52.656Z] [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-20T06:36:52.662Z] [INFO] No matching profile found, proceeding with the test. [2026-07-20T06:36:52.668Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-20T06:36:52.682Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784529412670.yaml" -n redhat-ods-applications [2026-07-20T06:36:52.899Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784529412670.yaml" -n redhat-ods-applications [2026-07-20T06:36:52.907Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model created [2026-07-20T06:36:52.998Z] [INFO] [EXEC] rm /tmp/temp_1784529412670.yaml [2026-07-20T06:36:53.009Z] [INFO] Provisioning topology config for topology selection tests [2026-07-20T06:36:53.013Z] [INFO] Cleaning up and creating LLMInferenceServiceConfig: e2e-multi-node-topology [2026-07-20T06:36:53.017Z] [INFO] Executing delete LLMInferenceServiceConfig command: oc get llminferenceserviceconfig -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("e2e-multi-node-topology")) | .metadata.name' | tr -d '"' [2026-07-20T06:36:53.265Z] [INFO] [EXEC] oc get llminferenceserviceconfig -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("e2e-multi-node-topology")) | .metadata.name' | tr -d '"' [2026-07-20T06:36:53.271Z] [INFO] No matching LLMInferenceServiceConfig found, proceeding with the test. [2026-07-20T06:36:53.277Z] [INFO] Creating LLMInferenceServiceConfig: resources/modelServing/llmd-topology-config.yaml [2026-07-20T06:36:53.292Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784529413280.yaml" -n redhat-ods-applications [2026-07-20T06:36:53.641Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784529413280.yaml" -n redhat-ods-applications [2026-07-20T06:36:53.650Z] [INFO] Command executed successfully: llminferenceserviceconfig.serving.kserve.io/e2e-multi-node-topology created [2026-07-20T06:36:53.747Z] [INFO] [EXEC] rm /tmp/temp_1784529413280.yaml [2026-07-20T06:36:53.788Z] [INFO] [STEP 1] Log into the application as admin [2026-07-20T06:36:53.815Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-07-20T06:36:54.725Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-07-20T06:37:04.102Z] [INFO] [STEP 3] Deploy LLMD Model [2026-07-20T06:37:07.412Z] [INFO] [STEP 4] Select Model details [2026-07-20T06:37:11.247Z] [INFO] [STEP 5] Select Model deployment [2026-07-20T06:37:12.335Z] [INFO] [STEP 6] Verify YAML Viewer [2026-07-20T06:37:23.607Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-07-20T06:37:23.611Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-07-20T06:37:23.615Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-20T06:37:23.619Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:37:23.624Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-20T06:37:23.632Z] [INFO] Loading test data [2026-07-20T06:37:23.640Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-07-20T06:37:23.645Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-20T06:37:23.857Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-20T06:37:23.862Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-20T06:37:23.868Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-20T06:37:23.876Z] [INFO] Project test-llmd-deployment-154399 already exists. Deleting it. [2026-07-20T06:37:30.704Z] [INFO] [EXEC] oc delete project test-llmd-deployment-154399 --wait [2026-07-20T06:37:30.717Z] [INFO] Waiting for project test-llmd-deployment-154399 to be fully deleted... [2026-07-20T06:37:30.722Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-20T06:37:30.947Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-20T06:37:30.954Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-07-20T06:37:30.960Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-07-20T06:37:30.973Z] [INFO] Creating project test-llmd-deployment-154399 [2026-07-20T06:37:31.294Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-07-20T06:37:31.534Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-07-20T06:37:31.539Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-20T06:37:31.767Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-20T06:37:31.773Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-20T06:37:31.779Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-20T06:37:31.789Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-07-20T06:37:31.793Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-20T06:37:31.796Z] [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-20T06:37:32.005Z] [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-20T06:37:32.010Z] [INFO] No matching profile found, proceeding with the test. [2026-07-20T06:37:32.018Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-20T06:37:32.030Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784529452019.yaml" -n redhat-ods-applications [2026-07-20T06:37:32.954Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784529452019.yaml" -n redhat-ods-applications [2026-07-20T06:37:33.037Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model configured [2026-07-20T06:37:33.195Z] [INFO] [EXEC] rm /tmp/temp_1784529452019.yaml [2026-07-20T06:37:33.206Z] [INFO] Provisioning topology config for topology selection tests [2026-07-20T06:37:33.211Z] [INFO] Cleaning up and creating LLMInferenceServiceConfig: e2e-multi-node-topology [2026-07-20T06:37:33.214Z] [INFO] Executing delete LLMInferenceServiceConfig command: oc get llminferenceserviceconfig -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("e2e-multi-node-topology")) | .metadata.name' | tr -d '"' [2026-07-20T06:37:33.454Z] [INFO] [EXEC] oc get llminferenceserviceconfig -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("e2e-multi-node-topology")) | .metadata.name' | tr -d '"' [2026-07-20T06:37:33.462Z] [INFO] LLMInferenceServiceConfig found: e2e-multi-node-topology. Proceeding to delete. [2026-07-20T06:37:33.696Z] [INFO] [EXEC] oc delete llminferenceserviceconfig e2e-multi-node-topology -n redhat-ods-applications [2026-07-20T06:37:33.703Z] [INFO] Creating LLMInferenceServiceConfig: resources/modelServing/llmd-topology-config.yaml [2026-07-20T06:37:33.718Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784529453705.yaml" -n redhat-ods-applications [2026-07-20T06:37:33.929Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784529453705.yaml" -n redhat-ods-applications [2026-07-20T06:37:33.937Z] [INFO] Command executed successfully: llminferenceserviceconfig.serving.kserve.io/e2e-multi-node-topology created [2026-07-20T06:37:34.041Z] [INFO] [EXEC] rm /tmp/temp_1784529453705.yaml [2026-07-20T06:37:34.067Z] [INFO] [STEP 1] Log into the application as admin [2026-07-20T06:37:34.078Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-07-20T06:37:34.449Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-07-20T06:37:40.826Z] [INFO] [STEP 3] Deploy LLMD Model [2026-07-20T06:37:44.701Z] [INFO] [STEP 4] Select Model details [2026-07-20T06:37:48.363Z] [INFO] [STEP 5] Select Model deployment [2026-07-20T06:37:49.522Z] [INFO] [STEP 6] Verify YAML Viewer 1) Verify User Can Deploy an LLMD Model in Deployments [2026-07-20T06:38:00.485Z] [INFO] Starting 480s timeout for: Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-20T06:38:00.488Z] [INFO] Test title: Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-20T06:38:00.491Z] [INFO] Test tags: ["@Featureflagged","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-20T06:38:00.494Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:38:00.498Z] [INFO] Grep tags: ["@SmokeSet3"] - Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-20T06:38:00.510Z] [INFO] Cleaning up Hardware Profile: cypress-llmd-hardware-profile-model [2026-07-20T06:38:00.519Z] [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-20T06:38:00.733Z] [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-20T06:38:00.739Z] [INFO] Hardware Profile found: cypress-llmd-hardware-profile-model. Proceeding to delete. [2026-07-20T06:38:00.955Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-llmd-hardware-profile-model -n redhat-ods-applications [2026-07-20T06:38:00.957Z] [INFO] Executing delete LLMInferenceServiceConfig command: oc get llminferenceserviceconfig -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("e2e-multi-node-topology")) | .metadata.name' | tr -d '"' [2026-07-20T06:38:01.201Z] [INFO] [EXEC] oc get llminferenceserviceconfig -ojson -n redhat-ods-applications | jq '.items[] | select(.metadata.name | contains("e2e-multi-node-topology")) | .metadata.name' | tr -d '"' [2026-07-20T06:38:01.208Z] [INFO] LLMInferenceServiceConfig found: e2e-multi-node-topology. Proceeding to delete. [2026-07-20T06:38:01.423Z] [INFO] [EXEC] oc delete llminferenceserviceconfig e2e-multi-node-topology -n redhat-ods-applications [2026-07-20T06:38:08.032Z] [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.0bccc067-d85a-4af7-b306-ef099c325338.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