<?xml version="1.0" encoding="utf-8"?><testsuites name="pytest tests"><testsuite name="maas_billing" errors="1" failures="0" skipped="0" tests="11" time="16.076" timestamp="2026-09-14T09:45:24.931331+00:00" hostname="e2e-cli-nmano12b3167e8f1f068e7661aae6e8172ca502b1aed6b33510-pod"><testcase classname="tests.model_serving.maas_billing.body_base_routing.pre_auth_model_header.test_bbr_envoy_filter.TestBBREnvoyFilter" name="test_bbr_envoy_filter_has_pre_and_post_auth_stages" time="2.184" /><testcase classname="tests.model_serving.maas_billing.body_base_routing.pre_auth_model_header.test_bbr_envoy_filter.TestBBREnvoyFilter" name="test_bbr_post_auth_processing_deployment_ready" time="0.073" /><testcase classname="tests.model_serving.maas_billing.body_base_routing.pre_auth_model_header.test_bbr_post_auth_setup.TestBBRPostAuthSetup" name="test_bbr_post_processing_deployment_ready" time="0.070" /><testcase classname="tests.model_serving.maas_billing.body_base_routing.pre_auth_model_header.test_bbr_post_auth_setup.TestBBRPostAuthSetup" name="test_bbr_post_processing_service_exposes_port_9004" time="0.037" /><testcase classname="tests.model_serving.maas_billing.body_base_routing.pre_auth_model_header.test_bbr_post_auth_setup.TestBBRPostAuthSetup" name="test_bbr_post_processing_destination_rule_exists" time="0.019" /><testcase classname="tests.model_serving.maas_billing.body_base_routing.pre_auth_model_header.test_bbr_post_auth_setup.TestBBRPostAuthSetup" name="test_bbr_plugins_configmap_has_expected_plugins" time="0.038" /><testcase classname="tests.model_serving.maas_billing.body_base_routing.pre_auth_model_header.test_bbr_setup.TestBBRSetup" name="test_bbr_pre_processing_deployment_ready" time="0.074" /><testcase classname="tests.model_serving.maas_billing.body_base_routing.pre_auth_model_header.test_bbr_setup.TestBBRSetup" name="test_bbr_pre_processing_service_exposes_port_9004" time="0.035" /><testcase classname="tests.model_serving.maas_billing.body_base_routing.pre_auth_model_header.test_bbr_setup.TestBBRSetup" name="test_bbr_pre_processing_destination_rule_exists" time="0.019" /><testcase classname="tests.model_serving.maas_billing.multitenancy.aitenant.test_tenant_setup.TestAITenantTenantSetup" name="test_aitenant_crd_exists" time="0.038" /><testcase classname="tests.model_serving.maas_billing.multitenancy.aitenant.test_tenant_setup.TestAITenantTenantSetup" name="test_aitenant_bootstrap_does_not_break_default_tenant" time="12.654"><error message="failed on setup with &quot;kubernetes.dynamic.exceptions.InternalServerError: 500&#10;Reason: Internal Server Error&#10;HTTP response headers: HTTPHeaderDict({'Audit-Id': '0a926f99-6692-4c2c-a430-d8ca308daf5f', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Kubernetes-Pf-Flowschema-Uid': '44d4cc72-1a16-461e-b021-73fbdaf5e8a4', 'X-Kubernetes-Pf-Prioritylevel-Uid': '452ec98f-5a09-4d2d-8cf7-7db14227616c', 'Date': 'Mon, 14 Sep 2026 09:45:39 GMT', 'Content-Length': '693'})&#10;HTTP response body: b'{&quot;kind&quot;:&quot;Status&quot;,&quot;apiVersion&quot;:&quot;v1&quot;,&quot;metadata&quot;:{},&quot;status&quot;:&quot;Failure&quot;,&quot;message&quot;:&quot;Internal error occurred: failed calling webhook \\&quot;vaitenant.kb.io\\&quot;: failed to call webhook: Post \\&quot;https://maas-controller-webhook-service.redhat-ods-applications.svc:443/validate-maas-opendatahub-io-v1alpha1-aitenant?timeout=10s\\&quot;: http: server gave HTTP response to HTTPS client&quot;,&quot;reason&quot;:&quot;InternalError&quot;,&quot;details&quot;:{&quot;causes&quot;:[{&quot;message&quot;:&quot;failed calling webhook \\&quot;vaitenant.kb.io\\&quot;: failed to call webhook: Post \\&quot;https://maas-controller-webhook-service.redhat-ods-applications.svc:443/validate-maas-opendatahub-io-v1alpha1-aitenant?timeout=10s\\&quot;: http: server gave HTTP response to HTTPS client&quot;}]},&quot;code&quot;:500}\n'&#10;Original traceback: &#10;  File &quot;/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py&quot;, line 55, in inner&#10;    resp = func(self, *args, **kwargs)&#10;&#10;  File &quot;/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py&quot;, line 277, in request&#10;    api_response = self.client.call_api(&#10;        path,&#10;    ...&lt;11 lines&gt;...&#10;        _request_timeout=params.get('_request_timeout')&#10;    )&#10;&#10;  File &quot;/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py&quot;, line 348, in call_api&#10;    return self.__call_api(resource_path, method,&#10;           ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^&#10;                           path_params, query_params, header_params,&#10;                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&#10;    ...&lt;2 lines&gt;...&#10;                           _return_http_data_only, collection_formats,&#10;                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&#10;                           _preload_content, _request_timeout, _host)&#10;                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&#10;&#10;  File &quot;/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py&quot;, line 180, in __call_api&#10;    response_data = self.request(&#10;        method, url, query_params=query_params, headers=header_params,&#10;        post_params=post_params, body=body,&#10;        _preload_content=_preload_content,&#10;        _request_timeout=_request_timeout)&#10;&#10;  File &quot;/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py&quot;, line 391, in request&#10;    return self.rest_client.POST(url,&#10;           ~~~~~~~~~~~~~~~~~~~~~^^^^^&#10;                                 query_params=query_params,&#10;                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^&#10;    ...&lt;3 lines&gt;...&#10;                                 _request_timeout=_request_timeout,&#10;                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&#10;                                 body=body)&#10;                                 ^^^^^^^^^^&#10;&#10;  File &quot;/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py&quot;, line 279, in POST&#10;    return self.request(&quot;POST&quot;, url,&#10;           ~~~~~~~~~~~~^^^^^^^^^^^^^&#10;                        headers=headers,&#10;                        ^^^^^^^^^^^^^^^^&#10;    ...&lt;3 lines&gt;...&#10;                        _request_timeout=_request_timeout,&#10;                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&#10;                        body=body)&#10;                        ^^^^^^^^^^&#10;&#10;  File &quot;/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py&quot;, line 238, in request&#10;    raise ApiException(http_resp=r)&quot;">Traceback (most recent call last):
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 1172, in retry_cluster_exceptions
    for sample in sampler:
                  ^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/timeout_sampler/__init__.py", line 346, in __iter__
    raise TimeoutExpiredError(
    ...&lt;3 lines&gt;...
    )
timeout_sampler.TimeoutExpiredError: Timed Out: 10
Function: kubernetes.dynamic.client.create  Kwargs: {'body': {'apiVersion': 'maas.opendatahub.io/v1alpha1', 'kind': 'AITenant', 'metadata': {'name': 'e2e-aigw-7f5a4cdf', 'namespace': 'ai-tenants'}, 'spec': {'gateway': {'name': 'e2e-aigw-7f5a4cdf'}}}, 'namespace': 'ai-tenants'}
Last exception: InternalServerError: 500
Reason: Internal Server Error
HTTP response headers: HTTPHeaderDict({'Audit-Id': '0a926f99-6692-4c2c-a430-d8ca308daf5f', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Kubernetes-Pf-Flowschema-Uid': '44d4cc72-1a16-461e-b021-73fbdaf5e8a4', 'X-Kubernetes-Pf-Prioritylevel-Uid': '452ec98f-5a09-4d2d-8cf7-7db14227616c', 'Date': 'Mon, 14 Sep 2026 09:45:39 GMT', 'Content-Length': '693'})
HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Internal error occurred: failed calling webhook \\"vaitenant.kb.io\\": failed to call webhook: Post \\"https://maas-controller-webhook-service.redhat-ods-applications.svc:443/validate-maas-opendatahub-io-v1alpha1-aitenant?timeout=10s\\": http: server gave HTTP response to HTTPS client","reason":"InternalError","details":{"causes":[{"message":"failed calling webhook \\"vaitenant.kb.io\\": failed to call webhook: Post \\"https://maas-controller-webhook-service.redhat-ods-applications.svc:443/validate-maas-opendatahub-io-v1alpha1-aitenant?timeout=10s\\": http: server gave HTTP response to HTTPS client"}]},"code":500}\n'
Original traceback: 
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner
    resp = func(self, *args, **kwargs)

  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request
    api_response = self.client.call_api(
        path,
    ...&lt;11 lines&gt;...
        _request_timeout=params.get('_request_timeout')
    )

  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api
    return self.__call_api(resource_path, method,
           ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
                           path_params, query_params, header_params,
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...&lt;2 lines&gt;...
                           _return_http_data_only, collection_formats,
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                           _preload_content, _request_timeout, _host)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api
    response_data = self.request(
        method, url, query_params=query_params, headers=header_params,
        post_params=post_params, body=body,
        _preload_content=_preload_content,
        _request_timeout=_request_timeout)

  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 391, in request
    return self.rest_client.POST(url,
           ~~~~~~~~~~~~~~~~~~~~~^^^^^
                                 query_params=query_params,
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...&lt;3 lines&gt;...
                                 _request_timeout=_request_timeout,
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                 body=body)
                                 ^^^^^^^^^^

  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 279, in POST
    return self.request("POST", url,
           ~~~~~~~~~~~~^^^^^^^^^^^^^
                        headers=headers,
                        ^^^^^^^^^^^^^^^^
    ...&lt;3 lines&gt;...
                        _request_timeout=_request_timeout,
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                        body=body)
                        ^^^^^^^^^^

  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request
    raise ApiException(http_resp=r)
.
Elapsed time: 10 [0:00:10]

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 361, in from_call
    result: TResult | None = func()
                             ~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 250, in &lt;lambda&gt;
    lambda: runtest_hook(item=item, **kwds),
            ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/capture.py", line 895, in pytest_runtest_setup
    return (yield)
            ^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 170, in pytest_runtest_setup
    item.session._setupstate.setup(item)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 536, in setup
    col.setup()
    ~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/python.py", line 1710, in setup
    self._request._fillfixtures()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 806, in _fillfixtures
    item.funcargs[argname] = self.getfixturevalue(argname)
                             ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 630, in getfixturevalue
    fixturedef = self._get_active_fixturedef(argname)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 726, in _get_active_fixturedef
    fixturedef.execute(request=subrequest)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 1181, in execute
    fixturedef = request._get_active_fixturedef(argname)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 726, in _get_active_fixturedef
    fixturedef.execute(request=subrequest)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 1181, in execute
    fixturedef = request._get_active_fixturedef(argname)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 726, in _get_active_fixturedef
    fixturedef.execute(request=subrequest)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 1232, in execute
    result: FixtureValue = ihook.pytest_fixture_setup(
                           ~~~~~~~~~~~~~~~~~~~~~~~~~~^
        fixturedef=self, request=request
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pytest_asyncio/plugin.py", line 924, in pytest_fixture_setup
    return (yield)
            ^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 53, in run_old_style_hookwrapper
    return result.get_result()
           ~~~~~~~~~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_result.py", line 103, in get_result
    raise exc.with_traceback(tb)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 38, in run_old_style_hookwrapper
    res = yield
          ^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/setuponly.py", line 36, in pytest_fixture_setup
    return (yield)
            ^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall
    res = hook_impl.function(*args)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 1328, in pytest_fixture_setup
    result = call_fixture_func(fixturefunc, request, kwargs)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 998, in call_fixture_func
    fixture_result = next(generator)
  File "/home/odh/opendatahub-tests/tests/model_serving/maas_billing/multitenancy/conftest.py", line 95, in aitenant
    with aitenant_from_spec(
         ~~~~~~~~~~~~~~~~~~^
        admin_client=admin_client,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...&lt;3 lines&gt;...
        teardown=teardown_resources,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ) as aitenant:
    ^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 785, in __enter__
    return self.deploy(wait=self.wait_for_resource)
           ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 832, in deploy
    self.create(wait=wait)
    ~~~~~~~~~~~^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 1072, in create
    resource_ = Resource.retry_cluster_exceptions(
        func=self.api.create, exceptions_dict=exceptions_dict, **resource_kwargs
    )
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 1177, in retry_cluster_exceptions
    raise exp.last_exp from exp
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/timeout_sampler/__init__.py", line 318, in __iter__
    yield self.func(*self.func_args, **self.func_kwargs)
          ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 119, in create
    return self.request('post', path, body=body, **kwargs)
           ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 57, in inner
    raise api_exception(e)
kubernetes.dynamic.exceptions.InternalServerError: 500
Reason: Internal Server Error
HTTP response headers: HTTPHeaderDict({'Audit-Id': '0a926f99-6692-4c2c-a430-d8ca308daf5f', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Kubernetes-Pf-Flowschema-Uid': '44d4cc72-1a16-461e-b021-73fbdaf5e8a4', 'X-Kubernetes-Pf-Prioritylevel-Uid': '452ec98f-5a09-4d2d-8cf7-7db14227616c', 'Date': 'Mon, 14 Sep 2026 09:45:39 GMT', 'Content-Length': '693'})
HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Internal error occurred: failed calling webhook \\"vaitenant.kb.io\\": failed to call webhook: Post \\"https://maas-controller-webhook-service.redhat-ods-applications.svc:443/validate-maas-opendatahub-io-v1alpha1-aitenant?timeout=10s\\": http: server gave HTTP response to HTTPS client","reason":"InternalError","details":{"causes":[{"message":"failed calling webhook \\"vaitenant.kb.io\\": failed to call webhook: Post \\"https://maas-controller-webhook-service.redhat-ods-applications.svc:443/validate-maas-opendatahub-io-v1alpha1-aitenant?timeout=10s\\": http: server gave HTTP response to HTTPS client"}]},"code":500}\n'
Original traceback: 
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner
    resp = func(self, *args, **kwargs)

  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request
    api_response = self.client.call_api(
        path,
    ...&lt;11 lines&gt;...
        _request_timeout=params.get('_request_timeout')
    )

  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api
    return self.__call_api(resource_path, method,
           ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
                           path_params, query_params, header_params,
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...&lt;2 lines&gt;...
                           _return_http_data_only, collection_formats,
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                           _preload_content, _request_timeout, _host)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api
    response_data = self.request(
        method, url, query_params=query_params, headers=header_params,
        post_params=post_params, body=body,
        _preload_content=_preload_content,
        _request_timeout=_request_timeout)

  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 391, in request
    return self.rest_client.POST(url,
           ~~~~~~~~~~~~~~~~~~~~~^^^^^
                                 query_params=query_params,
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...&lt;3 lines&gt;...
                                 _request_timeout=_request_timeout,
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                 body=body)
                                 ^^^^^^^^^^

  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 279, in POST
    return self.request("POST", url,
           ~~~~~~~~~~~~^^^^^^^^^^^^^
                        headers=headers,
                        ^^^^^^^^^^^^^^^^
    ...&lt;3 lines&gt;...
                        _request_timeout=_request_timeout,
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                        body=body)
                        ^^^^^^^^^^

  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request
    raise ApiException(http_resp=r)</error></testcase></testsuite></testsuites>