<?xml version="1.0" encoding="utf-8"?><testsuites name="pytest tests"><testsuite name="pytest" errors="0" failures="1" skipped="0" tests="1" time="186.819" timestamp="2026-07-14T22:49:07.140092+00:00" hostname="e2e-cli-nmano4ae7909556c9481bc12ea973e4aa3ce64ec46eadd8a059-pod"><testcase classname="tests.cluster_health.test_operator_health" name="test_pods_cluster_healthy[test_application_namespace_pod_healthy]" time="186.657"><failure message="timeout_sampler.TimeoutExpiredError: Timed Out: 180&#10;Function: utilities.general.get_not_running_pods  Kwargs: {'pods': [&lt;ocp_resources.pod.Pod object at 0x7fc6b38a7a10&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b38a7770&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b38a7620&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b38a6660&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b38a6e40&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcc2f0&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcc050&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcc440&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcc1a0&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcd2b0&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcd940&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcd7f0&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcda90&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcdbe0&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcde80&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcdd30&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcdfd0&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fce120&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fce270&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fce3c0&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fce510&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fce660&gt;]}&#10;Last exception: N/A.">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 900, in pytest_runtest_call
    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/skipping.py", line 268, in pytest_runtest_call
    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 179, in pytest_runtest_call
    item.runtest()
    ~~~~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/python.py", line 1720, in runtest
    self.ihook.pytest_pyfunc_call(pyfuncitem=self)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  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/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 121, in _multicall
    res = hook_impl.function(*args)
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/python.py", line 166, in pytest_pyfunc_call
    result = testfunction(**testargs)
  File "/home/odh/opendatahub-tests/tests/cluster_health/test_operator_health.py", line 49, in test_pods_cluster_healthy
    wait_for_pods_running(admin_client=admin_client, namespace_name=namespace_name)
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/utilities/general.py", line 500, in wait_for_pods_running
    for sample in samples:
                  ^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/timeout_sampler/__init__.py", line 182, in __iter__
    raise TimeoutExpiredError(self._get_exception_log(exp=last_exp), last_exp=last_exp)
timeout_sampler.TimeoutExpiredError: Timed Out: 180
Function: utilities.general.get_not_running_pods  Kwargs: {'pods': [&lt;ocp_resources.pod.Pod object at 0x7fc6b38a7a10&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b38a7770&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b38a7620&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b38a6660&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b38a6e40&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcc2f0&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcc050&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcc440&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcc1a0&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcd2b0&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcd940&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcd7f0&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcda90&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcdbe0&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcde80&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcdd30&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fcdfd0&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fce120&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fce270&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fce3c0&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fce510&gt;, &lt;ocp_resources.pod.Pod object at 0x7fc6b2fce660&gt;]}
Last exception: N/A.</failure></testcase></testsuite></testsuites>