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-19T20:47:18.147Z] [INFO] Setting tests timeout to: 480 seconds Verify a model can be deployed from model catalog [2026-07-19T20:47:18.173Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-19T20:47:18.185Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-19T20:47:18.196Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-19T20:47:18.226Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T20:47:18.234Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-19T20:47:18.266Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-19T20:47:18.827Z] [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-19T20:47:18.835Z] [INFO] Command exit code: 0 [2026-07-19T20:47:18.863Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-19T20:47:18.883Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-19T20:47:18.948Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-19T20:47:19.211Z] [INFO] [EXEC] oc whoami [2026-07-19T20:47:19.665Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a6d1bb653f52e401ca44f76a655c2578-0c5f4601d4aa89ae.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-19T20:47:19.671Z] [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-19T20:47:19.732Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-19T20:47:19.743Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-19T20:47:19.989Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-19T20:47:20.002Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-19T20:47:20.025Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-19T20:47:20.052Z] [INFO] Creating project test-model-catalog-175228 [2026-07-19T20:47:20.300Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-19T20:47:20.587Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-19T20:47:20.595Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-19T20:47:20.847Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-19T20:47:20.854Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-19T20:47:20.873Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-19T20:47:21.237Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784494040934-1rhhw1ys6.yaml && rm -f /tmp/cypress-yaml-1784494040934-1rhhw1ys6.yaml [2026-07-19T20:47:21.253Z] [INFO] Command exit code: 0 [2026-07-19T20:47:21.322Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ [2026-07-19T20:47:23.437Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-07-19T20:47:23.544Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ai-hub/models/catalog [2026-07-19T20:47:37.237Z] [INFO] Starting 480s timeout for: Verify a model can be deployed from model catalog [2026-07-19T20:47:37.241Z] [INFO] Test title: Verify a model can be deployed from model catalog [2026-07-19T20:47:37.246Z] [INFO] Test tags: ["@Dashboard","@ModelServing","@Smoke","@SmokeSet3"] [2026-07-19T20:47:37.251Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T20:47:37.255Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-19T20:47:37.263Z] [INFO] Ensuring model catalog source 'redhat_ai_models' is enabled [2026-07-19T20:47:37.482Z] [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-19T20:47:37.488Z] [INFO] Command exit code: 0 [2026-07-19T20:47:37.494Z] [INFO] Source redhat_ai_models is currently enabled: true [2026-07-19T20:47:37.500Z] [INFO] ✓ Source redhat_ai_models is already enabled, no action needed [2026-07-19T20:47:37.511Z] [INFO] Loaded project name: test-model-catalog-175228 [2026-07-19T20:47:37.693Z] [INFO] [EXEC] oc whoami [2026-07-19T20:47:38.038Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a6d1bb653f52e401ca44f76a655c2578-0c5f4601d4aa89ae.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-19T20:47:38.044Z] [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-19T20:47:38.048Z] [INFO] Provisioning project with bucket key: BUCKET_1 [2026-07-19T20:47:38.051Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-19T20:47:38.267Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-19T20:47:38.272Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-19T20:47:38.279Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-19T20:47:38.287Z] [INFO] Project test-model-catalog-175228 already exists. Deleting it. [2026-07-19T20:47:44.765Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait [2026-07-19T20:47:44.773Z] [INFO] Waiting for project test-model-catalog-175228 to be fully deleted... [2026-07-19T20:47:44.778Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-19T20:47:44.992Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-19T20:47:44.998Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-model-catalog-175228\" not found","exitCode":1} [2026-07-19T20:47:45.004Z] [INFO] Project 'test-model-catalog-175228' does not exist. [2026-07-19T20:47:45.015Z] [INFO] Creating project test-model-catalog-175228 [2026-07-19T20:47:45.288Z] [INFO] [EXEC] oc new-project test-model-catalog-175228 [2026-07-19T20:47:45.527Z] [INFO] [EXEC] oc label namespace test-model-catalog-175228 opendatahub.io/dashboard=true --overwrite [2026-07-19T20:47:45.533Z] [INFO] Executing command: oc get project "test-model-catalog-175228" -o name [2026-07-19T20:47:45.748Z] [INFO] [EXEC] oc get project "test-model-catalog-175228" -o name [2026-07-19T20:47:45.753Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-model-catalog-175228","stderr":"","exitCode":0} [2026-07-19T20:47:45.759Z] [INFO] Project 'test-model-catalog-175228' exists. [2026-07-19T20:47:45.992Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784494065761-aj0h2mqfc.yaml && rm -f /tmp/cypress-yaml-1784494065761-aj0h2mqfc.yaml [2026-07-19T20:47:45.997Z] [INFO] Command exit code: 0 [2026-07-19T20:47:46.017Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ [2026-07-19T20:47:46.444Z] [INFO] [STEP 1] Navigate to Model Catalog [2026-07-19T20:47:46.602Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ai-hub/models/catalog [2026-07-19T20:47:53.274Z] [INFO] [STEP 2] Wait for model catalog cards to appear [2026-07-19T20:47:53.367Z] [INFO] [STEP 3] Polling for model catalog cards (max 10 attempts) [2026-07-19T20:48:03.425Z] [INFO] Attempt 1/10: cards=12, emptyState=false, elapsed=7.4s [2026-07-19T20:48:03.430Z] [INFO] ✅ Model catalog cards are now visible (found 12 cards) [2026-07-19T20:48:04.415Z] [INFO] Click attempt #1 [2026-07-19T20:48:05.098Z] [INFO] Wizard did not open, retrying... [2026-07-19T20:48:05.108Z] [INFO] Click attempt #2 [2026-07-19T20:48:05.517Z] [INFO] [STEP 4] Model deployment select project in preconfigure step [2026-07-19T20:48:06.459Z] [INFO] [STEP 5] Verify model location gets prefilled [2026-07-19T20:48:06.895Z] [INFO] [STEP 6] Model deployment step [2026-07-19T20:48:07.494Z] [INFO] [STEP 7] Advanced options step 1) Verify a model can be deployed from model catalog [2026-07-19T20:48:18.620Z] [INFO] [EXEC] oc delete project test-model-catalog-175228 --wait=false --ignore-not-found 0 passing (1m) 1 failing 1) Verify a model can be deployed from model catalog Verify a model can be deployed from model catalog: Test steps were: 1. Ensuring model catalog source 'redhat_ai_models' is enabled 2. Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ 3. Navigate to Model Catalog 4. Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/ai-hub/models/catalog 5. Wait for model catalog cards to appear 6. Polling for model catalog cards (max 10 attempts) 7. Model deployment select project in preconfigure step 8. Verify model location gets prefilled 9. Model deployment step 10. Advanced options step Timed out retrying after 10000ms: expected '' to be 'enabled' AssertionError: Timed out retrying after 10000ms: expected '' to be 'enabled' at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/modelCatalog/testCatalogDeployModel.cy.ts:120:42) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet3/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 1 minute, 0 seconds │ │ Spec Ran: modelCatalog/testCatalogDeployModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet3/e2e/screenshots/modelCat (1280x720) alog/testCatalogDeployModel.cy.ts/Verify a model can be deployed from model cata log -- Verify a model can be deployed from model catalog (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet3/e2e/screenshots/modelCat (1280x720) alog/testCatalogDeployModel.cy.ts/Verify a model can be deployed from model cata log -- Verify a model can be deployed from model catalog (failed) (attempt 2).pn g ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: dataScienceProjects/models/testDeployLLMDServing.cy.ts (2 of 8) [2026-07-19T20:48:21.715Z] [INFO] Setting tests timeout to: 480 seconds A user can deploy an LLMD model [2026-07-19T20:48:21.732Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-07-19T20:48:21.745Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-07-19T20:48:21.752Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-19T20:48:21.758Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T20:48:21.762Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-19T20:48:21.770Z] [INFO] Loading test data [2026-07-19T20:48:21.782Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-07-19T20:48:21.785Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-19T20:48:22.007Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-19T20:48:22.012Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-07-19T20:48:22.017Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-07-19T20:48:22.027Z] [INFO] Creating project test-llmd-deployment-154399 [2026-07-19T20:48:22.297Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-07-19T20:48:22.530Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-07-19T20:48:22.537Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-19T20:48:22.763Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-19T20:48:22.768Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-19T20:48:22.774Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-19T20:48:22.783Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-07-19T20:48:22.786Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-19T20:48:22.789Z] [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-19T20:48:23.012Z] [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-19T20:48:23.019Z] [INFO] No matching profile found, proceeding with the test. [2026-07-19T20:48:23.027Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-19T20:48:23.043Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784494103030.yaml" -n redhat-ods-applications [2026-07-19T20:48:23.268Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784494103030.yaml" -n redhat-ods-applications [2026-07-19T20:48:23.275Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model created [2026-07-19T20:48:23.387Z] [INFO] [EXEC] rm /tmp/temp_1784494103030.yaml [2026-07-19T20:48:23.427Z] [INFO] Provisioning topology config for topology selection tests [2026-07-19T20:48:23.431Z] [INFO] Cleaning up and creating LLMInferenceServiceConfig: e2e-multi-node-topology [2026-07-19T20:48:23.434Z] [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-19T20:48:23.736Z] [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-19T20:48:23.743Z] [INFO] No matching LLMInferenceServiceConfig found, proceeding with the test. [2026-07-19T20:48:23.749Z] [INFO] Creating LLMInferenceServiceConfig: resources/modelServing/llmd-topology-config.yaml [2026-07-19T20:48:23.763Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784494103751.yaml" -n redhat-ods-applications [2026-07-19T20:48:24.127Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784494103751.yaml" -n redhat-ods-applications [2026-07-19T20:48:24.133Z] [INFO] Command executed successfully: llminferenceserviceconfig.serving.kserve.io/e2e-multi-node-topology created [2026-07-19T20:48:24.233Z] [INFO] [EXEC] rm /tmp/temp_1784494103751.yaml [2026-07-19T20:48:24.263Z] [INFO] [STEP 1] Log into the application as admin [2026-07-19T20:48:24.276Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-07-19T20:48:25.716Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-07-19T20:48:34.558Z] [INFO] [STEP 3] Deploy LLMD Model [2026-07-19T20:48:41.355Z] [INFO] [STEP 4] Select Model details [2026-07-19T20:48:47.059Z] [INFO] [STEP 5] Select Model deployment [2026-07-19T20:48:48.067Z] [INFO] [STEP 6] Verify YAML Viewer [2026-07-19T20:48:59.051Z] [INFO] Starting 480s timeout for: Verify User Can Deploy an LLMD Model in Deployments [2026-07-19T20:48:59.054Z] [INFO] Test title: Verify User Can Deploy an LLMD Model in Deployments [2026-07-19T20:48:59.059Z] [INFO] Test tags: ["@Smoke","@SmokeSet3","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-19T20:48:59.063Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T20:48:59.066Z] [INFO] Grep tags: ["@SmokeSet3"] [2026-07-19T20:48:59.074Z] [INFO] Loading test data [2026-07-19T20:48:59.081Z] [INFO] Loaded project name: test-llmd-deployment-154399 [2026-07-19T20:48:59.085Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-19T20:48:59.315Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-19T20:48:59.321Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-19T20:48:59.327Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-19T20:48:59.334Z] [INFO] Project test-llmd-deployment-154399 already exists. Deleting it. [2026-07-19T20:49:05.622Z] [INFO] [EXEC] oc delete project test-llmd-deployment-154399 --wait [2026-07-19T20:49:05.635Z] [INFO] Waiting for project test-llmd-deployment-154399 to be fully deleted... [2026-07-19T20:49:05.639Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-19T20:49:05.871Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-19T20:49:05.876Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-llmd-deployment-154399\" not found","exitCode":1} [2026-07-19T20:49:05.881Z] [INFO] Project 'test-llmd-deployment-154399' does not exist. [2026-07-19T20:49:05.892Z] [INFO] Creating project test-llmd-deployment-154399 [2026-07-19T20:49:06.188Z] [INFO] [EXEC] oc new-project test-llmd-deployment-154399 [2026-07-19T20:49:06.428Z] [INFO] [EXEC] oc label namespace test-llmd-deployment-154399 opendatahub.io/dashboard=true --overwrite [2026-07-19T20:49:06.434Z] [INFO] Executing command: oc get project "test-llmd-deployment-154399" -o name [2026-07-19T20:49:06.688Z] [INFO] [EXEC] oc get project "test-llmd-deployment-154399" -o name [2026-07-19T20:49:06.693Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-llmd-deployment-154399","stderr":"","exitCode":0} [2026-07-19T20:49:06.699Z] [INFO] Project 'test-llmd-deployment-154399' exists. [2026-07-19T20:49:06.708Z] [INFO] Load Hardware Profile Name: cypress-llmd-hardware-profile-model [2026-07-19T20:49:06.712Z] [INFO] Cleaning up and creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-19T20:49:06.715Z] [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-19T20:49:07.007Z] [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-19T20:49:07.014Z] [INFO] No matching profile found, proceeding with the test. [2026-07-19T20:49:07.019Z] [INFO] Creating Hardware Profile: resources/yaml/llmd-hardware-profile.yaml [2026-07-19T20:49:07.031Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784494147020.yaml" -n redhat-ods-applications [2026-07-19T20:49:07.690Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784494147020.yaml" -n redhat-ods-applications [2026-07-19T20:49:07.721Z] [INFO] Command executed successfully: hardwareprofile.infrastructure.opendatahub.io/cypress-llmd-hardware-profile-model configured [2026-07-19T20:49:07.815Z] [INFO] [EXEC] rm /tmp/temp_1784494147020.yaml [2026-07-19T20:49:07.825Z] [INFO] Provisioning topology config for topology selection tests [2026-07-19T20:49:07.830Z] [INFO] Cleaning up and creating LLMInferenceServiceConfig: e2e-multi-node-topology [2026-07-19T20:49:07.833Z] [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-19T20:49:08.084Z] [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-19T20:49:08.091Z] [INFO] LLMInferenceServiceConfig found: e2e-multi-node-topology. Proceeding to delete. [2026-07-19T20:49:08.315Z] [INFO] [EXEC] oc delete llminferenceserviceconfig e2e-multi-node-topology -n redhat-ods-applications [2026-07-19T20:49:08.321Z] [INFO] Creating LLMInferenceServiceConfig: resources/modelServing/llmd-topology-config.yaml [2026-07-19T20:49:08.333Z] [INFO] Executing command: oc apply -f "/tmp/temp_1784494148322.yaml" -n redhat-ods-applications [2026-07-19T20:49:08.564Z] [INFO] [EXEC] oc apply -f "/tmp/temp_1784494148322.yaml" -n redhat-ods-applications [2026-07-19T20:49:08.571Z] [INFO] Command executed successfully: llminferenceserviceconfig.serving.kserve.io/e2e-multi-node-topology created [2026-07-19T20:49:08.674Z] [INFO] [EXEC] rm /tmp/temp_1784494148322.yaml [2026-07-19T20:49:08.704Z] [INFO] [STEP 1] Log into the application as admin [2026-07-19T20:49:08.715Z] [INFO] Navigate to: https://rh-ai.apps.4ed5daee-f494-4ddb-9a74-950f0a3a3614.prod.konfluxeaas.com/?devFeatureFlags=deploymentWizardYAMLViewer=true [2026-07-19T20:49:09.120Z] [INFO] [STEP 2] Navigate to the Project list tab and search for test-llmd-deployment-154399 [2026-07-19T20:49:12.443Z] [INFO] [STEP 3] Deploy LLMD Model [2026-07-19T20:49:15.133Z] [INFO] [STEP 4] Select Model details [2026-07-19T20:49:19.048Z] [INFO] [STEP 5] Select Model deployment [2026-07-19T20:49:20.272Z] [INFO] [STEP 6] Verify YAML Viewer 1) Verify User Can Deploy an LLMD Model in Deployments [2026-07-19T20:49:31.163Z] [INFO] Starting 480s timeout for: Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-19T20:49:31.167Z] [INFO] Test title: Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-19T20:49:31.171Z] [INFO] Test tags: ["@Featureflagged","@Dashboard","@ModelServing","@NonConcurrent","@LLMDServingCI","@ModelServingCI"] [2026-07-19T20:49:31.174Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T20:49:31.178Z] [INFO] Grep tags: ["@SmokeSet3"] - Verify User can deploy an LLmd Model from Manual YAML editor [2026-07-19T20:49:31.189Z] [INFO] Cleaning up Hardware Profile: cypress-llmd-hardware-profile-model [2026-07-19T20:49:31.195Z] [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-19T20:49:31.415Z] [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-19T20:49:31.421Z] [INFO] Hardware Profile found: cypress-llmd-hardware-profile-model. Proceeding to delete. [2026-07-19T20:49:31.642Z] [INFO] [EXEC] oc delete hardwareprofiles cypress-llmd-hardware-profile-model -n redhat-ods-applications [2026-07-19T20:49:31.644Z] [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-19T20:49:31.891Z] [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-19T20:49:31.897Z] [INFO] LLMInferenceServiceConfig found: e2e-multi-node-topology. Proceeding to delete. [2026-07-19T20:49:32.127Z] [INFO] [EXEC] oc delete llminferenceserviceconfig e2e-multi-node-topology -n redhat-ods-applications [2026-07-19T20:49:38.926Z] [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.4ed5daee-f494-4ddb-9a74-950f0a3a3614.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