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-07-19T23:28:20.956Z] [INFO] Setting tests timeout to: 480 seconds A user can view subscriptions and manage API keys on the Keys and Subscriptions page [2026-07-19T23:28:20.987Z] [INFO] Starting 480s timeout for: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-07-19T23:28:20.991Z] [INFO] Test title: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-07-19T23:28:21.018Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-07-19T23:28:21.024Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T23:28:21.033Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-07-19T23:28:21.044Z] [INFO] Loading test data [2026-07-19T23:28:21.075Z] [INFO] Loaded project name: test-apikeys-deployment-832553 [2026-07-19T23:28:21.599Z] [INFO] [EXEC] oc whoami [2026-07-19T23:28:21.968Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://ad9efbe84ba364e4ea18b195b565c3c6-74248c383d915480.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-19T23:28:21.976Z] [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-07-19T23:28:22.019Z] [INFO] Deleting API key "test-api-key-832553" from Postgres api_keys table [2026-07-19T23:28:22.274Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-19T23:28:22.517Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-19T23:28:22.731Z] [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-07-19T23:28:22.735Z] [INFO] Deleting API key "test-api-key-832553-2" from Postgres api_keys table [2026-07-19T23:28:22.931Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-19T23:28:23.147Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-19T23:28:23.416Z] [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-07-19T23:28:23.419Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-07-19T23:28:23.631Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-07-19T23:28:23.636Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-apikeys-deployment-832553\" not found","exitCode":1} [2026-07-19T23:28:23.642Z] [INFO] Project 'test-apikeys-deployment-832553' does not exist. [2026-07-19T23:28:23.660Z] [INFO] Creating project test-apikeys-deployment-832553 [2026-07-19T23:28:23.930Z] [INFO] [EXEC] oc new-project test-apikeys-deployment-832553 [2026-07-19T23:28:24.162Z] [INFO] [EXEC] oc label namespace test-apikeys-deployment-832553 opendatahub.io/dashboard=true --overwrite [2026-07-19T23:28:24.176Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-07-19T23:28:24.413Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-07-19T23:28:24.421Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-apikeys-deployment-832553","stderr":"","exitCode":0} [2026-07-19T23:28:24.440Z] [INFO] Project 'test-apikeys-deployment-832553' exists. [2026-07-19T23:28:24.651Z] [INFO] [EXEC] oc whoami [2026-07-19T23:28:24.973Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://ad9efbe84ba364e4ea18b195b565c3c6-74248c383d915480.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-19T23:28:24.991Z] [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-07-19T23:28:25.005Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-07-19T23:28:25.251Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784503705008-9sh5aqfl9.yaml && rm -f /tmp/cypress-yaml-1784503705008-9sh5aqfl9.yaml [2026-07-19T23:28:25.257Z] [INFO] Command exit code: 0 [2026-07-19T23:28:25.262Z] [INFO] Creating LLMInferenceService "test-apikeys-model-832553" in namespace "test-apikeys-deployment-832553" [2026-07-19T23:28:25.308Z] [INFO] Applying LLMInferenceService YAML for "test-apikeys-model-832553" in "test-apikeys-deployment-832553" [2026-07-19T23:28:25.628Z] [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-07-19T23:28:25.864Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:28:25.875Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3227 Stderr: none [2026-07-19T23:28:25.895Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:28:25.922Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-07-19T23:28:25.939Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-19T23:28:31.215Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:28:31.224Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 14242 Stderr: none [2026-07-19T23:28:31.246Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:28:31.262Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:28:31.282Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-19T23:28:36.525Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:28:36.560Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 14293 Stderr: none [2026-07-19T23:28:36.577Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:28:36.594Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:28:36.612Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-19T23:28:41.824Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:28:41.865Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 14293 Stderr: none [2026-07-19T23:28:41.884Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:28:41.902Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:28:41.922Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-19T23:28:47.165Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:28:47.174Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 14293 Stderr: none [2026-07-19T23:28:47.198Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:28:47.218Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:28:47.240Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-19T23:28:52.481Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:28:52.490Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-19T23:28:52.495Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:28:52.524Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:28:52.550Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:28:57.790Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:28:57.820Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-19T23:28:57.843Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:28:57.869Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:28:57.893Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:29:03.320Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:29:03.359Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-19T23:29:03.388Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:29:03.416Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:29:03.420Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:29:08.671Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:29:08.681Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:29:08.686Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:29:08.690Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:29:08.694Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:29:13.930Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:29:13.940Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:29:13.968Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:29:13.992Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:29:14.016Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:29:19.289Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:29:19.300Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:29:19.305Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:29:19.309Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:29:19.313Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:29:24.532Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:29:24.541Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:29:24.568Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:29:24.594Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:29:24.621Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:29:29.888Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:29:29.943Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:29:29.967Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:29:29.993Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:29:29.997Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:29:35.230Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:29:35.241Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:29:35.270Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:29:35.299Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:29:35.327Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:29:40.567Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:29:40.604Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:29:40.631Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:29:40.658Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:29:40.662Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:29:45.914Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:29:45.924Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:29:45.956Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:29:45.986Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:29:46.015Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:29:51.273Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:29:51.337Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:29:51.366Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:29:51.371Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:29:51.374Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:29:56.596Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:29:56.606Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:29:56.640Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:29:56.678Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:29:56.710Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:30:01.929Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:30:01.939Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:30:01.976Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:30:02.011Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:30:02.046Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:30:07.264Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:30:07.274Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:30:07.308Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:30:07.341Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:30:07.374Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:30:12.604Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:30:12.659Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:30:12.705Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:30:12.742Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:30:12.750Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:30:17.984Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:30:18.026Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:30:18.059Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:30:18.092Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:30:18.096Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:30:23.339Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:30:23.350Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:30:23.356Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:30:23.359Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:30:23.363Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:30:28.606Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:30:28.616Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:30:28.621Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:30:28.625Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:30:28.629Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:30:33.857Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:30:33.866Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:30:33.871Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:30:33.875Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:30:33.879Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:30:39.146Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:30:39.155Z] [INFO] Raw command output (attempt 26): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:30:39.170Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:30:39.177Z] [INFO] 🧐 Attempt 26: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:30:39.188Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:30:44.427Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:30:44.437Z] [INFO] Raw command output (attempt 27): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:30:44.443Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:30:44.447Z] [INFO] 🧐 Attempt 27: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:30:44.450Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:30:49.719Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:30:49.729Z] [INFO] Raw command output (attempt 28): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:30:49.735Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:30:49.739Z] [INFO] 🧐 Attempt 28: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:30:49.742Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:30:54.977Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:30:54.986Z] [INFO] Raw command output (attempt 29): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:30:55.029Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:30:55.070Z] [INFO] 🧐 Attempt 29: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:30:55.125Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:31:00.351Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:31:00.405Z] [INFO] Raw command output (attempt 30): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:31:00.445Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:31:00.451Z] [INFO] 🧐 Attempt 30: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:31:00.455Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:31:05.687Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:31:05.777Z] [INFO] Raw command output (attempt 31): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:31:05.783Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:31:05.787Z] [INFO] 🧐 Attempt 31: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:31:05.791Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:31:11.028Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:31:11.038Z] [INFO] Raw command output (attempt 32): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:31:11.086Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:31:11.131Z] [INFO] 🧐 Attempt 32: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:31:11.135Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:31:16.386Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:31:16.478Z] [INFO] Raw command output (attempt 33): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:31:16.484Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:31:16.488Z] [INFO] 🧐 Attempt 33: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:31:16.492Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:31:21.726Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:31:21.737Z] [INFO] Raw command output (attempt 34): Exit code: 0 Stdout length: 12796 Stderr: none [2026-07-19T23:31:21.787Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:31:21.838Z] [INFO] 🧐 Attempt 34: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:31:21.842Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: True Reason: Passed: ✅ [2026-07-19T23:31:21.847Z] [INFO] ✅ LLMInferenceService test-apikeys-model-832553 meets all conditions after 34 attempts [2026-07-19T23:31:21.851Z] [INFO] Creating MaaSModelRef "test-apikeys-model-832553" in namespace "test-apikeys-deployment-832553" [2026-07-19T23:31:21.860Z] [INFO] Applying MaaSModelRef YAML for "test-apikeys-model-832553" in "test-apikeys-deployment-832553" [2026-07-19T23:31:22.141Z] [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" labels: opendatahub.io/dashboard: "true" spec: modelRef: kind: LLMInferenceService name: "test-apikeys-model-832553" EOF [2026-07-19T23:31:22.438Z] [INFO] [EXEC] oc whoami [2026-07-19T23:31:22.830Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://ad9efbe84ba364e4ea18b195b565c3c6-74248c383d915480.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-19T23:31:22.836Z] [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-07-19T23:31:22.887Z] [INFO] Create a MaaS subscription with Authorization Policy that has user access [2026-07-19T23:31:22.939Z] [INFO] Creating MaaSSubscription "test-apikeys-sub-832553 through yaml" [2026-07-19T23:31:23.088Z] [INFO] Applying MaaSSubscription YAML for "test-apikeys-sub-832553" [2026-07-19T23:31:23.360Z] [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-07-19T23:31:23.365Z] [INFO] Checking MaaSSubscription exists: test-apikeys-sub-832553 in namespace models-as-a-service [2026-07-19T23:31:23.620Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-19T23:31:23.726Z] [INFO] ⏳ MaaSSubscription test-apikeys-sub-832553 in namespace models-as-a-service: phase: expected Active, got Unknown, retrying in 5s (attempt 1/6) [2026-07-19T23:31:28.999Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-19T23:31:29.060Z] [INFO] ⏳ MaaSSubscription test-apikeys-sub-832553 in namespace models-as-a-service: phase: expected Active, got Unknown, retrying in 5s (attempt 2/6) [2026-07-19T23:31:34.346Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-19T23:31:34.404Z] [INFO] ⏳ MaaSSubscription test-apikeys-sub-832553 in namespace models-as-a-service: phase: expected Active, got Unknown, retrying in 5s (attempt 3/6) [2026-07-19T23:31:39.731Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-19T23:31:39.740Z] [INFO] ⏳ MaaSSubscription test-apikeys-sub-832553 in namespace models-as-a-service: phase: expected Active, got Unknown, retrying in 5s (attempt 4/6) [2026-07-19T23:31:44.986Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-19T23:31:45.086Z] [INFO] ⏳ MaaSSubscription test-apikeys-sub-832553 in namespace models-as-a-service: phase: expected Active, got Unknown, retrying in 5s (attempt 5/6) [2026-07-19T23:31:50.332Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-19T23:31:51.126Z] [INFO] Starting 480s timeout for: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-07-19T23:31:51.130Z] [INFO] Test title: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-07-19T23:31:51.134Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-07-19T23:31:51.138Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-19T23:31:51.143Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-07-19T23:31:51.151Z] [INFO] Loading test data [2026-07-19T23:31:51.171Z] [INFO] Loaded project name: test-apikeys-deployment-832553 [2026-07-19T23:31:51.372Z] [INFO] [EXEC] oc whoami [2026-07-19T23:31:51.728Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://ad9efbe84ba364e4ea18b195b565c3c6-74248c383d915480.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-19T23:31:51.734Z] [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-07-19T23:31:51.737Z] [INFO] Deleting API key "test-api-key-832553" from Postgres api_keys table [2026-07-19T23:31:51.960Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-19T23:31:52.185Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-19T23:31:52.407Z] [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-07-19T23:31:52.411Z] [INFO] Deleting API key "test-api-key-832553-2" from Postgres api_keys table [2026-07-19T23:31:52.636Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-19T23:31:52.859Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-19T23:31:53.099Z] [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-07-19T23:31:53.102Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-07-19T23:31:53.327Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-07-19T23:31:53.333Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-apikeys-deployment-832553","stderr":"","exitCode":0} [2026-07-19T23:31:53.339Z] [INFO] Project 'test-apikeys-deployment-832553' exists. [2026-07-19T23:31:53.348Z] [INFO] Project test-apikeys-deployment-832553 already exists. Deleting it. [2026-07-19T23:32:41.998Z] [INFO] [EXEC] oc delete project test-apikeys-deployment-832553 --wait [2026-07-19T23:32:42.008Z] [INFO] Waiting for project test-apikeys-deployment-832553 to be fully deleted... [2026-07-19T23:32:42.014Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-07-19T23:32:42.256Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-07-19T23:32:42.263Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-apikeys-deployment-832553\" not found","exitCode":1} [2026-07-19T23:32:42.269Z] [INFO] Project 'test-apikeys-deployment-832553' does not exist. [2026-07-19T23:32:42.281Z] [INFO] Creating project test-apikeys-deployment-832553 [2026-07-19T23:32:42.583Z] [INFO] [EXEC] oc new-project test-apikeys-deployment-832553 [2026-07-19T23:32:42.824Z] [INFO] [EXEC] oc label namespace test-apikeys-deployment-832553 opendatahub.io/dashboard=true --overwrite [2026-07-19T23:32:42.831Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-07-19T23:32:43.069Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-07-19T23:32:43.075Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-apikeys-deployment-832553","stderr":"","exitCode":0} [2026-07-19T23:32:43.081Z] [INFO] Project 'test-apikeys-deployment-832553' exists. [2026-07-19T23:32:43.300Z] [INFO] [EXEC] oc whoami [2026-07-19T23:32:43.668Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://ad9efbe84ba364e4ea18b195b565c3c6-74248c383d915480.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-19T23:32:43.674Z] [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-07-19T23:32:43.677Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-07-19T23:32:43.938Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784503963678-fugcmx1am.yaml && rm -f /tmp/cypress-yaml-1784503963678-fugcmx1am.yaml [2026-07-19T23:32:43.944Z] [INFO] Command exit code: 0 [2026-07-19T23:32:43.950Z] [INFO] Creating LLMInferenceService "test-apikeys-model-832553" in namespace "test-apikeys-deployment-832553" [2026-07-19T23:32:43.957Z] [INFO] Applying LLMInferenceService YAML for "test-apikeys-model-832553" in "test-apikeys-deployment-832553" [2026-07-19T23:32:44.245Z] [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-07-19T23:32:44.477Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:32:44.486Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3227 Stderr: none [2026-07-19T23:32:44.491Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:32:44.494Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-07-19T23:32:44.498Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-19T23:32:49.736Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:32:49.747Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 3227 Stderr: none [2026-07-19T23:32:49.752Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:32:49.755Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-07-19T23:32:49.759Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-19T23:32:54.992Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:32:55.002Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 3227 Stderr: none [2026-07-19T23:32:55.007Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:32:55.011Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-07-19T23:32:55.014Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-19T23:33:00.272Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:33:00.283Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 14242 Stderr: none [2026-07-19T23:33:00.288Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:33:00.292Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:33:00.295Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-19T23:33:05.546Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:33:05.556Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 14242 Stderr: none [2026-07-19T23:33:05.561Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:33:05.564Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:33:05.568Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-19T23:33:10.821Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:33:10.831Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 14293 Stderr: none [2026-07-19T23:33:10.837Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:33:10.840Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:33:10.844Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-19T23:33:16.096Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:33:16.108Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 14293 Stderr: none [2026-07-19T23:33:16.113Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:33:16.116Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:33:16.120Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-19T23:33:21.367Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:33:21.377Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-19T23:33:21.381Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:33:21.385Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:33:21.389Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:33:26.641Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:33:26.651Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-19T23:33:26.656Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:33:26.659Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:33:26.663Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:33:31.911Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:33:31.922Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-19T23:33:31.927Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:33:31.931Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:33:31.935Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:33:37.183Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:33:37.193Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:33:37.198Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:33:37.202Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:33:37.206Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:33:42.461Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:33:42.472Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:33:42.477Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:33:42.480Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:33:42.485Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:33:47.732Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:33:47.743Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:33:47.748Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:33:47.752Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:33:47.756Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:33:53.070Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:33:53.079Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:33:53.084Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:33:53.089Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:33:53.093Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:33:58.355Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:33:58.363Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:33:58.369Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:33:58.375Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:33:58.389Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:34:03.639Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:34:03.649Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:34:03.654Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:34:03.658Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:34:03.662Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:34:08.928Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:34:08.939Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:34:08.945Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:34:08.949Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:34:08.953Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:34:14.210Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:34:14.220Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:34:14.226Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:34:14.230Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:34:14.234Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:34:19.513Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:34:19.523Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:34:19.528Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:34:19.532Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:34:19.536Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:34:24.787Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:34:24.797Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:34:24.811Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:34:24.818Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:34:24.823Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:34:30.088Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:34:30.100Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:34:30.107Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:34:30.113Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:34:30.118Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:34:35.376Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:34:35.386Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:34:35.404Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:34:35.413Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:34:35.420Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:34:40.685Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:34:40.696Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:34:40.702Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:34:40.706Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:34:40.711Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:34:46.043Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:34:46.054Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:34:46.060Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:34:46.066Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:34:46.071Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:34:51.326Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:34:51.337Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:34:51.438Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:34:51.444Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:34:51.449Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:34:56.703Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:34:56.712Z] [INFO] Raw command output (attempt 26): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:34:56.733Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:34:56.740Z] [INFO] 🧐 Attempt 26: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:34:56.748Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-19T23:35:02.009Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-19T23:35:02.019Z] [INFO] Raw command output (attempt 27): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-19T23:35:02.025Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-19T23:35:02.046Z] [INFO] 🧐 Attempt 27: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-19T23:35:02.054Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌