<?xml version="1.0" encoding="utf-8"?><testsuites name="pytest tests"><testsuite name="workbenches" errors="3" failures="2" skipped="0" tests="11" time="400.792" timestamp="2026-09-15T10:24:41.616273+00:00" hostname="e2e-cli-nmanos-rh-nightly-pc1a1fb3722f47f480e6c6dfb667cc52b-pod"><testcase classname="tests.workbenches.notebooks_server.controller.test_deployment_health.TestNotebookControllerDeployment" name="test_controller_replicas_ready[test_odh_notebook_controller_replicas]" time="1.490" /><testcase classname="tests.workbenches.notebooks_server.controller.test_deployment_health.TestNotebookControllerDeployment" name="test_controller_replicas_ready[test_kf_notebook_controller_replicas]" time="0.095" /><testcase classname="tests.workbenches.notebooks_server.controller.test_deployment_health.TestNotebookControllerDeployment" name="test_controller_container_count[test_odh_notebook_controller_containers]" time="0.101" /><testcase classname="tests.workbenches.notebooks_server.controller.test_deployment_health.TestNotebookControllerDeployment" name="test_controller_container_count[test_kf_notebook_controller_containers]" time="0.054" /><testcase classname="tests.workbenches.notebooks_server.controller.test_deployment_health.TestNotebookControllerDeployment" name="test_controller_container_resources[test_odh_notebook_controller_resources]" time="0.057" /><testcase classname="tests.workbenches.notebooks_server.controller.test_deployment_health.TestNotebookControllerDeployment" name="test_controller_container_resources[test_kf_notebook_controller_resources]" time="0.054" /><testcase classname="tests.workbenches.notebooks_server.controller.test_env_vars.TestEnvironmentVariables" name="test_env_vars_propagation[test_env_vars_propagation]" time="132.615"><error message="failed on setup with &quot;AssertionError: Pod 'test-nb-envvars-0' failed to reach Ready state within 120 seconds.&#10;Pod diagnostics:&#10;Pod phase=Pending, reason=None, message=None&#10;Condition PodScheduled: status=False, reason=Unschedulable, message=0/2 nodes are available: 2 Insufficient cpu. preemption: 0/2 nodes are available: 2 No preemption victims found for incoming pod.&#10;Original Error: Timed Out: 119.98223376274109&#10;Function: ocp_resources.resource.wait_for_condition.lambda: self.instance&#10;Last exception: N/A.&#10;Elapsed time: 119.98223376274109 [0:01:59.982234]&#10;Pod information collected to must-gather directory for debugging.&quot;">Traceback (most recent call last):
  File "/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/controller/conftest.py", line 263, in notebook_pod
    notebook_pod.wait_for_condition(
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        condition=Pod.Condition.READY,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        status=Pod.Condition.Status.TRUE,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        timeout=pod_ready_timeout,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 1317, in wait_for_condition
    for sample in TimeoutSampler(
                  ~~~~~~~~~~~~~~^
        wait_timeout=timeout_watcher.remaining_time(),
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        sleep=sleep_time,
        ^^^^^^^^^^^^^^^^^
        func=lambda: self.instance,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ):
    ^
  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: 119.98223376274109
Function: ocp_resources.resource.wait_for_condition.lambda: self.instance
Last exception: N/A.
Elapsed time: 119.98223376274109 [0:01:59.982234]

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 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 1005, in call_fixture_func
    fixture_result = fixturefunc(**kwargs)
  File "/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/controller/conftest.py", line 287, in notebook_pod
    raise AssertionError(
    ...&lt;6 lines&gt;...
    ) from e
AssertionError: Pod 'test-nb-envvars-0' failed to reach Ready state within 120 seconds.
Pod diagnostics:
Pod phase=Pending, reason=None, message=None
Condition PodScheduled: status=False, reason=Unschedulable, message=0/2 nodes are available: 2 Insufficient cpu. preemption: 0/2 nodes are available: 2 No preemption victims found for incoming pod.
Original Error: Timed Out: 119.98223376274109
Function: ocp_resources.resource.wait_for_condition.lambda: self.instance
Last exception: N/A.
Elapsed time: 119.98223376274109 [0:01:59.982234]
Pod information collected to must-gather directory for debugging.</error></testcase><testcase classname="tests.workbenches.notebooks_server.controller.test_spawning.TestNotebook" name="test_create_simple_notebook[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]" time="131.675"><error message="failed on setup with &quot;AssertionError: Pod 'test-odh-notebook-0' failed to reach Ready state within 120 seconds.&#10;Pod diagnostics:&#10;Pod phase=Pending, reason=None, message=None&#10;Condition PodScheduled: status=False, reason=Unschedulable, message=0/2 nodes are available: 2 Insufficient cpu. preemption: 0/2 nodes are available: 2 No preemption victims found for incoming pod.&#10;Original Error: Timed Out: 119.98200058937073&#10;Function: ocp_resources.resource.wait_for_condition.lambda: self.instance&#10;Last exception: N/A.&#10;Elapsed time: 119.98200058937073 [0:01:59.982001]&#10;Pod information collected to must-gather directory for debugging.&quot;">Traceback (most recent call last):
  File "/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/controller/conftest.py", line 263, in notebook_pod
    notebook_pod.wait_for_condition(
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        condition=Pod.Condition.READY,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        status=Pod.Condition.Status.TRUE,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        timeout=pod_ready_timeout,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 1317, in wait_for_condition
    for sample in TimeoutSampler(
                  ~~~~~~~~~~~~~~^
        wait_timeout=timeout_watcher.remaining_time(),
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        sleep=sleep_time,
        ^^^^^^^^^^^^^^^^^
        func=lambda: self.instance,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ):
    ^
  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: 119.98200058937073
Function: ocp_resources.resource.wait_for_condition.lambda: self.instance
Last exception: N/A.
Elapsed time: 119.98200058937073 [0:01:59.982001]

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 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 1005, in call_fixture_func
    fixture_result = fixturefunc(**kwargs)
  File "/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/controller/conftest.py", line 287, in notebook_pod
    raise AssertionError(
    ...&lt;6 lines&gt;...
    ) from e
AssertionError: Pod 'test-odh-notebook-0' failed to reach Ready state within 120 seconds.
Pod diagnostics:
Pod phase=Pending, reason=None, message=None
Condition PodScheduled: status=False, reason=Unschedulable, message=0/2 nodes are available: 2 Insufficient cpu. preemption: 0/2 nodes are available: 2 No preemption victims found for incoming pod.
Original Error: Timed Out: 119.98200058937073
Function: ocp_resources.resource.wait_for_condition.lambda: self.instance
Last exception: N/A.
Elapsed time: 119.98200058937073 [0:01:59.982001]
Pod information collected to must-gather directory for debugging.</error></testcase><testcase classname="tests.workbenches.notebooks_server.controller.test_spawning.TestNotebook" name="test_auth_container_resource_customization[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]" time="132.905"><error message="failed on setup with &quot;AssertionError: Pod 'test-auth-notebook-0' failed to reach Ready state within 120 seconds.&#10;Pod diagnostics:&#10;Pod phase=Pending, reason=None, message=None&#10;Condition PodScheduled: status=False, reason=Unschedulable, message=0/2 nodes are available: 2 Insufficient cpu. preemption: 0/2 nodes are available: 2 No preemption victims found for incoming pod.&#10;Original Error: Timed Out: 119.98079109191895&#10;Function: ocp_resources.resource.wait_for_condition.lambda: self.instance&#10;Last exception: N/A.&#10;Elapsed time: 119.98079109191895 [0:01:59.980791]&#10;Pod information collected to must-gather directory for debugging.&quot;">Traceback (most recent call last):
  File "/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/controller/conftest.py", line 263, in notebook_pod
    notebook_pod.wait_for_condition(
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        condition=Pod.Condition.READY,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        status=Pod.Condition.Status.TRUE,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        timeout=pod_ready_timeout,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 1317, in wait_for_condition
    for sample in TimeoutSampler(
                  ~~~~~~~~~~~~~~^
        wait_timeout=timeout_watcher.remaining_time(),
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        sleep=sleep_time,
        ^^^^^^^^^^^^^^^^^
        func=lambda: self.instance,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ):
    ^
  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: 119.98079109191895
Function: ocp_resources.resource.wait_for_condition.lambda: self.instance
Last exception: N/A.
Elapsed time: 119.98079109191895 [0:01:59.980791]

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 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 1005, in call_fixture_func
    fixture_result = fixturefunc(**kwargs)
  File "/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/controller/conftest.py", line 287, in notebook_pod
    raise AssertionError(
    ...&lt;6 lines&gt;...
    ) from e
AssertionError: Pod 'test-auth-notebook-0' failed to reach Ready state within 120 seconds.
Pod diagnostics:
Pod phase=Pending, reason=None, message=None
Condition PodScheduled: status=False, reason=Unschedulable, message=0/2 nodes are available: 2 Insufficient cpu. preemption: 0/2 nodes are available: 2 No preemption victims found for incoming pod.
Original Error: Timed Out: 119.98079109191895
Function: ocp_resources.resource.wait_for_condition.lambda: self.instance
Last exception: N/A.
Elapsed time: 119.98079109191895 [0:01:59.980791]
Pod information collected to must-gather directory for debugging.</error></testcase><testcase classname="tests.workbenches.notebooks_server.operator.test_imagestream_health" name="test_workbench_imagestreams_health[test_notebook_imagestreams]" time="0.840"><failure message="Failed: ImageStream code-server-notebook tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io &quot;registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:9b4233f834bd5f8f932f3d788671a8349ad4c8e550cebbc50280ac5b682f597a&quot; not found&#10;ImageStream jupyter-pytorch-llmcompressor tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io &quot;registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:49bd619e6cdc668bf611c09280cf4372e4a9a02ecbbd7746b86f37eaa8384c04&quot; not found&#10;ImageStream jupyter-rocm-minimal tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io &quot;registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:694b2d35a26f79ad392181a9ab57670fbd592285f6aa72d417e7196c0c483d7b&quot; not found&#10;ImageStream jupyter-rocm-pytorch tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io &quot;registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:828ffcae680fe354a5b810d51ea092f37a7bd1d1848fbe544d5ba736add56394&quot; not found&#10;ImageStream jupyter-rocm-tensorflow tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io &quot;registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:d61d094a60c1405b595bd956b5c2f774749f977dbe7c02188cf24c09872cc164&quot; not found&#10;ImageStream minimal-gpu tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io &quot;registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a1c704a43e7feb50c9e3079193932141778529119a85f8f1548de68868b65d30&quot; not found&#10;ImageStream odh-trustyai-notebook tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io &quot;registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:d3cbdf4453b32a6c3b4509f05f27232258ad0a9fa218814f37bdab2ddde77dbf&quot; not found&#10;ImageStream pytorch tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io &quot;registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:d9d2e5fdf963cae98039b1f9f164557e9d35690d39b31bedac719277df7d8518&quot; not found&#10;ImageStream s2i-generic-data-science-notebook tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io &quot;registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:50ad1b99d9f90cea0e9824d758d152e3273a297eac91615ad459a04dd76fd507&quot; not found&#10;ImageStream s2i-minimal-notebook tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io &quot;registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:cabb16dec91fbe7ed0c4e0b0bafe33838eaf41cfb3fd8adb6df362efabf293b4&quot; not found&#10;ImageStream tensorflow tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io &quot;registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:d910c8e94cd41a99ed6ba923d84451469205cf02db7d6c1b116c3425bf8ba8d7&quot; not found">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 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 184, in pytest_runtest_call
    item.runtest()
    ~~~~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/python.py", line 1707, 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 167, in pytest_pyfunc_call
    result = testfunction(**testargs)
  File "/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py", line 290, in test_workbench_imagestreams_health
    _validate_imagestreams_with_label(
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        imagestreams=imagestreams,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...&lt;2 lines&gt;...
        tags_to_validate=tags_to_validate,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py", line 234, in _validate_imagestreams_with_label
    pytest.fail("\n".join(errors))
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/outcomes.py", line 162, in __call__
    raise Failed(msg=reason, pytrace=pytrace)
Failed: ImageStream code-server-notebook tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:9b4233f834bd5f8f932f3d788671a8349ad4c8e550cebbc50280ac5b682f597a" not found
ImageStream jupyter-pytorch-llmcompressor tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:49bd619e6cdc668bf611c09280cf4372e4a9a02ecbbd7746b86f37eaa8384c04" not found
ImageStream jupyter-rocm-minimal tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:694b2d35a26f79ad392181a9ab57670fbd592285f6aa72d417e7196c0c483d7b" not found
ImageStream jupyter-rocm-pytorch tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:828ffcae680fe354a5b810d51ea092f37a7bd1d1848fbe544d5ba736add56394" not found
ImageStream jupyter-rocm-tensorflow tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:d61d094a60c1405b595bd956b5c2f774749f977dbe7c02188cf24c09872cc164" not found
ImageStream minimal-gpu tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a1c704a43e7feb50c9e3079193932141778529119a85f8f1548de68868b65d30" not found
ImageStream odh-trustyai-notebook tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:d3cbdf4453b32a6c3b4509f05f27232258ad0a9fa218814f37bdab2ddde77dbf" not found
ImageStream pytorch tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:d9d2e5fdf963cae98039b1f9f164557e9d35690d39b31bedac719277df7d8518" not found
ImageStream s2i-generic-data-science-notebook tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:50ad1b99d9f90cea0e9824d758d152e3273a297eac91615ad459a04dd76fd507" not found
ImageStream s2i-minimal-notebook tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:cabb16dec91fbe7ed0c4e0b0bafe33838eaf41cfb3fd8adb6df362efabf293b4" not found
ImageStream tensorflow tag 3.5 has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:d910c8e94cd41a99ed6ba923d84451469205cf02db7d6c1b116c3425bf8ba8d7" not found</failure></testcase><testcase classname="tests.workbenches.notebooks_server.operator.test_imagestream_health" name="test_workbench_imagestreams_health[test_runtime_imagestreams]" time="0.382"><failure message="Failed: ImageStream runtime-datascience tag datascience has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io &quot;registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:37550ea9dad5b445ab699e4c8cde290c9d4560b2422b001a0d89080669648e31&quot; not found&#10;ImageStream runtime-minimal tag minimal has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io &quot;registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:aecd65fef31f14dc8b779228fe77bcc9fed19040dbbbad282ff8c205a396c807&quot; not found&#10;ImageStream runtime-pytorch tag pytorch has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io &quot;registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:8bf2e341273e1917a7077e3a9ffa546871d0d079c8e39a77c991281ec544af3a&quot; not found&#10;ImageStream runtime-pytorch-llmcompressor tag pytorch-llmcompressor has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io &quot;registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:62f6d7243cc50ab64145459659f916072e8b0f467f50f2b501e52782348d07ac&quot; not found&#10;ImageStream runtime-rocm-pytorch tag rocm-pytorch has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io &quot;registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:d140f57ffb0edbc9970314cac844d5d00219a8d980995526e358559fb5b7a2a1&quot; not found&#10;ImageStream runtime-rocm-tensorflow tag rocm-tensorflow has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io &quot;registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:a83a1103379fe89cb29123b1e1fe10c2a5f6eb54b5b1b316f3ead9bfd76bdc76&quot; not found&#10;ImageStream runtime-tensorflow tag tensorflow has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io &quot;registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:30d1051b981bff50807b73617e500ccfad52dffb3655457b2e4be562ebcf7a4f&quot; not found">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 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 184, in pytest_runtest_call
    item.runtest()
    ~~~~~~~~~~~~^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/python.py", line 1707, 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 167, in pytest_pyfunc_call
    result = testfunction(**testargs)
  File "/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py", line 290, in test_workbench_imagestreams_health
    _validate_imagestreams_with_label(
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        imagestreams=imagestreams,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...&lt;2 lines&gt;...
        tags_to_validate=tags_to_validate,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py", line 234, in _validate_imagestreams_with_label
    pytest.fail("\n".join(errors))
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
  File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/outcomes.py", line 162, in __call__
    raise Failed(msg=reason, pytrace=pytrace)
Failed: ImageStream runtime-datascience tag datascience has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:37550ea9dad5b445ab699e4c8cde290c9d4560b2422b001a0d89080669648e31" not found
ImageStream runtime-minimal tag minimal has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:aecd65fef31f14dc8b779228fe77bcc9fed19040dbbbad282ff8c205a396c807" not found
ImageStream runtime-pytorch tag pytorch has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:8bf2e341273e1917a7077e3a9ffa546871d0d079c8e39a77c991281ec544af3a" not found
ImageStream runtime-pytorch-llmcompressor tag pytorch-llmcompressor has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:62f6d7243cc50ab64145459659f916072e8b0f467f50f2b501e52782348d07ac" not found
ImageStream runtime-rocm-pytorch tag rocm-pytorch has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:d140f57ffb0edbc9970314cac844d5d00219a8d980995526e358559fb5b7a2a1" not found
ImageStream runtime-rocm-tensorflow tag rocm-tensorflow has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:a83a1103379fe89cb29123b1e1fe10c2a5f6eb54b5b1b316f3ead9bfd76bdc76" not found
ImageStream runtime-tensorflow tag tensorflow has unresolved status.tags.items; ImportSuccess details: status=False, reason=NotFound, message=dockerimage.image.openshift.io "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:30d1051b981bff50807b73617e500ccfad52dffb3655457b2e4be562ebcf7a4f" not found</failure></testcase></testsuite></testsuites>