<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="476.628" tests="2" failures="1" skipped="1">
  <testsuite name="Root Suite" timestamp="2026-07-09T12:20:23" tests="0" file="cypress/tests/e2e/modelsAsAService/testMaaSPolicies.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="An admin can manage MaaS authorization policies and control model access via group membership" timestamp="2026-07-09T12:20:23" tests="2" time="476.302" failures="1">
    <testcase name="An admin can manage MaaS authorization policies and control model access via group membership  Verify Authorization Policy Create, View, Edit and  Delete Operations" time="186.310" classname=" Verify Authorization Policy Create, View, Edit and  Delete Operations">
      <failure message="

Test steps were:

1. Log into the application as admin
2. Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/
3. Create new Authorization Policy 
4. Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/maas/auth-policies
5. Verify the authorization policy exists on the cluster

`cy.exec(&apos;oc get MaaSAuthPolicy test-authorization-policy-990349 -n models-as-a-service -o json&apos;)` failed because the command exited with a non-zero code.

Pass `{failOnNonZeroExit: false}` to ignore exit code failures.

Information about the failure:
Code: 1

Stderr:
Error from server (NotFound): maasauthpolicies.maas.opendatahub.io &quot;test-authorization-policy-990349&quot; not found

https://on.cypress.io/exec" type="CypressError"><![CDATA[CypressError: `cy.exec('oc get MaaSAuthPolicy test-authorization-policy-990349 -n models-as-a-service -o json')` failed because the command exited with a non-zero code.

Pass `{failOnNonZeroExit: false}` to ignore exit code failures.

Information about the failure:
Code: 1

Stderr:
Error from server (NotFound): maasauthpolicies.maas.opendatahub.io "test-authorization-policy-990349" not found

https://on.cypress.io/exec
    at <unknown> (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:124103:77)
    at tryCatcher (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1777:23)
    at Promise._settlePromiseFromHandler (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1489:31)
    at Promise._settlePromise (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1546:18)
    at Promise._settlePromise0 (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1591:10)
    at Promise._settlePromises (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1671:18)
    at _drainQueueStep (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2377:12)
    at _drainQueue (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2370:9)
    at Async._drainQueues (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2386:5)
    at Async.drainQueues (https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2256:14)
From Your Spec Code:
    at checkMaaSAuthPolicyState (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/maas.ts:457:12)
    at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/modelsAsAService/testMaaSPolicies.cy.ts:162:33)]]></failure>
    </testcase>
  </testsuite>
</testsuites>