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-16T03:16:38.714Z] [INFO] Setting tests timeout to: 480 seconds Verify a model can be deployed from model catalog [2026-07-16T03:16:38.738Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-16T03:16:38.810Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-16T03:16:38.828Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-16T03:16:38.910Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:16:38.921Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-16T03:16:39.017Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-16T03:16:41.636Z] [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-16T03:16:41.714Z] [INFO] Command exit code: 0 [2026-07-16T03:16:41.729Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-16T03:16:41.814Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-16T03:16:41.915Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-16T03:16:42.630Z] [INFO] [EXEC] oc whoami [2026-07-16T03:16:44.212Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://api.ods-qe-psi-07.osp.rh-ods.com:6443" --insecure-skip-tls-verify [2026-07-16T03:16:44.219Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-16T03:16:44.322Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-16T03:16:45.109Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-16T03:16:45.126Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-16T03:16:45.210Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-16T03:16:45.308Z] [INFO] Creating project test-model-catalog-175228 [2026-07-16T03:16:46.134Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-16T03:16:47.021Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-16T03:16:47.111Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-16T03:16:47.740Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-16T03:16:47.830Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-16T03:16:47.922Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-16T03:16:48.738Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784171807929-wtamjgp74.yaml && rm -f /tmp/cypress-yaml-1784171807929-wtamjgp74.yaml [2026-07-16T03:16:48.831Z] [INFO] Command exit code: 0 [2026-07-16T03:16:49.012Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ [2026-07-16T03:16:50.027Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T03:16:56.013Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-07-16T03:16:56.230Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/ai-hub/models/catalog [2026-07-16T03:17:04.117Z] [INFO] [STEP 2] Wait for model catalog cards to appear [2026-07-16T03:17:04.220Z] [INFO] [STEP 3] Polling for model catalog cards (max 10 attempts) [2026-07-16T03:17:14.712Z] [INFO] Attempt 1/10: cards=12, emptyState=false, elapsed=15.6s [2026-07-16T03:17:14.807Z] [INFO] ✅ Model catalog cards are now visible (found 12 cards) [2026-07-16T03:17:17.508Z] [INFO] Click attempt #1 [2026-07-16T03:17:19.213Z] [INFO] Wizard did not open, retrying... [2026-07-16T03:17:19.408Z] [INFO] Click attempt #2 [2026-07-16T03:17:20.606Z] [INFO] [STEP 4] Model deployment select project in preconfigure step [2026-07-16T03:17:23.527Z] [INFO] [STEP 5] Verify model location gets prefilled [2026-07-16T03:17:24.632Z] [INFO] [STEP 6] Model deployment step [2026-07-16T03:17:27.515Z] [INFO] [STEP 7] Advanced options step [2026-07-16T03:17:29.011Z] [INFO] [STEP 8] Summary step [2026-07-16T03:17:29.414Z] [INFO] [STEP 9] Verify redirection to the global page [2026-07-16T03:17:33.410Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait=false --ignore-not-found ✓ Verify a model can be deployed from model catalog (53192ms) 1 passing (55s) [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: 55 seconds │ │ Spec Ran: modelCatalog/testCatalogDeployModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/models/testDeployLLMDServing.cy.ts (2 of 8) [2026-07-16T03:17:45.906Z] [INFO] Setting tests timeout to: 480 seconds A user can deploy an LLMD model [2026-07-16T03:17:45.921Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-07-16T03:17:45.924Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-07-16T03:17:45.933Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-16T03:17:46.012Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:17:46.018Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-16T03:17:46.035Z] [INFO] Loading test data [2026-07-16T03:17:46.129Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-07-16T03:17:46.207Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-16T03:17:47.144Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-16T03:17:47.213Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-07-16T03:17:47.222Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-07-16T03:17:47.235Z] [INFO] Creating project test-llmd-deployment-154399 [2026-07-16T03:17:48.021Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-07-16T03:17:49.231Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-07-16T03:17:49.327Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-16T03:17:50.346Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-16T03:17:50.427Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-16T03:17:50.520Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-16T03:17:50.638Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-07-16T03:17:50.646Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-16T03:17:50.717Z] [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-16T03:17:51.424Z] [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-16T03:17:51.516Z] [INFO] No matching profile found, proceeding with the test. [2026-07-16T03:17:51.527Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-16T03:17:51.629Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784171871532.yaml" -n redhat-ods-applications [2026-07-16T03:17:52.434Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784171871532.yaml" -n redhat-ods-applications [2026-07-16T03:17:52.527Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model created [2026-07-16T03:17:52.829Z] [INFO] [EXEC] rm /tmp/temp_1784171871532.yaml [2026-07-16T03:17:52.911Z] [INFO] Provisioning topology config for topology selection tests [2026-07-16T03:17:52.931Z] [INFO] Cleaning up and creating LLMInferenceServiceConfig: e2e-multi-node-topology [2026-07-16T03:17:53.007Z] [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-16T03:17:53.708Z] [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-16T03:17:53.811Z] [INFO] No matching LLMInferenceServiceConfig found, proceeding with the test. [2026-07-16T03:17:53.835Z] [INFO] Creating LLMInferenceServiceConfig: resources/modelServing/llmd-topology-config.yaml [2026-07-16T03:17:53.934Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784171873840.yaml" -n redhat-ods-applications [2026-07-16T03:17:54.719Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784171873840.yaml" -n redhat-ods-applications [2026-07-16T03:17:54.807Z] [INFO] Command executed successfully: llminferenceserviceconfig.serving.kserve.io/e2e-multi-node-topology created [2026-07-16T03:17:55.131Z] [INFO] [EXEC] rm /tmp/temp_1784171873840.yaml [2026-07-16T03:17:55.329Z] [INFO] [STEP 1] Log into the application as admin [2026-07-16T03:17:55.443Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-07-16T03:17:56.127Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T03:18:00.457Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-07-16T03:18:05.035Z] [INFO] [STEP 3] Deploy LLMD Model [2026-07-16T03:18:07.539Z] [INFO] [STEP 4] Select Model details [2026-07-16T03:18:11.018Z] [INFO] [STEP 5] Select Model deployment [2026-07-16T03:18:12.810Z] [INFO] [STEP 6] Verify YAML Viewer [2026-07-16T03:18:24.548Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-07-16T03:18:24.552Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-07-16T03:18:24.557Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-16T03:18:24.615Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:18:24.620Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-16T03:18:24.629Z] [INFO] Loading test data [2026-07-16T03:18:24.640Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-07-16T03:18:24.645Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-16T03:18:25.159Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-16T03:18:25.212Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-16T03:18:25.224Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-16T03:18:25.236Z] [INFO] Project test-llmd-deployment-154399 already exists. Deleting it. [2026-07-16T03:18:34.284Z] [INFO] [EXEC] oc delete project test-llmd-deployment-154399 --wait [2026-07-16T03:18:34.314Z] [INFO] Waiting for project test-llmd-deployment-154399 to be fully deleted... [2026-07-16T03:18:34.320Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-16T03:18:34.750Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-16T03:18:34.758Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-07-16T03:18:34.806Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-07-16T03:18:34.822Z] [INFO] Creating project test-llmd-deployment-154399 [2026-07-16T03:18:35.327Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-07-16T03:18:35.820Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-07-16T03:18:35.829Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-16T03:18:36.519Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-16T03:18:36.530Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-16T03:18:36.542Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-16T03:18:36.616Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-07-16T03:18:36.626Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-16T03:18:36.632Z] [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-16T03:18:37.338Z] [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-16T03:18:37.346Z] [INFO] No matching profile found, proceeding with the test. [2026-07-16T03:18:37.353Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-16T03:18:37.419Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784171917354.yaml" -n redhat-ods-applications [2026-07-16T03:18:41.417Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784171917354.yaml" -n redhat-ods-applications [2026-07-16T03:18:41.427Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model configured [2026-07-16T03:18:41.713Z] [INFO] [EXEC] rm /tmp/temp_1784171917354.yaml [2026-07-16T03:18:41.842Z] [INFO] Provisioning topology config for topology selection tests [2026-07-16T03:18:41.847Z] [INFO] Cleaning up and creating LLMInferenceServiceConfig: e2e-multi-node-topology [2026-07-16T03:18:41.851Z] [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-16T03:18:42.710Z] [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-16T03:18:42.720Z] [INFO] LLMInferenceServiceConfig found: e2e-multi-node-topology. Proceeding to delete. [2026-07-16T03:18:43.706Z] [INFO] [EXEC] oc delete llminferenceserviceconfig e2e-multi-node-topology -n redhat-ods-applications [2026-07-16T03:18:43.715Z] [INFO] Creating LLMInferenceServiceConfig: resources/modelServing/llmd-topology-config.yaml [2026-07-16T03:18:43.733Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784171923717.yaml" -n redhat-ods-applications [2026-07-16T03:18:44.619Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784171923717.yaml" -n redhat-ods-applications [2026-07-16T03:18:44.629Z] [INFO] Command executed successfully: llminferenceserviceconfig.serving.kserve.io/e2e-multi-node-topology created [2026-07-16T03:18:45.041Z] [INFO] [EXEC] rm /tmp/temp_1784171923717.yaml [2026-07-16T03:18:45.139Z] [INFO] [STEP 1] Log into the application as admin [2026-07-16T03:18:45.217Z] [INFO] Navigate to: https://rh-ai.apps.ods-qe-psi-07.osp.rh-ods.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-07-16T03:18:46.007Z] [INFO] OAuth login flow detected - completing authentication [2026-07-16T03:18:49.459Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-07-16T03:18:55.417Z] [INFO] [STEP 3] Deploy LLMD Model [2026-07-16T03:18:58.161Z] [INFO] [STEP 4] Select Model details [2026-07-16T03:19:02.312Z] [INFO] [STEP 5] Select Model deployment [2026-07-16T03:19:04.208Z] [INFO] [STEP 6] Verify YAML Viewer 1) Verify User Can Deploy an LLMD Model in Deployments [2026-07-16T03:19:15.973Z] [INFO] Starting 480s timeout for: Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-16T03:19:15.975Z] [INFO] Test title: Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-16T03:19:16.011Z] [INFO] Test tags: ["@Featureflagged","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-16T03:19:16.016Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-16T03:19:16.021Z] [INFO] Grep tags: ["@SmokeSet3"] - Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-16T03:19:16.038Z] [INFO] Cleaning up Hardware Profile: cypress-llmd-hardware-profile-model [2026-07-16T03:19:16.047Z] [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-16T03:19:16.537Z] [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-16T03:19:16.547Z] [INFO] Hardware Profile found: cypress-llmd-hardware-profile-model. Proceeding to delete. [2026-07-16T03:19:17.209Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-llmd-hardware-profile-model -n redhat-ods-applications [2026-07-16T03:19:17.212Z] [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-16T03:19:17.810Z] [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-16T03:19:17.819Z] [INFO] LLMInferenceServiceConfig found: e2e-multi-node-topology. Proceeding to delete. [2026-07-16T03:19:18.387Z] [INFO] [EXEC] oc delete llminferenceserviceconfig e2e-multi-node-topology -n redhat-ods-applications [2026-07-16T03:19:26.846Z] [INFO] [EXEC] oc delete project test-llmd-deployment-154399 --wait --ignore-not-found 0 passing (2m) 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.ods-qe-psi-07.osp.rh-ods.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