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: 3 found (testApiKeys.cy.ts, testMaaSPolicies.cy.ts, testMaaSSubscriptions.cy.t │ │ s) │ │ Searched: cypress/tests/e2e/modelsAsAService/testApiKeys.cy.ts, cypress/tests/e2e/models │ │ AsAService/testMaaSPolicies.cy.ts, cypress/tests/e2e/modelsAsAService/testMaaS │ │ Subscriptions.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet5/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: testApiKeys.cy.ts (1 of 3) [2026-08-05T09:52:09.333Z] [INFO] Setting tests timeout to: 480 seconds A user can view subscriptions and manage API keys on the Keys and Subscriptions page [2026-08-05T09:52:09.366Z] [INFO] Starting 480s timeout for: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-08-05T09:52:09.373Z] [INFO] Test title: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-08-05T09:52:09.380Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-08-05T09:52:09.390Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T09:52:09.395Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-08-05T09:52:09.415Z] [INFO] Loading test data [2026-08-05T09:52:09.443Z] [INFO] Loaded project name: test-apikeys-deployment-832553 [2026-08-05T09:52:09.920Z] [INFO] [EXEC] oc whoami [2026-08-05T09:52:10.296Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://ad15d194aa2274fa682dff690a0c29e5-4ff8c9b38dbcd504.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-08-05T09:52:10.324Z] [INFO] ⚠️ oc login as admin failed: WARNING: Using insecure TLS client config. Setting this option is not supported! Login failed (401 Unauthorized) Verify you have provided the correct credentials. [2026-08-05T09:52:10.336Z] [INFO] Deleting API key "test-api-key-832553" from Postgres api_keys table [2026-08-05T09:52:10.549Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-08-05T09:52:10.772Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-08-05T09:52:10.984Z] [INFO] [EXEC] oc exec -n redhat-ods-applications deployment/postgres -- psql -U "" -d "" -c "DELETE FROM api_keys WHERE name = 'test-api-key-832553';" [2026-08-05T09:52:10.994Z] [INFO] Deleting API key "test-api-key-832553-2" from Postgres api_keys table [2026-08-05T09:52:11.242Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-08-05T09:52:11.463Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-08-05T09:52:11.707Z] [INFO] [EXEC] oc exec -n redhat-ods-applications deployment/postgres -- psql -U "" -d "" -c "DELETE FROM api_keys WHERE name = 'test-api-key-832553-2';" [2026-08-05T09:52:11.711Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-08-05T09:52:11.919Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-08-05T09:52:11.933Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-apikeys-deployment-832553\" not found","exitCode":1} [2026-08-05T09:52:11.947Z] [INFO] Project 'test-apikeys-deployment-832553' does not exist. [2026-08-05T09:52:11.965Z] [INFO] Creating project test-apikeys-deployment-832553 [2026-08-05T09:52:12.224Z] [INFO] [EXEC] oc new-project test-apikeys-deployment-832553 [2026-08-05T09:52:12.449Z] [INFO] [EXEC] oc label namespace test-apikeys-deployment-832553 opendatahub.io/dashboard=true --overwrite [2026-08-05T09:52:12.456Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-08-05T09:52:12.682Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-08-05T09:52:12.699Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-apikeys-deployment-832553","stderr":"","exitCode":0} [2026-08-05T09:52:12.715Z] [INFO] Project 'test-apikeys-deployment-832553' exists. [2026-08-05T09:52:12.935Z] [INFO] [EXEC] oc whoami [2026-08-05T09:52:13.276Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://ad15d194aa2274fa682dff690a0c29e5-4ff8c9b38dbcd504.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-08-05T09:52:13.281Z] [INFO] ⚠️ oc login as admin failed: WARNING: Using insecure TLS client config. Setting this option is not supported! Login failed (401 Unauthorized) Verify you have provided the correct credentials. [2026-08-05T09:52:13.285Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-08-05T09:52:13.552Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1785923533311-o8p5t0xk3.yaml && rm -f /tmp/cypress-yaml-1785923533311-o8p5t0xk3.yaml [2026-08-05T09:52:13.583Z] [INFO] Command exit code: 0 [2026-08-05T09:52:13.599Z] [INFO] Creating LLMInferenceService "test-apikeys-model-832553" in namespace "test-apikeys-deployment-832553" [2026-08-05T09:52:13.634Z] [INFO] Applying LLMInferenceService YAML for "test-apikeys-model-832553" in "test-apikeys-deployment-832553" [2026-08-05T09:52:13.947Z] [INFO] [EXEC] cat <<'EOF' | oc apply -f - apiVersion: serving.kserve.io/v1alpha1 kind: LLMInferenceService metadata: name: "test-apikeys-model-832553" namespace: "test-apikeys-deployment-832553" annotations: openshift.io/display-name: "test-apikeys-model-832553" opendatahub.io/model-type: generative opendatahub.io/connections: test-apikeys-model-832553-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-apikeys-model-832553" 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-08-05T09:52:14.202Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:52:14.237Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3227 Stderr: none [2026-08-05T09:52:14.260Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:52:14.279Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-08-05T09:52:14.298Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-08-05T09:52:19.552Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:52:19.589Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 14242 Stderr: none [2026-08-05T09:52:19.607Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:52:19.624Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:52:19.643Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-08-05T09:52:24.889Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:52:24.898Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 14242 Stderr: none [2026-08-05T09:52:24.903Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:52:24.925Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:52:24.945Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-08-05T09:52:30.208Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:52:30.217Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 13466 Stderr: none [2026-08-05T09:52:30.241Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:52:30.262Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:52:30.285Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:52:35.547Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:52:35.575Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 13466 Stderr: none [2026-08-05T09:52:35.596Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:52:35.624Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:52:35.649Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:52:40.908Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:52:40.919Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 13466 Stderr: none [2026-08-05T09:52:40.946Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:52:40.971Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:52:40.998Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:52:46.245Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:52:46.278Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 13466 Stderr: none [2026-08-05T09:52:46.304Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:52:46.329Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:52:46.355Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:52:51.649Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:52:51.705Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 13466 Stderr: none [2026-08-05T09:52:51.731Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:52:51.758Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:52:51.762Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:52:57.013Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:52:57.045Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 13466 Stderr: none [2026-08-05T09:52:57.070Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:52:57.096Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:52:57.124Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:53:02.390Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:53:02.401Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:53:02.407Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:53:02.411Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:53:02.415Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:53:07.674Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:53:07.685Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:53:07.719Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:53:07.753Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:53:07.785Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:53:13.000Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:53:13.051Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:53:13.075Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:53:13.104Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:53:13.107Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:53:18.370Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:53:18.383Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:53:18.391Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:53:18.394Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:53:18.398Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:53:23.663Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:53:23.723Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:53:23.748Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:53:23.778Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:53:23.781Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:53:29.033Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:53:29.097Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:53:29.127Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:53:29.131Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:53:29.134Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:53:34.371Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:53:34.381Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:53:34.420Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:53:34.455Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:53:34.493Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:53:39.752Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:53:39.761Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:53:39.766Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:53:39.770Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:53:39.774Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:53:45.048Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:53:45.058Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:53:45.066Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:53:45.069Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:53:45.073Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:53:50.333Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:53:50.463Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:53:50.474Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:53:50.482Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:53:50.487Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:53:55.757Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:53:55.765Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:53:55.770Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:53:55.776Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:53:55.779Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:54:01.030Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:54:01.044Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:54:01.052Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:54:01.060Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:54:01.093Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:54:06.342Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:54:06.403Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:54:06.459Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:54:06.469Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:54:06.478Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:54:11.722Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:54:11.732Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:54:11.778Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:54:11.824Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:54:11.829Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:54:17.077Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:54:17.221Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:54:17.233Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:54:17.242Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:54:17.247Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:54:22.513Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:54:22.618Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:54:22.624Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:54:22.631Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:54:22.636Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:54:27.931Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:54:27.941Z] [INFO] Raw command output (attempt 26): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:54:27.948Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:54:27.953Z] [INFO] 🧐 Attempt 26: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:54:27.957Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:54:33.258Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:54:33.269Z] [INFO] Raw command output (attempt 27): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:54:33.275Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:54:33.279Z] [INFO] 🧐 Attempt 27: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:54:33.283Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:54:38.579Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:54:38.590Z] [INFO] Raw command output (attempt 28): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:54:38.597Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:54:38.601Z] [INFO] 🧐 Attempt 28: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:54:38.608Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:54:43.945Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:54:43.956Z] [INFO] Raw command output (attempt 29): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:54:43.962Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:54:43.966Z] [INFO] 🧐 Attempt 29: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:54:43.970Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:54:49.222Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:54:49.232Z] [INFO] Raw command output (attempt 30): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:54:49.237Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:54:49.242Z] [INFO] 🧐 Attempt 30: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:54:49.246Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:54:54.492Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:54:54.563Z] [INFO] Raw command output (attempt 31): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:54:54.625Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:54:54.631Z] [INFO] 🧐 Attempt 31: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:54:54.634Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:54:59.892Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:54:59.904Z] [INFO] Raw command output (attempt 32): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:54:59.912Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:54:59.917Z] [INFO] 🧐 Attempt 32: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:54:59.921Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:55:05.244Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:55:05.254Z] [INFO] Raw command output (attempt 33): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:55:05.261Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:55:05.268Z] [INFO] 🧐 Attempt 33: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:55:05.274Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:55:10.552Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:55:10.563Z] [INFO] Raw command output (attempt 34): Exit code: 0 Stdout length: 12796 Stderr: none [2026-08-05T09:55:10.568Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:55:10.572Z] [INFO] 🧐 Attempt 34: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:55:10.576Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: True Reason: Passed: ✅ [2026-08-05T09:55:10.580Z] [INFO] ✅ LLMInferenceService test-apikeys-model-832553 meets all conditions after 34 attempts [2026-08-05T09:55:10.585Z] [INFO] Creating MaaSModelRef "test-apikeys-model-832553" in namespace "test-apikeys-deployment-832553" [2026-08-05T09:55:10.595Z] [INFO] Applying MaaSModelRef YAML for "test-apikeys-model-832553" in "test-apikeys-deployment-832553" [2026-08-05T09:55:10.853Z] [INFO] [EXEC] cat <<'EOF' | oc apply -f - apiVersion: maas.opendatahub.io/v1alpha1 kind: MaaSModelRef metadata: name: "test-apikeys-model-832553" namespace: "test-apikeys-deployment-832553" annotations: openshift.io/display-name: "test-apikeys-model-832553" openshift.io/description: "Model for testing MaaS" labels: opendatahub.io/dashboard: "true" spec: modelRef: kind: LLMInferenceService name: "test-apikeys-model-832553" EOF [2026-08-05T09:55:11.133Z] [INFO] [EXEC] oc whoami [2026-08-05T09:55:11.615Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://ad15d194aa2274fa682dff690a0c29e5-4ff8c9b38dbcd504.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-08-05T09:55:11.737Z] [INFO] ⚠️ oc login as admin failed: WARNING: Using insecure TLS client config. Setting this option is not supported! Login failed (401 Unauthorized) Verify you have provided the correct credentials. [2026-08-05T09:55:11.801Z] [INFO] Create a MaaS subscription with Authorization Policy that has user access [2026-08-05T09:55:11.864Z] [INFO] Creating MaaSSubscription "test-apikeys-sub-832553 through yaml" [2026-08-05T09:55:12.052Z] [INFO] Applying MaaSSubscription YAML for "test-apikeys-sub-832553" [2026-08-05T09:55:12.372Z] [INFO] [EXEC] cat <<'EOF' | oc apply -f - apiVersion: maas.opendatahub.io/v1alpha1 kind: MaaSSubscription metadata: annotations: openshift.io/display-name: "test-apikeys-sub-832553" openshift.io/description: "Test MaaS API Keys" name: "test-apikeys-sub-832553" namespace: models-as-a-service spec: modelRefs: - name: "test-apikeys-model-832553" namespace: "test-apikeys-deployment-832553" tokenRateLimits: - limit: 1000 window: 1h owner: groups: - name: rhods-admins - name: rhods-users priority: 1 EOF [2026-08-05T09:55:12.380Z] [INFO] Checking MaaSSubscription exists: test-apikeys-sub-832553 in namespace models-as-a-service [2026-08-05T09:55:12.745Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T09:55:12.906Z] [INFO] ⏳ MaaSSubscription test-apikeys-sub-832553 in namespace models-as-a-service: phase: expected Active, got Unknown, retrying in 5s (attempt 1/6) [2026-08-05T09:55:18.345Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T09:55:18.357Z] [INFO] ⏳ MaaSSubscription test-apikeys-sub-832553 in namespace models-as-a-service: phase: expected Active, got Unknown, retrying in 5s (attempt 2/6) [2026-08-05T09:55:23.621Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T09:55:23.633Z] [INFO] ⏳ MaaSSubscription test-apikeys-sub-832553 in namespace models-as-a-service: phase: expected Active, got Unknown, retrying in 5s (attempt 3/6) [2026-08-05T09:55:28.920Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T09:55:28.931Z] [INFO] ⏳ MaaSSubscription test-apikeys-sub-832553 in namespace models-as-a-service: phase: expected Active, got Unknown, retrying in 5s (attempt 4/6) [2026-08-05T09:55:34.402Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T09:55:34.572Z] [INFO] ⏳ MaaSSubscription test-apikeys-sub-832553 in namespace models-as-a-service: phase: expected Active, got Unknown, retrying in 5s (attempt 5/6) [2026-08-05T09:55:39.952Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T09:55:40.513Z] [INFO] Starting 480s timeout for: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-08-05T09:55:40.588Z] [INFO] Test title: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-08-05T09:55:40.595Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-08-05T09:55:40.609Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T09:55:40.618Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-08-05T09:55:40.629Z] [INFO] Loading test data [2026-08-05T09:55:40.649Z] [INFO] Loaded project name: test-apikeys-deployment-832553 [2026-08-05T09:55:40.903Z] [INFO] [EXEC] oc whoami [2026-08-05T09:55:41.305Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://ad15d194aa2274fa682dff690a0c29e5-4ff8c9b38dbcd504.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-08-05T09:55:41.311Z] [INFO] ⚠️ oc login as admin failed: WARNING: Using insecure TLS client config. Setting this option is not supported! Login failed (401 Unauthorized) Verify you have provided the correct credentials. [2026-08-05T09:55:41.316Z] [INFO] Deleting API key "test-api-key-832553" from Postgres api_keys table [2026-08-05T09:55:41.608Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-08-05T09:55:41.866Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-08-05T09:55:42.134Z] [INFO] [EXEC] oc exec -n redhat-ods-applications deployment/postgres -- psql -U "" -d "" -c "DELETE FROM api_keys WHERE name = 'test-api-key-832553';" [2026-08-05T09:55:42.140Z] [INFO] Deleting API key "test-api-key-832553-2" from Postgres api_keys table [2026-08-05T09:55:42.395Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-08-05T09:55:42.649Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-08-05T09:55:42.923Z] [INFO] [EXEC] oc exec -n redhat-ods-applications deployment/postgres -- psql -U "" -d "" -c "DELETE FROM api_keys WHERE name = 'test-api-key-832553-2';" [2026-08-05T09:55:42.928Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-08-05T09:55:43.190Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-08-05T09:55:43.199Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-apikeys-deployment-832553","stderr":"","exitCode":0} [2026-08-05T09:55:43.206Z] [INFO] Project 'test-apikeys-deployment-832553' exists. [2026-08-05T09:55:43.218Z] [INFO] Project test-apikeys-deployment-832553 already exists. Deleting it. [2026-08-05T09:56:19.926Z] [INFO] [EXEC] oc delete project test-apikeys-deployment-832553 --wait [2026-08-05T09:56:19.939Z] [INFO] Waiting for project test-apikeys-deployment-832553 to be fully deleted... [2026-08-05T09:56:19.945Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-08-05T09:56:20.281Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-08-05T09:56:20.289Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-apikeys-deployment-832553\" not found","exitCode":1} [2026-08-05T09:56:20.297Z] [INFO] Project 'test-apikeys-deployment-832553' does not exist. [2026-08-05T09:56:20.311Z] [INFO] Creating project test-apikeys-deployment-832553 [2026-08-05T09:56:20.631Z] [INFO] [EXEC] oc new-project test-apikeys-deployment-832553 [2026-08-05T09:56:20.907Z] [INFO] [EXEC] oc label namespace test-apikeys-deployment-832553 opendatahub.io/dashboard=true --overwrite [2026-08-05T09:56:20.915Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-08-05T09:56:21.216Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-08-05T09:56:21.230Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-apikeys-deployment-832553","stderr":"","exitCode":0} [2026-08-05T09:56:21.238Z] [INFO] Project 'test-apikeys-deployment-832553' exists. [2026-08-05T09:56:21.478Z] [INFO] [EXEC] oc whoami [2026-08-05T09:56:21.911Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://ad15d194aa2274fa682dff690a0c29e5-4ff8c9b38dbcd504.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-08-05T09:56:21.918Z] [INFO] ⚠️ oc login as admin failed: WARNING: Using insecure TLS client config. Setting this option is not supported! Login failed (401 Unauthorized) Verify you have provided the correct credentials. [2026-08-05T09:56:21.922Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-08-05T09:56:22.423Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1785923781924-nntcavcdp.yaml && rm -f /tmp/cypress-yaml-1785923781924-nntcavcdp.yaml [2026-08-05T09:56:22.430Z] [INFO] Command exit code: 0 [2026-08-05T09:56:22.435Z] [INFO] Creating LLMInferenceService "test-apikeys-model-832553" in namespace "test-apikeys-deployment-832553" [2026-08-05T09:56:22.443Z] [INFO] Applying LLMInferenceService YAML for "test-apikeys-model-832553" in "test-apikeys-deployment-832553" [2026-08-05T09:56:22.801Z] [INFO] [EXEC] cat <<'EOF' | oc apply -f - apiVersion: serving.kserve.io/v1alpha1 kind: LLMInferenceService metadata: name: "test-apikeys-model-832553" namespace: "test-apikeys-deployment-832553" annotations: openshift.io/display-name: "test-apikeys-model-832553" opendatahub.io/model-type: generative opendatahub.io/connections: test-apikeys-model-832553-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-apikeys-model-832553" 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-08-05T09:56:23.160Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:56:23.169Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3227 Stderr: none [2026-08-05T09:56:23.174Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:56:23.178Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-08-05T09:56:23.182Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-08-05T09:56:28.432Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:56:28.443Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 3227 Stderr: none [2026-08-05T09:56:28.449Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:56:28.454Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-08-05T09:56:28.457Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-08-05T09:56:33.723Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:56:33.734Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 3227 Stderr: none [2026-08-05T09:56:33.739Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:56:33.743Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-08-05T09:56:33.746Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-08-05T09:56:39.026Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:56:39.041Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 3227 Stderr: none [2026-08-05T09:56:39.048Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:56:39.095Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-08-05T09:56:39.104Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-08-05T09:56:44.365Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:56:44.378Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 3227 Stderr: none [2026-08-05T09:56:44.386Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:56:44.392Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-08-05T09:56:44.397Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-08-05T09:56:49.686Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:56:49.699Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 14242 Stderr: none [2026-08-05T09:56:49.708Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:56:49.718Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:56:49.726Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-08-05T09:56:54.995Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:56:55.005Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 14242 Stderr: none [2026-08-05T09:56:55.014Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:56:55.024Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:56:55.031Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-08-05T09:57:00.312Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:57:00.325Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 13466 Stderr: none [2026-08-05T09:57:00.330Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:57:00.334Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:57:00.338Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:57:05.610Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:57:05.622Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 13466 Stderr: none [2026-08-05T09:57:05.631Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:57:05.637Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:57:05.643Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:57:10.940Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:57:10.952Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 13466 Stderr: none [2026-08-05T09:57:10.957Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:57:10.961Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:57:10.964Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:57:16.226Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:57:16.236Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 13466 Stderr: none [2026-08-05T09:57:16.241Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:57:16.245Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:57:16.249Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:57:21.543Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:57:21.553Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:57:21.559Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:57:21.563Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:57:21.567Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:57:26.808Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:57:26.819Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:57:26.826Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:57:26.832Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:57:26.837Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:57:32.108Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:57:32.119Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:57:32.124Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:57:32.130Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:57:32.133Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:57:37.382Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:57:37.391Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:57:37.397Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:57:37.401Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:57:37.405Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:57:42.653Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:57:42.662Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:57:42.667Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:57:42.672Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:57:42.675Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:57:47.928Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:57:47.938Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:57:47.944Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:57:47.948Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:57:47.953Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:57:53.223Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:57:53.235Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:57:53.240Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:57:53.244Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:57:53.248Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:57:58.505Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:57:58.514Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:57:58.519Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:57:58.524Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:57:58.528Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:58:03.807Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:58:03.818Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:58:03.824Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:58:03.829Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:58:03.833Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:58:09.097Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:58:09.107Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:58:09.126Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:58:09.135Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:58:09.142Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:58:14.403Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:58:14.412Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:58:14.418Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:58:14.422Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:58:14.426Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:58:19.690Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:58:19.713Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:58:19.720Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:58:19.726Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:58:19.738Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:58:25.048Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:58:25.058Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:58:25.064Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:58:25.069Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:58:25.195Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:58:30.457Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:58:30.467Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:58:30.484Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:58:30.493Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:58:30.499Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:58:35.761Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:58:35.771Z] [INFO] Raw command output (attempt 26): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:58:35.776Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:58:35.782Z] [INFO] 🧐 Attempt 26: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:58:35.787Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:58:41.055Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:58:41.064Z] [INFO] Raw command output (attempt 27): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:58:41.071Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:58:41.075Z] [INFO] 🧐 Attempt 27: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:58:41.080Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:58:46.355Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:58:46.364Z] [INFO] Raw command output (attempt 28): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:58:46.370Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:58:46.375Z] [INFO] 🧐 Attempt 28: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:58:46.380Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:58:51.651Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:58:51.664Z] [INFO] Raw command output (attempt 29): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:58:51.670Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:58:51.675Z] [INFO] 🧐 Attempt 29: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:58:51.680Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:58:57.023Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:58:57.032Z] [INFO] Raw command output (attempt 30): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:58:57.040Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:58:57.044Z] [INFO] 🧐 Attempt 30: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:58:57.050Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:59:02.317Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:59:02.334Z] [INFO] Raw command output (attempt 31): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T09:59:02.347Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:59:02.354Z] [INFO] 🧐 Attempt 31: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:59:02.397Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T09:59:07.689Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T09:59:07.703Z] [INFO] Raw command output (attempt 32): Exit code: 0 Stdout length: 12796 Stderr: none [2026-08-05T09:59:07.727Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T09:59:07.736Z] [INFO] 🧐 Attempt 32: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T09:59:07.743Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: True Reason: Passed: ✅ [2026-08-05T09:59:07.793Z] [INFO] ✅ LLMInferenceService test-apikeys-model-832553 meets all conditions after 32 attempts [2026-08-05T09:59:07.908Z] [INFO] Creating MaaSModelRef "test-apikeys-model-832553" in namespace "test-apikeys-deployment-832553" [2026-08-05T09:59:07.919Z] [INFO] Applying MaaSModelRef YAML for "test-apikeys-model-832553" in "test-apikeys-deployment-832553" [2026-08-05T09:59:08.189Z] [INFO] [EXEC] cat <<'EOF' | oc apply -f - apiVersion: maas.opendatahub.io/v1alpha1 kind: MaaSModelRef metadata: name: "test-apikeys-model-832553" namespace: "test-apikeys-deployment-832553" annotations: openshift.io/display-name: "test-apikeys-model-832553" openshift.io/description: "Model for testing MaaS" labels: opendatahub.io/dashboard: "true" spec: modelRef: kind: LLMInferenceService name: "test-apikeys-model-832553" EOF [2026-08-05T09:59:08.438Z] [INFO] [EXEC] oc whoami [2026-08-05T09:59:08.937Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://ad15d194aa2274fa682dff690a0c29e5-4ff8c9b38dbcd504.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-08-05T09:59:08.949Z] [INFO] ⚠️ oc login as admin failed: WARNING: Using insecure TLS client config. Setting this option is not supported! Login failed (401 Unauthorized) Verify you have provided the correct credentials. [2026-08-05T09:59:08.956Z] [INFO] Create a MaaS subscription with Authorization Policy that has user access [2026-08-05T09:59:08.961Z] [INFO] Creating MaaSSubscription "test-apikeys-sub-832553 through yaml" [2026-08-05T09:59:08.969Z] [INFO] Applying MaaSSubscription YAML for "test-apikeys-sub-832553" [2026-08-05T09:59:09.787Z] [INFO] [EXEC] cat <<'EOF' | oc apply -f - apiVersion: maas.opendatahub.io/v1alpha1 kind: MaaSSubscription metadata: annotations: openshift.io/display-name: "test-apikeys-sub-832553" openshift.io/description: "Test MaaS API Keys" name: "test-apikeys-sub-832553" namespace: models-as-a-service spec: modelRefs: - name: "test-apikeys-model-832553" namespace: "test-apikeys-deployment-832553" tokenRateLimits: - limit: 1000 window: 1h owner: groups: - name: rhods-admins - name: rhods-users priority: 1 EOF [2026-08-05T09:59:09.792Z] [INFO] Checking MaaSSubscription exists: test-apikeys-sub-832553 in namespace models-as-a-service [2026-08-05T09:59:10.045Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T09:59:10.056Z] [INFO] ⏳ MaaSSubscription test-apikeys-sub-832553 in namespace models-as-a-service: phase: expected Active, got Unknown, retrying in 5s (attempt 1/6) [2026-08-05T09:59:15.314Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T09:59:15.324Z] [INFO] ⏳ MaaSSubscription test-apikeys-sub-832553 in namespace models-as-a-service: phase: expected Active, got Unknown, retrying in 5s (attempt 2/6) [2026-08-05T09:59:20.607Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T09:59:20.618Z] [INFO] ⏳ MaaSSubscription test-apikeys-sub-832553 in namespace models-as-a-service: phase: expected Active, got Unknown, retrying in 5s (attempt 3/6) [2026-08-05T09:59:25.885Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T09:59:25.896Z] [INFO] ⏳ MaaSSubscription test-apikeys-sub-832553 in namespace models-as-a-service: phase: expected Active, got Unknown, retrying in 5s (attempt 4/6) [2026-08-05T09:59:31.251Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T09:59:31.263Z] [INFO] ⏳ MaaSSubscription test-apikeys-sub-832553 in namespace models-as-a-service: phase: expected Active, got Unknown, retrying in 5s (attempt 5/6) [2026-08-05T09:59:36.528Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json 1) "before each" hook: retryableBeforeEach for "Verify subscriptions tab, API keys, filtering, and revoke all keys for a user" [2026-08-05T09:59:37.195Z] [INFO] [EXEC] oc whoami [2026-08-05T09:59:37.588Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://ad15d194aa2274fa682dff690a0c29e5-4ff8c9b38dbcd504.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-08-05T09:59:37.595Z] [INFO] ⚠️ oc login as admin failed: WARNING: Using insecure TLS client config. Setting this option is not supported! Login failed (401 Unauthorized) Verify you have provided the correct credentials. [2026-08-05T09:59:37.599Z] [INFO] Cleaning up Subscription: test-apikeys-sub-832553 [2026-08-05T09:59:37.603Z] [INFO] Executing delete subscription command: oc delete MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service [2026-08-05T09:59:37.891Z] [INFO] [EXEC] oc delete MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service [2026-08-05T09:59:37.895Z] [INFO] Executing delete auth policy command: oc delete MaaSAuthPolicy test-apikeys-policy-832553 -n models-as-a-service [2026-08-05T09:59:38.175Z] [INFO] [EXEC] oc delete MaaSAuthPolicy test-apikeys-policy-832553 -n models-as-a-service [2026-08-05T10:00:27.713Z] [INFO] [EXEC] oc delete project test-apikeys-deployment-832553 --wait --ignore-not-found [2026-08-05T10:00:27.718Z] [INFO] Deleting API key "test-api-key-832553" from Postgres api_keys table [2026-08-05T10:00:28.028Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-08-05T10:00:28.305Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-08-05T10:00:28.582Z] [INFO] [EXEC] oc exec -n redhat-ods-applications deployment/postgres -- psql -U "" -d "" -c "DELETE FROM api_keys WHERE name = 'test-api-key-832553';" [2026-08-05T10:00:28.587Z] [INFO] Deleting API key "test-api-key-832553-2" from Postgres api_keys table [2026-08-05T10:00:28.939Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-08-05T10:00:29.210Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-08-05T10:00:29.469Z] [INFO] [EXEC] oc exec -n redhat-ods-applications deployment/postgres -- psql -U "" -d "" -c "DELETE FROM api_keys WHERE name = 'test-api-key-832553-2';" 0 passing (8m) 1 failing 1) A user can view subscriptions and manage API keys on the Keys and Subscriptions page "before each" hook: retryableBeforeEach for "Verify subscriptions tab, API keys, filtering, and revoke all keys for a user": Error: MaaSSubscription test-apikeys-sub-832553 in namespace models-as-a-service did not meet expected state. phase: expected Active, got Unknown Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `A user can view subscriptio...` at Context.eval (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/maas.ts:608:12) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet5/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 2 │ │ Video: false │ │ Duration: 8 minutes, 20 seconds │ │ Spec Ran: testApiKeys.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet5/e2e/screenshots/testApiK (1280x720) eys.cy.ts/A user can view subscriptions and manage API keys on the Keys and Subs criptions page -- Verify subscriptions tab, API keys, filtering, and revoke all keys for a user (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet5/e2e/screenshots/testApiK (1280x720) eys.cy.ts/A user can view subscriptions and manage API keys on the Keys and Subs criptions page -- Verify subscriptions tab, API keys, filtering, and revoke all keys for a user -- before each hook retryableBeforeEach (failed) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: testMaaSPolicies.cy.ts (2 of 3) [2026-08-05T10:00:32.536Z] [INFO] Setting tests timeout to: 480 seconds An admin can manage MaaS authorization policies and control model access via group membership [2026-08-05T10:00:32.551Z] [INFO] Starting 480s timeout for: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-08-05T10:00:32.557Z] [INFO] Test title: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-08-05T10:00:32.563Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-08-05T10:00:32.568Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T10:00:32.573Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-08-05T10:00:32.582Z] [INFO] Loading test data [2026-08-05T10:00:32.596Z] [INFO] Loaded project name: test-maas-policies-deployment-990349 [2026-08-05T10:00:32.601Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-08-05T10:00:32.876Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-08-05T10:00:32.883Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-maas-policies-deployment-990349\" not found","exitCode":1} [2026-08-05T10:00:32.890Z] [INFO] Project 'test-maas-policies-deployment-990349' does not exist. [2026-08-05T10:00:32.902Z] [INFO] Creating project test-maas-policies-deployment-990349 [2026-08-05T10:00:33.244Z] [INFO] [EXEC] oc new-project test-maas-policies-deployment-990349 [2026-08-05T10:00:33.567Z] [INFO] [EXEC] oc label namespace test-maas-policies-deployment-990349 opendatahub.io/dashboard=true --overwrite [2026-08-05T10:00:33.574Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-08-05T10:00:33.858Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-08-05T10:00:33.866Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-08-05T10:00:33.874Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-08-05T10:00:33.885Z] [INFO] Wait for test-maas-policies-deployment-990349, then grant regularuser1 namespace admin. [2026-08-05T10:00:33.889Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-08-05T10:00:34.163Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-08-05T10:00:34.170Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-08-05T10:00:34.176Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-08-05T10:00:34.465Z] [INFO] [EXEC] oc adm policy add-role-to-user admin *** -n test-maas-policies-deployment-990349 [2026-08-05T10:00:34.479Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-08-05T10:00:34.772Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1785924034484-hw68p7hoe.yaml && rm -f /tmp/cypress-yaml-1785924034484-hw68p7hoe.yaml [2026-08-05T10:00:34.777Z] [INFO] Command exit code: 0 [2026-08-05T10:00:34.780Z] [INFO] Creating LLMInferenceService "test-maas-policies-model-990349" in namespace "test-maas-policies-deployment-990349" [2026-08-05T10:00:34.789Z] [INFO] Applying LLMInferenceService YAML for "test-maas-policies-model-990349" in "test-maas-policies-deployment-990349" [2026-08-05T10:00:35.136Z] [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-08-05T10:00:35.411Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:00:35.421Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3287 Stderr: none [2026-08-05T10:00:35.425Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:00:35.427Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-08-05T10:00:35.430Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-08-05T10:00:40.710Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:00:40.731Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 3287 Stderr: none [2026-08-05T10:00:40.749Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:00:40.766Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-08-05T10:00:40.785Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-08-05T10:00:46.090Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:00:46.114Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 3287 Stderr: none [2026-08-05T10:00:46.131Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:00:46.147Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-08-05T10:00:46.164Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-08-05T10:00:51.487Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:00:51.497Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 14530 Stderr: none [2026-08-05T10:00:51.518Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:00:51.535Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:00:51.555Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-08-05T10:00:56.868Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:00:56.877Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 14530 Stderr: none [2026-08-05T10:00:56.881Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:00:56.902Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:00:56.925Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-08-05T10:01:02.247Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:01:02.291Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 13706 Stderr: none [2026-08-05T10:01:02.313Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:01:02.335Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:01:02.339Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:01:07.682Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:01:07.693Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 13706 Stderr: none [2026-08-05T10:01:07.729Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:01:07.759Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:01:07.783Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:01:13.105Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:01:13.114Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 13706 Stderr: none [2026-08-05T10:01:13.119Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:01:13.124Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:01:13.127Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:01:18.425Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:01:18.454Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 13706 Stderr: none [2026-08-05T10:01:18.474Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:01:18.499Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:01:18.525Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:01:23.823Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:01:23.832Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T10:01:23.837Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:01:23.840Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:01:23.844Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:01:29.163Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:01:29.222Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T10:01:29.259Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:01:29.264Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:01:29.271Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:01:34.569Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:01:34.577Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T10:01:34.583Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:01:34.587Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:01:34.590Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:01:39.903Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:01:39.913Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T10:01:39.919Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:01:39.923Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:01:39.928Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:01:45.208Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:01:45.241Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T10:01:45.270Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:01:45.298Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:01:45.301Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:01:50.602Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:01:50.613Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T10:01:50.644Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:01:50.675Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:01:50.705Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:01:56.023Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:01:56.032Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T10:01:56.037Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:01:56.041Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:01:56.045Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:02:01.347Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:02:01.405Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T10:02:01.434Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:02:01.437Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:02:01.441Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:02:06.754Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:02:06.790Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T10:02:06.821Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:02:06.853Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:02:06.857Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:02:12.190Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:02:12.199Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T10:02:12.206Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:02:12.210Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:02:12.248Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:02:17.581Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:02:17.590Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T10:02:17.596Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:02:17.634Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:02:17.679Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:02:23.009Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:02:23.019Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T10:02:23.024Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:02:23.027Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:02:23.031Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:02:28.346Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:02:28.439Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T10:02:28.446Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:02:28.455Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:02:28.460Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:02:33.803Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:02:33.853Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T10:02:33.898Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:02:33.946Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:02:33.952Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:02:39.373Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:02:39.464Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T10:02:39.513Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:02:39.563Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:02:39.618Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:02:44.965Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:02:44.975Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T10:02:45.019Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:02:45.062Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:02:45.066Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:02:50.367Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:02:50.376Z] [INFO] Raw command output (attempt 26): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T10:02:50.382Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:02:50.385Z] [INFO] 🧐 Attempt 26: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:02:50.389Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:02:55.719Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:02:55.728Z] [INFO] Raw command output (attempt 27): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T10:02:55.742Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:02:55.807Z] [INFO] 🧐 Attempt 27: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:02:55.853Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T10:03:01.188Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T10:03:01.243Z] [INFO] Raw command output (attempt 28): Exit code: 0 Stdout length: 13036 Stderr: none [2026-08-05T10:03:01.287Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T10:03:01.291Z] [INFO] 🧐 Attempt 28: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T10:03:01.296Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: True Reason: Passed: ✅ [2026-08-05T10:03:01.300Z] [INFO] ✅ LLMInferenceService test-maas-policies-model-990349 meets all conditions after 28 attempts [2026-08-05T10:03:01.304Z] [INFO] Creating MaaSModelRef "test-maas-policies-model-990349" in namespace "test-maas-policies-deployment-990349" [2026-08-05T10:03:01.314Z] [INFO] Applying MaaSModelRef YAML for "test-maas-policies-model-990349" in "test-maas-policies-deployment-990349" [2026-08-05T10:03:01.601Z] [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" openshift.io/description: "Model for testing MaaS" labels: opendatahub.io/dashboard: "true" spec: modelRef: kind: LLMInferenceService name: "test-maas-policies-model-990349" EOF [2026-08-05T10:03:01.677Z] [INFO] [STEP 1] Log into the application as admin [2026-08-05T10:03:01.731Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/ [2026-08-05T10:03:03.075Z] [INFO] [STEP 2] Create new Authorization Policy [2026-08-05T10:03:03.260Z] [INFO] Navigate to: https://rh-ai.apps.2f6bc9fc-ef8a-4641-a028-c603dc53ef13.prod.konfluxeaas.com/maas/maas-governance/auth-policies [2026-08-05T10:03:17.091Z] [INFO] Starting 480s timeout for: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-08-05T10:03:17.094Z] [INFO] Test title: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-08-05T10:03:17.099Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-08-05T10:03:17.103Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T10:03:17.107Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-08-05T10:03:17.115Z] [INFO] Loading test data [2026-08-05T10:03:17.125Z] [INFO] Loaded project name: test-maas-policies-deployment-990349 [2026-08-05T10:03:17.129Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-08-05T10:03:17.417Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-08-05T10:03:17.424Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-08-05T10:03:17.430Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-08-05T10:03:17.438Z] [INFO] Project test-maas-policies-deployment-990349 already exists. Deleting it.