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-19T18:43:03.202Z] [INFO] Setting tests timeout to: 480 seconds Verify a model can be deployed from model catalog [2026-07-19T18:43:03.227Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-19T18:43:03.237Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-19T18:43:03.247Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-19T18:43:03.252Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T18:43:03.257Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-19T18:43:03.285Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-19T18:43:03.806Z] [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-19T18:43:03.816Z] [INFO] Command exit code: 0 [2026-07-19T18:43:03.844Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-19T18:43:03.857Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-19T18:43:03.901Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-19T18:43:04.094Z] [INFO] [EXEC] oc whoami [2026-07-19T18:43:04.475Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a0e5ed23cc1d34289884d2f25e8fe463-b0756d583ccf1a1f.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-19T18:43:04.507Z] [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-19T18:43:04.518Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-19T18:43:04.522Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-19T18:43:04.732Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-19T18:43:04.739Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-19T18:43:04.755Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-19T18:43:04.775Z] [INFO] Creating project test-model-catalog-175228 [2026-07-19T18:43:05.039Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-19T18:43:05.277Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-19T18:43:05.285Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-19T18:43:05.501Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-19T18:43:05.507Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-19T18:43:05.524Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-19T18:43:05.794Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784486585539-m2f0lnfas.yaml && rm -f /tmp/cypress-yaml-1784486585539-m2f0lnfas.yaml [2026-07-19T18:43:05.800Z] [INFO] Command exit code: 0 [2026-07-19T18:43:05.838Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ [2026-07-19T18:43:07.326Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-07-19T18:43:07.453Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/ai-hub/models/catalog [2026-07-19T18:43:16.593Z] [INFO] [STEP 2] Wait for model catalog cards to appear [2026-07-19T18:43:16.669Z] [INFO] [STEP 3] Polling for model catalog cards (max 10 attempts) [2026-07-19T18:43:26.762Z] [INFO] Attempt 1/10: cards=12, emptyState=false, elapsed=10.9s [2026-07-19T18:43:26.796Z] [INFO] ✅ Model catalog cards are now visible (found 12 cards) [2026-07-19T18:43:27.753Z] [INFO] Click attempt #1 [2026-07-19T18:43:28.618Z] [INFO] Wizard did not open, retrying... [2026-07-19T18:43:28.656Z] [INFO] Click attempt #2 [2026-07-19T18:43:29.043Z] [INFO] [STEP 4] Model deployment select project in preconfigure step [2026-07-19T18:43:30.146Z] [INFO] [STEP 5] Verify model location gets prefilled [2026-07-19T18:43:30.651Z] [INFO] [STEP 6] Model deployment step [2026-07-19T18:43:31.648Z] [INFO] [STEP 7] Advanced options step [2026-07-19T18:43:32.180Z] [INFO] [STEP 8] Summary step [2026-07-19T18:43:32.408Z] [INFO] [STEP 9] Verify redirection to the global page [2026-07-19T18:43:34.947Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait=false --ignore-not-found ✓ Verify a model can be deployed from model catalog (31170ms) 1 passing (32s) [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: 32 seconds │ │ Spec Ran: modelCatalog/testCatalogDeployModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/models/testDeployLLMDServing.cy.ts (2 of 8) [2026-07-19T18:43:38.552Z] [INFO] Setting tests timeout to: 480 seconds A user can deploy an LLMD model [2026-07-19T18:43:38.566Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-07-19T18:43:38.569Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-07-19T18:43:38.574Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-19T18:43:38.578Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T18:43:38.582Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-19T18:43:38.593Z] [INFO] Loading test data [2026-07-19T18:43:38.606Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-07-19T18:43:38.609Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-19T18:43:38.841Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-19T18:43:38.848Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-07-19T18:43:38.854Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-07-19T18:43:38.864Z] [INFO] Creating project test-llmd-deployment-154399 [2026-07-19T18:43:39.169Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-07-19T18:43:39.425Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-07-19T18:43:39.432Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-19T18:43:39.649Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-19T18:43:39.655Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-19T18:43:39.662Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-19T18:43:39.671Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-07-19T18:43:39.675Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-19T18:43:39.677Z] [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-19T18:43:39.901Z] [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-19T18:43:39.906Z] [INFO] No matching profile found, proceeding with the test. [2026-07-19T18:43:39.912Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-19T18:43:39.927Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784486619915.yaml" -n redhat-ods-applications [2026-07-19T18:43:40.427Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784486619915.yaml" -n redhat-ods-applications [2026-07-19T18:43:40.436Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model created [2026-07-19T18:43:40.565Z] [INFO] [EXEC] rm /tmp/temp_1784486619915.yaml [2026-07-19T18:43:40.593Z] [INFO] Provisioning topology config for topology selection tests [2026-07-19T18:43:40.597Z] [INFO] Cleaning up and creating LLMInferenceServiceConfig: e2e-multi-node-topology [2026-07-19T18:43:40.600Z] [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-19T18:43:40.853Z] [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-19T18:43:40.860Z] [INFO] No matching LLMInferenceServiceConfig found, proceeding with the test. [2026-07-19T18:43:40.865Z] [INFO] Creating LLMInferenceServiceConfig: resources/modelServing/llmd-topology-config.yaml [2026-07-19T18:43:40.879Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784486620868.yaml" -n redhat-ods-applications [2026-07-19T18:43:41.159Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784486620868.yaml" -n redhat-ods-applications [2026-07-19T18:43:41.166Z] [INFO] Command executed successfully: llminferenceserviceconfig.serving.kserve.io/e2e-multi-node-topology created [2026-07-19T18:43:41.260Z] [INFO] [EXEC] rm /tmp/temp_1784486620868.yaml [2026-07-19T18:43:41.288Z] [INFO] [STEP 1] Log into the application as admin [2026-07-19T18:43:41.298Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-07-19T18:43:42.403Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-07-19T18:43:52.334Z] [INFO] [STEP 3] Deploy LLMD Model [2026-07-19T18:43:58.664Z] [INFO] [STEP 4] Select Model details [2026-07-19T18:44:04.215Z] [INFO] [STEP 5] Select Model deployment [2026-07-19T18:44:05.280Z] [INFO] [STEP 6] Verify YAML Viewer [2026-07-19T18:44:16.205Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-07-19T18:44:16.208Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-07-19T18:44:16.212Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-19T18:44:16.216Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T18:44:16.220Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-19T18:44:16.228Z] [INFO] Loading test data [2026-07-19T18:44:16.236Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-07-19T18:44:16.243Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-19T18:44:16.466Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-19T18:44:16.472Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-19T18:44:16.477Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-19T18:44:16.484Z] [INFO] Project test-llmd-deployment-154399 already exists. Deleting it. [2026-07-19T18:44:23.990Z] [INFO] [EXEC] oc delete project test-llmd-deployment-154399 --wait [2026-07-19T18:44:24.004Z] [INFO] Waiting for project test-llmd-deployment-154399 to be fully deleted... [2026-07-19T18:44:24.009Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-19T18:44:24.233Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-19T18:44:24.239Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-07-19T18:44:24.246Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-07-19T18:44:24.258Z] [INFO] Creating project test-llmd-deployment-154399 [2026-07-19T18:44:24.536Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-07-19T18:44:24.812Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-07-19T18:44:24.818Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-19T18:44:25.057Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-19T18:44:25.064Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-19T18:44:25.071Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-19T18:44:25.081Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-07-19T18:44:25.086Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-19T18:44:25.090Z] [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-19T18:44:25.327Z] [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-19T18:44:25.332Z] [INFO] No matching profile found, proceeding with the test. [2026-07-19T18:44:25.338Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-19T18:44:25.350Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784486665339.yaml" -n redhat-ods-applications [2026-07-19T18:44:26.371Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784486665339.yaml" -n redhat-ods-applications [2026-07-19T18:44:26.379Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model configured [2026-07-19T18:44:26.474Z] [INFO] [EXEC] rm /tmp/temp_1784486665339.yaml [2026-07-19T18:44:26.484Z] [INFO] Provisioning topology config for topology selection tests [2026-07-19T18:44:26.489Z] [INFO] Cleaning up and creating LLMInferenceServiceConfig: e2e-multi-node-topology [2026-07-19T18:44:26.493Z] [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-19T18:44:26.742Z] [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-19T18:44:26.750Z] [INFO] LLMInferenceServiceConfig found: e2e-multi-node-topology. Proceeding to delete. [2026-07-19T18:44:26.990Z] [INFO] [EXEC] oc delete llminferenceserviceconfig e2e-multi-node-topology -n redhat-ods-applications [2026-07-19T18:44:26.996Z] [INFO] Creating LLMInferenceServiceConfig: resources/modelServing/llmd-topology-config.yaml [2026-07-19T18:44:27.009Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784486666998.yaml" -n redhat-ods-applications [2026-07-19T18:44:27.253Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784486666998.yaml" -n redhat-ods-applications [2026-07-19T18:44:27.261Z] [INFO] Command executed successfully: llminferenceserviceconfig.serving.kserve.io/e2e-multi-node-topology created [2026-07-19T18:44:27.373Z] [INFO] [EXEC] rm /tmp/temp_1784486666998.yaml [2026-07-19T18:44:27.408Z] [INFO] [STEP 1] Log into the application as admin [2026-07-19T18:44:27.418Z] [INFO] Navigate to: https://rh-ai.apps.2ec8d0bd-df83-45cf-888b-3d76eed32905.prod.konfluxeaas.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-07-19T18:44:28.025Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-07-19T18:44:32.455Z] [INFO] [STEP 3] Deploy LLMD Model [2026-07-19T18:44:35.400Z] [INFO] [STEP 4] Select Model details [2026-07-19T18:44:38.858Z] [INFO] [STEP 5] Select Model deployment [2026-07-19T18:44:39.893Z] [INFO] [STEP 6] Verify YAML Viewer 1) Verify User Can Deploy an LLMD Model in Deployments [2026-07-19T18:44:50.803Z] [INFO] Starting 480s timeout for: Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-19T18:44:50.805Z] [INFO] Test title: Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-19T18:44:50.809Z] [INFO] Test tags: ["@Featureflagged","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-19T18:44:50.812Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T18:44:50.815Z] [INFO] Grep tags: ["@SmokeSet3"] - Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-19T18:44:50.828Z] [INFO] Cleaning up Hardware Profile: cypress-llmd-hardware-profile-model [2026-07-19T18:44:50.832Z] [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-19T18:44:51.074Z] [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-19T18:44:51.082Z] [INFO] Hardware Profile found: cypress-llmd-hardware-profile-model. Proceeding to delete. [2026-07-19T18:44:51.320Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-llmd-hardware-profile-model -n redhat-ods-applications [2026-07-19T18:44:51.323Z] [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-19T18:44:51.588Z] [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-19T18:44:51.595Z] [INFO] LLMInferenceServiceConfig found: e2e-multi-node-topology. Proceeding to delete. [2026-07-19T18:44:51.842Z] [INFO] [EXEC] oc delete llminferenceserviceconfig e2e-multi-node-topology -n redhat-ods-applications [2026-07-19T18:44:58.373Z] [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.2ec8d0bd-df83-45cf-888b-3d76eed32905.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