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-20T07:28:01.552Z] [INFO] Setting tests timeout to: 480 seconds A user can view subscriptions and manage API keys on the Keys and Subscriptions page [2026-07-20T07:28:01.573Z] [INFO] Starting 480s timeout for: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-07-20T07:28:01.578Z] [INFO] Test title: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-07-20T07:28:01.594Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-07-20T07:28:01.604Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T07:28:01.608Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-07-20T07:28:01.626Z] [INFO] Loading test data [2026-07-20T07:28:01.652Z] [INFO] Loaded project name: test-apikeys-deployment-832553 [2026-07-20T07:28:02.120Z] [INFO] [EXEC] oc whoami [2026-07-20T07:28:02.653Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a9320a7aabaa54ed7a7b8ae93bb00db5-54b895203a8966d6.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T07:28:02.660Z] [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-20T07:28:02.664Z] [INFO] Deleting API key "test-api-key-832553" from Postgres api_keys table [2026-07-20T07:28:02.899Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-20T07:28:03.129Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-20T07:28:03.349Z] [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-20T07:28:03.352Z] [INFO] Deleting API key "test-api-key-832553-2" from Postgres api_keys table [2026-07-20T07:28:03.554Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-20T07:28:03.772Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-20T07:28:04.023Z] [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-20T07:28:04.027Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-07-20T07:28:04.251Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-07-20T07:28:04.258Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-apikeys-deployment-832553\" not found","exitCode":1} [2026-07-20T07:28:04.272Z] [INFO] Project 'test-apikeys-deployment-832553' does not exist. [2026-07-20T07:28:04.290Z] [INFO] Creating project test-apikeys-deployment-832553 [2026-07-20T07:28:04.541Z] [INFO] [EXEC] oc new-project test-apikeys-deployment-832553 [2026-07-20T07:28:04.761Z] [INFO] [EXEC] oc label namespace test-apikeys-deployment-832553 opendatahub.io/dashboard=true --overwrite [2026-07-20T07:28:04.776Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-07-20T07:28:05.012Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-07-20T07:28:05.026Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-apikeys-deployment-832553","stderr":"","exitCode":0} [2026-07-20T07:28:05.043Z] [INFO] Project 'test-apikeys-deployment-832553' exists. [2026-07-20T07:28:05.240Z] [INFO] [EXEC] oc whoami [2026-07-20T07:28:05.598Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a9320a7aabaa54ed7a7b8ae93bb00db5-54b895203a8966d6.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T07:28:05.604Z] [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-20T07:28:05.607Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-07-20T07:28:05.863Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784532485623-w1i3cu37d.yaml && rm -f /tmp/cypress-yaml-1784532485623-w1i3cu37d.yaml [2026-07-20T07:28:05.890Z] [INFO] Command exit code: 0 [2026-07-20T07:28:05.895Z] [INFO] Creating LLMInferenceService "test-apikeys-model-832553" in namespace "test-apikeys-deployment-832553" [2026-07-20T07:28:05.930Z] [INFO] Applying LLMInferenceService YAML for "test-apikeys-model-832553" in "test-apikeys-deployment-832553" [2026-07-20T07:28:06.237Z] [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-20T07:28:06.449Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:28:06.460Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3227 Stderr: none [2026-07-20T07:28:06.482Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:28:06.499Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-07-20T07:28:06.518Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-20T07:28:11.755Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:28:11.777Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 3227 Stderr: none [2026-07-20T07:28:11.793Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:28:11.809Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-07-20T07:28:11.812Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-20T07:28:17.052Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:28:17.061Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 3227 Stderr: none [2026-07-20T07:28:17.081Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:28:17.102Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-07-20T07:28:17.122Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-20T07:28:22.385Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:28:22.393Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 14242 Stderr: none [2026-07-20T07:28:22.398Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:28:22.402Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:28:22.405Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T07:28:27.648Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:28:27.658Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-20T07:28:27.680Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:28:27.699Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:28:27.721Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:28:32.992Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:28:33.037Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-20T07:28:33.059Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:28:33.083Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:28:33.087Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:28:38.332Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:28:38.342Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-20T07:28:38.367Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:28:38.388Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:28:38.417Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:28:43.683Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:28:43.692Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-20T07:28:43.718Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:28:43.740Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:28:43.764Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:28:49.122Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:28:49.131Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-20T07:28:49.135Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:28:49.139Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:28:49.142Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:28:54.388Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:28:54.416Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-20T07:28:54.437Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:28:54.458Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:28:54.479Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:28:59.713Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:28:59.722Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:28:59.726Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:28:59.751Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:28:59.775Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:29:05.032Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:29:05.043Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:29:05.070Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:29:05.098Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:29:05.123Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:29:10.382Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:29:10.391Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:29:10.419Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:29:10.442Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:29:10.469Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:29:15.735Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:29:15.780Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:29:15.820Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:29:15.848Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:29:15.856Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:29:21.098Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:29:21.106Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:29:21.111Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:29:21.139Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:29:21.167Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:29:26.440Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:29:26.500Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:29:26.528Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:29:26.532Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:29:26.536Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:29:31.790Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:29:31.799Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:29:31.805Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:29:31.809Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:29:31.813Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:29:37.042Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:29:37.100Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:29:37.127Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:29:37.131Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:29:37.134Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:29:42.400Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:29:42.409Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:29:42.449Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:29:42.484Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:29:42.517Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:29:47.780Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:29:47.791Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:29:47.824Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:29:47.859Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:29:47.897Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:29:53.152Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:29:53.190Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:29:53.224Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:29:53.259Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:29:53.263Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:29:58.512Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:29:58.521Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:29:58.555Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:29:58.588Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:29:58.621Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:30:03.862Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:30:03.871Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:30:03.909Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:30:03.943Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:30:03.987Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:30:09.223Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:30:09.234Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:30:09.239Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:30:09.242Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:30:09.246Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:30:14.485Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:30:14.525Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:30:14.560Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:30:14.594Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:30:14.598Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:30:19.866Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:30:19.875Z] [INFO] Raw command output (attempt 26): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:30:19.881Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:30:19.884Z] [INFO] 🧐 Attempt 26: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:30:19.888Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:30:25.124Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:30:25.221Z] [INFO] Raw command output (attempt 27): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:30:25.233Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:30:25.245Z] [INFO] 🧐 Attempt 27: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:30:25.253Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:30:30.512Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:30:30.521Z] [INFO] Raw command output (attempt 28): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:30:30.562Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:30:30.602Z] [INFO] 🧐 Attempt 28: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:30:30.643Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:30:35.892Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:30:35.902Z] [INFO] Raw command output (attempt 29): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:30:35.906Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:30:35.911Z] [INFO] 🧐 Attempt 29: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:30:35.914Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:30:41.198Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:30:41.207Z] [INFO] Raw command output (attempt 30): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:30:41.212Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:30:41.216Z] [INFO] 🧐 Attempt 30: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:30:41.219Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:30:46.470Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:30:46.554Z] [INFO] Raw command output (attempt 31): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:30:46.560Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:30:46.564Z] [INFO] 🧐 Attempt 31: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:30:46.568Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:30:51.843Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:30:51.852Z] [INFO] Raw command output (attempt 32): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:30:51.857Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:30:51.861Z] [INFO] 🧐 Attempt 32: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:30:51.865Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:30:57.171Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:30:57.179Z] [INFO] Raw command output (attempt 33): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:30:57.186Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:30:57.189Z] [INFO] 🧐 Attempt 33: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:30:57.193Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:31:02.464Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:31:02.474Z] [INFO] Raw command output (attempt 34): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:31:02.479Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:31:02.484Z] [INFO] 🧐 Attempt 34: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:31:02.488Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:31:07.735Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:31:07.786Z] [INFO] Raw command output (attempt 35): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:31:07.832Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:31:07.838Z] [INFO] 🧐 Attempt 35: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:31:07.842Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:31:13.096Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:31:13.105Z] [INFO] Raw command output (attempt 36): Exit code: 0 Stdout length: 12796 Stderr: none [2026-07-20T07:31:13.156Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:31:13.208Z] [INFO] 🧐 Attempt 36: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:31:13.258Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: True Reason: Passed: ✅ [2026-07-20T07:31:13.263Z] [INFO] ✅ LLMInferenceService test-apikeys-model-832553 meets all conditions after 36 attempts [2026-07-20T07:31:13.269Z] [INFO] Creating MaaSModelRef "test-apikeys-model-832553" in namespace "test-apikeys-deployment-832553" [2026-07-20T07:31:13.278Z] [INFO] Applying MaaSModelRef YAML for "test-apikeys-model-832553" in "test-apikeys-deployment-832553" [2026-07-20T07:31:13.525Z] [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-20T07:31:13.802Z] [INFO] [EXEC] oc whoami [2026-07-20T07:31:14.368Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a9320a7aabaa54ed7a7b8ae93bb00db5-54b895203a8966d6.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T07:31:14.423Z] [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-20T07:31:14.474Z] [INFO] Create a MaaS subscription with Authorization Policy that has user access [2026-07-20T07:31:14.525Z] [INFO] Creating MaaSSubscription "test-apikeys-sub-832553 through yaml" [2026-07-20T07:31:14.683Z] [INFO] Applying MaaSSubscription YAML for "test-apikeys-sub-832553" [2026-07-20T07:31:14.940Z] [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-20T07:31:14.993Z] [INFO] Checking MaaSSubscription exists: test-apikeys-sub-832553 in namespace models-as-a-service [2026-07-20T07:31:15.278Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:31:15.342Z] [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-20T07:31:20.634Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:31:20.644Z] [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-20T07:31:25.953Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:31:25.962Z] [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-20T07:31:31.255Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:31:31.265Z] [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-20T07:31:36.572Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:31:36.581Z] [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-20T07:31:41.896Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:31:42.399Z] [INFO] Starting 480s timeout for: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-07-20T07:31:42.407Z] [INFO] Test title: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-07-20T07:31:42.416Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-07-20T07:31:42.428Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T07:31:42.432Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-07-20T07:31:42.441Z] [INFO] Loading test data [2026-07-20T07:31:42.462Z] [INFO] Loaded project name: test-apikeys-deployment-832553 [2026-07-20T07:31:42.678Z] [INFO] [EXEC] oc whoami [2026-07-20T07:31:43.111Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a9320a7aabaa54ed7a7b8ae93bb00db5-54b895203a8966d6.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T07:31:43.117Z] [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-20T07:31:43.121Z] [INFO] Deleting API key "test-api-key-832553" from Postgres api_keys table [2026-07-20T07:31:43.353Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-20T07:31:43.587Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-20T07:31:43.829Z] [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-20T07:31:43.833Z] [INFO] Deleting API key "test-api-key-832553-2" from Postgres api_keys table [2026-07-20T07:31:44.071Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-20T07:31:44.306Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-20T07:31:44.547Z] [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-20T07:31:44.550Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-07-20T07:31:44.787Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-07-20T07:31:44.792Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-apikeys-deployment-832553","stderr":"","exitCode":0} [2026-07-20T07:31:44.799Z] [INFO] Project 'test-apikeys-deployment-832553' exists. [2026-07-20T07:31:44.808Z] [INFO] Project test-apikeys-deployment-832553 already exists. Deleting it. [2026-07-20T07:32:33.819Z] [INFO] [EXEC] oc delete project test-apikeys-deployment-832553 --wait [2026-07-20T07:32:33.830Z] [INFO] Waiting for project test-apikeys-deployment-832553 to be fully deleted... [2026-07-20T07:32:33.835Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-07-20T07:32:34.117Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-07-20T07:32:34.122Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-apikeys-deployment-832553\" not found","exitCode":1} [2026-07-20T07:32:34.130Z] [INFO] Project 'test-apikeys-deployment-832553' does not exist. [2026-07-20T07:32:34.144Z] [INFO] Creating project test-apikeys-deployment-832553 [2026-07-20T07:32:34.492Z] [INFO] [EXEC] oc new-project test-apikeys-deployment-832553 [2026-07-20T07:32:34.752Z] [INFO] [EXEC] oc label namespace test-apikeys-deployment-832553 opendatahub.io/dashboard=true --overwrite [2026-07-20T07:32:34.758Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-07-20T07:32:35.012Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-07-20T07:32:35.018Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-apikeys-deployment-832553","stderr":"","exitCode":0} [2026-07-20T07:32:35.024Z] [INFO] Project 'test-apikeys-deployment-832553' exists. [2026-07-20T07:32:35.285Z] [INFO] [EXEC] oc whoami [2026-07-20T07:32:35.659Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a9320a7aabaa54ed7a7b8ae93bb00db5-54b895203a8966d6.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T07:32:35.664Z] [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-20T07:32:35.668Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-07-20T07:32:35.932Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784532755669-x0gc6nibx.yaml && rm -f /tmp/cypress-yaml-1784532755669-x0gc6nibx.yaml [2026-07-20T07:32:35.938Z] [INFO] Command exit code: 0 [2026-07-20T07:32:35.943Z] [INFO] Creating LLMInferenceService "test-apikeys-model-832553" in namespace "test-apikeys-deployment-832553" [2026-07-20T07:32:35.951Z] [INFO] Applying LLMInferenceService YAML for "test-apikeys-model-832553" in "test-apikeys-deployment-832553" [2026-07-20T07:32:36.335Z] [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-20T07:32:36.585Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:32:36.595Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3227 Stderr: none [2026-07-20T07:32:36.599Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:32:36.604Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-07-20T07:32:36.607Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-20T07:32:41.856Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:32:41.866Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 3227 Stderr: none [2026-07-20T07:32:41.873Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:32:41.878Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-07-20T07:32:41.882Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-20T07:32:47.148Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:32:47.157Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 14242 Stderr: none [2026-07-20T07:32:47.162Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:32:47.166Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:32:47.169Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T07:32:52.425Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:32:52.435Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 14242 Stderr: none [2026-07-20T07:32:52.440Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:32:52.443Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:32:52.447Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T07:32:57.720Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:32:57.730Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 14242 Stderr: none [2026-07-20T07:32:57.735Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:32:57.738Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:32:57.742Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T07:33:02.993Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:33:03.003Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-20T07:33:03.008Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:33:03.011Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:33:03.015Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:33:08.277Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:33:08.287Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-20T07:33:08.292Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:33:08.296Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:33:08.300Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:33:13.553Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:33:13.563Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-20T07:33:13.567Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:33:13.571Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:33:13.575Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:33:18.834Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:33:18.844Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:33:18.849Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:33:18.852Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:33:18.857Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:33:24.111Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:33:24.121Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:33:24.127Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:33:24.131Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:33:24.135Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:33:29.395Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:33:29.405Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:33:29.410Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:33:29.413Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:33:29.417Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:33:34.676Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:33:34.685Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:33:34.690Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:33:34.694Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:33:34.699Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:33:39.962Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:33:39.973Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:33:39.978Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:33:39.984Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:33:39.987Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:33:45.253Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:33:45.264Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:33:45.269Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:33:45.274Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:33:45.278Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:33:50.547Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:33:50.558Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:33:50.562Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:33:50.567Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:33:50.571Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:33:55.819Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:33:55.830Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:33:55.837Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:33:55.841Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:33:55.845Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:34:01.104Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:34:01.114Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:34:01.119Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:34:01.124Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:34:01.128Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:34:06.379Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:34:06.390Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:34:06.395Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:34:06.399Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:34:06.403Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:34:11.665Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:34:11.675Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:34:11.681Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:34:11.687Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:34:11.692Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:34:16.969Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:34:16.979Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:34:16.984Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:34:16.988Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:34:16.992Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:34:22.250Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:34:22.261Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:34:22.267Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:34:22.271Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:34:22.275Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:34:27.541Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:34:27.550Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:34:27.556Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:34:27.561Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:34:27.565Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:34:32.827Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:34:32.838Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:34:32.845Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:34:32.849Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:34:32.853Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:34:38.114Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:34:38.124Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:34:38.132Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:34:38.138Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:34:38.143Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:34:43.406Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:34:43.416Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:34:43.423Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:34:43.429Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:34:43.435Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:34:48.694Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:34:48.703Z] [INFO] Raw command output (attempt 26): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:34:48.720Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:34:48.727Z] [INFO] 🧐 Attempt 26: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:34:48.748Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:34:54.013Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:34:54.024Z] [INFO] Raw command output (attempt 27): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:34:54.030Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:34:54.035Z] [INFO] 🧐 Attempt 27: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:34:54.039Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:34:59.300Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:34:59.310Z] [INFO] Raw command output (attempt 28): Exit code: 0 Stdout length: 12796 Stderr: none [2026-07-20T07:34:59.317Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:34:59.322Z] [INFO] 🧐 Attempt 28: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:34:59.327Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: True Reason: Passed: ✅ [2026-07-20T07:34:59.331Z] [INFO] ✅ LLMInferenceService test-apikeys-model-832553 meets all conditions after 28 attempts [2026-07-20T07:34:59.337Z] [INFO] Creating MaaSModelRef "test-apikeys-model-832553" in namespace "test-apikeys-deployment-832553" [2026-07-20T07:34:59.345Z] [INFO] Applying MaaSModelRef YAML for "test-apikeys-model-832553" in "test-apikeys-deployment-832553" [2026-07-20T07:34:59.708Z] [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-20T07:34:59.945Z] [INFO] [EXEC] oc whoami [2026-07-20T07:35:00.349Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a9320a7aabaa54ed7a7b8ae93bb00db5-54b895203a8966d6.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T07:35:00.357Z] [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-20T07:35:00.362Z] [INFO] Create a MaaS subscription with Authorization Policy that has user access [2026-07-20T07:35:00.367Z] [INFO] Creating MaaSSubscription "test-apikeys-sub-832553 through yaml" [2026-07-20T07:35:00.375Z] [INFO] Applying MaaSSubscription YAML for "test-apikeys-sub-832553" [2026-07-20T07:35:01.224Z] [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-20T07:35:01.230Z] [INFO] Checking MaaSSubscription exists: test-apikeys-sub-832553 in namespace models-as-a-service [2026-07-20T07:35:01.494Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:35:01.505Z] [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-20T07:35:06.796Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:35:06.806Z] [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-20T07:35:12.065Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:35:12.075Z] [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-20T07:35:17.339Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:35:17.362Z] [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-20T07:35:22.637Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:35:22.648Z] [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-20T07:35:27.905Z] [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-07-20T07:35:28.363Z] [INFO] [EXEC] oc whoami [2026-07-20T07:35:28.812Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://a9320a7aabaa54ed7a7b8ae93bb00db5-54b895203a8966d6.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T07:35:28.829Z] [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-20T07:35:28.834Z] [INFO] Cleaning up Subscription: test-apikeys-sub-832553 [2026-07-20T07:35:28.839Z] [INFO] Executing delete subscription command: oc delete MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service [2026-07-20T07:35:29.090Z] [INFO] [EXEC] oc delete MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service [2026-07-20T07:35:29.096Z] [INFO] Executing delete auth policy command: oc delete MaaSAuthPolicy test-apikeys-policy-832553 -n models-as-a-service [2026-07-20T07:35:29.362Z] [INFO] [EXEC] oc delete MaaSAuthPolicy test-apikeys-policy-832553 -n models-as-a-service [2026-07-20T07:36:18.641Z] [INFO] [EXEC] oc delete project test-apikeys-deployment-832553 --wait --ignore-not-found [2026-07-20T07:36:18.646Z] [INFO] Deleting API key "test-api-key-832553" from Postgres api_keys table [2026-07-20T07:36:18.920Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-20T07:36:19.271Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-20T07:36:19.528Z] [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-20T07:36:19.533Z] [INFO] Deleting API key "test-api-key-832553-2" from Postgres api_keys table [2026-07-20T07:36:19.807Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-20T07:36:20.126Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-20T07:36:20.383Z] [INFO] [EXEC] oc exec -n redhat-ods-applications deployment/postgres -- psql -U "" -d "" -c "DELETE FROM api_keys WHERE name = 'test-api-key-832553-2';" 0 passing (8m) 1 failing 1) A user can view subscriptions and manage API keys on the Keys and Subscriptions page "before each" hook: retryableBeforeEach for "Verify subscriptions tab, API keys, filtering, and revoke all keys for a user": Error: MaaSSubscription test-apikeys-sub-832553 in namespace models-as-a-service did not meet expected state. phase: expected Active, got Unknown Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `A user can view subscriptio...` at Context.eval (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/maas.ts:466: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, 19 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-07-20T07:36:23.373Z] [INFO] Setting tests timeout to: 480 seconds An admin can manage MaaS authorization policies and control model access via group membership [2026-07-20T07:36:23.401Z] [INFO] Starting 480s timeout for: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-20T07:36:23.404Z] [INFO] Test title: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-20T07:36:23.411Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-07-20T07:36:23.416Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T07:36:23.420Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-07-20T07:36:23.429Z] [INFO] Loading test data [2026-07-20T07:36:23.449Z] [INFO] Loaded project name: test-maas-policies-deployment-990349 [2026-07-20T07:36:23.453Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:36:23.709Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:36:23.715Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-maas-policies-deployment-990349\" not found","exitCode":1} [2026-07-20T07:36:23.720Z] [INFO] Project 'test-maas-policies-deployment-990349' does not exist. [2026-07-20T07:36:23.729Z] [INFO] Creating project test-maas-policies-deployment-990349 [2026-07-20T07:36:24.048Z] [INFO] [EXEC] oc new-project test-maas-policies-deployment-990349 [2026-07-20T07:36:24.328Z] [INFO] [EXEC] oc label namespace test-maas-policies-deployment-990349 opendatahub.io/dashboard=true --overwrite [2026-07-20T07:36:24.335Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:36:24.605Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:36:24.610Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-20T07:36:24.618Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-20T07:36:24.625Z] [INFO] Wait for test-maas-policies-deployment-990349, then grant regularuser1 namespace admin. [2026-07-20T07:36:24.628Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:36:24.889Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:36:24.895Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-20T07:36:24.900Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-20T07:36:25.178Z] [INFO] [EXEC] oc adm policy add-role-to-user admin *** -n test-maas-policies-deployment-990349 [2026-07-20T07:36:25.188Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-07-20T07:36:25.467Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784532985193-flx0py95e.yaml && rm -f /tmp/cypress-yaml-1784532985193-flx0py95e.yaml [2026-07-20T07:36:25.472Z] [INFO] Command exit code: 0 [2026-07-20T07:36:25.475Z] [INFO] Creating LLMInferenceService "test-maas-policies-model-990349" in namespace "test-maas-policies-deployment-990349" [2026-07-20T07:36:25.482Z] [INFO] Applying LLMInferenceService YAML for "test-maas-policies-model-990349" in "test-maas-policies-deployment-990349" [2026-07-20T07:36:25.841Z] [INFO] [EXEC] cat <<'EOF' | oc apply -f - apiVersion: serving.kserve.io/v1alpha1 kind: LLMInferenceService metadata: name: "test-maas-policies-model-990349" namespace: "test-maas-policies-deployment-990349" annotations: openshift.io/display-name: "test-maas-policies-model-990349" opendatahub.io/model-type: generative opendatahub.io/connections: test-maas-policies-model-990349-connection opendatahub.io/hardware-profile-name: default-profile opendatahub.io/hardware-profile-namespace: redhat-ods-applications opendatahub.io/hardware-profile-resource-version: "59004239" labels: opendatahub.io/dashboard: "true" spec: model: uri: "" name: "test-maas-policies-model-990349" router: scheduler: {} route: {} gateway: refs: - name: maas-default-gateway namespace: openshift-ingress template: containers: - name: main image: quay.io/pierdipi/vllm-cpu:latest resources: requests: cpu: "1" memory: 8Gi limits: cpu: "1" memory: 8Gi replicas: 1 EOF [2026-07-20T07:36:26.105Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:36:26.114Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3287 Stderr: none [2026-07-20T07:36:26.117Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:36:26.120Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-20T07:36:26.123Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-20T07:36:31.403Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:36:31.425Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 3287 Stderr: none [2026-07-20T07:36:31.442Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:36:31.458Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-20T07:36:31.475Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-20T07:36:36.778Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:36:36.787Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 3287 Stderr: none [2026-07-20T07:36:36.792Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:36:36.810Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-20T07:36:36.828Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-20T07:36:42.168Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:36:42.201Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 14530 Stderr: none [2026-07-20T07:36:42.220Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:36:42.237Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:36:42.255Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T07:36:47.576Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:36:47.615Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 14530 Stderr: none [2026-07-20T07:36:47.633Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:36:47.652Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:36:47.673Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T07:36:52.956Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:36:52.993Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 14605 Stderr: none [2026-07-20T07:36:53.010Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:36:53.027Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:36:53.050Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T07:36:58.351Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:36:58.361Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 14605 Stderr: none [2026-07-20T07:36:58.366Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:36:58.369Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:36:58.372Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T07:37:03.655Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:37:03.681Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 14605 Stderr: none [2026-07-20T07:37:03.702Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:37:03.723Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:37:03.756Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T07:37:09.062Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:37:09.072Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 14605 Stderr: none [2026-07-20T07:37:09.098Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:37:09.120Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:37:09.145Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T07:37:14.484Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:37:14.493Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 14605 Stderr: none [2026-07-20T07:37:14.498Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:37:14.501Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:37:14.505Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T07:37:19.790Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:37:19.854Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:37:19.893Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:37:19.897Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:37:19.903Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:37:25.203Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:37:25.263Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:37:25.292Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:37:25.331Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:37:25.341Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:37:30.647Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:37:30.656Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:37:30.686Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:37:30.716Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:37:30.755Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:37:36.045Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:37:36.055Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:37:36.081Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:37:36.108Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:37:36.142Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:37:41.482Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:37:41.491Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:37:41.496Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:37:41.499Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:37:41.502Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:37:46.783Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:37:46.822Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:37:46.850Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:37:46.879Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:37:46.884Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:37:52.197Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:37:52.207Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:37:52.238Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:37:52.268Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:37:52.304Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:37:57.611Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:37:57.621Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:37:57.655Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:37:57.686Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:37:57.737Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:38:03.040Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:38:03.108Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:38:03.153Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:38:03.158Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:38:03.167Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:38:08.468Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:38:08.508Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:38:08.542Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:38:08.598Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:38:08.609Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:38:13.922Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:38:13.931Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:38:13.935Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:38:13.939Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:38:13.943Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:38:19.231Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:38:19.239Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:38:19.244Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:38:19.248Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:38:19.251Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:38:24.536Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:38:24.546Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:38:24.551Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:38:24.555Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:38:24.558Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:38:29.851Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:38:29.895Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:38:29.945Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:38:29.951Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:38:29.959Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:38:35.306Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:38:35.315Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:38:35.321Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:38:35.375Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:38:35.441Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:38:40.817Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:38:40.825Z] [INFO] Raw command output (attempt 26): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:38:40.831Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:38:40.835Z] [INFO] 🧐 Attempt 26: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:38:40.838Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:38:46.127Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:38:46.137Z] [INFO] Raw command output (attempt 27): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:38:46.180Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:38:46.244Z] [INFO] 🧐 Attempt 27: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:38:46.253Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:38:51.544Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:38:51.554Z] [INFO] Raw command output (attempt 28): Exit code: 0 Stdout length: 13036 Stderr: none [2026-07-20T07:38:51.598Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:38:51.670Z] [INFO] 🧐 Attempt 28: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:38:51.679Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: True Reason: Passed: ✅ [2026-07-20T07:38:51.684Z] [INFO] ✅ LLMInferenceService test-maas-policies-model-990349 meets all conditions after 28 attempts [2026-07-20T07:38:51.689Z] [INFO] Creating MaaSModelRef "test-maas-policies-model-990349" in namespace "test-maas-policies-deployment-990349" [2026-07-20T07:38:51.698Z] [INFO] Applying MaaSModelRef YAML for "test-maas-policies-model-990349" in "test-maas-policies-deployment-990349" [2026-07-20T07:38:51.986Z] [INFO] [EXEC] cat <<'EOF' | oc apply -f - apiVersion: maas.opendatahub.io/v1alpha1 kind: MaaSModelRef metadata: name: "test-maas-policies-model-990349" namespace: "test-maas-policies-deployment-990349" annotations: openshift.io/display-name: "test-maas-policies-model-990349" labels: opendatahub.io/dashboard: "true" spec: modelRef: kind: LLMInferenceService name: "test-maas-policies-model-990349" EOF [2026-07-20T07:38:52.091Z] [INFO] [STEP 1] Log into the application as admin [2026-07-20T07:38:52.210Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/ [2026-07-20T07:38:53.518Z] [INFO] [STEP 2] Create new Authorization Policy [2026-07-20T07:38:53.718Z] [INFO] Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/maas/auth-policies [2026-07-20T07:39:04.955Z] [INFO] Starting 480s timeout for: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-20T07:39:04.959Z] [INFO] Test title: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-20T07:39:04.962Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-07-20T07:39:04.967Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T07:39:04.970Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-07-20T07:39:04.978Z] [INFO] Loading test data [2026-07-20T07:39:04.987Z] [INFO] Loaded project name: test-maas-policies-deployment-990349 [2026-07-20T07:39:04.991Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:39:05.276Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:39:05.283Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-20T07:39:05.290Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-20T07:39:05.297Z] [INFO] Project test-maas-policies-deployment-990349 already exists. Deleting it. [2026-07-20T07:39:55.839Z] [INFO] [EXEC] oc delete project test-maas-policies-deployment-990349 --wait [2026-07-20T07:39:55.853Z] [INFO] Waiting for project test-maas-policies-deployment-990349 to be fully deleted... [2026-07-20T07:39:55.859Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:39:56.164Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:39:56.169Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-maas-policies-deployment-990349\" not found","exitCode":1} [2026-07-20T07:39:56.176Z] [INFO] Project 'test-maas-policies-deployment-990349' does not exist. [2026-07-20T07:39:56.187Z] [INFO] Creating project test-maas-policies-deployment-990349 [2026-07-20T07:39:56.598Z] [INFO] [EXEC] oc new-project test-maas-policies-deployment-990349 [2026-07-20T07:39:56.926Z] [INFO] [EXEC] oc label namespace test-maas-policies-deployment-990349 opendatahub.io/dashboard=true --overwrite [2026-07-20T07:39:56.933Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:39:57.235Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:39:57.240Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-20T07:39:57.247Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-20T07:39:57.256Z] [INFO] Wait for test-maas-policies-deployment-990349, then grant regularuser1 namespace admin. [2026-07-20T07:39:57.260Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:39:57.563Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:39:57.568Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-20T07:39:57.574Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-20T07:39:57.908Z] [INFO] [EXEC] oc adm policy add-role-to-user admin *** -n test-maas-policies-deployment-990349 [2026-07-20T07:39:57.919Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-07-20T07:39:58.221Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784533197921-3enhub23e.yaml && rm -f /tmp/cypress-yaml-1784533197921-3enhub23e.yaml [2026-07-20T07:39:58.228Z] [INFO] Command exit code: 0 [2026-07-20T07:39:58.232Z] [INFO] Creating LLMInferenceService "test-maas-policies-model-990349" in namespace "test-maas-policies-deployment-990349" [2026-07-20T07:39:58.240Z] [INFO] Applying LLMInferenceService YAML for "test-maas-policies-model-990349" in "test-maas-policies-deployment-990349" [2026-07-20T07:39:58.653Z] [INFO] [EXEC] cat <<'EOF' | oc apply -f - apiVersion: serving.kserve.io/v1alpha1 kind: LLMInferenceService metadata: name: "test-maas-policies-model-990349" namespace: "test-maas-policies-deployment-990349" annotations: openshift.io/display-name: "test-maas-policies-model-990349" opendatahub.io/model-type: generative opendatahub.io/connections: test-maas-policies-model-990349-connection opendatahub.io/hardware-profile-name: default-profile opendatahub.io/hardware-profile-namespace: redhat-ods-applications opendatahub.io/hardware-profile-resource-version: "59004239" labels: opendatahub.io/dashboard: "true" spec: model: uri: "" name: "test-maas-policies-model-990349" router: scheduler: {} route: {} gateway: refs: - name: maas-default-gateway namespace: openshift-ingress template: containers: - name: main image: quay.io/pierdipi/vllm-cpu:latest resources: requests: cpu: "1" memory: 8Gi limits: cpu: "1" memory: 8Gi replicas: 1 EOF [2026-07-20T07:39:58.943Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:39:58.953Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3287 Stderr: none [2026-07-20T07:39:58.957Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:39:58.961Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-20T07:39:58.965Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-20T07:40:04.250Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:40:04.259Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 3287 Stderr: none [2026-07-20T07:40:04.263Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:40:04.267Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-20T07:40:04.270Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-20T07:40:09.552Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:40:09.561Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 3287 Stderr: none [2026-07-20T07:40:09.566Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:40:09.569Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-20T07:40:09.573Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-20T07:40:14.862Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:40:14.870Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 3287 Stderr: none [2026-07-20T07:40:14.876Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:40:14.879Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-20T07:40:14.882Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-20T07:40:20.188Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:40:20.198Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 14530 Stderr: none [2026-07-20T07:40:20.203Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:40:20.207Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:40:20.211Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T07:40:25.506Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:40:25.516Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 13706 Stderr: none [2026-07-20T07:40:25.520Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:40:25.524Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:40:25.527Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:40:30.823Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:40:30.832Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 13706 Stderr: none [2026-07-20T07:40:30.836Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:40:30.840Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:40:30.844Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌