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) "@SmokeSet5" ================================================================================ (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Cypress: 15.17.0 │ │ Browser: Electron 138 (headless) │ │ Node Version: v22.22.0 (/usr/bin/node-22) │ │ Specs: 2 found (testMaaSPolicies.cy.ts, testMaaSSubscriptions.cy.ts) │ │ Searched: cypress/tests/e2e/modelsAsAService/testMaaSPolicies.cy.ts, cypress/tests/e2e/m │ │ odelsAsAService/testMaaSSubscriptions.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet5/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: testMaaSPolicies.cy.ts (1 of 2) [2026-07-09T02:53:12.007Z] [INFO] Setting tests timeout to: 480 seconds An admin can manage MaaS authorization policies and control model access via group membership [2026-07-09T02:53:12.023Z] [INFO] Starting 480s timeout for: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-09T02:53:12.030Z] [INFO] Test title: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-09T02:53:12.103Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-07-09T02:53:12.113Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T02:53:12.119Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-07-09T02:53:12.130Z] [INFO] Loading test data [2026-07-09T02:53:12.220Z] [INFO] Loaded project name: test-maas-policies-deployment-990349 [2026-07-09T02:53:12.229Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T02:53:13.908Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T02:53:13.916Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-maas-policies-deployment-990349\" not found","exitCode":1} [2026-07-09T02:53:14.004Z] [INFO] Project 'test-maas-policies-deployment-990349' does not exist. [2026-07-09T02:53:14.027Z] [INFO] Creating project test-maas-policies-deployment-990349 [2026-07-09T02:53:14.930Z] [INFO] [EXEC] oc new-project test-maas-policies-deployment-990349 [2026-07-09T02:53:15.638Z] [INFO] [EXEC] oc label namespace test-maas-policies-deployment-990349 opendatahub.io/dashboard=true --overwrite [2026-07-09T02:53:15.704Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T02:53:16.346Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T02:53:16.412Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-09T02:53:16.428Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-09T02:53:16.441Z] [INFO] Wait for test-maas-policies-deployment-990349, then grant htpasswd-cluster-admin-user namespace admin. [2026-07-09T02:53:16.516Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T02:53:17.109Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T02:53:17.118Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-09T02:53:17.210Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-09T02:53:18.107Z] [INFO] [EXEC] oc adm policy add-role-to-user admin *** -n test-maas-policies-deployment-990349 [2026-07-09T02:53:18.121Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-07-09T02:53:19.311Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783565598206-r6s502vw9.yaml && rm -f /tmp/cypress-yaml-1783565598206-r6s502vw9.yaml [2026-07-09T02:53:19.319Z] [INFO] Command exit code: 0 [2026-07-09T02:53:19.404Z] [INFO] Creating LLMInferenceService "test-maas-policies-model-990349" in namespace "test-maas-policies-deployment-990349" [2026-07-09T02:53:19.511Z] [INFO] Applying LLMInferenceService YAML for "test-maas-policies-model-990349" in "test-maas-policies-deployment-990349" [2026-07-09T02:53:20.210Z] [INFO] [EXEC] cat <<'EOF' | oc apply -f - apiVersion: serving.kserve.io/v1alpha1 kind: LLMInferenceService metadata: name: "test-maas-policies-model-990349" namespace: "test-maas-policies-deployment-990349" annotations: openshift.io/display-name: "test-maas-policies-model-990349" opendatahub.io/model-type: generative opendatahub.io/connections: test-maas-policies-model-990349-connection opendatahub.io/hardware-profile-name: default-profile opendatahub.io/hardware-profile-namespace: redhat-ods-applications opendatahub.io/hardware-profile-resource-version: "59004239" labels: opendatahub.io/dashboard: "true" spec: model: uri: "" name: "test-maas-policies-model-990349" router: scheduler: {} route: {} gateway: refs: - name: maas-default-gateway namespace: openshift-ingress template: containers: - name: main image: quay.io/pierdipi/vllm-cpu:latest resources: requests: cpu: "1" memory: 8Gi limits: cpu: "1" memory: 8Gi replicas: 1 EOF [2026-07-09T02:53:20.711Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:53:20.808Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3290 Stderr: none [2026-07-09T02:53:20.826Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:53:20.846Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-09T02:53:20.850Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-09T02:53:26.308Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:53:26.319Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 3290 Stderr: none [2026-07-09T02:53:26.340Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:53:26.359Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-09T02:53:26.413Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-09T02:53:31.809Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:53:31.821Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 3290 Stderr: none [2026-07-09T02:53:31.844Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:53:31.898Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-09T02:53:31.920Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-09T02:53:37.311Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:53:37.323Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 3290 Stderr: none [2026-07-09T02:53:37.350Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:53:37.421Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-09T02:53:37.446Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-09T02:53:42.809Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:53:42.819Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 3290 Stderr: none [2026-07-09T02:53:42.826Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:53:42.830Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-09T02:53:42.834Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-09T02:53:48.217Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:53:48.228Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 3290 Stderr: none [2026-07-09T02:53:48.234Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:53:48.299Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-09T02:53:48.305Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-09T02:53:53.711Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:53:53.748Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 13367 Stderr: none [2026-07-09T02:53:53.755Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:53:53.798Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:53:53.832Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: Progressing Passed: ❌ [2026-07-09T02:53:59.211Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:53:59.246Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:53:59.313Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:53:59.318Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:53:59.323Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:54:04.912Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:54:05.001Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:54:05.039Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:54:05.119Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:54:05.125Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:54:10.634Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:54:10.711Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:54:10.801Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:54:10.807Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:54:10.846Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:54:16.360Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:54:16.432Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:54:16.502Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:54:16.508Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:54:16.547Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:54:22.103Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:54:22.114Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:54:22.147Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:54:22.196Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:54:22.228Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:54:27.589Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:54:27.654Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:54:27.682Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:54:27.686Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:54:27.689Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:54:33.110Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:54:33.205Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:54:33.210Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:54:33.214Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:54:33.218Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:54:38.589Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:54:38.635Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:54:38.668Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:54:38.700Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:54:38.705Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:54:44.026Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:54:44.098Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:54:44.134Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:54:44.139Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:54:44.143Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:54:49.439Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:54:49.507Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:54:49.539Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:54:49.543Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:54:49.547Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:54:54.888Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:54:54.899Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:54:54.905Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:54:54.912Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:54:54.951Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:55:00.310Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:55:00.322Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:55:00.363Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:55:00.409Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:55:00.413Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:55:05.764Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:55:05.777Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:55:05.783Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:55:05.837Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:55:05.887Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:55:11.315Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:55:11.413Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:55:11.419Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:55:11.423Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:55:11.427Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:55:16.733Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:55:16.744Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:55:16.750Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:55:16.757Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:55:16.761Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:55:22.243Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:55:22.254Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:55:22.294Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:55:22.301Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:55:22.346Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:55:27.649Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:55:27.660Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:55:27.666Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:55:27.672Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:55:27.676Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:55:33.114Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:55:33.125Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:55:33.197Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:55:33.243Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:55:33.321Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:55:38.950Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:55:39.111Z] [INFO] Raw command output (attempt 26): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:55:39.119Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:55:39.123Z] [INFO] 🧐 Attempt 26: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:55:39.129Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:55:44.980Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:55:45.037Z] [INFO] Raw command output (attempt 27): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:55:45.044Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:55:45.050Z] [INFO] 🧐 Attempt 27: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:55:45.103Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:55:50.543Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:55:50.654Z] [INFO] Raw command output (attempt 28): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:55:50.660Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:55:50.666Z] [INFO] 🧐 Attempt 28: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:55:50.671Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:55:56.213Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:55:56.401Z] [INFO] Raw command output (attempt 29): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:55:56.409Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:55:56.415Z] [INFO] 🧐 Attempt 29: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:55:56.507Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:56:01.952Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:56:02.013Z] [INFO] Raw command output (attempt 30): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:56:02.074Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:56:02.134Z] [INFO] 🧐 Attempt 30: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:56:02.229Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:56:07.731Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:56:07.742Z] [INFO] Raw command output (attempt 31): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:56:07.748Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:56:07.752Z] [INFO] 🧐 Attempt 31: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:56:07.756Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:56:13.415Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:56:13.600Z] [INFO] Raw command output (attempt 32): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:56:13.609Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:56:13.806Z] [INFO] 🧐 Attempt 32: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:56:14.000Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:56:19.902Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:56:19.915Z] [INFO] Raw command output (attempt 33): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:56:20.010Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:56:20.114Z] [INFO] 🧐 Attempt 33: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:56:20.210Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:56:25.612Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:56:25.626Z] [INFO] Raw command output (attempt 34): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:56:25.713Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:56:25.719Z] [INFO] 🧐 Attempt 34: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:56:25.725Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:56:31.052Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:56:31.062Z] [INFO] Raw command output (attempt 35): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:56:31.069Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:56:31.074Z] [INFO] 🧐 Attempt 35: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:56:31.078Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:56:36.705Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:56:36.850Z] [INFO] Raw command output (attempt 36): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:56:36.858Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:56:36.863Z] [INFO] 🧐 Attempt 36: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:56:36.944Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:56:42.401Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:56:42.532Z] [INFO] Raw command output (attempt 37): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:56:42.541Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:56:42.548Z] [INFO] 🧐 Attempt 37: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:56:42.624Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:56:48.121Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:56:48.216Z] [INFO] Raw command output (attempt 38): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:56:48.224Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:56:48.230Z] [INFO] 🧐 Attempt 38: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:56:48.321Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:56:53.759Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:56:53.846Z] [INFO] Raw command output (attempt 39): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:56:53.928Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:56:54.024Z] [INFO] 🧐 Attempt 39: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:56:54.032Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:56:59.511Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:56:59.824Z] [INFO] Raw command output (attempt 40): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:56:59.927Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:56:59.939Z] [INFO] 🧐 Attempt 40: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:57:00.102Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:57:05.747Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:57:05.856Z] [INFO] Raw command output (attempt 41): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:57:05.865Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:57:05.998Z] [INFO] 🧐 Attempt 41: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:57:06.116Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:57:11.747Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:57:11.856Z] [INFO] Raw command output (attempt 42): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:57:11.897Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:57:11.999Z] [INFO] 🧐 Attempt 42: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:57:12.068Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:57:17.612Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:57:17.624Z] [INFO] Raw command output (attempt 43): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:57:17.631Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:57:17.636Z] [INFO] 🧐 Attempt 43: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:57:17.641Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:57:23.114Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:57:23.432Z] [INFO] Raw command output (attempt 44): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T02:57:23.553Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:57:23.663Z] [INFO] 🧐 Attempt 44: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:57:23.798Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:57:29.302Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:57:29.636Z] [INFO] Raw command output (attempt 45): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:57:29.651Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:57:29.766Z] [INFO] 🧐 Attempt 45: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:57:29.911Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:57:35.512Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:57:35.631Z] [INFO] Raw command output (attempt 46): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:57:35.639Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:57:35.644Z] [INFO] 🧐 Attempt 46: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:57:35.750Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:57:41.192Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:57:41.203Z] [INFO] Raw command output (attempt 47): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:57:41.208Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:57:41.214Z] [INFO] 🧐 Attempt 47: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:57:41.219Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:57:46.494Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:57:46.515Z] [INFO] Raw command output (attempt 48): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:57:46.524Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:57:46.537Z] [INFO] 🧐 Attempt 48: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:57:46.548Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:57:51.901Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:57:51.913Z] [INFO] Raw command output (attempt 49): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:57:51.920Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:57:51.991Z] [INFO] 🧐 Attempt 49: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:57:52.063Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:57:57.424Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:57:57.435Z] [INFO] Raw command output (attempt 50): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:57:57.441Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:57:57.447Z] [INFO] 🧐 Attempt 50: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:57:57.451Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:58:02.727Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:58:02.738Z] [INFO] Raw command output (attempt 51): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:58:02.743Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:58:02.749Z] [INFO] 🧐 Attempt 51: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:58:02.753Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:58:08.199Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:58:08.359Z] [INFO] Raw command output (attempt 52): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:58:08.445Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:58:08.525Z] [INFO] 🧐 Attempt 52: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:58:08.606Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:58:14.055Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:58:14.255Z] [INFO] Raw command output (attempt 53): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:58:14.364Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:58:14.470Z] [INFO] 🧐 Attempt 53: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:58:14.571Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:58:19.949Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:58:19.961Z] [INFO] Raw command output (attempt 54): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:58:19.967Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:58:19.972Z] [INFO] 🧐 Attempt 54: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:58:19.976Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:58:25.273Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:58:25.357Z] [INFO] Raw command output (attempt 55): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:58:25.433Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:58:25.438Z] [INFO] 🧐 Attempt 55: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:58:25.442Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:58:30.757Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:58:30.766Z] [INFO] Raw command output (attempt 56): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:58:30.773Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:58:30.778Z] [INFO] 🧐 Attempt 56: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:58:30.782Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:58:36.227Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:58:36.389Z] [INFO] Raw command output (attempt 57): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:58:36.477Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:58:36.562Z] [INFO] 🧐 Attempt 57: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:58:36.644Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:58:42.043Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:58:42.053Z] [INFO] Raw command output (attempt 58): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:58:42.059Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:58:42.063Z] [INFO] 🧐 Attempt 58: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:58:42.068Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:58:47.363Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:58:47.373Z] [INFO] Raw command output (attempt 59): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:58:47.380Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:58:47.385Z] [INFO] 🧐 Attempt 59: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:58:47.389Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:58:52.739Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:58:52.828Z] [INFO] Raw command output (attempt 60): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:58:52.835Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:58:52.843Z] [INFO] 🧐 Attempt 60: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:58:52.932Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:58:58.316Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:58:58.328Z] [INFO] Raw command output (attempt 61): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:58:58.333Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:58:58.338Z] [INFO] 🧐 Attempt 61: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:58:58.342Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:59:03.848Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:59:03.859Z] [INFO] Raw command output (attempt 62): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:59:03.960Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:59:04.101Z] [INFO] 🧐 Attempt 62: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:59:04.193Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:59:09.619Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:59:09.641Z] [INFO] Raw command output (attempt 63): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:59:09.652Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:59:09.782Z] [INFO] 🧐 Attempt 63: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:59:09.876Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:59:15.241Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:59:15.251Z] [INFO] Raw command output (attempt 64): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:59:15.258Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:59:15.262Z] [INFO] 🧐 Attempt 64: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:59:15.267Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:59:20.561Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:59:20.573Z] [INFO] Raw command output (attempt 65): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:59:20.580Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:59:20.585Z] [INFO] 🧐 Attempt 65: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:59:20.589Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:59:26.069Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:59:26.203Z] [INFO] Raw command output (attempt 66): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:59:26.213Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:59:26.347Z] [INFO] 🧐 Attempt 66: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:59:26.451Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:59:31.929Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:59:32.121Z] [INFO] Raw command output (attempt 67): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:59:32.215Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:59:32.222Z] [INFO] 🧐 Attempt 67: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:59:32.319Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:59:37.776Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:59:37.787Z] [INFO] Raw command output (attempt 68): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:59:37.796Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:59:37.898Z] [INFO] 🧐 Attempt 68: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:59:37.905Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:59:43.294Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:59:43.304Z] [INFO] Raw command output (attempt 69): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T02:59:43.310Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:59:43.316Z] [INFO] 🧐 Attempt 69: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:59:43.321Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T02:59:48.776Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T02:59:49.054Z] [INFO] Raw command output (attempt 70): Exit code: 0 Stdout length: 12974 Stderr: none [2026-07-09T02:59:49.152Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T02:59:49.254Z] [INFO] 🧐 Attempt 70: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T02:59:49.360Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: True Reason: Passed: ✅ [2026-07-09T02:59:49.489Z] [INFO] ✅ LLMInferenceService test-maas-policies-model-990349 meets all conditions after 70 attempts [2026-07-09T02:59:49.507Z] [INFO] Creating MaaSModelRef "test-maas-policies-model-990349" in namespace "test-maas-policies-deployment-990349" [2026-07-09T02:59:49.807Z] [INFO] Applying MaaSModelRef YAML for "test-maas-policies-model-990349" in "test-maas-policies-deployment-990349" [2026-07-09T02:59:50.130Z] [INFO] [EXEC] cat <<'EOF' | oc apply -f - apiVersion: maas.opendatahub.io/v1alpha1 kind: MaaSModelRef metadata: name: "test-maas-policies-model-990349" namespace: "test-maas-policies-deployment-990349" annotations: openshift.io/display-name: "test-maas-policies-model-990349" labels: opendatahub.io/dashboard: "true" spec: modelRef: kind: LLMInferenceService name: "test-maas-policies-model-990349" EOF [2026-07-09T02:59:50.345Z] [INFO] [STEP 1] Log into the application as admin [2026-07-09T02:59:50.357Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-09T02:59:51.724Z] [INFO] Starting 480s timeout for: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-09T02:59:51.731Z] [INFO] Test title: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-09T02:59:51.739Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-07-09T02:59:51.814Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T02:59:51.828Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-07-09T02:59:51.848Z] [INFO] Loading test data [2026-07-09T02:59:51.868Z] [INFO] Loaded project name: test-maas-policies-deployment-990349 [2026-07-09T02:59:51.875Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T02:59:52.192Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T02:59:52.200Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-09T02:59:52.213Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-09T02:59:52.225Z] [INFO] Project test-maas-policies-deployment-990349 already exists. Deleting it. [2026-07-09T03:01:00.643Z] [INFO] [EXEC] oc delete project test-maas-policies-deployment-990349 --wait [2026-07-09T03:01:00.660Z] [INFO] Waiting for project test-maas-policies-deployment-990349 to be fully deleted... [2026-07-09T03:01:00.667Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T03:01:00.975Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T03:01:00.985Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-maas-policies-deployment-990349\" not found","exitCode":1} [2026-07-09T03:01:00.991Z] [INFO] Project 'test-maas-policies-deployment-990349' does not exist. [2026-07-09T03:01:01.004Z] [INFO] Creating project test-maas-policies-deployment-990349 [2026-07-09T03:01:01.448Z] [INFO] [EXEC] oc new-project test-maas-policies-deployment-990349 [2026-07-09T03:01:01.743Z] [INFO] [EXEC] oc label namespace test-maas-policies-deployment-990349 opendatahub.io/dashboard=true --overwrite [2026-07-09T03:01:01.753Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T03:01:02.033Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T03:01:02.039Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-09T03:01:02.046Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-09T03:01:02.056Z] [INFO] Wait for test-maas-policies-deployment-990349, then grant htpasswd-cluster-admin-user namespace admin. [2026-07-09T03:01:02.062Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T03:01:02.352Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T03:01:02.359Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-09T03:01:02.365Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-09T03:01:02.625Z] [INFO] [EXEC] oc adm policy add-role-to-user admin *** -n test-maas-policies-deployment-990349 [2026-07-09T03:01:02.636Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-07-09T03:01:02.978Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783566062639-lt84ig9ea.yaml && rm -f /tmp/cypress-yaml-1783566062639-lt84ig9ea.yaml [2026-07-09T03:01:02.985Z] [INFO] Command exit code: 0 [2026-07-09T03:01:02.991Z] [INFO] Creating LLMInferenceService "test-maas-policies-model-990349" in namespace "test-maas-policies-deployment-990349" [2026-07-09T03:01:03.012Z] [INFO] Applying LLMInferenceService YAML for "test-maas-policies-model-990349" in "test-maas-policies-deployment-990349" [2026-07-09T03:01:03.434Z] [INFO] [EXEC] cat <<'EOF' | oc apply -f - apiVersion: serving.kserve.io/v1alpha1 kind: LLMInferenceService metadata: name: "test-maas-policies-model-990349" namespace: "test-maas-policies-deployment-990349" annotations: openshift.io/display-name: "test-maas-policies-model-990349" opendatahub.io/model-type: generative opendatahub.io/connections: test-maas-policies-model-990349-connection opendatahub.io/hardware-profile-name: default-profile opendatahub.io/hardware-profile-namespace: redhat-ods-applications opendatahub.io/hardware-profile-resource-version: "59004239" labels: opendatahub.io/dashboard: "true" spec: model: uri: "" name: "test-maas-policies-model-990349" router: scheduler: {} route: {} gateway: refs: - name: maas-default-gateway namespace: openshift-ingress template: containers: - name: main image: quay.io/pierdipi/vllm-cpu:latest resources: requests: cpu: "1" memory: 8Gi limits: cpu: "1" memory: 8Gi replicas: 1 EOF [2026-07-09T03:01:03.746Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:01:03.757Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3290 Stderr: none [2026-07-09T03:01:03.763Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:01:03.768Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-09T03:01:03.772Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-09T03:01:09.068Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:01:09.078Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 3290 Stderr: none [2026-07-09T03:01:09.083Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:01:09.087Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-09T03:01:09.092Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-09T03:01:14.363Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:01:14.373Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 13367 Stderr: none [2026-07-09T03:01:14.378Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:01:14.381Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:01:14.385Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: Progressing Passed: ❌ [2026-07-09T03:01:19.685Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:01:19.696Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 13367 Stderr: none [2026-07-09T03:01:19.702Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:01:19.706Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:01:19.711Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: Progressing Passed: ❌ [2026-07-09T03:01:24.981Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:01:24.991Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 13367 Stderr: none [2026-07-09T03:01:24.996Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:01:25.000Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:01:25.004Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: Progressing Passed: ❌ [2026-07-09T03:01:30.273Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:01:30.282Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 13367 Stderr: none [2026-07-09T03:01:30.288Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:01:30.293Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:01:30.297Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: Progressing Passed: ❌ [2026-07-09T03:01:35.594Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:01:35.603Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 13367 Stderr: none [2026-07-09T03:01:35.609Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:01:35.613Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:01:35.617Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: Progressing Passed: ❌ [2026-07-09T03:01:40.916Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:01:40.927Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T03:01:40.933Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:01:40.938Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:01:40.943Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T03:01:46.251Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:01:46.261Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 13644 Stderr: none [2026-07-09T03:01:46.266Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:01:46.270Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:01:46.275Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T03:01:51.627Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:01:51.637Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T03:01:51.644Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:01:51.648Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:01:51.652Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T03:01:56.947Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:01:56.960Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T03:01:56.966Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:01:56.972Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:01:56.978Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T03:02:02.293Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:02:02.306Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T03:02:02.313Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:02:02.319Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:02:02.324Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T03:02:07.617Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:02:07.628Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T03:02:07.633Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:02:07.638Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:02:07.642Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T03:02:12.962Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:02:12.973Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T03:02:12.981Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:02:12.986Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:02:12.990Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T03:02:18.297Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:02:18.313Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T03:02:18.321Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:02:18.328Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:02:18.334Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T03:02:23.688Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:02:23.698Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T03:02:23.705Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:02:23.709Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:02:23.714Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T03:02:29.034Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:02:29.046Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T03:02:29.052Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:02:29.057Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:02:29.061Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T03:02:34.468Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:02:34.478Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T03:02:34.486Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:02:34.491Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:02:34.495Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T03:02:39.804Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:02:39.816Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T03:02:39.823Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:02:39.828Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:02:39.833Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T03:02:45.139Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:02:45.150Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T03:02:45.158Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:02:45.162Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:02:45.166Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T03:02:50.496Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:02:50.511Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T03:02:50.520Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:02:50.528Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:02:50.535Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T03:02:55.895Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:02:55.908Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T03:02:55.918Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:02:55.925Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:02:55.934Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T03:03:01.235Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:03:01.248Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T03:03:01.255Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:03:01.260Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:03:01.265Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T03:03:06.578Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:03:06.593Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T03:03:06.604Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:03:06.611Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:03:06.618Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T03:03:12.129Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:03:12.142Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T03:03:12.153Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:03:12.162Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:03:12.205Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T03:03:17.500Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:03:17.513Z] [INFO] Raw command output (attempt 26): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T03:03:17.522Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:03:17.529Z] [INFO] 🧐 Attempt 26: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:03:17.535Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T03:03:22.846Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:03:22.859Z] [INFO] Raw command output (attempt 27): Exit code: 0 Stdout length: 13376 Stderr: none [2026-07-09T03:03:22.867Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:03:22.873Z] [INFO] 🧐 Attempt 27: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:03:22.877Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T03:03:28.178Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T03:03:28.190Z] [INFO] Raw command output (attempt 28): Exit code: 0 Stdout length: 12974 Stderr: none [2026-07-09T03:03:28.198Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T03:03:28.203Z] [INFO] 🧐 Attempt 28: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T03:03:28.207Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: True Reason: Passed: ✅ [2026-07-09T03:03:28.212Z] [INFO] ✅ LLMInferenceService test-maas-policies-model-990349 meets all conditions after 28 attempts [2026-07-09T03:03:28.219Z] [INFO] Creating MaaSModelRef "test-maas-policies-model-990349" in namespace "test-maas-policies-deployment-990349" [2026-07-09T03:03:28.229Z] [INFO] Applying MaaSModelRef YAML for "test-maas-policies-model-990349" in "test-maas-policies-deployment-990349" [2026-07-09T03:03:28.613Z] [INFO] [EXEC] cat <<'EOF' | oc apply -f - apiVersion: maas.opendatahub.io/v1alpha1 kind: MaaSModelRef metadata: name: "test-maas-policies-model-990349" namespace: "test-maas-policies-deployment-990349" annotations: openshift.io/display-name: "test-maas-policies-model-990349" labels: opendatahub.io/dashboard: "true" spec: modelRef: kind: LLMInferenceService name: "test-maas-policies-model-990349" EOF [2026-07-09T03:03:28.643Z] [INFO] [STEP 1] Log into the application as admin [2026-07-09T03:03:28.655Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 1) Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-09T03:03:29.661Z] [INFO] Starting 480s timeout for: Verify auth policy group removal revokes model access [2026-07-09T03:03:29.664Z] [INFO] Test title: Verify auth policy group removal revokes model access [2026-07-09T03:03:29.669Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaSCI","@NonConcurrent"] [2026-07-09T03:03:29.674Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-09T03:03:29.677Z] [INFO] Grep tags: ["@SmokeSet5"] - Verify auth policy group removal revokes model access [2026-07-09T03:03:29.696Z] [INFO] Cleaning up Auth Policy: test-authorization-policy-990349 [2026-07-09T03:03:29.705Z] [INFO] Executing delete auth policy command: oc delete MaaSAuthPolicy test-authorization-policy-990349 -n models-as-a-service [2026-07-09T03:03:30.065Z] [INFO] [EXEC] oc delete MaaSAuthPolicy test-authorization-policy-990349 -n models-as-a-service [2026-07-09T03:03:30.068Z] [INFO] Cleaning up Subscription: test-maas-policies-sub-990349 [2026-07-09T03:03:30.070Z] [INFO] Executing delete subscription command: oc delete MaaSSubscription test-maas-policies-sub-990349 -n models-as-a-service [2026-07-09T03:03:30.371Z] [INFO] [EXEC] oc delete MaaSSubscription test-maas-policies-sub-990349 -n models-as-a-service [2026-07-09T03:03:30.374Z] [INFO] Executing delete auth policy command: oc delete MaaSAuthPolicy test-maas-policies-sub-990349-policy -n models-as-a-service [2026-07-09T03:03:30.676Z] [INFO] [EXEC] oc delete MaaSAuthPolicy test-maas-policies-sub-990349-policy -n models-as-a-service [2026-07-09T03:03:30.680Z] [INFO] Deleting API key "test-maas-policies-sub-990349-api-key" from Postgres api_keys table [2026-07-09T03:03:30.991Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-09T03:03:31.295Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-09T03:03:31.616Z] [INFO] [EXEC] oc exec -n redhat-ods-applications deployment/postgres -- psql -U "" -d "" -c "DELETE FROM api_keys WHERE name = 'test-maas-policies-sub-990349-api-key';" [2026-07-09T03:04:22.803Z] [INFO] [EXEC] oc delete project test-maas-policies-deployment-990349 --wait --ignore-not-found 0 passing (11m) 1 pending 1 failing 1) An admin can manage MaaS authorization policies and control model access via group membership Verify Authorization Policy Create, View, Edit and Delete Operations: Test steps were: 1. Log into the application as admin 2. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet5/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 2 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 11 minutes, 11 seconds │ │ Spec Ran: testMaaSPolicies.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet5/e2e/screenshots/testMaaS (1919x1079) Policies.cy.ts/An admin can manage MaaS authorization policies and control model access via group membership -- Verify Authorization Policy Create, View, Edit and Delete Operations (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet5/e2e/screenshots/testMaaS (1919x1079) Policies.cy.ts/An admin can manage MaaS authorization policies and control model access via group membership -- Verify Authorization Policy Create, View, Edit and Delete Operations (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: testMaaSSubscriptions.cy.ts (2 of 2) [2026-07-09T03:04:27.241Z] [INFO] Setting tests timeout to: 480 seconds A model can be deployed and accessed with a MaaS subscription and API key - Verify User can deploy a model by selecting a MaaS subscription and API key [2026-07-09T03:04:27.261Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (180ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet5/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: testMaaSSubscriptions.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Start generate report process Read and merge jsons from "/workspace/tests-shared/tests-payload/results/SmokeSet5/e2e/.jsons" Enhance report Create HTML report HTML report successfully created! /workspace/tests-shared/tests-payload/results/SmokeSet5/e2e/index.html ================================================================================ (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✖ testMaaSPolicies.cy.ts 11:11 2 - 1 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ testMaaSSubscriptions.cy.ts 186ms 1 - - 1 - │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 1 of 2 failed (50%) 11:11 3 - 1 2 -