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-20T07:07:11.733Z] [INFO] Setting tests timeout to: 480 seconds Verify a model can be deployed from model catalog [2026-07-20T07:07:11.759Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-20T07:07:11.763Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-20T07:07:11.777Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-20T07:07:11.786Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T07:07:11.791Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-20T07:07:11.819Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-20T07:07:12.335Z] [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-20T07:07:12.342Z] [INFO] Command exit code: 0 [2026-07-20T07:07:12.369Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-20T07:07:12.388Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-20T07:07:12.415Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-20T07:07:12.628Z] [INFO] [EXEC] oc whoami [2026-07-20T07:07:13.061Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a9320a7aabaa54ed7a7b8ae93bb00db5-54b895203a8966d6.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T07:07:13.092Z] [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-20T07:07:13.096Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-20T07:07:13.105Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-20T07:07:13.315Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-20T07:07:13.321Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-20T07:07:13.327Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-20T07:07:13.347Z] [INFO] Creating project test-model-catalog-175228 [2026-07-20T07:07:13.619Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-20T07:07:13.851Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-20T07:07:13.859Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-20T07:07:14.082Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-20T07:07:14.089Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-20T07:07:14.105Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-20T07:07:14.356Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784531234110-z5egcrrkf.yaml && rm -f /tmp/cypress-yaml-1784531234110-z5egcrrkf.yaml [2026-07-20T07:07:14.372Z] [INFO] Command exit code: 0 [2026-07-20T07:07:14.418Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ [2026-07-20T07:07:15.852Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-07-20T07:07:15.960Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ai-hub/models/catalog [2026-07-20T07:07:28.340Z] [INFO] [STEP 2] Wait for model catalog cards to appear [2026-07-20T07:07:28.389Z] [INFO] [STEP 3] Polling for model catalog cards (max 10 attempts) [2026-07-20T07:07:38.466Z] [INFO] Attempt 1/10: cards=12, emptyState=false, elapsed=14.0s [2026-07-20T07:07:38.499Z] [INFO] ✅ Model catalog cards are now visible (found 12 cards) [2026-07-20T07:07:39.364Z] [INFO] Click attempt #1 [2026-07-20T07:07:40.041Z] [INFO] Wizard did not open, retrying... [2026-07-20T07:07:40.075Z] [INFO] Click attempt #2 [2026-07-20T07:07:40.500Z] [INFO] [STEP 4] Model deployment select project in preconfigure step [2026-07-20T07:07:41.444Z] [INFO] [STEP 5] Verify model location gets prefilled [2026-07-20T07:07:41.989Z] [INFO] [STEP 6] Model deployment step [2026-07-20T07:07:43.061Z] [INFO] [STEP 7] Advanced options step [2026-07-20T07:07:43.657Z] [INFO] [STEP 8] Summary step [2026-07-20T07:07:43.884Z] [INFO] [STEP 9] Verify redirection to the global page [2026-07-20T07:07:46.137Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait=false --ignore-not-found ✓ Verify a model can be deployed from model catalog (33828ms) 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: 34 seconds │ │ Spec Ran: modelCatalog/testCatalogDeployModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/models/testDeployLLMDServing.cy.ts (2 of 8) [2026-07-20T07:07:49.382Z] [INFO] Setting tests timeout to: 480 seconds A user can deploy an LLMD model [2026-07-20T07:07:49.396Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-07-20T07:07:49.399Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-07-20T07:07:49.404Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-20T07:07:49.408Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T07:07:49.413Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-20T07:07:49.423Z] [INFO] Loading test data [2026-07-20T07:07:49.436Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-07-20T07:07:49.440Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-20T07:07:49.671Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-20T07:07:49.677Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-07-20T07:07:49.684Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-07-20T07:07:49.694Z] [INFO] Creating project test-llmd-deployment-154399 [2026-07-20T07:07:49.955Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-07-20T07:07:50.192Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-07-20T07:07:50.199Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-20T07:07:50.414Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-20T07:07:50.419Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-20T07:07:50.425Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-20T07:07:50.435Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-07-20T07:07:50.439Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-20T07:07:50.441Z] [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-20T07:07:50.671Z] [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-20T07:07:50.677Z] [INFO] No matching profile found, proceeding with the test. [2026-07-20T07:07:50.682Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-20T07:07:50.696Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784531270685.yaml" -n redhat-ods-applications [2026-07-20T07:07:50.954Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784531270685.yaml" -n redhat-ods-applications [2026-07-20T07:07:50.961Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model created [2026-07-20T07:07:51.100Z] [INFO] [EXEC] rm /tmp/temp_1784531270685.yaml [2026-07-20T07:07:51.111Z] [INFO] Provisioning topology config for topology selection tests [2026-07-20T07:07:51.115Z] [INFO] Cleaning up and creating LLMInferenceServiceConfig: e2e-multi-node-topology [2026-07-20T07:07:51.117Z] [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-20T07:07:51.363Z] [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-20T07:07:51.369Z] [INFO] No matching LLMInferenceServiceConfig found, proceeding with the test. [2026-07-20T07:07:51.374Z] [INFO] Creating LLMInferenceServiceConfig: resources/modelServing/llmd-topology-config.yaml [2026-07-20T07:07:51.388Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784531271376.yaml" -n redhat-ods-applications [2026-07-20T07:07:51.654Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784531271376.yaml" -n redhat-ods-applications [2026-07-20T07:07:51.661Z] [INFO] Command executed successfully: llminferenceserviceconfig.serving.kserve.io/e2e-multi-node-topology created [2026-07-20T07:07:51.760Z] [INFO] [EXEC] rm /tmp/temp_1784531271376.yaml [2026-07-20T07:07:51.790Z] [INFO] [STEP 1] Log into the application as admin [2026-07-20T07:07:51.803Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-07-20T07:07:52.629Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-07-20T07:08:01.822Z] [INFO] [STEP 3] Deploy LLMD Model [2026-07-20T07:08:05.580Z] [INFO] [STEP 4] Select Model details [2026-07-20T07:08:09.072Z] [INFO] [STEP 5] Select Model deployment [2026-07-20T07:08:10.160Z] [INFO] [STEP 6] Verify YAML Viewer [2026-07-20T07:08:21.497Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-07-20T07:08:21.500Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-07-20T07:08:21.504Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-20T07:08:21.507Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T07:08:21.511Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-20T07:08:21.518Z] [INFO] Loading test data [2026-07-20T07:08:21.528Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-07-20T07:08:21.532Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-20T07:08:21.766Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-20T07:08:21.772Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-20T07:08:21.777Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-20T07:08:21.785Z] [INFO] Project test-llmd-deployment-154399 already exists. Deleting it. [2026-07-20T07:08:29.557Z] [INFO] [EXEC] oc delete project test-llmd-deployment-154399 --wait [2026-07-20T07:08:29.565Z] [INFO] Waiting for project test-llmd-deployment-154399 to be fully deleted... [2026-07-20T07:08:29.569Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-20T07:08:29.810Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-20T07:08:29.816Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-07-20T07:08:29.821Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-07-20T07:08:29.832Z] [INFO] Creating project test-llmd-deployment-154399 [2026-07-20T07:08:30.156Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-07-20T07:08:30.400Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-07-20T07:08:30.406Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-20T07:08:30.654Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-20T07:08:30.659Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-20T07:08:30.665Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-20T07:08:30.673Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-07-20T07:08:30.678Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-20T07:08:30.682Z] [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-20T07:08:30.906Z] [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-20T07:08:30.911Z] [INFO] No matching profile found, proceeding with the test. [2026-07-20T07:08:30.916Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-20T07:08:30.927Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784531310917.yaml" -n redhat-ods-applications [2026-07-20T07:08:31.701Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784531310917.yaml" -n redhat-ods-applications [2026-07-20T07:08:31.709Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model configured [2026-07-20T07:08:31.810Z] [INFO] [EXEC] rm /tmp/temp_1784531310917.yaml [2026-07-20T07:08:31.820Z] [INFO] Provisioning topology config for topology selection tests [2026-07-20T07:08:31.825Z] [INFO] Cleaning up and creating LLMInferenceServiceConfig: e2e-multi-node-topology [2026-07-20T07:08:31.829Z] [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-20T07:08:32.124Z] [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-20T07:08:32.133Z] [INFO] LLMInferenceServiceConfig found: e2e-multi-node-topology. Proceeding to delete. [2026-07-20T07:08:32.361Z] [INFO] [EXEC] oc delete llminferenceserviceconfig e2e-multi-node-topology -n redhat-ods-applications [2026-07-20T07:08:32.368Z] [INFO] Creating LLMInferenceServiceConfig: resources/modelServing/llmd-topology-config.yaml [2026-07-20T07:08:32.382Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784531312369.yaml" -n redhat-ods-applications [2026-07-20T07:08:32.624Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784531312369.yaml" -n redhat-ods-applications [2026-07-20T07:08:32.631Z] [INFO] Command executed successfully: llminferenceserviceconfig.serving.kserve.io/e2e-multi-node-topology created [2026-07-20T07:08:32.748Z] [INFO] [EXEC] rm /tmp/temp_1784531312369.yaml [2026-07-20T07:08:32.775Z] [INFO] [STEP 1] Log into the application as admin [2026-07-20T07:08:32.784Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-07-20T07:08:33.161Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-07-20T07:08:39.726Z] [INFO] [STEP 3] Deploy LLMD Model [2026-07-20T07:08:43.182Z] [INFO] [STEP 4] Select Model details [2026-07-20T07:08:47.506Z] [INFO] [STEP 5] Select Model deployment [2026-07-20T07:08:48.675Z] [INFO] [STEP 6] Verify YAML Viewer 1) Verify User Can Deploy an LLMD Model in Deployments [2026-07-20T07:08:59.628Z] [INFO] Starting 480s timeout for: Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-20T07:08:59.631Z] [INFO] Test title: Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-20T07:08:59.635Z] [INFO] Test tags: ["@Featureflagged","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-20T07:08:59.639Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T07:08:59.644Z] [INFO] Grep tags: ["@SmokeSet3"] - Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-20T07:08:59.666Z] [INFO] Cleaning up Hardware Profile: cypress-llmd-hardware-profile-model [2026-07-20T07:08:59.670Z] [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-20T07:08:59.912Z] [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-20T07:08:59.918Z] [INFO] Hardware Profile found: cypress-llmd-hardware-profile-model. Proceeding to delete. [2026-07-20T07:09:00.152Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-llmd-hardware-profile-model -n redhat-ods-applications [2026-07-20T07:09:00.154Z] [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-20T07:09:00.407Z] [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-20T07:09:00.415Z] [INFO] LLMInferenceServiceConfig found: e2e-multi-node-topology. Proceeding to delete. [2026-07-20T07:09:00.650Z] [INFO] [EXEC] oc delete llminferenceserviceconfig e2e-multi-node-topology -n redhat-ods-applications [2026-07-20T07:09:07.910Z] [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.bf629136-5b7b-4964-a57c-88efab7c48d6.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