<?xml version="1.0" encoding="utf-8"?><testsuites name="pytest tests"><testsuite name="model_server" errors="5" failures="0" skipped="1" tests="6" time="55.692" timestamp="2026-06-02T16:52:15.851430+00:00" hostname="odh-olminstall-testops-j5w5884ef1e8eaa76dd210aa985440909a86-pod"><testcase classname="tests.model_serving.model_server.kserve.authentication.test_kserve_token_authentication_raw.TestKserveTokenAuthenticationRawForRest" name="test_model_authentication_using_rest_raw[unprivileged_model_namespace0-http_s3_ovms_raw_inference_service0]" time="2.758"><error message="failed on setup with &quot;ValueError: Bucket name for the models bucket is not defined.Either pass with `--models-s3-bucket-name` or set `MODELS_S3_BUCKET_NAME` environment variable&quot;">Traceback (most recent call last):
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 353, in from_call
    result: TResult | None = func()
                             ~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 245, 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 165, in pytest_runtest_setup
    item.session._setupstate.setup(item)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 523, in setup
    col.setup()
    ~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/python.py", line 1723, in setup
    self._request._fillfixtures()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 707, in _fillfixtures
    item.funcargs[argname] = self.getfixturevalue(argname)
                             ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 539, in getfixturevalue
    fixturedef = self._get_active_fixturedef(argname)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 627, in _get_active_fixturedef
    fixturedef.execute(request=subrequest)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 1110, 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 1202, 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 915, in call_fixture_func
    fixture_result = fixturefunc(**kwargs)
  File "/home/odh/opendatahub-tests/tests/conftest.py", line 330, in models_s3_bucket_name
    raise ValueError(
    ...&lt;2 lines&gt;...
    )
ValueError: Bucket name for the models bucket is not defined.Either pass with `--models-s3-bucket-name` or set `MODELS_S3_BUCKET_NAME` environment variable</error></testcase><testcase classname="tests.model_serving.model_server.kserve.authentication.test_kserve_token_authentication_raw.TestKserveTokenAuthenticationRawForRest" name="test_disabled_raw_model_authentication[unprivileged_model_namespace0-http_s3_ovms_raw_inference_service0]" time="0.001"><error message="failed on setup with &quot;ValueError: Bucket name for the models bucket is not defined.Either pass with `--models-s3-bucket-name` or set `MODELS_S3_BUCKET_NAME` environment variable&quot;">Traceback (most recent call last):
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 353, in from_call
    result: TResult | None = func()
                             ~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 245, 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 165, in pytest_runtest_setup
    item.session._setupstate.setup(item)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 523, in setup
    col.setup()
    ~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/python.py", line 1723, in setup
    self._request._fillfixtures()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 707, in _fillfixtures
    item.funcargs[argname] = self.getfixturevalue(argname)
                             ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 539, in getfixturevalue
    fixturedef = self._get_active_fixturedef(argname)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 627, in _get_active_fixturedef
    fixturedef.execute(request=subrequest)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 1091, in execute
    raise exc.with_traceback(exc_tb)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 1202, 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 915, in call_fixture_func
    fixture_result = fixturefunc(**kwargs)
  File "/home/odh/opendatahub-tests/tests/conftest.py", line 330, in models_s3_bucket_name
    raise ValueError(
    ...&lt;2 lines&gt;...
    )
ValueError: Bucket name for the models bucket is not defined.Either pass with `--models-s3-bucket-name` or set `MODELS_S3_BUCKET_NAME` environment variable</error></testcase><testcase classname="tests.model_serving.model_server.kserve.authentication.test_kserve_token_authentication_raw.TestKserveTokenAuthenticationRawForRest" name="test_re_enabled_raw_model_authentication[unprivileged_model_namespace0-http_s3_ovms_raw_inference_service0]" time="0.001"><error message="failed on setup with &quot;ValueError: Bucket name for the models bucket is not defined.Either pass with `--models-s3-bucket-name` or set `MODELS_S3_BUCKET_NAME` environment variable&quot;">Traceback (most recent call last):
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 353, in from_call
    result: TResult | None = func()
                             ~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 245, 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 165, in pytest_runtest_setup
    item.session._setupstate.setup(item)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 523, in setup
    col.setup()
    ~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/python.py", line 1723, in setup
    self._request._fillfixtures()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 707, in _fillfixtures
    item.funcargs[argname] = self.getfixturevalue(argname)
                             ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 539, in getfixturevalue
    fixturedef = self._get_active_fixturedef(argname)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 627, in _get_active_fixturedef
    fixturedef.execute(request=subrequest)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 1091, in execute
    raise exc.with_traceback(exc_tb)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 1202, 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 915, in call_fixture_func
    fixture_result = fixturefunc(**kwargs)
  File "/home/odh/opendatahub-tests/tests/conftest.py", line 330, in models_s3_bucket_name
    raise ValueError(
    ...&lt;2 lines&gt;...
    )
ValueError: Bucket name for the models bucket is not defined.Either pass with `--models-s3-bucket-name` or set `MODELS_S3_BUCKET_NAME` environment variable</error></testcase><testcase classname="tests.model_serving.model_server.kserve.authentication.test_kserve_token_authentication_raw.TestKserveTokenAuthenticationRawForRest" name="test_cross_model_authentication_raw[http_s3_ovms_raw_inference_service_20-unprivileged_model_namespace0-http_s3_ovms_raw_inference_service0]" time="0.001"><error message="failed on setup with &quot;ValueError: Bucket name for the models bucket is not defined.Either pass with `--models-s3-bucket-name` or set `MODELS_S3_BUCKET_NAME` environment variable&quot;">Traceback (most recent call last):
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 353, in from_call
    result: TResult | None = func()
                             ~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 245, 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 165, in pytest_runtest_setup
    item.session._setupstate.setup(item)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 523, in setup
    col.setup()
    ~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/python.py", line 1723, in setup
    self._request._fillfixtures()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 707, in _fillfixtures
    item.funcargs[argname] = self.getfixturevalue(argname)
                             ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 539, in getfixturevalue
    fixturedef = self._get_active_fixturedef(argname)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 627, in _get_active_fixturedef
    fixturedef.execute(request=subrequest)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 1091, in execute
    raise exc.with_traceback(exc_tb)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 1202, 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 915, in call_fixture_func
    fixture_result = fixturefunc(**kwargs)
  File "/home/odh/opendatahub-tests/tests/conftest.py", line 330, in models_s3_bucket_name
    raise ValueError(
    ...&lt;2 lines&gt;...
    )
ValueError: Bucket name for the models bucket is not defined.Either pass with `--models-s3-bucket-name` or set `MODELS_S3_BUCKET_NAME` environment variable</error></testcase><testcase classname="tests.model_serving.model_server.kserve.authentication.test_non_admin_users.TestRawUnprivilegedUser" name="test_non_admin_deploy_raw_and_query_model[unprivileged_model_namespace0-unprivileged_s3_ovms_raw_inference_service0]" time="51.568"><error message="failed on setup with &quot;utilities.exceptions.FailedPodsError: The following pods are not running: {'http-onnx-raw-predictor-66579cfb78-9798g': {'conditions': [{'lastProbeTime': None,&#10; 'lastTransitionTime': '2026-06-02T16:52:21Z',&#10; 'status': 'True',&#10; 'type': 'PodReadyToStartContainers'},&#10;                {'lastProbeTime': None,&#10; 'lastTransitionTime': '2026-06-02T16:52:20Z',&#10; 'message': 'containers with incomplete status: [storage-initializer]',&#10; 'reason': 'ContainersNotInitialized',&#10; 'status': 'False',&#10; 'type': 'Initialized'},&#10;                {'lastProbeTime': None,&#10; 'lastTransitionTime': '2026-06-02T16:52:20Z',&#10; 'message': 'containers with unready status: [kserve-container]',&#10; 'reason': 'ContainersNotReady',&#10; 'status': 'False',&#10; 'type': 'Ready'},&#10;                {'lastProbeTime': None,&#10; 'lastTransitionTime': '2026-06-02T16:52:20Z',&#10; 'message': 'containers with unready status: [kserve-container]',&#10; 'reason': 'ContainersNotReady',&#10; 'status': 'False',&#10; 'type': 'ContainersReady'},&#10;                {'lastProbeTime': None,&#10; 'lastTransitionTime': '2026-06-02T16:52:20Z',&#10; 'status': 'True',&#10; 'type': 'PodScheduled'}],&#10; 'containerStatuses': [{'image': 'registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:1aaaff7909bddfaea4799fa6b29c958b5850bd5ef2c9e94811076e4b692609f3',&#10; 'imageID': '',&#10; 'lastState': {},&#10; 'name': 'kserve-container',&#10; 'ready': False,&#10; 'restartCount': 0,&#10; 'started': False,&#10; 'state': {'waiting': {'reason': 'PodInitializing'}},&#10; 'volumeMounts': [{'mountPath': '/mnt/models',&#10; 'name': 'kserve-provision-location',&#10; 'readOnly': True,&#10; 'recursiveReadOnly': 'Disabled'}]}],&#10; 'hostIP': '192.169.0.153',&#10; 'hostIPs': [{'ip': '192.169.0.153'}],&#10; 'initContainerStatuses': [{'containerID': 'cri-o://d7137cd39edc6e39bfd31a0b8d74d32a7513c11a891a931602a275362d4c517e',&#10; 'image': 'registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c6c0bfe4f016088813fe7724d2193c0f12142832a2e7def86f21a939772bf4b6',&#10; 'imageID': 'registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:732bc5a91b40ca338cdc6b1bb1cdf152c0effd66ba7095f2cb8086f4808daf7c',&#10; 'lastState': {'terminated': {'containerID': 'cri-o://9b2239f9b484172a97268071b3a58e2c2a4205d7dbebe2dd77304df110a341f6',&#10; 'exitCode': 1,&#10; 'finishedAt': '2026-06-02T16:52:38Z',&#10; 'message': '^^^\n'&#10;            '  File '&#10;            '&quot;/prod_venv/lib64/python3.11/site-packages/botocore/hooks.py&quot;, '&#10;            'line 239, in _emit\n'&#10;            '    response = handler(**kwargs)\n'&#10;            '               ^^^^^^^^^^^^^^^^^\n'&#10;            '  File '&#10;            '&quot;/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py&quot;, '&#10;            'line 207, in __call__\n'&#10;            '    if self._checker(**checker_kwargs):\n'&#10;            '       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n'&#10;            '  File '&#10;            '&quot;/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py&quot;, '&#10;            'line 284, in __call__\n'&#10;            '    should_retry = self._should_retry(\n'&#10;            '                   ^^^^^^^^^^^^^^^^^^^\n'&#10;            '  File '&#10;            '&quot;/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py&quot;, '&#10;            'line 320, in _should_retry\n'&#10;            '    return self._checker(attempt_number, response, '&#10;            'caught_exception)\n'&#10;            '           '&#10;            '^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n'&#10;            '  File '&#10;            '&quot;/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py&quot;, '&#10;            'line 363, in __call__\n'&#10;            '    checker_response = checker(\n'&#10;            '                       ^^^^^^^^\n'&#10;            '  File '&#10;            '&quot;/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py&quot;, '&#10;            'line 247, in __call__\n'&#10;            '    return self._check_caught_exception(\n'&#10;            '           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n'&#10;            '  File '&#10;            '&quot;/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py&quot;, '&#10;            'line 416, in _check_caught_exception\n'&#10;            '    raise caught_exception\n'&#10;            '  File '&#10;            '&quot;/prod_venv/lib64/python3.11/site-packages/botocore/endpoint.py&quot;, '&#10;            'line 279, in _do_get_response\n'&#10;            '    http_response = self._send(request)\n'&#10;            '                    ^^^^^^^^^^^^^^^^^^^\n'&#10;            '  File '&#10;            '&quot;/prod_venv/lib64/python3.11/site-packages/botocore/endpoint.py&quot;, '&#10;            'line 383, in _send\n'&#10;            '    return self.http_session.send(request)\n'&#10;            '           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n'&#10;            '  File '&#10;            '&quot;/prod_venv/lib64/python3.11/site-packages/botocore/httpsession.py&quot;, '&#10;            'line 491, in send\n'&#10;            '    raise SSLError(endpoint_url=request.url, error=e)\n'&#10;            'botocore.exceptions.SSLError: SSL validation failed for '&#10;            'https://minio-s3-fraud-detection.apps.ods-qe-psi-09.osp.rh-ods.com/pipeline-artifacts?prefix=test-dir%2F&amp;encoding-type=url '&#10;            '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: '&#10;            'self-signed certificate in certificate chain (_ssl.c:1004)\n',&#10; 'reason': 'Error',&#10; 'startedAt': '2026-06-02T16:52:20Z'}},&#10; 'name': 'storage-initializer',&#10; 'ready': False,&#10; 'restartCount': 1,&#10; 'started': False,&#10; 'state': {'terminated': {'containerID': 'cri-o://d7137cd39edc6e39bfd31a0b8d74d32a7513c11a891a931602a275362d4c517e',&#10; 'exitCode': 1,&#10; 'finishedAt': '2026-06-02T16:52:55Z',&#10; 'message': '^^^\n'&#10;            '  File '&#10;            '&quot;/prod_venv/lib64/python3.11/site-packages/botocore/hooks.py&quot;, '&#10;            'line 239, in _emit\n'&#10;            '    response = handler(**kwargs)\n'&#10;            '               ^^^^^^^^^^^^^^^^^\n'&#10;            '  File '&#10;            '&quot;/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py&quot;, '&#10;            'line 207, in __call__\n'&#10;            '    if self._checker(**checker_kwargs):\n'&#10;            '       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n'&#10;            '  File '&#10;            '&quot;/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py&quot;, '&#10;            'line 284, in __call__\n'&#10;            '    should_retry = self._should_retry(\n'&#10;            '                   ^^^^^^^^^^^^^^^^^^^\n'&#10;            '  File '&#10;            '&quot;/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py&quot;, '&#10;            'line 320, in _should_retry\n'&#10;            '    return self._checker(attempt_number, response, '&#10;            'caught_exception)\n'&#10;            '           '&#10;            '^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n'&#10;            '  File '&#10;            '&quot;/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py&quot;, '&#10;            'line 363, in __call__\n'&#10;            '    checker_response = checker(\n'&#10;            '                       ^^^^^^^^\n'&#10;            '  File '&#10;            '&quot;/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py&quot;, '&#10;            'line 247, in __call__\n'&#10;            '    return self._check_caught_exception(\n'&#10;            '           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n'&#10;            '  File '&#10;            '&quot;/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py&quot;, '&#10;            'line 416, in _check_caught_exception\n'&#10;            '    raise caught_exception\n'&#10;            '  File '&#10;            '&quot;/prod_venv/lib64/python3.11/site-packages/botocore/endpoint.py&quot;, '&#10;            'line 279, in _do_get_response\n'&#10;            '    http_response = self._send(request)\n'&#10;            '                    ^^^^^^^^^^^^^^^^^^^\n'&#10;            '  File '&#10;            '&quot;/prod_venv/lib64/python3.11/site-packages/botocore/endpoint.py&quot;, '&#10;            'line 383, in _send\n'&#10;            '    return self.http_session.send(request)\n'&#10;            '           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n'&#10;            '  File '&#10;            '&quot;/prod_venv/lib64/python3.11/site-packages/botocore/httpsession.py&quot;, '&#10;            'line 491, in send\n'&#10;            '    raise SSLError(endpoint_url=request.url, error=e)\n'&#10;            'botocore.exceptions.SSLError: SSL validation failed for '&#10;            'https://minio-s3-fraud-detection.apps.ods-qe-psi-09.osp.rh-ods.com/pipeline-artifacts?prefix=test-dir%2F&amp;encoding-type=url '&#10;            '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: '&#10;            'self-signed certificate in certificate chain (_ssl.c:1004)\n',&#10; 'reason': 'Error',&#10; 'startedAt': '2026-06-02T16:52:38Z'}},&#10; 'volumeMounts': [{'mountPath': '/mnt/models', 'name': 'kserve-provision-location'},&#10;                  {'mountPath': '/etc/ssl/custom-certs',&#10; 'name': 'cabundle-cert',&#10; 'readOnly': True,&#10; 'recursiveReadOnly': 'Disabled'}]}],&#10; 'phase': 'Pending',&#10; 'podIP': '10.130.2.36',&#10; 'podIPs': [{'ip': '10.130.2.36'}],&#10; 'qosClass': 'Burstable',&#10; 'startTime': '2026-06-02T16:52:20Z'}}&quot;">Traceback (most recent call last):
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 353, in from_call
    result: TResult | None = func()
                             ~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 245, 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 165, in pytest_runtest_setup
    item.session._setupstate.setup(item)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/runner.py", line 523, in setup
    col.setup()
    ~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/python.py", line 1723, in setup
    self._request._fillfixtures()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 707, in _fillfixtures
    item.funcargs[argname] = self.getfixturevalue(argname)
                             ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 539, in getfixturevalue
    fixturedef = self._get_active_fixturedef(argname)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 627, in _get_active_fixturedef
    fixturedef.execute(request=subrequest)
    ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/fixtures.py", line 1110, 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 1202, 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 908, in call_fixture_func
    fixture_result = next(generator)
  File "/home/odh/opendatahub-tests/tests/model_serving/model_server/kserve/authentication/conftest.py", line 214, in unprivileged_s3_ovms_raw_inference_service
    with create_isvc(
         ~~~~~~~~~~~^
        client=unprivileged_client,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...&lt;6 lines&gt;...
        storage_path=request.param["model-dir"],
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ) as isvc:
    ^
  File "/usr/lib64/python3.14/contextlib.py", line 141, in __enter__
    return next(self.gen)
  File "/home/odh/opendatahub-tests/utilities/inference_utils.py", line 737, in create_isvc
    verify_no_failed_pods(
    ~~~~~~~~~~~~~~~~~~~~~^
        client=client,
        ^^^^^^^^^^^^^^
    ...&lt;2 lines&gt;...
        timeout=timeout_watch.remaining_time(),
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/home/odh/opendatahub-tests/utilities/infra.py", line 804, in verify_no_failed_pods
    raise FailedPodsError(pods=failed_pods)
utilities.exceptions.FailedPodsError: The following pods are not running: {'http-onnx-raw-predictor-66579cfb78-9798g': {'conditions': [{'lastProbeTime': None,
 'lastTransitionTime': '2026-06-02T16:52:21Z',
 'status': 'True',
 'type': 'PodReadyToStartContainers'},
                {'lastProbeTime': None,
 'lastTransitionTime': '2026-06-02T16:52:20Z',
 'message': 'containers with incomplete status: [storage-initializer]',
 'reason': 'ContainersNotInitialized',
 'status': 'False',
 'type': 'Initialized'},
                {'lastProbeTime': None,
 'lastTransitionTime': '2026-06-02T16:52:20Z',
 'message': 'containers with unready status: [kserve-container]',
 'reason': 'ContainersNotReady',
 'status': 'False',
 'type': 'Ready'},
                {'lastProbeTime': None,
 'lastTransitionTime': '2026-06-02T16:52:20Z',
 'message': 'containers with unready status: [kserve-container]',
 'reason': 'ContainersNotReady',
 'status': 'False',
 'type': 'ContainersReady'},
                {'lastProbeTime': None,
 'lastTransitionTime': '2026-06-02T16:52:20Z',
 'status': 'True',
 'type': 'PodScheduled'}],
 'containerStatuses': [{'image': 'registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:1aaaff7909bddfaea4799fa6b29c958b5850bd5ef2c9e94811076e4b692609f3',
 'imageID': '',
 'lastState': {},
 'name': 'kserve-container',
 'ready': False,
 'restartCount': 0,
 'started': False,
 'state': {'waiting': {'reason': 'PodInitializing'}},
 'volumeMounts': [{'mountPath': '/mnt/models',
 'name': 'kserve-provision-location',
 'readOnly': True,
 'recursiveReadOnly': 'Disabled'}]}],
 'hostIP': '192.169.0.153',
 'hostIPs': [{'ip': '192.169.0.153'}],
 'initContainerStatuses': [{'containerID': 'cri-o://d7137cd39edc6e39bfd31a0b8d74d32a7513c11a891a931602a275362d4c517e',
 'image': 'registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c6c0bfe4f016088813fe7724d2193c0f12142832a2e7def86f21a939772bf4b6',
 'imageID': 'registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:732bc5a91b40ca338cdc6b1bb1cdf152c0effd66ba7095f2cb8086f4808daf7c',
 'lastState': {'terminated': {'containerID': 'cri-o://9b2239f9b484172a97268071b3a58e2c2a4205d7dbebe2dd77304df110a341f6',
 'exitCode': 1,
 'finishedAt': '2026-06-02T16:52:38Z',
 'message': '^^^\n'
            '  File '
            '"/prod_venv/lib64/python3.11/site-packages/botocore/hooks.py", '
            'line 239, in _emit\n'
            '    response = handler(**kwargs)\n'
            '               ^^^^^^^^^^^^^^^^^\n'
            '  File '
            '"/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py", '
            'line 207, in __call__\n'
            '    if self._checker(**checker_kwargs):\n'
            '       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n'
            '  File '
            '"/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py", '
            'line 284, in __call__\n'
            '    should_retry = self._should_retry(\n'
            '                   ^^^^^^^^^^^^^^^^^^^\n'
            '  File '
            '"/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py", '
            'line 320, in _should_retry\n'
            '    return self._checker(attempt_number, response, '
            'caught_exception)\n'
            '           '
            '^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n'
            '  File '
            '"/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py", '
            'line 363, in __call__\n'
            '    checker_response = checker(\n'
            '                       ^^^^^^^^\n'
            '  File '
            '"/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py", '
            'line 247, in __call__\n'
            '    return self._check_caught_exception(\n'
            '           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n'
            '  File '
            '"/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py", '
            'line 416, in _check_caught_exception\n'
            '    raise caught_exception\n'
            '  File '
            '"/prod_venv/lib64/python3.11/site-packages/botocore/endpoint.py", '
            'line 279, in _do_get_response\n'
            '    http_response = self._send(request)\n'
            '                    ^^^^^^^^^^^^^^^^^^^\n'
            '  File '
            '"/prod_venv/lib64/python3.11/site-packages/botocore/endpoint.py", '
            'line 383, in _send\n'
            '    return self.http_session.send(request)\n'
            '           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n'
            '  File '
            '"/prod_venv/lib64/python3.11/site-packages/botocore/httpsession.py", '
            'line 491, in send\n'
            '    raise SSLError(endpoint_url=request.url, error=e)\n'
            'botocore.exceptions.SSLError: SSL validation failed for '
            'https://minio-s3-fraud-detection.apps.ods-qe-psi-09.osp.rh-ods.com/pipeline-artifacts?prefix=test-dir%2F&amp;encoding-type=url '
            '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: '
            'self-signed certificate in certificate chain (_ssl.c:1004)\n',
 'reason': 'Error',
 'startedAt': '2026-06-02T16:52:20Z'}},
 'name': 'storage-initializer',
 'ready': False,
 'restartCount': 1,
 'started': False,
 'state': {'terminated': {'containerID': 'cri-o://d7137cd39edc6e39bfd31a0b8d74d32a7513c11a891a931602a275362d4c517e',
 'exitCode': 1,
 'finishedAt': '2026-06-02T16:52:55Z',
 'message': '^^^\n'
            '  File '
            '"/prod_venv/lib64/python3.11/site-packages/botocore/hooks.py", '
            'line 239, in _emit\n'
            '    response = handler(**kwargs)\n'
            '               ^^^^^^^^^^^^^^^^^\n'
            '  File '
            '"/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py", '
            'line 207, in __call__\n'
            '    if self._checker(**checker_kwargs):\n'
            '       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n'
            '  File '
            '"/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py", '
            'line 284, in __call__\n'
            '    should_retry = self._should_retry(\n'
            '                   ^^^^^^^^^^^^^^^^^^^\n'
            '  File '
            '"/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py", '
            'line 320, in _should_retry\n'
            '    return self._checker(attempt_number, response, '
            'caught_exception)\n'
            '           '
            '^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n'
            '  File '
            '"/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py", '
            'line 363, in __call__\n'
            '    checker_response = checker(\n'
            '                       ^^^^^^^^\n'
            '  File '
            '"/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py", '
            'line 247, in __call__\n'
            '    return self._check_caught_exception(\n'
            '           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n'
            '  File '
            '"/prod_venv/lib64/python3.11/site-packages/botocore/retryhandler.py", '
            'line 416, in _check_caught_exception\n'
            '    raise caught_exception\n'
            '  File '
            '"/prod_venv/lib64/python3.11/site-packages/botocore/endpoint.py", '
            'line 279, in _do_get_response\n'
            '    http_response = self._send(request)\n'
            '                    ^^^^^^^^^^^^^^^^^^^\n'
            '  File '
            '"/prod_venv/lib64/python3.11/site-packages/botocore/endpoint.py", '
            'line 383, in _send\n'
            '    return self.http_session.send(request)\n'
            '           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n'
            '  File '
            '"/prod_venv/lib64/python3.11/site-packages/botocore/httpsession.py", '
            'line 491, in send\n'
            '    raise SSLError(endpoint_url=request.url, error=e)\n'
            'botocore.exceptions.SSLError: SSL validation failed for '
            'https://minio-s3-fraud-detection.apps.ods-qe-psi-09.osp.rh-ods.com/pipeline-artifacts?prefix=test-dir%2F&amp;encoding-type=url '
            '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: '
            'self-signed certificate in certificate chain (_ssl.c:1004)\n',
 'reason': 'Error',
 'startedAt': '2026-06-02T16:52:38Z'}},
 'volumeMounts': [{'mountPath': '/mnt/models', 'name': 'kserve-provision-location'},
                  {'mountPath': '/etc/ssl/custom-certs',
 'name': 'cabundle-cert',
 'readOnly': True,
 'recursiveReadOnly': 'Disabled'}]}],
 'phase': 'Pending',
 'podIP': '10.130.2.36',
 'podIPs': [{'ip': '10.130.2.36'}],
 'qosClass': 'Burstable',
 'startTime': '2026-06-02T16:52:20Z'}}</error></testcase><testcase classname="tests.model_serving.model_server.llmd.test_llmd_smoke.TestLLMDSmoke" name="test_llmd_smoke[unprivileged_model_namespace0-TinyLlamaOciConfig]" time="0.454"><skipped type="pytest.xfail" message="KServe/LLMD controller deployment llmisvc-controller-manager not found in redhat-ods-applications" /></testcase></testsuite></testsuites>