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-20T09:09:29.424Z] [INFO] Setting tests timeout to: 480 seconds Verify a model can be deployed from model catalog [2026-07-20T09:09:29.448Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-20T09:09:29.452Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-20T09:09:29.462Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-20T09:09:29.467Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T09:09:29.477Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-20T09:09:29.498Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-20T09:09:30.040Z] [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-20T09:09:30.047Z] [INFO] Command exit code: 0 [2026-07-20T09:09:30.073Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-20T09:09:30.086Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-20T09:09:30.118Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-20T09:09:30.342Z] [INFO] [EXEC] oc whoami [2026-07-20T09:09:30.716Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://aa1ee798ecf024f359ec36f35d32a1bb-0b0cb016bdfe8bae.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T09:09:30.742Z] [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-20T09:09:30.747Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-20T09:09:30.751Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-20T09:09:30.984Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-20T09:09:30.999Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-20T09:09:31.016Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-20T09:09:31.037Z] [INFO] Creating project test-model-catalog-175228 [2026-07-20T09:09:31.321Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-20T09:09:31.568Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-20T09:09:31.583Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-20T09:09:31.809Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-20T09:09:31.816Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-20T09:09:31.834Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-20T09:09:32.133Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784538571847-2dij3ezd1.yaml && rm -f /tmp/cypress-yaml-1784538571847-2dij3ezd1.yaml [2026-07-20T09:09:32.139Z] [INFO] Command exit code: 0 [2026-07-20T09:09:32.163Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ [2026-07-20T09:09:33.759Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-07-20T09:09:33.863Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/ai-hub/models/catalog [2026-07-20T09:09:46.669Z] [INFO] [STEP 2] Wait for model catalog cards to appear [2026-07-20T09:09:46.717Z] [INFO] [STEP 3] Polling for model catalog cards (max 10 attempts) [2026-07-20T09:09:56.803Z] [INFO] Attempt 1/10: cards=12, emptyState=false, elapsed=14.6s [2026-07-20T09:09:56.836Z] [INFO] ✅ Model catalog cards are now visible (found 12 cards) [2026-07-20T09:09:57.685Z] [INFO] Click attempt #1 [2026-07-20T09:09:58.535Z] [INFO] Wizard did not open, retrying... [2026-07-20T09:09:58.572Z] [INFO] Click attempt #2 [2026-07-20T09:09:59.013Z] [INFO] [STEP 4] Model deployment select project in preconfigure step [2026-07-20T09:10:00.295Z] [INFO] [STEP 5] Verify model location gets prefilled [2026-07-20T09:10:00.999Z] [INFO] [STEP 6] Model deployment step [2026-07-20T09:10:02.121Z] [INFO] [STEP 7] Advanced options step [2026-07-20T09:10:02.762Z] [INFO] [STEP 8] Summary step [2026-07-20T09:10:03.052Z] [INFO] [STEP 9] Verify redirection to the global page [2026-07-20T09:10:05.465Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait=false --ignore-not-found ✓ Verify a model can be deployed from model catalog (35522ms) 1 passing (37s) [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-07-20T09:10:08.930Z] [INFO] Setting tests timeout to: 480 seconds A user can deploy an LLMD model [2026-07-20T09:10:08.945Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-07-20T09:10:08.947Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-07-20T09:10:08.953Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-20T09:10:08.959Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T09:10:08.963Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-20T09:10:08.973Z] [INFO] Loading test data [2026-07-20T09:10:08.986Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-07-20T09:10:08.989Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-20T09:10:09.298Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-20T09:10:09.305Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-07-20T09:10:09.311Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-07-20T09:10:09.331Z] [INFO] Creating project test-llmd-deployment-154399 [2026-07-20T09:10:09.593Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-07-20T09:10:09.845Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-07-20T09:10:09.852Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-20T09:10:10.133Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-20T09:10:10.139Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-20T09:10:10.146Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-20T09:10:10.156Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-07-20T09:10:10.160Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-20T09:10:10.163Z] [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-20T09:10:10.405Z] [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-20T09:10:10.410Z] [INFO] No matching profile found, proceeding with the test. [2026-07-20T09:10:10.415Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-20T09:10:10.430Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784538610418.yaml" -n redhat-ods-applications [2026-07-20T09:10:10.664Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784538610418.yaml" -n redhat-ods-applications [2026-07-20T09:10:10.672Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model created [2026-07-20T09:10:10.768Z] [INFO] [EXEC] rm /tmp/temp_1784538610418.yaml [2026-07-20T09:10:10.780Z] [INFO] Provisioning topology config for topology selection tests [2026-07-20T09:10:10.785Z] [INFO] Cleaning up and creating LLMInferenceServiceConfig: e2e-multi-node-topology [2026-07-20T09:10:10.789Z] [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-20T09:10:11.056Z] [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-20T09:10:11.062Z] [INFO] No matching LLMInferenceServiceConfig found, proceeding with the test. [2026-07-20T09:10:11.070Z] [INFO] Creating LLMInferenceServiceConfig: resources/modelServing/llmd-topology-config.yaml [2026-07-20T09:10:11.084Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784538611073.yaml" -n redhat-ods-applications [2026-07-20T09:10:11.355Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784538611073.yaml" -n redhat-ods-applications [2026-07-20T09:10:11.363Z] [INFO] Command executed successfully: llminferenceserviceconfig.serving.kserve.io/e2e-multi-node-topology created [2026-07-20T09:10:11.465Z] [INFO] [EXEC] rm /tmp/temp_1784538611073.yaml [2026-07-20T09:10:11.494Z] [INFO] [STEP 1] Log into the application as admin [2026-07-20T09:10:11.506Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-07-20T09:10:13.069Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-07-20T09:10:22.668Z] [INFO] [STEP 3] Deploy LLMD Model [2026-07-20T09:10:26.091Z] [INFO] [STEP 4] Select Model details [2026-07-20T09:10:29.304Z] [INFO] [STEP 5] Select Model deployment [2026-07-20T09:10:30.465Z] [INFO] [STEP 6] Verify YAML Viewer [2026-07-20T09:10:41.801Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-07-20T09:10:41.805Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-07-20T09:10:41.810Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-20T09:10:41.813Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T09:10:41.817Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-20T09:10:41.825Z] [INFO] Loading test data [2026-07-20T09:10:41.834Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-07-20T09:10:41.839Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-20T09:10:42.073Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-20T09:10:42.080Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-20T09:10:42.086Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-20T09:10:42.094Z] [INFO] Project test-llmd-deployment-154399 already exists. Deleting it. [2026-07-20T09:10:49.089Z] [INFO] [EXEC] oc delete project test-llmd-deployment-154399 --wait [2026-07-20T09:10:49.100Z] [INFO] Waiting for project test-llmd-deployment-154399 to be fully deleted... [2026-07-20T09:10:49.107Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-20T09:10:49.318Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-20T09:10:49.325Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-07-20T09:10:49.330Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-07-20T09:10:49.341Z] [INFO] Creating project test-llmd-deployment-154399 [2026-07-20T09:10:49.605Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-07-20T09:10:49.867Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-07-20T09:10:49.873Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-20T09:10:50.088Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-20T09:10:50.093Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-20T09:10:50.099Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-20T09:10:50.108Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-07-20T09:10:50.173Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-20T09:10:50.182Z] [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-20T09:10:50.427Z] [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-20T09:10:50.433Z] [INFO] No matching profile found, proceeding with the test. [2026-07-20T09:10:50.438Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-20T09:10:50.449Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784538650439.yaml" -n redhat-ods-applications [2026-07-20T09:10:51.460Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784538650439.yaml" -n redhat-ods-applications [2026-07-20T09:10:51.467Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model configured [2026-07-20T09:10:51.558Z] [INFO] [EXEC] rm /tmp/temp_1784538650439.yaml [2026-07-20T09:10:51.567Z] [INFO] Provisioning topology config for topology selection tests [2026-07-20T09:10:51.572Z] [INFO] Cleaning up and creating LLMInferenceServiceConfig: e2e-multi-node-topology [2026-07-20T09:10:51.575Z] [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-20T09:10:51.807Z] [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-20T09:10:51.814Z] [INFO] LLMInferenceServiceConfig found: e2e-multi-node-topology. Proceeding to delete. [2026-07-20T09:10:52.048Z] [INFO] [EXEC] oc delete llminferenceserviceconfig e2e-multi-node-topology -n redhat-ods-applications [2026-07-20T09:10:52.055Z] [INFO] Creating LLMInferenceServiceConfig: resources/modelServing/llmd-topology-config.yaml [2026-07-20T09:10:52.067Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784538652056.yaml" -n redhat-ods-applications [2026-07-20T09:10:52.296Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784538652056.yaml" -n redhat-ods-applications [2026-07-20T09:10:52.303Z] [INFO] Command executed successfully: llminferenceserviceconfig.serving.kserve.io/e2e-multi-node-topology created [2026-07-20T09:10:52.430Z] [INFO] [EXEC] rm /tmp/temp_1784538652056.yaml [2026-07-20T09:10:52.463Z] [INFO] [STEP 1] Log into the application as admin [2026-07-20T09:10:52.476Z] [INFO] Navigate to: https://rh-ai.apps.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.prod.konfluxeaas.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-07-20T09:10:52.852Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-07-20T09:10:59.807Z] [INFO] [STEP 3] Deploy LLMD Model [2026-07-20T09:11:07.479Z] [INFO] [STEP 4] Select Model details [2026-07-20T09:11:12.480Z] [INFO] [STEP 5] Select Model deployment [2026-07-20T09:11:13.742Z] [INFO] [STEP 6] Verify YAML Viewer 1) Verify User Can Deploy an LLMD Model in Deployments [2026-07-20T09:11:24.704Z] [INFO] Starting 480s timeout for: Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-20T09:11:24.706Z] [INFO] Test title: Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-20T09:11:24.710Z] [INFO] Test tags: ["@Featureflagged","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-20T09:11:24.714Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T09:11:24.717Z] [INFO] Grep tags: ["@SmokeSet3"] - Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-20T09:11:24.728Z] [INFO] Cleaning up Hardware Profile: cypress-llmd-hardware-profile-model [2026-07-20T09:11:24.733Z] [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-20T09:11:24.985Z] [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-20T09:11:24.992Z] [INFO] Hardware Profile found: cypress-llmd-hardware-profile-model. Proceeding to delete. [2026-07-20T09:11:25.232Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-llmd-hardware-profile-model -n redhat-ods-applications [2026-07-20T09:11:25.235Z] [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-20T09:11:25.502Z] [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-20T09:11:25.509Z] [INFO] LLMInferenceServiceConfig found: e2e-multi-node-topology. Proceeding to delete. [2026-07-20T09:11:25.762Z] [INFO] [EXEC] oc delete llminferenceserviceconfig e2e-multi-node-topology -n redhat-ods-applications [2026-07-20T09:11:32.670Z] [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.e8b6ed0d-5259-439e-b68c-1ba1be5c9f3b.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