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-10T07:36:04.366Z] [INFO] Setting tests timeout to: 480 seconds An admin can manage MaaS authorization policies and control model access via group membership [2026-07-10T07:36:04.442Z] [INFO] Starting 480s timeout for: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-10T07:36:04.448Z] [INFO] Test title: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-10T07:36:04.456Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-07-10T07:36:04.464Z] [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-10T07:36:04.472Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-07-10T07:36:04.543Z] [INFO] Loading test data [2026-07-10T07:36:04.566Z] [INFO] Loaded project name: test-maas-policies-deployment-990349 [2026-07-10T07:36:04.574Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-10T07:36:06.751Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-10T07:36:06.939Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-maas-policies-deployment-990349\" not found","exitCode":1} [2026-07-10T07:36:06.953Z] [INFO] Project 'test-maas-policies-deployment-990349' does not exist. [2026-07-10T07:36:07.154Z] [INFO] Creating project test-maas-policies-deployment-990349 [2026-07-10T07:36:08.841Z] [INFO] [EXEC] oc new-project test-maas-policies-deployment-990349 [2026-07-10T07:36:09.940Z] [INFO] [EXEC] oc label namespace test-maas-policies-deployment-990349 opendatahub.io/dashboard=true --overwrite [2026-07-10T07:36:09.952Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-10T07:36:10.949Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-10T07:36:10.958Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-10T07:36:11.049Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-10T07:36:11.161Z] [INFO] Wait for test-maas-policies-deployment-990349, then grant htpasswd-cluster-admin-user namespace admin. [2026-07-10T07:36:11.239Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-10T07:36:12.650Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-10T07:36:12.747Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-10T07:36:12.845Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-10T07:36:14.041Z] [INFO] [EXEC] oc adm policy add-role-to-user admin *** -n test-maas-policies-deployment-990349 [2026-07-10T07:36:14.249Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-07-10T07:36:15.649Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783668974358-fxl5flhdu.yaml && rm -f /tmp/cypress-yaml-1783668974358-fxl5flhdu.yaml [2026-07-10T07:36:15.674Z] [INFO] Command exit code: 0 [2026-07-10T07:36:15.749Z] [INFO] Creating LLMInferenceService "test-maas-policies-model-990349" in namespace "test-maas-policies-deployment-990349" [2026-07-10T07:36:15.865Z] [INFO] Applying LLMInferenceService YAML for "test-maas-policies-model-990349" in "test-maas-policies-deployment-990349" [2026-07-10T07:36:16.936Z] [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-10T07:36:18.449Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:36:18.548Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3289 Stderr: none [2026-07-10T07:36:18.643Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:36:18.738Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-10T07:36:18.844Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-10T07:36:24.451Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:36:24.479Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 3289 Stderr: none [2026-07-10T07:36:24.486Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:36:24.556Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-10T07:36:24.563Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-10T07:36:30.149Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:36:30.182Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 3289 Stderr: none [2026-07-10T07:36:30.252Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:36:30.277Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-10T07:36:30.283Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-10T07:36:35.950Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:36:36.037Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 14477 Stderr: none [2026-07-10T07:36:36.062Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:36:36.085Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:36:36.145Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-10T07:36:41.836Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:36:41.968Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 14477 Stderr: none [2026-07-10T07:36:42.053Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:36:42.059Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:36:42.065Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-10T07:36:48.043Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:36:48.152Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 14477 Stderr: none [2026-07-10T07:36:48.161Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:36:48.169Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:36:48.268Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-10T07:36:53.983Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:36:54.041Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 14477 Stderr: none [2026-07-10T07:36:54.075Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:36:54.164Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:36:54.255Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-10T07:37:00.053Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:37:00.067Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 13653 Stderr: none [2026-07-10T07:37:00.160Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:37:00.242Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:37:00.249Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:37:06.047Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:37:06.237Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 13653 Stderr: none [2026-07-10T07:37:06.248Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:37:06.285Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:37:06.376Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:37:12.251Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:37:12.539Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:37:12.641Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:37:12.692Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:37:12.776Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:37:18.454Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:37:18.542Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:37:18.578Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:37:18.660Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:37:18.667Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:37:24.184Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:37:24.266Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:37:24.297Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:37:24.347Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:37:24.352Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:37:29.950Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:37:29.962Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:37:30.080Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:37:30.166Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:37:30.175Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:37:35.744Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:37:35.868Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:37:35.947Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:37:35.982Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:37:35.990Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:37:41.639Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:37:41.782Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:37:41.791Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:37:41.843Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:37:41.848Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:37:47.649Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:37:47.748Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:37:47.851Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:37:47.950Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:37:47.959Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:37:53.748Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:37:53.879Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:37:53.889Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:37:53.942Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:37:53.948Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:37:59.551Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:37:59.737Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:37:59.781Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:37:59.872Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:37:59.877Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:38:05.437Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:38:05.582Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:38:05.647Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:38:05.654Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:38:05.696Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:38:11.237Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:38:11.368Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:38:11.376Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:38:11.382Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:38:11.387Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:38:16.950Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:38:17.047Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:38:17.059Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:38:17.194Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:38:17.284Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:38:22.951Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:38:23.072Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:38:23.241Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:38:23.287Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:38:23.371Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:38:29.451Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:38:29.654Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:38:29.752Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:38:29.861Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:38:30.053Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:38:36.037Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:38:36.276Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:38:36.344Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:38:36.481Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:38:36.743Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:38:42.456Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:38:42.560Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 12983 Stderr: none [2026-07-10T07:38:42.657Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:38:42.775Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:38:42.784Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: True Reason: Passed: ✅ [2026-07-10T07:38:42.886Z] [INFO] ✅ LLMInferenceService test-maas-policies-model-990349 meets all conditions after 25 attempts [2026-07-10T07:38:42.895Z] [INFO] Creating MaaSModelRef "test-maas-policies-model-990349" in namespace "test-maas-policies-deployment-990349" [2026-07-10T07:38:43.064Z] [INFO] Applying MaaSModelRef YAML for "test-maas-policies-model-990349" in "test-maas-policies-deployment-990349" [2026-07-10T07:38:43.849Z] [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-10T07:38:43.954Z] [INFO] [STEP 1] Log into the application as admin [2026-07-10T07:38:44.097Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-10T07:38:45.776Z] [INFO] OAuth login flow detected - completing authentication [2026-07-10T07:38:52.636Z] [INFO] [STEP 2] Create new Authorization Policy [2026-07-10T07:38:53.138Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/maas/auth-policies [2026-07-10T07:39:06.344Z] [INFO] [STEP 3] Verify the authorization policy exists on the cluster [2026-07-10T07:39:07.161Z] [INFO] Checking MaaSAuthPolicy exists: test-authorization-policy-990349 in namespace models-as-a-service [2026-07-10T07:39:08.244Z] [INFO] [EXEC] oc get MaaSAuthPolicy test-authorization-policy-990349 -n models-as-a-service -o json [2026-07-10T07:39:08.736Z] [INFO] ✅ MaaSAuthPolicy test-authorization-policy-990349 in namespace models-as-a-service conditions met [2026-07-10T07:39:08.955Z] [INFO] [STEP 4] View the authorization policy details [2026-07-10T07:39:20.949Z] [INFO] Starting 480s timeout for: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-10T07:39:20.954Z] [INFO] Test title: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-10T07:39:20.963Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-07-10T07:39:20.969Z] [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-10T07:39:20.980Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-07-10T07:39:21.044Z] [INFO] Loading test data [2026-07-10T07:39:21.056Z] [INFO] Loaded project name: test-maas-policies-deployment-990349 [2026-07-10T07:39:21.062Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-10T07:39:21.648Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-10T07:39:21.773Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-10T07:39:21.854Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-10T07:39:21.944Z] [INFO] Project test-maas-policies-deployment-990349 already exists. Deleting it. [2026-07-10T07:40:19.368Z] [INFO] [EXEC] oc delete project test-maas-policies-deployment-990349 --wait [2026-07-10T07:40:19.390Z] [INFO] Waiting for project test-maas-policies-deployment-990349 to be fully deleted... [2026-07-10T07:40:19.443Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-10T07:40:19.946Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-10T07:40:19.955Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-maas-policies-deployment-990349\" not found","exitCode":1} [2026-07-10T07:40:19.965Z] [INFO] Project 'test-maas-policies-deployment-990349' does not exist. [2026-07-10T07:40:19.981Z] [INFO] Creating project test-maas-policies-deployment-990349 [2026-07-10T07:40:20.862Z] [INFO] [EXEC] oc new-project test-maas-policies-deployment-990349 [2026-07-10T07:40:21.784Z] [INFO] [EXEC] oc label namespace test-maas-policies-deployment-990349 opendatahub.io/dashboard=true --overwrite [2026-07-10T07:40:21.843Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-10T07:40:22.448Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-10T07:40:22.456Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-10T07:40:22.468Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-10T07:40:22.483Z] [INFO] Wait for test-maas-policies-deployment-990349, then grant htpasswd-cluster-admin-user namespace admin. [2026-07-10T07:40:22.537Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-10T07:40:23.248Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-10T07:40:23.259Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-10T07:40:23.272Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-10T07:40:23.897Z] [INFO] [EXEC] oc adm policy add-role-to-user admin *** -n test-maas-policies-deployment-990349 [2026-07-10T07:40:23.944Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-07-10T07:40:24.411Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783669223947-5kr36rwm0.yaml && rm -f /tmp/cypress-yaml-1783669223947-5kr36rwm0.yaml [2026-07-10T07:40:24.419Z] [INFO] Command exit code: 0 [2026-07-10T07:40:24.442Z] [INFO] Creating LLMInferenceService "test-maas-policies-model-990349" in namespace "test-maas-policies-deployment-990349" [2026-07-10T07:40:24.453Z] [INFO] Applying LLMInferenceService YAML for "test-maas-policies-model-990349" in "test-maas-policies-deployment-990349" [2026-07-10T07:40:24.998Z] [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-10T07:40:25.386Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:40:25.437Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3289 Stderr: none [2026-07-10T07:40:25.444Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:40:25.450Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-10T07:40:25.456Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-10T07:40:30.970Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:40:31.046Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 14477 Stderr: none [2026-07-10T07:40:31.055Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:40:31.063Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:40:31.148Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-10T07:40:36.585Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:40:36.640Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 14477 Stderr: none [2026-07-10T07:40:36.648Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:40:36.655Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:40:36.664Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-10T07:40:42.350Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:40:42.365Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 14552 Stderr: none [2026-07-10T07:40:42.375Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:40:42.383Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:40:42.389Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-10T07:40:47.942Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:40:47.955Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 14552 Stderr: none [2026-07-10T07:40:47.963Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:40:47.968Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:40:47.973Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-10T07:40:53.654Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:40:53.670Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 13653 Stderr: none [2026-07-10T07:40:53.679Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:40:53.688Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:40:53.736Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:40:59.191Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:40:59.250Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 13653 Stderr: none [2026-07-10T07:40:59.258Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:40:59.375Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:40:59.382Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:41:04.944Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:41:04.960Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:41:04.968Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:41:04.974Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:41:04.981Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:41:10.780Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:41:10.850Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:41:10.857Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:41:10.864Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:41:10.871Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:41:16.552Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:41:16.566Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:41:16.576Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:41:16.755Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:41:16.762Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:41:22.208Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:41:22.239Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:41:22.246Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:41:22.253Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:41:22.259Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:41:27.686Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:41:27.737Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:41:27.744Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:41:27.750Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:41:27.756Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:41:33.315Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:41:33.344Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:41:33.355Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:41:33.364Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:41:33.371Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:41:39.161Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:41:39.176Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:41:39.184Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:41:39.237Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:41:39.247Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:41:44.777Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:41:44.788Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:41:44.795Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:41:44.801Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:41:44.806Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:41:50.487Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:41:50.504Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:41:50.538Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:41:50.547Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:41:50.554Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:41:56.045Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:41:56.057Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:41:56.064Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:41:56.069Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:41:56.074Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:42:01.596Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:42:01.643Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:42:01.650Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:42:01.657Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:42:01.664Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:42:07.077Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:42:07.092Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:42:07.145Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:42:07.154Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:42:07.164Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:42:12.743Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:42:12.757Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:42:12.763Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:42:12.769Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:42:12.774Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:42:18.091Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:42:18.105Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:42:18.114Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:42:18.124Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:42:18.141Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:42:23.457Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:42:23.468Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:42:23.475Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:42:23.483Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:42:23.490Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:42:28.952Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:42:28.965Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:42:28.973Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:42:29.053Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:42:29.064Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:42:34.533Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:42:34.548Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-10T07:42:34.558Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:42:34.566Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:42:34.574Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-10T07:42:39.915Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-10T07:42:39.929Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 12983 Stderr: none [2026-07-10T07:42:39.935Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-10T07:42:40.032Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-10T07:42:40.054Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: True Reason: Passed: ✅ [2026-07-10T07:42:40.065Z] [INFO] ✅ LLMInferenceService test-maas-policies-model-990349 meets all conditions after 25 attempts [2026-07-10T07:42:40.139Z] [INFO] Creating MaaSModelRef "test-maas-policies-model-990349" in namespace "test-maas-policies-deployment-990349" [2026-07-10T07:42:40.160Z] [INFO] Applying MaaSModelRef YAML for "test-maas-policies-model-990349" in "test-maas-policies-deployment-990349" [2026-07-10T07:42:40.529Z] [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-10T07:42:40.560Z] [INFO] [STEP 1] Log into the application as admin [2026-07-10T07:42:40.572Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-10T07:42:41.240Z] [INFO] OAuth login flow detected - completing authentication [2026-07-10T07:42:43.779Z] [INFO] [STEP 2] Create new Authorization Policy [2026-07-10T07:42:43.805Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/maas/auth-policies [2026-07-10T07:42:50.338Z] [INFO] [STEP 3] Verify the authorization policy exists on the cluster [2026-07-10T07:42:50.349Z] [INFO] Checking MaaSAuthPolicy exists: test-authorization-policy-990349 in namespace models-as-a-service [2026-07-10T07:42:50.712Z] [INFO] [EXEC] oc get MaaSAuthPolicy test-authorization-policy-990349 -n models-as-a-service -o json [2026-07-10T07:42:50.724Z] [INFO] ✅ MaaSAuthPolicy test-authorization-policy-990349 in namespace models-as-a-service conditions met [2026-07-10T07:42:50.732Z] [INFO] [STEP 4] View the authorization policy details 1) Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-10T07:43:01.512Z] [INFO] Starting 480s timeout for: Verify auth policy group removal revokes model access [2026-07-10T07:43:01.516Z] [INFO] Test title: Verify auth policy group removal revokes model access [2026-07-10T07:43:01.521Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaSCI","@NonConcurrent"] [2026-07-10T07:43:01.525Z] [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-10T07:43:01.529Z] [INFO] Grep tags: ["@SmokeSet5"] - Verify auth policy group removal revokes model access [2026-07-10T07:43:01.549Z] [INFO] Cleaning up Auth Policy: test-authorization-policy-990349 [2026-07-10T07:43:01.561Z] [INFO] Executing delete auth policy command: oc delete MaaSAuthPolicy test-authorization-policy-990349 -n models-as-a-service [2026-07-10T07:43:02.027Z] [INFO] [EXEC] oc delete MaaSAuthPolicy test-authorization-policy-990349 -n models-as-a-service [2026-07-10T07:43:02.031Z] [INFO] Cleaning up Subscription: test-maas-policies-sub-990349 [2026-07-10T07:43:02.034Z] [INFO] Executing delete subscription command: oc delete MaaSSubscription test-maas-policies-sub-990349 -n models-as-a-service [2026-07-10T07:43:02.480Z] [INFO] [EXEC] oc delete MaaSSubscription test-maas-policies-sub-990349 -n models-as-a-service [2026-07-10T07:43:02.487Z] [INFO] Executing delete auth policy command: oc delete MaaSAuthPolicy test-maas-policies-sub-990349-policy -n models-as-a-service [2026-07-10T07:43:02.817Z] [INFO] [EXEC] oc delete MaaSAuthPolicy test-maas-policies-sub-990349-policy -n models-as-a-service [2026-07-10T07:43:02.821Z] [INFO] Deleting API key "test-maas-policies-sub-990349-api-key" from Postgres api_keys table [2026-07-10T07:43:03.185Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-10T07:43:03.525Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-10T07:43:03.900Z] [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-10T07:44:10.947Z] [INFO] [EXEC] oc delete project test-maas-policies-deployment-990349 --wait --ignore-not-found 0 passing (8m) 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.nmanos-konflux1.durx.p3.openshiftapps.com/ 3. Create new Authorization Policy 4. Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/maas/auth-policies 5. Verify the authorization policy exists on the cluster 6. View the authorization policy details Timed out retrying after 10000ms: Unable to find an element by: [data-testid="auth-policies-table"] Ignored nodes: comments, script, style