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-20T06:58:10.981Z] [INFO] Setting tests timeout to: 480 seconds A user can view subscriptions and manage API keys on the Keys and Subscriptions page [2026-07-20T06:58:11.010Z] [INFO] Starting 480s timeout for: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-07-20T06:58:11.015Z] [INFO] Test title: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-07-20T06:58:11.026Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-07-20T06:58:11.037Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T06:58:11.043Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-07-20T06:58:11.058Z] [INFO] Loading test data [2026-07-20T06:58:11.091Z] [INFO] Loaded project name: test-apikeys-deployment-832553 [2026-07-20T06:58:11.555Z] [INFO] [EXEC] oc whoami [2026-07-20T06:58:11.873Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://aa9d98d784ed8414cb73a13d6607e064-e9e834ec6fed3325.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T06:58:11.899Z] [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-20T06:58:11.908Z] [INFO] Deleting API key "test-api-key-832553" from Postgres api_keys table [2026-07-20T06:58:12.124Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-20T06:58:12.327Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-20T06:58:12.534Z] [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-20T06:58:12.538Z] [INFO] Deleting API key "test-api-key-832553-2" from Postgres api_keys table [2026-07-20T06:58:12.746Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-20T06:58:12.961Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-20T06:58:13.207Z] [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-20T06:58:13.211Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-07-20T06:58:13.507Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-07-20T06:58:13.603Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-apikeys-deployment-832553\" not found","exitCode":1} [2026-07-20T06:58:13.618Z] [INFO] Project 'test-apikeys-deployment-832553' does not exist. [2026-07-20T06:58:13.631Z] [INFO] Creating project test-apikeys-deployment-832553 [2026-07-20T06:58:13.985Z] [INFO] [EXEC] oc new-project test-apikeys-deployment-832553 [2026-07-20T06:58:14.225Z] [INFO] [EXEC] oc label namespace test-apikeys-deployment-832553 opendatahub.io/dashboard=true --overwrite [2026-07-20T06:58:14.241Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-07-20T06:58:14.503Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-07-20T06:58:14.536Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-apikeys-deployment-832553","stderr":"","exitCode":0} [2026-07-20T06:58:14.568Z] [INFO] Project 'test-apikeys-deployment-832553' exists. [2026-07-20T06:58:14.811Z] [INFO] [EXEC] oc whoami [2026-07-20T06:58:15.149Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://aa9d98d784ed8414cb73a13d6607e064-e9e834ec6fed3325.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T06:58:15.155Z] [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-20T06:58:15.159Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-07-20T06:58:15.421Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784530695174-iteu377b0.yaml && rm -f /tmp/cypress-yaml-1784530695174-iteu377b0.yaml [2026-07-20T06:58:15.439Z] [INFO] Command exit code: 0 [2026-07-20T06:58:15.444Z] [INFO] Creating LLMInferenceService "test-apikeys-model-832553" in namespace "test-apikeys-deployment-832553" [2026-07-20T06:58:15.479Z] [INFO] Applying LLMInferenceService YAML for "test-apikeys-model-832553" in "test-apikeys-deployment-832553" [2026-07-20T06:58:15.802Z] [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-20T06:58:16.009Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T06:58:16.043Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3227 Stderr: none [2026-07-20T06:58:16.060Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T06:58:16.077Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-07-20T06:58:16.095Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-20T06:58:21.329Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T06:58:21.338Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 3227 Stderr: none [2026-07-20T06:58:21.342Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T06:58:21.361Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-07-20T06:58:21.380Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-20T06:58:26.615Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T06:58:26.623Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 3227 Stderr: none [2026-07-20T06:58:26.646Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T06:58:26.663Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-07-20T06:58:26.682Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-20T06:58:31.919Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T06:58:31.945Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 14242 Stderr: none [2026-07-20T06:58:31.965Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T06:58:31.983Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T06:58:32.006Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T06:58:37.246Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T06:58:37.255Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 14242 Stderr: none [2026-07-20T06:58:37.259Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T06:58:37.282Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T06:58:37.303Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T06:58:42.552Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T06:58:42.580Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 14293 Stderr: none [2026-07-20T06:58:42.602Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T06:58:42.623Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T06:58:42.645Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T06:58:47.872Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T06:58:47.900Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-20T06:58:47.923Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T06:58:47.946Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T06:58:47.969Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T06:58:53.214Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T06:58:53.224Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-20T06:58:53.255Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T06:58:53.289Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T06:58:53.314Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T06:58:58.564Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T06:58:58.574Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-20T06:58:58.597Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T06:58:58.619Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T06:58:58.642Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T06:59:03.914Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T06:59:03.923Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-20T06:59:03.949Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T06:59:03.977Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T06:59:04.017Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T06:59:09.303Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T06:59:09.311Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T06:59:09.315Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T06:59:09.319Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T06:59:09.323Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T06:59:14.555Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T06:59:14.612Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T06:59:14.641Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T06:59:14.684Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T06:59:14.693Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T06:59:19.943Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T06:59:19.997Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T06:59:20.023Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T06:59:20.060Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T06:59:20.068Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T06:59:25.312Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T06:59:25.322Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T06:59:25.353Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T06:59:25.384Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T06:59:25.414Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T06:59:30.678Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T06:59:30.688Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T06:59:30.693Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T06:59:30.706Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T06:59:30.710Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T06:59:36.036Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T06:59:36.130Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T06:59:36.171Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T06:59:36.175Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T06:59:36.179Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T06:59:41.424Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T06:59:41.485Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T06:59:41.515Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T06:59:41.525Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T06:59:41.530Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T06:59:46.804Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T06:59:46.903Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T06:59:46.940Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T06:59:46.948Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T06:59:46.952Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T06:59:52.253Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T06:59:52.263Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T06:59:52.269Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T06:59:52.274Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T06:59:52.278Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T06:59:57.522Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T06:59:57.590Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T06:59:57.642Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T06:59:57.651Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T06:59:57.656Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:00:02.921Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:00:02.999Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:00:03.055Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:00:03.065Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:00:03.069Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:00:08.288Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:00:08.354Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:00:08.409Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:00:08.417Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:00:08.422Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:00:13.722Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:00:13.730Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:00:13.738Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:00:13.742Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:00:13.745Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:00:19.049Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:00:19.058Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:00:19.063Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:00:19.068Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:00:19.071Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:00:24.346Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:00:24.356Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:00:24.397Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:00:24.435Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:00:24.475Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:00:29.700Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:00:29.751Z] [INFO] Raw command output (attempt 26): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:00:29.792Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:00:29.796Z] [INFO] 🧐 Attempt 26: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:00:29.800Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:00:35.066Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:00:35.075Z] [INFO] Raw command output (attempt 27): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:00:35.081Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:00:35.086Z] [INFO] 🧐 Attempt 27: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:00:35.089Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:00:40.329Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:00:40.339Z] [INFO] Raw command output (attempt 28): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:00:40.380Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:00:40.423Z] [INFO] 🧐 Attempt 28: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:00:40.481Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:00:45.704Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:00:45.805Z] [INFO] Raw command output (attempt 29): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:00:45.812Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:00:45.824Z] [INFO] 🧐 Attempt 29: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:00:45.833Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:00:51.072Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:00:51.235Z] [INFO] Raw command output (attempt 30): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:00:51.247Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:00:51.254Z] [INFO] 🧐 Attempt 30: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:00:51.259Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:00:56.488Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:00:56.501Z] [INFO] Raw command output (attempt 31): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:00:56.508Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:00:56.513Z] [INFO] 🧐 Attempt 31: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:00:56.518Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:01:01.747Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:01:01.758Z] [INFO] Raw command output (attempt 32): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:01:01.764Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:01:01.769Z] [INFO] 🧐 Attempt 32: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:01:01.774Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:01:07.101Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:01:07.110Z] [INFO] Raw command output (attempt 33): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:01:07.117Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:01:07.121Z] [INFO] 🧐 Attempt 33: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:01:07.126Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:01:12.363Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:01:12.372Z] [INFO] Raw command output (attempt 34): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:01:12.378Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:01:12.382Z] [INFO] 🧐 Attempt 34: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:01:12.386Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:01:17.649Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:01:17.702Z] [INFO] Raw command output (attempt 35): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:01:17.751Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:01:17.755Z] [INFO] 🧐 Attempt 35: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:01:17.760Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:01:22.992Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:01:23.003Z] [INFO] Raw command output (attempt 36): Exit code: 0 Stdout length: 12796 Stderr: none [2026-07-20T07:01:23.009Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:01:23.013Z] [INFO] 🧐 Attempt 36: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:01:23.018Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: True Reason: Passed: ✅ [2026-07-20T07:01:23.023Z] [INFO] ✅ LLMInferenceService test-apikeys-model-832553 meets all conditions after 36 attempts [2026-07-20T07:01:23.029Z] [INFO] Creating MaaSModelRef "test-apikeys-model-832553" in namespace "test-apikeys-deployment-832553" [2026-07-20T07:01:23.039Z] [INFO] Applying MaaSModelRef YAML for "test-apikeys-model-832553" in "test-apikeys-deployment-832553" [2026-07-20T07:01:23.280Z] [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:01:23.526Z] [INFO] [EXEC] oc whoami [2026-07-20T07:01:24.072Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://aa9d98d784ed8414cb73a13d6607e064-e9e834ec6fed3325.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T07:01:24.210Z] [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:01:24.270Z] [INFO] Create a MaaS subscription with Authorization Policy that has user access [2026-07-20T07:01:24.335Z] [INFO] Creating MaaSSubscription "test-apikeys-sub-832553 through yaml" [2026-07-20T07:01:24.488Z] [INFO] Applying MaaSSubscription YAML for "test-apikeys-sub-832553" [2026-07-20T07:01:24.783Z] [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:01:24.788Z] [INFO] Checking MaaSSubscription exists: test-apikeys-sub-832553 in namespace models-as-a-service [2026-07-20T07:01:25.072Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:01:25.191Z] [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:01:30.617Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:01:30.730Z] [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:01:36.012Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:01:36.074Z] [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:01:41.451Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:01:41.460Z] [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:01:46.738Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:01:46.747Z] [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:01:52.039Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:01:52.516Z] [INFO] Starting 480s timeout for: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-07-20T07:01:52.519Z] [INFO] Test title: Verify subscriptions tab, API keys, filtering, and revoke all keys for a user [2026-07-20T07:01:52.523Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-07-20T07:01:52.528Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T07:01:52.532Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-07-20T07:01:52.540Z] [INFO] Loading test data [2026-07-20T07:01:52.555Z] [INFO] Loaded project name: test-apikeys-deployment-832553 [2026-07-20T07:01:52.768Z] [INFO] [EXEC] oc whoami [2026-07-20T07:01:53.191Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://aa9d98d784ed8414cb73a13d6607e064-e9e834ec6fed3325.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T07:01:53.198Z] [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:01:53.201Z] [INFO] Deleting API key "test-api-key-832553" from Postgres api_keys table [2026-07-20T07:01:53.450Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-20T07:01:53.686Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-20T07:01:53.924Z] [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:01:53.929Z] [INFO] Deleting API key "test-api-key-832553-2" from Postgres api_keys table [2026-07-20T07:01:54.152Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-20T07:01:54.393Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-20T07:01:54.693Z] [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:01:54.697Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-07-20T07:01:54.926Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-07-20T07:01:54.933Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-apikeys-deployment-832553","stderr":"","exitCode":0} [2026-07-20T07:01:54.942Z] [INFO] Project 'test-apikeys-deployment-832553' exists. [2026-07-20T07:01:54.951Z] [INFO] Project test-apikeys-deployment-832553 already exists. Deleting it. [2026-07-20T07:02:44.062Z] [INFO] [EXEC] oc delete project test-apikeys-deployment-832553 --wait [2026-07-20T07:02:44.078Z] [INFO] Waiting for project test-apikeys-deployment-832553 to be fully deleted... [2026-07-20T07:02:44.084Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-07-20T07:02:44.338Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-07-20T07:02:44.343Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-apikeys-deployment-832553\" not found","exitCode":1} [2026-07-20T07:02:44.350Z] [INFO] Project 'test-apikeys-deployment-832553' does not exist. [2026-07-20T07:02:44.363Z] [INFO] Creating project test-apikeys-deployment-832553 [2026-07-20T07:02:44.680Z] [INFO] [EXEC] oc new-project test-apikeys-deployment-832553 [2026-07-20T07:02:44.931Z] [INFO] [EXEC] oc label namespace test-apikeys-deployment-832553 opendatahub.io/dashboard=true --overwrite [2026-07-20T07:02:44.938Z] [INFO] Executing command: oc get project "test-apikeys-deployment-832553" -o name [2026-07-20T07:02:45.163Z] [INFO] [EXEC] oc get project "test-apikeys-deployment-832553" -o name [2026-07-20T07:02:45.170Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-apikeys-deployment-832553","stderr":"","exitCode":0} [2026-07-20T07:02:45.176Z] [INFO] Project 'test-apikeys-deployment-832553' exists. [2026-07-20T07:02:45.420Z] [INFO] [EXEC] oc whoami [2026-07-20T07:02:45.776Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://aa9d98d784ed8414cb73a13d6607e064-e9e834ec6fed3325.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T07:02:45.783Z] [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:02:45.787Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-07-20T07:02:46.037Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784530965790-4tudmu3n4.yaml && rm -f /tmp/cypress-yaml-1784530965790-4tudmu3n4.yaml [2026-07-20T07:02:46.043Z] [INFO] Command exit code: 0 [2026-07-20T07:02:46.048Z] [INFO] Creating LLMInferenceService "test-apikeys-model-832553" in namespace "test-apikeys-deployment-832553" [2026-07-20T07:02:46.055Z] [INFO] Applying LLMInferenceService YAML for "test-apikeys-model-832553" in "test-apikeys-deployment-832553" [2026-07-20T07:02:46.356Z] [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:02:46.592Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:02:46.600Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3227 Stderr: none [2026-07-20T07:02:46.605Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:02:46.609Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 0 [2026-07-20T07:02:46.612Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-20T07:02:51.855Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:02:51.864Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 14242 Stderr: none [2026-07-20T07:02:51.871Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:02:51.875Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:02:51.878Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T07:02:57.133Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:02:57.144Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 14242 Stderr: none [2026-07-20T07:02:57.149Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:02:57.152Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:02:57.156Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T07:03:02.399Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:03:02.409Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-20T07:03:02.415Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:03:02.419Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:03:02.423Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:03:07.678Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:03:07.688Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-20T07:03:07.694Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:03:07.697Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:03:07.701Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:03:12.950Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:03:12.959Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-20T07:03:12.964Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:03:12.968Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:03:12.972Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:03:18.224Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:03:18.233Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-20T07:03:18.238Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:03:18.242Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:03:18.246Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:03:23.518Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:03:23.527Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 13466 Stderr: none [2026-07-20T07:03:23.533Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:03:23.536Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:03:23.540Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:03:28.793Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:03:28.803Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:03:28.811Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:03:28.815Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:03:28.820Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:03:34.117Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:03:34.127Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:03:34.133Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:03:34.138Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:03:34.141Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:03:39.395Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:03:39.404Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:03:39.409Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:03:39.413Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:03:39.417Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:03:44.661Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:03:44.671Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:03:44.676Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:03:44.680Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:03:44.684Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:03:49.930Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:03:49.939Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:03:49.944Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:03:49.950Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:03:49.953Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:03:55.201Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:03:55.211Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:03:55.216Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:03:55.221Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:03:55.225Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:04:00.547Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:04:00.560Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:04:00.566Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:04:00.571Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:04:00.575Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:04:05.826Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:04:05.836Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:04:05.843Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:04:05.847Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:04:05.852Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:04:11.104Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:04:11.115Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:04:11.121Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:04:11.127Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:04:11.131Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:04:16.390Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:04:16.400Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:04:16.405Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:04:16.409Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:04:16.413Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:04:21.664Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:04:21.674Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:04:21.680Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:04:21.684Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:04:21.688Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:04:26.986Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:04:26.995Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:04:27.001Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:04:27.005Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:04:27.009Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:04:32.275Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:04:32.285Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:04:32.303Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:04:32.310Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:04:32.316Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:04:37.590Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:04:37.601Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:04:37.606Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:04:37.610Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:04:37.616Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:04:42.929Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:04:42.939Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:04:42.946Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:04:42.951Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:04:42.956Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:04:48.222Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:04:48.234Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:04:48.241Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:04:48.246Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:04:48.405Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:04:53.701Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:04:53.723Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:04:53.730Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:04:53.737Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:04:53.802Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:04:59.082Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:04:59.096Z] [INFO] Raw command output (attempt 26): Exit code: 0 Stdout length: 13198 Stderr: none [2026-07-20T07:04:59.111Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:04:59.118Z] [INFO] 🧐 Attempt 26: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:04:59.124Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:05:04.397Z] [INFO] [EXEC] oc get LLMInferenceService test-apikeys-model-832553 -n test-apikeys-deployment-832553 -o json [2026-07-20T07:05:04.409Z] [INFO] Raw command output (attempt 27): Exit code: 0 Stdout length: 12796 Stderr: none [2026-07-20T07:05:04.416Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:05:04.421Z] [INFO] 🧐 Attempt 27: Checking LLMInferenceService state Service Name: test-apikeys-model-832553 Total Conditions: 9 [2026-07-20T07:05:04.427Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: True Reason: Passed: ✅ [2026-07-20T07:05:04.432Z] [INFO] ✅ LLMInferenceService test-apikeys-model-832553 meets all conditions after 27 attempts [2026-07-20T07:05:04.437Z] [INFO] Creating MaaSModelRef "test-apikeys-model-832553" in namespace "test-apikeys-deployment-832553" [2026-07-20T07:05:04.445Z] [INFO] Applying MaaSModelRef YAML for "test-apikeys-model-832553" in "test-apikeys-deployment-832553" [2026-07-20T07:05:04.769Z] [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:05:05.012Z] [INFO] [EXEC] oc whoami [2026-07-20T07:05:05.676Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://aa9d98d784ed8414cb73a13d6607e064-e9e834ec6fed3325.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T07:05:05.707Z] [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:05:05.714Z] [INFO] Create a MaaS subscription with Authorization Policy that has user access [2026-07-20T07:05:05.720Z] [INFO] Creating MaaSSubscription "test-apikeys-sub-832553 through yaml" [2026-07-20T07:05:05.728Z] [INFO] Applying MaaSSubscription YAML for "test-apikeys-sub-832553" [2026-07-20T07:05:06.826Z] [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:05:06.834Z] [INFO] Checking MaaSSubscription exists: test-apikeys-sub-832553 in namespace models-as-a-service [2026-07-20T07:05:07.131Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:05:07.142Z] [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:05:12.396Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:05:12.406Z] [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:05:17.661Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:05:17.671Z] [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:05:22.952Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:05:22.962Z] [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:05:28.234Z] [INFO] [EXEC] oc get MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service -o json [2026-07-20T07:05:28.245Z] [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:05:33.518Z] [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:05:34.060Z] [INFO] [EXEC] oc whoami [2026-07-20T07:05:34.433Z] [INFO] [EXEC] oc login -u "***" -p "***" --server="https://aa9d98d784ed8414cb73a13d6607e064-e9e834ec6fed3325.elb.us-east-1.amazonaws.com:6443" --insecure-skip-tls-verify [2026-07-20T07:05:34.439Z] [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:05:34.443Z] [INFO] Cleaning up Subscription: test-apikeys-sub-832553 [2026-07-20T07:05:34.447Z] [INFO] Executing delete subscription command: oc delete MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service [2026-07-20T07:05:34.711Z] [INFO] [EXEC] oc delete MaaSSubscription test-apikeys-sub-832553 -n models-as-a-service [2026-07-20T07:05:34.716Z] [INFO] Executing delete auth policy command: oc delete MaaSAuthPolicy test-apikeys-policy-832553 -n models-as-a-service [2026-07-20T07:05:35.060Z] [INFO] [EXEC] oc delete MaaSAuthPolicy test-apikeys-policy-832553 -n models-as-a-service [2026-07-20T07:06:25.124Z] [INFO] [EXEC] oc delete project test-apikeys-deployment-832553 --wait --ignore-not-found [2026-07-20T07:06:25.130Z] [INFO] Deleting API key "test-api-key-832553" from Postgres api_keys table [2026-07-20T07:06:25.405Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-20T07:06:25.708Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-20T07:06:26.204Z] [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:06:26.208Z] [INFO] Deleting API key "test-api-key-832553-2" from Postgres api_keys table [2026-07-20T07:06:26.461Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_USER}' | base64 -d [2026-07-20T07:06:26.829Z] [INFO] [EXEC] oc get secret postgres-creds -n redhat-ods-applications -o jsonpath='{.data.POSTGRES_DB}' | base64 -d [2026-07-20T07:06:27.093Z] [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, 16 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:06:30.596Z] [INFO] Setting tests timeout to: 480 seconds An admin can manage MaaS authorization policies and control model access via group membership [2026-07-20T07:06:30.609Z] [INFO] Starting 480s timeout for: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-20T07:06:30.612Z] [INFO] Test title: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-20T07:06:30.618Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-07-20T07:06:30.622Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T07:06:30.627Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-07-20T07:06:30.635Z] [INFO] Loading test data [2026-07-20T07:06:30.649Z] [INFO] Loaded project name: test-maas-policies-deployment-990349 [2026-07-20T07:06:30.653Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:06:30.925Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:06:30.933Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-maas-policies-deployment-990349\" not found","exitCode":1} [2026-07-20T07:06:30.938Z] [INFO] Project 'test-maas-policies-deployment-990349' does not exist. [2026-07-20T07:06:30.950Z] [INFO] Creating project test-maas-policies-deployment-990349 [2026-07-20T07:06:31.279Z] [INFO] [EXEC] oc new-project test-maas-policies-deployment-990349 [2026-07-20T07:06:31.588Z] [INFO] [EXEC] oc label namespace test-maas-policies-deployment-990349 opendatahub.io/dashboard=true --overwrite [2026-07-20T07:06:31.594Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:06:31.909Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:06:31.917Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-20T07:06:31.923Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-20T07:06:31.932Z] [INFO] Wait for test-maas-policies-deployment-990349, then grant regularuser1 namespace admin. [2026-07-20T07:06:31.935Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:06:32.245Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:06:32.250Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-20T07:06:32.256Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-20T07:06:32.511Z] [INFO] [EXEC] oc adm policy add-role-to-user admin *** -n test-maas-policies-deployment-990349 [2026-07-20T07:06:32.522Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-07-20T07:06:32.810Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784531192526-0cxeu2wzl.yaml && rm -f /tmp/cypress-yaml-1784531192526-0cxeu2wzl.yaml [2026-07-20T07:06:32.816Z] [INFO] Command exit code: 0 [2026-07-20T07:06:32.818Z] [INFO] Creating LLMInferenceService "test-maas-policies-model-990349" in namespace "test-maas-policies-deployment-990349" [2026-07-20T07:06:32.827Z] [INFO] Applying LLMInferenceService YAML for "test-maas-policies-model-990349" in "test-maas-policies-deployment-990349" [2026-07-20T07:06:33.197Z] [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:06:33.448Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:06:33.457Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3287 Stderr: none [2026-07-20T07:06:33.460Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:06:33.462Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-20T07:06:33.465Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-20T07:06:38.816Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:06:38.838Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 3287 Stderr: none [2026-07-20T07:06:38.844Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:06:38.860Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-20T07:06:38.878Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-20T07:06:44.165Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:06:44.174Z] [INFO] Raw command output (attempt 3): Exit code: 0 Stdout length: 14561 Stderr: none [2026-07-20T07:06:44.194Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:06:44.212Z] [INFO] 🧐 Attempt 3: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:06:44.231Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T07:06:49.520Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:06:49.540Z] [INFO] Raw command output (attempt 4): Exit code: 0 Stdout length: 14561 Stderr: none [2026-07-20T07:06:49.557Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:06:49.574Z] [INFO] 🧐 Attempt 4: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:06:49.590Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T07:06:54.878Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:06:54.887Z] [INFO] Raw command output (attempt 5): Exit code: 0 Stdout length: 14605 Stderr: none [2026-07-20T07:06:54.913Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:06:54.931Z] [INFO] 🧐 Attempt 5: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:06:54.951Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T07:07:00.260Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:07:00.269Z] [INFO] Raw command output (attempt 6): Exit code: 0 Stdout length: 14605 Stderr: none [2026-07-20T07:07:00.292Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:07:00.311Z] [INFO] 🧐 Attempt 6: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:07:00.332Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T07:07:05.660Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:07:05.670Z] [INFO] Raw command output (attempt 7): Exit code: 0 Stdout length: 14605 Stderr: none [2026-07-20T07:07:05.702Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:07:05.718Z] [INFO] 🧐 Attempt 7: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:07:05.738Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T07:07:11.127Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:07:11.227Z] [INFO] Raw command output (attempt 8): Exit code: 0 Stdout length: 14605 Stderr: none [2026-07-20T07:07:11.254Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:07:11.277Z] [INFO] 🧐 Attempt 8: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:07:11.281Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T07:07:16.607Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:07:16.648Z] [INFO] Raw command output (attempt 9): Exit code: 0 Stdout length: 14605 Stderr: none [2026-07-20T07:07:16.669Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:07:16.689Z] [INFO] 🧐 Attempt 9: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:07:16.711Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: HTTPRoutesNotReady Passed: ❌ [2026-07-20T07:07:22.003Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:07:22.048Z] [INFO] Raw command output (attempt 10): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:07:22.080Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:07:22.113Z] [INFO] 🧐 Attempt 10: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:07:22.123Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:07:27.418Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:07:27.447Z] [INFO] Raw command output (attempt 11): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:07:27.471Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:07:27.495Z] [INFO] 🧐 Attempt 11: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:07:27.518Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:07:32.800Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:07:32.830Z] [INFO] Raw command output (attempt 12): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:07:32.856Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:07:32.889Z] [INFO] 🧐 Attempt 12: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:07:32.940Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:07:38.250Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:07:38.282Z] [INFO] Raw command output (attempt 13): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:07:38.306Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:07:38.348Z] [INFO] 🧐 Attempt 13: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:07:38.357Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:07:43.646Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:07:43.678Z] [INFO] Raw command output (attempt 14): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:07:43.704Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:07:43.730Z] [INFO] 🧐 Attempt 14: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:07:43.759Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:07:49.068Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:07:49.121Z] [INFO] Raw command output (attempt 15): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:07:49.147Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:07:49.151Z] [INFO] 🧐 Attempt 15: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:07:49.154Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:07:54.448Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:07:54.534Z] [INFO] Raw command output (attempt 16): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:07:54.565Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:07:54.628Z] [INFO] 🧐 Attempt 16: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:07:54.638Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:07:59.925Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:07:59.935Z] [INFO] Raw command output (attempt 17): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:07:59.967Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:07:59.996Z] [INFO] 🧐 Attempt 17: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:08:00.026Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:08:05.292Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:08:05.301Z] [INFO] Raw command output (attempt 18): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:08:05.307Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:08:05.311Z] [INFO] 🧐 Attempt 18: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:08:05.315Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:08:10.620Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:08:10.637Z] [INFO] Raw command output (attempt 19): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:08:10.647Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:08:10.656Z] [INFO] 🧐 Attempt 19: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:08:10.661Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:08:15.956Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:08:15.965Z] [INFO] Raw command output (attempt 20): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:08:15.975Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:08:15.980Z] [INFO] 🧐 Attempt 20: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:08:16.002Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:08:21.308Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:08:21.319Z] [INFO] Raw command output (attempt 21): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:08:21.354Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:08:21.390Z] [INFO] 🧐 Attempt 21: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:08:21.427Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:08:26.762Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:08:26.771Z] [INFO] Raw command output (attempt 22): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:08:26.776Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:08:26.779Z] [INFO] 🧐 Attempt 22: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:08:26.783Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:08:32.111Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:08:32.201Z] [INFO] Raw command output (attempt 23): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:08:32.308Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:08:32.313Z] [INFO] 🧐 Attempt 23: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:08:32.318Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:08:37.619Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:08:37.736Z] [INFO] Raw command output (attempt 24): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:08:37.747Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:08:37.754Z] [INFO] 🧐 Attempt 24: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:08:37.758Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:08:43.042Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:08:43.051Z] [INFO] Raw command output (attempt 25): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:08:43.056Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:08:43.060Z] [INFO] 🧐 Attempt 25: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:08:43.063Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:08:48.375Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:08:48.383Z] [INFO] Raw command output (attempt 26): Exit code: 0 Stdout length: 13438 Stderr: none [2026-07-20T07:08:48.388Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:08:48.392Z] [INFO] 🧐 Attempt 26: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:08:48.395Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: False Reason: MinimumReplicasUnavailable Passed: ❌ [2026-07-20T07:08:53.859Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:08:53.956Z] [INFO] Raw command output (attempt 27): Exit code: 0 Stdout length: 13036 Stderr: none [2026-07-20T07:08:54.007Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:08:54.053Z] [INFO] 🧐 Attempt 27: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 9 [2026-07-20T07:08:54.128Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: Yes Status: True Reason: Passed: ✅ [2026-07-20T07:08:54.177Z] [INFO] ✅ LLMInferenceService test-maas-policies-model-990349 meets all conditions after 27 attempts [2026-07-20T07:08:54.220Z] [INFO] Creating MaaSModelRef "test-maas-policies-model-990349" in namespace "test-maas-policies-deployment-990349" [2026-07-20T07:08:54.346Z] [INFO] Applying MaaSModelRef YAML for "test-maas-policies-model-990349" in "test-maas-policies-deployment-990349" [2026-07-20T07:08:54.664Z] [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:08:54.731Z] [INFO] [STEP 1] Log into the application as admin [2026-07-20T07:08:54.818Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/ [2026-07-20T07:08:56.323Z] [INFO] [STEP 2] Create new Authorization Policy [2026-07-20T07:08:56.480Z] [INFO] Navigate to: https://rh-ai.apps.0bccc067-d85a-4af7-b306-ef099c325338.prod.konfluxeaas.com/maas/auth-policies [2026-07-20T07:09:07.658Z] [INFO] Starting 480s timeout for: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-20T07:09:07.662Z] [INFO] Test title: Verify Authorization Policy Create, View, Edit and Delete Operations [2026-07-20T07:09:07.666Z] [INFO] Test tags: ["@Smoke","@SmokeSet5","@Dashboard","@MaaS","@NonConcurrent"] [2026-07-20T07:09:07.670Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-20T07:09:07.674Z] [INFO] Grep tags: ["@SmokeSet5"] [2026-07-20T07:09:07.681Z] [INFO] Loading test data [2026-07-20T07:09:07.692Z] [INFO] Loaded project name: test-maas-policies-deployment-990349 [2026-07-20T07:09:07.696Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:09:07.975Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:09:07.981Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-20T07:09:07.987Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-20T07:09:07.995Z] [INFO] Project test-maas-policies-deployment-990349 already exists. Deleting it. [2026-07-20T07:09:56.975Z] [INFO] [EXEC] oc delete project test-maas-policies-deployment-990349 --wait [2026-07-20T07:09:56.985Z] [INFO] Waiting for project test-maas-policies-deployment-990349 to be fully deleted... [2026-07-20T07:09:56.991Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:09:57.289Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:09:57.295Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-maas-policies-deployment-990349\" not found","exitCode":1} [2026-07-20T07:09:57.301Z] [INFO] Project 'test-maas-policies-deployment-990349' does not exist. [2026-07-20T07:09:57.312Z] [INFO] Creating project test-maas-policies-deployment-990349 [2026-07-20T07:09:57.657Z] [INFO] [EXEC] oc new-project test-maas-policies-deployment-990349 [2026-07-20T07:09:58.004Z] [INFO] [EXEC] oc label namespace test-maas-policies-deployment-990349 opendatahub.io/dashboard=true --overwrite [2026-07-20T07:09:58.011Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:09:58.316Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:09:58.323Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-20T07:09:58.329Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-20T07:09:58.340Z] [INFO] Wait for test-maas-policies-deployment-990349, then grant regularuser1 namespace admin. [2026-07-20T07:09:58.344Z] [INFO] Executing command: oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:09:58.685Z] [INFO] [EXEC] oc get project "test-maas-policies-deployment-990349" -o name [2026-07-20T07:09:58.692Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-maas-policies-deployment-990349","stderr":"","exitCode":0} [2026-07-20T07:09:58.698Z] [INFO] Project 'test-maas-policies-deployment-990349' exists. [2026-07-20T07:09:58.979Z] [INFO] [EXEC] oc adm policy add-role-to-user admin *** -n test-maas-policies-deployment-990349 [2026-07-20T07:09:58.989Z] [INFO] Create LLMInferenceService with MaaS enabled and create MaaSModelRef [2026-07-20T07:09:59.291Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1784531398992-x23l01qo5.yaml && rm -f /tmp/cypress-yaml-1784531398992-x23l01qo5.yaml [2026-07-20T07:09:59.298Z] [INFO] Command exit code: 0 [2026-07-20T07:09:59.304Z] [INFO] Creating LLMInferenceService "test-maas-policies-model-990349" in namespace "test-maas-policies-deployment-990349" [2026-07-20T07:09:59.312Z] [INFO] Applying LLMInferenceService YAML for "test-maas-policies-model-990349" in "test-maas-policies-deployment-990349" [2026-07-20T07:09:59.699Z] [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:09:59.983Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:10:00.007Z] [INFO] Raw command output (attempt 1): Exit code: 0 Stdout length: 3287 Stderr: none [2026-07-20T07:10:00.013Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:10:00.017Z] [INFO] 🧐 Attempt 1: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-20T07:10:00.020Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌ [2026-07-20T07:10:05.302Z] [INFO] [EXEC] oc get LLMInferenceService test-maas-policies-model-990349 -n test-maas-policies-deployment-990349 -o json [2026-07-20T07:10:05.312Z] [INFO] Raw command output (attempt 2): Exit code: 0 Stdout length: 3287 Stderr: none [2026-07-20T07:10:05.319Z] [INFO] Attempting to parse JSON (first 100 chars): { "apiVersion": "serving.kserve.io/v1alpha2", "kind": "LLMInferenceService", "metadata":... [2026-07-20T07:10:05.323Z] [INFO] 🧐 Attempt 2: Checking LLMInferenceService state Service Name: test-maas-policies-model-990349 Total Conditions: 0 [2026-07-20T07:10:05.327Z] [INFO] 🔍 Condition Check: Service Ready Type: Ready Expected Status: True Found Condition: No Status: Reason: Passed: ❌