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-05T00:19:10.457Z] [INFO] Setting tests timeout to: 480 seconds A user can view subscriptions and manage API keys on the Keys and Subscriptions page [2026-08-05T00:19:10.479Z] [INFO] Starting 480s timeout for: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-08-05T00:19:10.483Z] [INFO] Test title: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-08-05T00:19:10.498Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-08-05T00:19:10.505Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T00:19:10.510Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-08-05T00:19:10.527Z] [INFO] Loading test data [2026-08-05T00:19:10.551Z] [INFO] Loaded project name: test-apikeys-deployment-832553 [2026-08-05T00:19:11.035Z] [INFO] [EXEC] oc whoami [2026-08-05T00:19:11.436Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://afc84240adc9d42adb1409059491186a-7f34248cffd0f403.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-08-05T00:19:11.442Z] [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-05T00:19:11.446Z] [INFO] Deleting API key "test-api-key-832553" from Postgres api_keys table [2026-08-05T00:19:11.669Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-08-05T00:19:11.874Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-08-05T00:19:12.090Z] [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-05T00:19:12.093Z] [INFO] Deleting API key "test-api-key-832553-2" from Postgres api_keys table [2026-08-05T00:19:12.329Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-08-05T00:19:12.550Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-08-05T00:19:12.758Z] [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-05T00:19:12.763Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-08-05T00:19:12.973Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-08-05T00:19:12.980Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-apikeys-deployment-832553\" not found","exitCode":1} [2026-08-05T00:19:13.023Z] [INFO] Project 'test-apikeys-deployment-832553' does not exist. [2026-08-05T00:19:13.049Z] [INFO] Creating project test-apikeys-deployment-832553 [2026-08-05T00:19:13.338Z] [INFO] [EXEC] oc new-project test-apikeys-deployment-832553 [2026-08-05T00:19:13.555Z] [INFO] [EXEC] oc label namespace test-apikeys-deployment-832553 opendatahub.io/dashboard=true --overwrite [2026-08-05T00:19:13.563Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-08-05T00:19:13.774Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-08-05T00:19:13.780Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-apikeys-deployment-832553","stderr":"","exitCode":0} [2026-08-05T00:19:13.797Z] [INFO] Project 'test-apikeys-deployment-832553' exists. [2026-08-05T00:19:14.005Z] [INFO] [EXEC] oc whoami [2026-08-05T00:19:14.308Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://afc84240adc9d42adb1409059491186a-7f34248cffd0f403.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-08-05T00:19:14.314Z] [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-05T00:19:14.332Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-08-05T00:19:14.567Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1785889154344-7k2kn4a9f.yaml && rm -f /tmp/cypress-yaml-1785889154344-7k2kn4a9f.yaml [2026-08-05T00:19:14.602Z] [INFO] Command exit code: 0 [2026-08-05T00:19:14.616Z] [INFO] Creating LLMInferenceService "test-apikeys-model-832553" in namespace "test-apikeys-deployment-832553" [2026-08-05T00:19:14.648Z] [INFO] Applying LLMInferenceService YAML for "test-apikeys-model-832553" in "test-apikeys-deployment-832553" [2026-08-05T00:19:14.959Z] [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-05T00:19:15.161Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:19:15.187Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3227 Stderr: none [2026-08-05T00:19:15.206Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:19:15.221Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-08-05T00:19:15.238Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-08-05T00:19:20.465Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:19:20.502Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 3227 Stderr: none [2026-08-05T00:19:20.519Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:19:20.538Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-08-05T00:19:20.556Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-08-05T00:19:25.788Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:19:25.796Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 3227 Stderr: none [2026-08-05T00:19:25.816Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:19:25.833Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-08-05T00:19:25.851Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-08-05T00:19:31.091Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:19:31.116Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 3227 Stderr: none [2026-08-05T00:19:31.137Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:19:31.156Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-08-05T00:19:31.176Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-08-05T00:19:36.442Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:19:36.469Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 3227 Stderr: none [2026-08-05T00:19:36.489Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:19:36.509Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-08-05T00:19:36.531Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-08-05T00:19:41.774Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:19:41.802Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 14242 Stderr: none [2026-08-05T00:19:41.823Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:19:41.845Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:19:41.867Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-08-05T00:19:47.094Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:19:47.122Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 14242 Stderr: none [2026-08-05T00:19:47.145Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:19:47.170Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:19:47.196Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-08-05T00:19:52.425Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:19:52.453Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 14242 Stderr: none [2026-08-05T00:19:52.479Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:19:52.503Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:19:52.528Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-08-05T00:19:57.757Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:19:57.787Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 14242 Stderr: none [2026-08-05T00:19:57.810Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:19:57.831Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:19:57.853Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-08-05T00:20:03.076Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:20:03.104Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 14293 Stderr: none [2026-08-05T00:20:03.126Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:20:03.148Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:20:03.174Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-08-05T00:20:08.428Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:20:08.438Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 13466 Stderr: none [2026-08-05T00:20:08.443Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:20:08.447Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:20:08.451Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:20:13.674Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:20:13.706Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 13466 Stderr: none [2026-08-05T00:20:13.731Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:20:13.758Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:20:13.783Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:20:19.003Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:20:19.011Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 13466 Stderr: none [2026-08-05T00:20:19.038Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:20:19.065Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:20:19.092Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:20:24.368Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:20:24.379Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:20:24.407Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:20:24.433Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:20:24.462Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:20:29.744Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:20:29.802Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:20:29.829Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:20:29.858Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:20:29.864Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:20:35.103Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:20:35.157Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:20:35.186Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:20:35.217Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:20:35.221Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:20:40.490Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:20:40.500Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:20:40.504Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:20:40.525Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:20:40.528Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:20:45.957Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:20:45.994Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:20:46.042Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:20:46.046Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:20:46.049Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:20:51.296Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:20:51.361Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:20:51.392Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:20:51.398Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:20:51.402Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:20:56.637Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:20:56.675Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:20:56.706Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:20:56.736Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:20:56.740Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:21:02.041Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:21:02.050Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:21:02.054Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:21:02.058Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:21:02.062Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:21:07.295Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:21:07.371Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:21:07.420Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:21:07.431Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:21:07.436Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:21:12.667Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:21:12.675Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:21:12.680Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:21:12.684Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:21:12.688Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:21:17.965Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:21:17.974Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:21:17.979Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:21:17.984Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:21:17.987Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:21:23.256Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:21:23.264Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:21:23.270Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:21:23.275Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:21:23.279Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:21:28.508Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:21:28.555Z] [INFO] Raw command output (attempt 26): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:21:28.593Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:21:28.635Z] [INFO] 🧐 Attempt 26: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:21:28.639Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:21:33.908Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:21:33.918Z] [INFO] Raw command output (attempt 27): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:21:33.923Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:21:33.926Z] [INFO] 🧐 Attempt 27: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:21:33.930Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:21:39.174Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:21:39.236Z] [INFO] Raw command output (attempt 28): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:21:39.289Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:21:39.304Z] [INFO] 🧐 Attempt 28: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:21:39.312Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:21:44.569Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:21:44.631Z] [INFO] Raw command output (attempt 29): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:21:44.772Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:21:44.829Z] [INFO] 🧐 Attempt 29: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:21:44.836Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:21:50.107Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:21:50.116Z] [INFO] Raw command output (attempt 30): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:21:50.121Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:21:50.126Z] [INFO] 🧐 Attempt 30: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:21:50.130Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:21:55.386Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:21:55.396Z] [INFO] Raw command output (attempt 31): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:21:55.401Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:21:55.404Z] [INFO] 🧐 Attempt 31: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:21:55.408Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:22:00.658Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:22:00.748Z] [INFO] Raw command output (attempt 32): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:22:00.792Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:22:00.796Z] [INFO] 🧐 Attempt 32: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:22:00.800Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:22:06.129Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:22:06.138Z] [INFO] Raw command output (attempt 33): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:22:06.143Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:22:06.147Z] [INFO] 🧐 Attempt 33: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:22:06.151Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:22:11.422Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:22:11.431Z] [INFO] Raw command output (attempt 34): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:22:11.436Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:22:11.439Z] [INFO] 🧐 Attempt 34: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:22:11.443Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:22:16.744Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:22:16.753Z] [INFO] Raw command output (attempt 35): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:22:16.758Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:22:16.763Z] [INFO] 🧐 Attempt 35: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:22:16.766Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:22:21.993Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:22:22.003Z] [INFO] Raw command output (attempt 36): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:22:22.009Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:22:22.014Z] [INFO] 🧐 Attempt 36: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:22:22.018Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:22:27.316Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:22:27.325Z] [INFO] Raw command output (attempt 37): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:22:27.332Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:22:27.336Z] [INFO] 🧐 Attempt 37: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:22:27.340Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:22:32.598Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:22:32.607Z] [INFO] Raw command output (attempt 38): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:22:32.612Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:22:32.616Z] [INFO] 🧐 Attempt 38: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:22:32.620Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:22:37.902Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:22:37.912Z] [INFO] Raw command output (attempt 39): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:22:37.917Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:22:37.921Z] [INFO] 🧐 Attempt 39: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:22:37.925Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:22:43.175Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:22:43.284Z] [INFO] Raw command output (attempt 40): Exit code: 0 Stdout length: 12796 Stderr: none [2026-08-05T00:22:43.291Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:22:43.295Z] [INFO] 🧐 Attempt 40: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:22:43.299Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: True Reason: Passed: ✅ [2026-08-05T00:22:43.302Z] [INFO] ✅ LLMInferenceService test-apikeys-model-832553 meets all conditions after 40 attempts [2026-08-05T00:22:43.307Z] [INFO] Creating MaaSModelRef "test-apikeys-model-832553" in namespace "test-apikeys-deployment-832553" [2026-08-05T00:22:43.316Z] [INFO] Applying MaaSModelRef YAML for "test-apikeys-model-832553" in "test-apikeys-deployment-832553" [2026-08-05T00:22:43.593Z] [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-05T00:22:43.912Z] [INFO] [EXEC] oc whoami [2026-08-05T00:22:44.324Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://afc84240adc9d42adb1409059491186a-7f34248cffd0f403.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-08-05T00:22:44.433Z] [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-05T00:22:44.490Z] [INFO] Create a MaaS subscription with Authorization Policy that has user access [2026-08-05T00:22:44.551Z] [INFO] Creating MaaSSubscription "test-apikeys-sub-832553 through yaml" [2026-08-05T00:22:44.765Z] [INFO] Applying MaaSSubscription YAML for "test-apikeys-sub-832553" [2026-08-05T00:22:45.049Z] [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-05T00:22:45.053Z] [INFO] Checking MaaSSubscription exists: test-apikeys-sub-832553 in namespace models-as-a-service [2026-08-05T00:22:45.286Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T00:22:45.353Z] [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-05T00:22:50.692Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T00:22:50.702Z] [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-05T00:22:55.982Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T00:22:55.992Z] [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-05T00:23:01.260Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T00:23:01.273Z] [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-05T00:23:06.516Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T00:23:06.527Z] [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-05T00:23:11.814Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T00:23:12.287Z] [INFO] Starting 480s timeout for: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-08-05T00:23:12.290Z] [INFO] Test title: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-08-05T00:23:12.293Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-08-05T00:23:12.297Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T00:23:12.301Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-08-05T00:23:12.308Z] [INFO] Loading test data [2026-08-05T00:23:12.321Z] [INFO] Loaded project name: test-apikeys-deployment-832553 [2026-08-05T00:23:12.543Z] [INFO] [EXEC] oc whoami [2026-08-05T00:23:12.886Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://afc84240adc9d42adb1409059491186a-7f34248cffd0f403.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-08-05T00:23:12.892Z] [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-05T00:23:12.895Z] [INFO] Deleting API key "test-api-key-832553" from Postgres api_keys table [2026-08-05T00:23:13.130Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-08-05T00:23:13.365Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-08-05T00:23:13.614Z] [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-05T00:23:13.618Z] [INFO] Deleting API key "test-api-key-832553-2" from Postgres api_keys table [2026-08-05T00:23:13.850Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-08-05T00:23:14.091Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-08-05T00:23:14.369Z] [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-05T00:23:14.373Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-08-05T00:23:14.614Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-08-05T00:23:14.620Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-apikeys-deployment-832553","stderr":"","exitCode":0} [2026-08-05T00:23:14.626Z] [INFO] Project 'test-apikeys-deployment-832553' exists. [2026-08-05T00:23:14.634Z] [INFO] Project test-apikeys-deployment-832553 already exists. Deleting it. [2026-08-05T00:24:04.279Z] [INFO] [EXEC] oc delete project test-apikeys-deployment-832553 --wait [2026-08-05T00:24:04.290Z] [INFO] Waiting for project test-apikeys-deployment-832553 to be fully deleted... [2026-08-05T00:24:04.297Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-08-05T00:24:04.534Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-08-05T00:24:04.541Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-apikeys-deployment-832553\" not found","exitCode":1} [2026-08-05T00:24:04.549Z] [INFO] Project 'test-apikeys-deployment-832553' does not exist. [2026-08-05T00:24:04.561Z] [INFO] Creating project test-apikeys-deployment-832553 [2026-08-05T00:24:04.830Z] [INFO] [EXEC] oc new-project test-apikeys-deployment-832553 [2026-08-05T00:24:05.075Z] [INFO] [EXEC] oc label namespace test-apikeys-deployment-832553 opendatahub.io/dashboard=true --overwrite [2026-08-05T00:24:05.082Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-08-05T00:24:05.335Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-08-05T00:24:05.342Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-apikeys-deployment-832553","stderr":"","exitCode":0} [2026-08-05T00:24:05.351Z] [INFO] Project 'test-apikeys-deployment-832553' exists. [2026-08-05T00:24:05.576Z] [INFO] [EXEC] oc whoami [2026-08-05T00:24:05.917Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://afc84240adc9d42adb1409059491186a-7f34248cffd0f403.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-08-05T00:24:05.922Z] [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-05T00:24:05.927Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-08-05T00:24:06.221Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1785889445928-xnfez7k40.yaml && rm -f /tmp/cypress-yaml-1785889445928-xnfez7k40.yaml [2026-08-05T00:24:06.228Z] [INFO] Command exit code: 0 [2026-08-05T00:24:06.233Z] [INFO] Creating LLMInferenceService "test-apikeys-model-832553" in namespace "test-apikeys-deployment-832553" [2026-08-05T00:24:06.240Z] [INFO] Applying LLMInferenceService YAML for "test-apikeys-model-832553" in "test-apikeys-deployment-832553" [2026-08-05T00:24:06.555Z] [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-05T00:24:06.795Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:24:06.806Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3227 Stderr: none [2026-08-05T00:24:06.812Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:24:06.816Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-08-05T00:24:06.820Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-08-05T00:24:12.077Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:24:12.087Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 3227 Stderr: none [2026-08-05T00:24:12.092Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:24:12.097Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-08-05T00:24:12.101Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-08-05T00:24:17.401Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:24:17.411Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 3227 Stderr: none [2026-08-05T00:24:17.424Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:24:17.428Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-08-05T00:24:17.432Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-08-05T00:24:22.683Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:24:22.694Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 14242 Stderr: none [2026-08-05T00:24:22.701Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:24:22.705Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:24:22.709Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-08-05T00:24:27.960Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:24:27.971Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 13466 Stderr: none [2026-08-05T00:24:27.976Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:24:27.979Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:24:27.983Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:24:33.235Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:24:33.247Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 13466 Stderr: none [2026-08-05T00:24:33.253Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:24:33.257Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:24:33.261Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:24:38.535Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:24:38.546Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 13466 Stderr: none [2026-08-05T00:24:38.551Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:24:38.555Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:24:38.559Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:24:43.850Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:24:43.859Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 13466 Stderr: none [2026-08-05T00:24:43.865Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:24:43.869Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:24:43.873Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:24:49.134Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:24:49.145Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 13466 Stderr: none [2026-08-05T00:24:49.154Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:24:49.159Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:24:49.163Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:24:54.428Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:24:54.439Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:24:54.445Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:24:54.449Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:24:54.453Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:24:59.714Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:24:59.724Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:24:59.729Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:24:59.734Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:24:59.737Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:25:04.992Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:25:05.004Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:25:05.009Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:25:05.013Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:25:05.017Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:25:10.301Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:25:10.316Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:25:10.322Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:25:10.328Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:25:10.332Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:25:15.604Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:25:15.613Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:25:15.619Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:25:15.623Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:25:15.628Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:25:20.894Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:25:20.906Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:25:20.911Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:25:20.916Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:25:20.919Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:25:26.187Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:25:26.196Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:25:26.203Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:25:26.208Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:25:26.212Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:25:31.480Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:25:31.491Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:25:31.496Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:25:31.501Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:25:31.504Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:25:36.776Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:25:36.785Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:25:36.790Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:25:36.795Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:25:36.799Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:25:42.069Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:25:42.081Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:25:42.087Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:25:42.092Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:25:42.097Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:25:47.381Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:25:47.390Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:25:47.396Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:25:47.400Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:25:47.405Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:25:52.688Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:25:52.697Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:25:52.702Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:25:52.706Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:25:52.711Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:25:57.972Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:25:57.981Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:25:58.080Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:25:58.085Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:25:58.090Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:26:03.372Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:26:03.382Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:26:03.390Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:26:03.395Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:26:03.399Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:26:08.660Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:26:08.670Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:26:08.676Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:26:08.681Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:26:08.686Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:26:13.962Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:26:13.972Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:26:13.977Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:26:13.982Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:26:13.987Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:26:19.259Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:26:19.269Z] [INFO] Raw command output (attempt 26): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:26:19.276Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:26:19.281Z] [INFO] 🧐 Attempt 26: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:26:19.287Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:26:24.591Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:26:24.600Z] [INFO] Raw command output (attempt 27): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:26:24.605Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:26:24.610Z] [INFO] 🧐 Attempt 27: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:26:24.616Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:26:29.905Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:26:29.916Z] [INFO] Raw command output (attempt 28): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:26:29.936Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:26:29.943Z] [INFO] 🧐 Attempt 28: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:26:29.950Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:26:35.235Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:26:35.244Z] [INFO] Raw command output (attempt 29): Exit code: 0 Stdout length: 13198 Stderr: none [2026-08-05T00:26:35.250Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:26:35.255Z] [INFO] 🧐 Attempt 29: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:26:35.261Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:26:40.525Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-08-05T00:26:40.536Z] [INFO] Raw command output (attempt 30): Exit code: 0 Stdout length: 12796 Stderr: none [2026-08-05T00:26:40.542Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:26:40.548Z] [INFO] 🧐 Attempt 30: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-08-05T00:26:40.554Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: True Reason: Passed: ✅ [2026-08-05T00:26:40.559Z] [INFO] ✅ LLMInferenceService test-apikeys-model-832553 meets all conditions after 30 attempts [2026-08-05T00:26:40.565Z] [INFO] Creating MaaSModelRef "test-apikeys-model-832553" in namespace "test-apikeys-deployment-832553" [2026-08-05T00:26:40.573Z] [INFO] Applying MaaSModelRef YAML for "test-apikeys-model-832553" in "test-apikeys-deployment-832553" [2026-08-05T00:26:40.878Z] [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-05T00:26:41.133Z] [INFO] [EXEC] oc whoami [2026-08-05T00:26:41.515Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://afc84240adc9d42adb1409059491186a-7f34248cffd0f403.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-08-05T00:26:41.522Z] [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-05T00:26:41.528Z] [INFO] Create a MaaS subscription with Authorization Policy that has user access [2026-08-05T00:26:41.533Z] [INFO] Creating MaaSSubscription "test-apikeys-sub-832553 through yaml" [2026-08-05T00:26:41.541Z] [INFO] Applying MaaSSubscription YAML for "test-apikeys-sub-832553" [2026-08-05T00:26:42.393Z] [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-05T00:26:42.399Z] [INFO] Checking MaaSSubscription exists: test-apikeys-sub-832553 in namespace models-as-a-service [2026-08-05T00:26:42.641Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T00:26:42.652Z] [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-05T00:26:47.928Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T00:26:47.941Z] [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-05T00:26:53.213Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T00:26:53.223Z] [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-05T00:26:58.479Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T00:26:58.490Z] [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-05T00:27:03.756Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-08-05T00:27:03.768Z] [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-05T00:27:09.039Z] [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-05T00:27:09.704Z] [INFO] [EXEC] oc whoami [2026-08-05T00:27:10.099Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://afc84240adc9d42adb1409059491186a-7f34248cffd0f403.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-08-05T00:27:10.105Z] [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-05T00:27:10.109Z] [INFO] Cleaning up Subscription: test-apikeys-sub-832553 [2026-08-05T00:27:10.114Z] [INFO] Executing delete subscription command: oc delete MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service [2026-08-05T00:27:10.393Z] [INFO] [EXEC] oc delete MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service [2026-08-05T00:27:10.397Z] [INFO] Executing delete auth policy command: oc delete MaaSAuthPolicy test-apikeys-policy-832553 -n models-as-a-service [2026-08-05T00:27:10.660Z] [INFO] [EXEC] oc delete MaaSAuthPolicy test-apikeys-policy-832553 -n models-as-a-service [2026-08-05T00:27:59.754Z] [INFO] [EXEC] oc delete project test-apikeys-deployment-832553 --wait --ignore-not-found [2026-08-05T00:27:59.759Z] [INFO] Deleting API key "test-api-key-832553" from Postgres api_keys table [2026-08-05T00:28:00.030Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-08-05T00:28:00.475Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-08-05T00:28:00.739Z] [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-05T00:28:00.744Z] [INFO] Deleting API key "test-api-key-832553-2" from Postgres api_keys table [2026-08-05T00:28:01.015Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-08-05T00:28:01.279Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-08-05T00:28:01.579Z] [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 (9m) 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, 51 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-05T00:28:04.856Z] [INFO] Setting tests timeout to: 480 seconds An admin can manage MaaS authorization policies and control model access via group membership [2026-08-05T00:28:04.873Z] [INFO] Starting 480s timeout for: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-08-05T00:28:04.876Z] [INFO] Test title: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-08-05T00:28:04.881Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-08-05T00:28:04.885Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-08-05T00:28:04.890Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-08-05T00:28:04.899Z] [INFO] Loading test data [2026-08-05T00:28:04.913Z] [INFO] Loaded project name: test-maas-policies-deployment-990349 [2026-08-05T00:28:04.917Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-08-05T00:28:05.200Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-08-05T00:28:05.206Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-maas-policies-deployment-990349\" not found","exitCode":1} [2026-08-05T00:28:05.213Z] [INFO] Project 'test-maas-policies-deployment-990349' does not exist. [2026-08-05T00:28:05.222Z] [INFO] Creating project test-maas-policies-deployment-990349 [2026-08-05T00:28:05.538Z] [INFO] [EXEC] oc new-project test-maas-policies-deployment-990349 [2026-08-05T00:28:05.838Z] [INFO] [EXEC] oc label namespace test-maas-policies-deployment-990349 opendatahub.io/dashboard=true --overwrite [2026-08-05T00:28:05.845Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-08-05T00:28:06.113Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-08-05T00:28:06.119Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-08-05T00:28:06.125Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-08-05T00:28:06.133Z] [INFO] Wait for test-maas-policies-deployment-990349, then grant regularuser1 namespace admin. [2026-08-05T00:28:06.137Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-08-05T00:28:06.406Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-08-05T00:28:06.412Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-08-05T00:28:06.418Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-08-05T00:28:06.682Z] [INFO] [EXEC] oc adm policy add-role-to-user admin *** -n test-maas-policies-deployment-990349 [2026-08-05T00:28:06.692Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-08-05T00:28:06.974Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1785889686696-8yrjqodql.yaml && rm -f /tmp/cypress-yaml-1785889686696-8yrjqodql.yaml [2026-08-05T00:28:06.980Z] [INFO] Command exit code: 0 [2026-08-05T00:28:06.983Z] [INFO] Creating LLMInferenceService "test-maas-policies-model-990349" in namespace "test-maas-policies-deployment-990349" [2026-08-05T00:28:06.993Z] [INFO] Applying LLMInferenceService YAML for "test-maas-policies-model-990349" in "test-maas-policies-deployment-990349" [2026-08-05T00:28:07.315Z] [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-05T00:28:07.593Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:28:07.600Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3287 Stderr: none [2026-08-05T00:28:07.604Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:28:07.606Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-08-05T00:28:07.608Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-08-05T00:28:12.929Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:28:12.963Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 14714 Stderr: none [2026-08-05T00:28:12.978Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:28:12.993Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:28:13.010Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-08-05T00:28:18.305Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:28:18.334Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 14605 Stderr: none [2026-08-05T00:28:18.355Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:28:18.371Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:28:18.388Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-08-05T00:28:23.679Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:28:23.712Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 14605 Stderr: none [2026-08-05T00:28:23.730Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:28:23.747Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:28:23.764Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-08-05T00:28:29.046Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:28:29.086Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 13706 Stderr: none [2026-08-05T00:28:29.106Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:28:29.128Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:28:29.151Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:28:34.438Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:28:34.465Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 13706 Stderr: none [2026-08-05T00:28:34.487Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:28:34.509Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:28:34.532Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:28:39.818Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:28:39.829Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 13706 Stderr: none [2026-08-05T00:28:39.850Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:28:39.870Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:28:39.890Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:28:45.203Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:28:45.229Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T00:28:45.250Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:28:45.270Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:28:45.292Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:28:50.587Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:28:50.614Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T00:28:50.635Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:28:50.655Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:28:50.697Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:28:55.975Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:28:56.021Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T00:28:56.043Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:28:56.069Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:28:56.072Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:29:01.376Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:29:01.385Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T00:29:01.389Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:29:01.392Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:29:01.396Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:29:06.680Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:29:06.688Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T00:29:06.694Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:29:06.720Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:29:06.746Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:29:12.063Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:29:12.073Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T00:29:12.077Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:29:12.080Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:29:12.083Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:29:17.365Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:29:17.373Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T00:29:17.378Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:29:17.382Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:29:17.386Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:29:22.691Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:29:22.701Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T00:29:22.709Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:29:22.713Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:29:22.722Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:29:28.030Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:29:28.039Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T00:29:28.071Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:29:28.100Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:29:28.130Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:29:33.418Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:29:33.456Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T00:29:33.484Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:29:33.512Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:29:33.516Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:29:38.825Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:29:38.834Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T00:29:38.838Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:29:38.842Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:29:38.845Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:29:44.114Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:29:44.124Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T00:29:44.157Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:29:44.188Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:29:44.221Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:29:49.534Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:29:49.543Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T00:29:49.548Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:29:49.551Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:29:49.555Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:29:54.852Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:29:54.893Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T00:29:54.925Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:29:54.958Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:29:54.962Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:30:00.264Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:30:00.273Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T00:30:00.309Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:30:00.343Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:30:00.378Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:30:05.683Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:30:05.728Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T00:30:05.768Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:30:05.806Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:30:05.811Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:30:11.103Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:30:11.151Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T00:30:11.197Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:30:11.204Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:30:11.207Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-08-05T00:30:16.518Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-08-05T00:30:16.564Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 13438 Stderr: none [2026-08-05T00:30:16.601Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-08-05T00:30:16.637Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-08-05T00:30:16.641Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌