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-09T09:01:00.257Z] [INFO] Setting tests timeout to: 480 seconds An admin can manage MaaS authorization policies and control model access via group membership [2026-07-09T09:01:00.345Z] [INFO] Starting 480s timeout for: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-09T09:01:00.351Z] [INFO] Test title: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-09T09:01:00.361Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-07-09T09:01:00.369Z] [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-09T09:01:00.462Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-07-09T09:01:00.551Z] [INFO] Loading test data [2026-07-09T09:01:00.654Z] [INFO] Loaded project name: test-maas-policies-deployment-990349 [2026-07-09T09:01:00.662Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T09:01:12.561Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T09:01:12.578Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-maas-policies-deployment-990349\" not found","exitCode":1} [2026-07-09T09:01:12.657Z] [INFO] Project 'test-maas-policies-deployment-990349' does not exist. [2026-07-09T09:01:12.680Z] [INFO] Creating project test-maas-policies-deployment-990349 [2026-07-09T09:01:13.260Z] [INFO] [EXEC] oc new-project test-maas-policies-deployment-990349 [2026-07-09T09:01:13.987Z] [INFO] [EXEC] oc label namespace test-maas-policies-deployment-990349 opendatahub.io/dashboard=true --overwrite [2026-07-09T09:01:14.065Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T09:01:14.655Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T09:01:14.687Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-09T09:01:14.760Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-09T09:01:14.845Z] [INFO] Wait for test-maas-policies-deployment-990349, then grant htpasswd-cluster-admin-user namespace admin. [2026-07-09T09:01:14.865Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T09:01:15.356Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T09:01:15.375Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-09T09:01:15.456Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-09T09:01:15.856Z] [INFO] [EXEC] oc adm policy add-role-to-user admin *** -n test-maas-policies-deployment-990349 [2026-07-09T09:01:15.888Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-07-09T09:01:16.559Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783587675950-zz3im24qi.yaml && rm -f /tmp/cypress-yaml-1783587675950-zz3im24qi.yaml [2026-07-09T09:01:16.663Z] [INFO] Command exit code: 0 [2026-07-09T09:01:16.681Z] [INFO] Creating LLMInferenceService "test-maas-policies-model-990349" in namespace "test-maas-policies-deployment-990349" [2026-07-09T09:01:16.783Z] [INFO] Applying LLMInferenceService YAML for "test-maas-policies-model-990349" in "test-maas-policies-deployment-990349" [2026-07-09T09:01:17.400Z] [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-09T09:01:17.975Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:01:18.061Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3289 Stderr: none [2026-07-09T09:01:18.082Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:01:18.149Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-09T09:01:18.154Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-09T09:01:23.858Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:01:23.873Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 14477 Stderr: none [2026-07-09T09:01:23.964Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:01:24.062Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:01:24.085Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-09T09:01:29.558Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:01:29.591Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 14477 Stderr: none [2026-07-09T09:01:29.648Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:01:29.653Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:01:29.680Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-09T09:01:35.360Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:01:35.372Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 13653 Stderr: none [2026-07-09T09:01:35.462Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:01:35.550Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:01:35.573Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T09:01:41.191Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:01:41.273Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 13653 Stderr: none [2026-07-09T09:01:41.363Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:01:41.452Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:01:41.457Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T09:01:47.057Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:01:47.069Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 13653 Stderr: none [2026-07-09T09:01:47.151Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:01:47.185Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:01:47.270Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T09:01:52.756Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:01:52.786Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 13653 Stderr: none [2026-07-09T09:01:52.792Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:01:52.861Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:01:52.946Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T09:01:58.354Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:01:58.389Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-09T09:01:58.448Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:01:58.453Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:01:58.482Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T09:02:03.960Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:02:04.003Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-09T09:02:04.086Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:02:04.092Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:02:04.097Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T09:02:09.704Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:02:09.778Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-09T09:02:09.853Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:02:09.857Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:02:09.860Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T09:02:15.356Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:02:15.457Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-09T09:02:15.492Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:02:15.569Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:02:15.574Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T09:02:20.986Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:02:20.997Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-09T09:02:21.077Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:02:21.166Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:02:21.172Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T09:02:26.486Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:02:26.498Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-09T09:02:26.505Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:02:26.511Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:02:26.518Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T09:02:31.952Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:02:31.993Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-09T09:02:32.000Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:02:32.050Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:02:32.097Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T09:02:37.661Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:02:37.947Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-09T09:02:37.952Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:02:37.957Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:02:37.962Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T09:02:43.459Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:02:43.647Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-09T09:02:43.689Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:02:43.782Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:02:43.880Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T09:02:49.264Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:02:49.272Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-09T09:02:49.280Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:02:49.284Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:02:49.288Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T09:02:54.657Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:02:54.668Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-09T09:02:54.675Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:02:54.746Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:02:54.752Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T09:03:00.266Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:03:00.278Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-09T09:03:00.379Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:03:00.452Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:03:00.494Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T09:03:06.064Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:03:06.168Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-09T09:03:06.175Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:03:06.282Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:03:06.287Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T09:03:11.866Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:03:11.987Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-09T09:03:12.072Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:03:12.172Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:03:12.268Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T09:03:27.988Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:03:28.251Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 13385 Stderr: none [2026-07-09T09:03:28.262Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:03:28.273Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:03:28.282Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-09T09:03:34.182Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:03:34.376Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 12983 Stderr: none [2026-07-09T09:03:34.556Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:03:34.669Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:03:34.675Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: True Reason: Passed: ✅ [2026-07-09T09:03:34.781Z] [INFO] ✅ LLMInferenceService test-maas-policies-model-990349 meets all conditions after 23 attempts [2026-07-09T09:03:34.951Z] [INFO] Creating MaaSModelRef "test-maas-policies-model-990349" in namespace "test-maas-policies-deployment-990349" [2026-07-09T09:03:35.250Z] [INFO] Applying MaaSModelRef YAML for "test-maas-policies-model-990349" in "test-maas-policies-deployment-990349" [2026-07-09T09:03:36.077Z] [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-09T09:03:36.379Z] [INFO] [STEP 1] Log into the application as admin [2026-07-09T09:03:36.549Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-07-09T09:03:38.164Z] [INFO] OAuth login flow detected - completing authentication [2026-07-09T09:03:44.480Z] [INFO] [STEP 2] Create new Authorization Policy [2026-07-09T09:03:44.664Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/maas/auth-policies [2026-07-09T09:03:53.770Z] [INFO] [STEP 3] Verify the authorization policy exists on the cluster [2026-07-09T09:03:53.956Z] [INFO] Checking MaaSAuthPolicy exists: test-authorization-policy-990349 in namespace models-as-a-service [2026-07-09T09:03:55.750Z] [INFO] Starting 480s timeout for: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-09T09:03:55.754Z] [INFO] Test title: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-09T09:03:55.762Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-07-09T09:03:55.768Z] [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-09T09:03:55.774Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-07-09T09:03:55.784Z] [INFO] Loading test data [2026-07-09T09:03:55.796Z] [INFO] Loaded project name: test-maas-policies-deployment-990349 [2026-07-09T09:03:55.801Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T09:03:56.170Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T09:03:56.177Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-09T09:03:56.183Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-09T09:03:56.192Z] [INFO] Project test-maas-policies-deployment-990349 already exists. Deleting it. [2026-07-09T09:04:50.073Z] [INFO] [EXEC] oc delete project test-maas-policies-deployment-990349 --wait [2026-07-09T09:04:50.088Z] [INFO] Waiting for project test-maas-policies-deployment-990349 to be fully deleted... [2026-07-09T09:04:50.094Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T09:04:50.454Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T09:04:50.462Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-maas-policies-deployment-990349\" not found","exitCode":1} [2026-07-09T09:04:50.470Z] [INFO] Project 'test-maas-policies-deployment-990349' does not exist. [2026-07-09T09:04:50.484Z] [INFO] Creating project test-maas-policies-deployment-990349 [2026-07-09T09:04:51.017Z] [INFO] [EXEC] oc new-project test-maas-policies-deployment-990349 [2026-07-09T09:04:51.488Z] [INFO] [EXEC] oc label namespace test-maas-policies-deployment-990349 opendatahub.io/dashboard=true --overwrite [2026-07-09T09:04:51.497Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T09:04:51.956Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T09:04:51.963Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-09T09:04:51.970Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-09T09:04:51.982Z] [INFO] Wait for test-maas-policies-deployment-990349, then grant htpasswd-cluster-admin-user namespace admin. [2026-07-09T09:04:51.989Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T09:04:52.382Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-09T09:04:52.388Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-09T09:04:52.398Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-09T09:04:52.717Z] [INFO] [EXEC] oc adm policy add-role-to-user admin *** -n test-maas-policies-deployment-990349 [2026-07-09T09:04:52.755Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-07-09T09:04:53.115Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783587892758-693k3nd3i.yaml && rm -f /tmp/cypress-yaml-1783587892758-693k3nd3i.yaml [2026-07-09T09:04:53.122Z] [INFO] Command exit code: 0 [2026-07-09T09:04:53.128Z] [INFO] Creating LLMInferenceService "test-maas-policies-model-990349" in namespace "test-maas-policies-deployment-990349" [2026-07-09T09:04:53.153Z] [INFO] Applying LLMInferenceService YAML for "test-maas-policies-model-990349" in "test-maas-policies-deployment-990349" [2026-07-09T09:04:53.656Z] [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-09T09:04:54.057Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:04:54.067Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3289 Stderr: none [2026-07-09T09:04:54.073Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:04:54.078Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-09T09:04:54.083Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-09T09:04:59.606Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:04:59.617Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 14477 Stderr: none [2026-07-09T09:04:59.624Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:04:59.650Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:04:59.656Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-09T09:05:05.257Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:05:05.269Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 14477 Stderr: none [2026-07-09T09:05:05.276Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:05:05.281Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:05:05.289Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-09T09:05:10.801Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:05:10.811Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 14477 Stderr: none [2026-07-09T09:05:10.849Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:05:10.853Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:05:10.857Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-09T09:05:16.457Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:05:16.472Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 14477 Stderr: none [2026-07-09T09:05:16.483Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:05:16.490Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:05:16.552Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-09T09:05:21.986Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:05:21.996Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 14477 Stderr: none [2026-07-09T09:05:22.004Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:05:22.052Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:05:22.058Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-09T09:05:27.446Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:05:27.466Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 14477 Stderr: none [2026-07-09T09:05:27.472Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:05:27.481Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:05:27.488Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-09T09:05:32.952Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:05:32.965Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 14552 Stderr: none [2026-07-09T09:05:32.972Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:05:32.977Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:05:32.983Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-09T09:05:38.646Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-09T09:05:38.659Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 14552 Stderr: none [2026-07-09T09:05:38.665Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-09T09:05:38.670Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-09T09:05:38.676Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-09T09:05:44.177Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json 1) "before each" hook: retryableBeforeEach for " Verify Authorization Policy Create, View, Edit and Delete Operations" [2026-07-09T09:05:45.351Z] [INFO] Cleaning up Auth Policy: test-authorization-policy-990349 [2026-07-09T09:05:45.364Z] [INFO] Executing delete auth policy command: oc delete MaaSAuthPolicy test-authorization-policy-990349 -n models-as-a-service [2026-07-09T09:05:45.856Z] [INFO] [EXEC] oc delete MaaSAuthPolicy test-authorization-policy-990349 -n models-as-a-service [2026-07-09T09:05:45.861Z] [INFO] Cleaning up Subscription: test-maas-policies-sub-990349 [2026-07-09T09:05:45.864Z] [INFO] Executing delete subscription command: oc delete MaaSSubscription test-maas-policies-sub-990349 -n models-as-a-service [2026-07-09T09:05:46.356Z] [INFO] [EXEC] oc delete MaaSSubscription test-maas-policies-sub-990349 -n models-as-a-service [2026-07-09T09:05:46.359Z] [INFO] Executing delete auth policy command: oc delete MaaSAuthPolicy test-maas-policies-sub-990349-policy -n models-as-a-service [2026-07-09T09:05:46.913Z] [INFO] [EXEC] oc delete MaaSAuthPolicy test-maas-policies-sub-990349-policy -n models-as-a-service [2026-07-09T09:05:46.916Z] [INFO] Deleting API key "test-maas-policies-sub-990349-api-key" from Postgres api_keys table [2026-07-09T09:05:47.456Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-09T09:05:48.054Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-09T09:05:48.478Z] [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-09T09:07:29.051Z] [INFO] [EXEC] oc delete project test-maas-policies-deployment-990349 --wait --ignore-not-found 0 passing (6m) 1 failing 1) An admin can manage MaaS authorization policies and control model access via group membership "before each" hook: retryableBeforeEach for " Verify Authorization Policy Create, View, Edit and Delete Operations": Error: Command failed with exit code 1: Error in configuration: * context was not found for specified context: test-register-store-662874/api-nmanos-konflux1-durx-p3-openshiftapps-com:443/htpasswd-cluster-admin-user * cluster has no server defined Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `An admin can manage MaaS au...` at Context.eval (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/modelServing.ts:333: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: 0 │ │ Skipped: 1 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 6 minutes, 29 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 -- before each hook retryableBeforeEach (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: testMaaSSubscriptions.cy.ts (2 of 2) [2026-07-09T09:07:33.077Z] [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-09T09:07:33.097Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (150ms) 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 06:29 2 - 1 - 1 │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ testMaaSSubscriptions.cy.ts 155ms 1 - - 1 - │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 1 of 2 failed (50%) 06:29 3 - 1 1 1