<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="576.250" tests="1" failures="1">
  <testsuite name="Root Suite" timestamp="2026-07-20T07:14:13" tests="0" file="cypress/tests/e2e/dataScienceProjects/models/testModelTokenAuth.cy.ts" time="0.000" failures="0">
  </testsuite>
  <testsuite name="A model can be deployed with token auth" timestamp="2026-07-20T07:14:13" tests="1" time="576.175" failures="1">
    <testcase name="A model can be deployed with token auth Verify that a model can be deployed with token auth" time="481.189" classname="Verify that a model can be deployed with token auth">
      <failure message="

Test steps were:

1. Log into the application as admin
2. Navigate to: https://rh-ai.apps.bf629136-5b7b-4964-a57c-88efab7c48d6.prod.konfluxeaas.com/
3. Navigate to the Project list tab and search for test-model-token-auth-115924
4. Navigate to Model Serving and click to Deploy a model
5. Step 1: Model details
6. Step 2: Model deployment
7. Step 3: Advanced settings
8. Enable Model access through an external route
9. Step 4: Review
10. Verify that the Model is running
11. Verify the model is not accessible without a token

expected 200 to equal 401" type="AssertionError"><![CDATA[AssertionError: expected 200 to equal 401
    at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/dataScienceProjects/models/testModelTokenAuth.cy.ts:132:8)

      + expected - actual

      -200
      +401
      ]]></failure>
    </testcase>
  </testsuite>
</testsuites>