--- BVT pytest attempt 2026-06-14T10:34:36.775400+00:00 (/.local/bin/uv run pytest...) --- 2026-06-14T10:34:37.932219Z [info ] Writing tests log to /home/odh/opendatahub-tests/results/pytest-tests.log [conftest] 2026-06-14T10:34:37.941342Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T10:34:37.941521Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T10:34:37.942136Z [info ] PRAGMA main.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-14T10:34:37.942736Z [info ] PRAGMA main.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-14T10:34:37.942955Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-14T10:34:37.943106Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-14T10:34:37.943257Z [info ] PRAGMA temp.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-14T10:34:37.943558Z [info ] PRAGMA temp.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-14T10:34:37.943793Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-14T10:34:37.943962Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-14T10:34:37.944094Z [info ]  CREATE TABLE "OpenDataHubTestTable" ( id INTEGER NOT NULL, test_name VARCHAR(500) NOT NULL, start_time INTEGER NOT NULL, PRIMARY KEY (id) )  [sqlalchemy.engine.Engine] 2026-06-14T10:34:37.944221Z [info ]  CREATE TABLE "OpenDataHubTestTable" ( id INTEGER NOT NULL, test_name VARCHAR(500) NOT NULL, start_time INTEGER NOT NULL, PRIMARY KEY (id) )  [sqlalchemy.engine.Engine] 2026-06-14T10:34:37.944355Z [info ] [no key 0.00005s] ()  [sqlalchemy.engine.Engine] 2026-06-14T10:34:37.944523Z [info ] [no key 0.00005s] ()  [sqlalchemy.engine.Engine] 2026-06-14T10:34:37.944658Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T10:34:37.944787Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T10:34:37.949423Z [info ] Trying to get client via new_client_from_config [ocp_resources.resource] 2026-06-14T10:34:37.955841Z [info ] kind: DataScienceCluster api version: datasciencecluster.opendatahub.io/v2 [ocp_resources.resource] /home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/urllib3/connectionpool.py:1097: InsecureRequestWarning: Unverified HTTPS request is being made to host 'api.ods-qe-psi-23.osp.rh-ods.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings warnings.warn( INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 1170, in retry_cluster_exceptions INTERNALERROR> for sample in sampler: INTERNALERROR> ^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/timeout_sampler/__init__.py", line 171, in __iter__ INTERNALERROR> raise TimeoutExpiredError( INTERNALERROR> self._get_exception_log(exp=last_exp), last_exp=last_exp, elapsed_time=elapsed_time INTERNALERROR> ) INTERNALERROR> timeout_sampler.TimeoutExpiredError: Timed Out: 10 INTERNALERROR> Function: ocp_resources.resource._instance INTERNALERROR> Last exception: UnauthorizedError: 401 INTERNALERROR> Reason: Unauthorized INTERNALERROR> HTTP response headers: HTTPHeaderDict({'Audit-Id': '99a28062-8dd6-42e6-8887-3c57450129dd', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Date': 'Sun, 14 Jun 2026 10:34:37 GMT', 'Content-Length': '129'}) INTERNALERROR> HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Unauthorized","reason":"Unauthorized","code":401}\n' INTERNALERROR> Original traceback: INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner INTERNALERROR> resp = func(self, *args, **kwargs) INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request INTERNALERROR> api_response = self.client.call_api( INTERNALERROR> path, INTERNALERROR> ...<11 lines>... INTERNALERROR> _request_timeout=params.get('_request_timeout') INTERNALERROR> ) INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api INTERNALERROR> return self.__call_api(resource_path, method, INTERNALERROR> ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> path_params, query_params, header_params, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> ...<2 lines>... INTERNALERROR> _return_http_data_only, collection_formats, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _preload_content, _request_timeout, _host) INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api INTERNALERROR> response_data = self.request( INTERNALERROR> method, url, query_params=query_params, headers=header_params, INTERNALERROR> post_params=post_params, body=body, INTERNALERROR> _preload_content=_preload_content, INTERNALERROR> _request_timeout=_request_timeout) INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 373, in request INTERNALERROR> return self.rest_client.GET(url, INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^^^^ INTERNALERROR> query_params=query_params, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _preload_content=_preload_content, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _request_timeout=_request_timeout, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> headers=headers) INTERNALERROR> ^^^^^^^^^^^^^^^^ INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 244, in GET INTERNALERROR> return self.request("GET", url, INTERNALERROR> ~~~~~~~~~~~~^^^^^^^^^^^^ INTERNALERROR> headers=headers, INTERNALERROR> ^^^^^^^^^^^^^^^^ INTERNALERROR> _preload_content=_preload_content, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _request_timeout=_request_timeout, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> query_params=query_params) INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request INTERNALERROR> raise ApiException(http_resp=r) INTERNALERROR> . INTERNALERROR> Elapsed time: 0.05013227462768555 [0:00:00.050132] INTERNALERROR> INTERNALERROR> The above exception was the direct cause of the following exception: INTERNALERROR> INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/main.py", line 316, in wrap_session INTERNALERROR> config.hook.pytest_sessionstart(session=session) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__ INTERNALERROR> return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) INTERNALERROR> ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec INTERNALERROR> return self._inner_hookexec(hook_name, methods, kwargs, firstresult) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall INTERNALERROR> raise exception INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall INTERNALERROR> res = hook_impl.function(*args) INTERNALERROR> File "/home/odh/opendatahub-tests/conftest.py", line 381, in pytest_sessionstart INTERNALERROR> updated_global_config(admin_client=get_client(), config=config) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/conftest.py", line 392, in updated_global_config INTERNALERROR> distribution = get_operator_distribution(client=admin_client) INTERNALERROR> File "/home/odh/opendatahub-tests/utilities/infra.py", line 920, in get_operator_distribution INTERNALERROR> dsc = get_data_science_cluster(client=client, dsc_name=dsc_name) INTERNALERROR> File "/home/odh/opendatahub-tests/utilities/infra.py", line 878, in get_data_science_cluster INTERNALERROR> return DataScienceCluster(client=client, name=dsc_name, ensure_exists=True) INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/data_science_cluster.py", line 26, in __init__ INTERNALERROR> super().__init__(**kwargs) INTERNALERROR> ~~~~~~~~~~~~~~~~^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 705, in __init__ INTERNALERROR> self._ensure_exists() INTERNALERROR> ~~~~~~~~~~~~~~~~~~~^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 714, in _ensure_exists INTERNALERROR> if not self.exists: INTERNALERROR> ^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 980, in exists INTERNALERROR> return self.instance INTERNALERROR> ^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 1247, in instance INTERNALERROR> return self.retry_cluster_exceptions(func=_instance) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 1175, in retry_cluster_exceptions INTERNALERROR> raise exp.last_exp from exp INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/timeout_sampler/__init__.py", line 162, in __iter__ INTERNALERROR> yield self.func(*self.func_args, **self.func_kwargs) INTERNALERROR> ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 1245, in _instance INTERNALERROR> return self.api.get(name=self.name) INTERNALERROR> ~~~~~~~~~~~~^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 112, in get INTERNALERROR> return self.request('get', path, **kwargs) INTERNALERROR> ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 57, in inner INTERNALERROR> raise api_exception(e) INTERNALERROR> kubernetes.dynamic.exceptions.UnauthorizedError: 401 INTERNALERROR> Reason: Unauthorized INTERNALERROR> HTTP response headers: HTTPHeaderDict({'Audit-Id': '99a28062-8dd6-42e6-8887-3c57450129dd', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Date': 'Sun, 14 Jun 2026 10:34:37 GMT', 'Content-Length': '129'}) INTERNALERROR> HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Unauthorized","reason":"Unauthorized","code":401}\n' INTERNALERROR> Original traceback: INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner INTERNALERROR> resp = func(self, *args, **kwargs) INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request INTERNALERROR> api_response = self.client.call_api( INTERNALERROR> path, INTERNALERROR> ...<11 lines>... INTERNALERROR> _request_timeout=params.get('_request_timeout') INTERNALERROR> ) INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api INTERNALERROR> return self.__call_api(resource_path, method, INTERNALERROR> ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> path_params, query_params, header_params, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> ...<2 lines>... INTERNALERROR> _return_http_data_only, collection_formats, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _preload_content, _request_timeout, _host) INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api INTERNALERROR> response_data = self.request( INTERNALERROR> method, url, query_params=query_params, headers=header_params, INTERNALERROR> post_params=post_params, body=body, INTERNALERROR> _preload_content=_preload_content, INTERNALERROR> _request_timeout=_request_timeout) INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 373, in request INTERNALERROR> return self.rest_client.GET(url, INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^^^^ INTERNALERROR> query_params=query_params, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _preload_content=_preload_content, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _request_timeout=_request_timeout, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> headers=headers) INTERNALERROR> ^^^^^^^^^^^^^^^^ INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 244, in GET INTERNALERROR> return self.request("GET", url, INTERNALERROR> ~~~~~~~~~~~~^^^^^^^^^^^^ INTERNALERROR> headers=headers, INTERNALERROR> ^^^^^^^^^^^^^^^^ INTERNALERROR> _preload_content=_preload_content, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _request_timeout=_request_timeout, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> query_params=query_params) INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request INTERNALERROR> raise ApiException(http_resp=r) --- BVT pytest attempt 2026-06-14T10:34:38.392682+00:00 (/.local/bin/uv run pytest...) --- Bytecode compiled 9467 files in 391ms 2026-06-14T10:34:39.947469Z [info ] Writing tests log to /home/odh/opendatahub-tests/results/pytest-tests.log [conftest] 2026-06-14T10:34:39.956428Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T10:34:39.956611Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T10:34:39.957092Z [info ] PRAGMA main.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-14T10:34:39.957443Z [info ] PRAGMA main.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-14T10:34:39.957632Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-14T10:34:39.957857Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-14T10:34:39.959980Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T10:34:39.960142Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T10:34:39.960285Z [info ] Trying to get client via new_client_from_config [ocp_resources.resource] 2026-06-14T10:34:39.966562Z [info ] kind: DataScienceCluster api version: datasciencecluster.opendatahub.io/v2 [ocp_resources.resource] /home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/urllib3/connectionpool.py:1097: InsecureRequestWarning: Unverified HTTPS request is being made to host 'api.ods-qe-psi-23.osp.rh-ods.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings warnings.warn( INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 1170, in retry_cluster_exceptions INTERNALERROR> for sample in sampler: INTERNALERROR> ^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/timeout_sampler/__init__.py", line 171, in __iter__ INTERNALERROR> raise TimeoutExpiredError( INTERNALERROR> self._get_exception_log(exp=last_exp), last_exp=last_exp, elapsed_time=elapsed_time INTERNALERROR> ) INTERNALERROR> timeout_sampler.TimeoutExpiredError: Timed Out: 10 INTERNALERROR> Function: ocp_resources.resource._instance INTERNALERROR> Last exception: UnauthorizedError: 401 INTERNALERROR> Reason: Unauthorized INTERNALERROR> HTTP response headers: HTTPHeaderDict({'Audit-Id': 'b6654432-9a9e-4a9b-90e1-e8f6eb021551', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Date': 'Sun, 14 Jun 2026 10:34:40 GMT', 'Content-Length': '129'}) INTERNALERROR> HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Unauthorized","reason":"Unauthorized","code":401}\n' INTERNALERROR> Original traceback: INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner INTERNALERROR> resp = func(self, *args, **kwargs) INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request INTERNALERROR> api_response = self.client.call_api( INTERNALERROR> path, INTERNALERROR> ...<11 lines>... INTERNALERROR> _request_timeout=params.get('_request_timeout') INTERNALERROR> ) INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api INTERNALERROR> return self.__call_api(resource_path, method, INTERNALERROR> ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> path_params, query_params, header_params, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> ...<2 lines>... INTERNALERROR> _return_http_data_only, collection_formats, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _preload_content, _request_timeout, _host) INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api INTERNALERROR> response_data = self.request( INTERNALERROR> method, url, query_params=query_params, headers=header_params, INTERNALERROR> post_params=post_params, body=body, INTERNALERROR> _preload_content=_preload_content, INTERNALERROR> _request_timeout=_request_timeout) INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 373, in request INTERNALERROR> return self.rest_client.GET(url, INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^^^^ INTERNALERROR> query_params=query_params, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _preload_content=_preload_content, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _request_timeout=_request_timeout, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> headers=headers) INTERNALERROR> ^^^^^^^^^^^^^^^^ INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 244, in GET INTERNALERROR> return self.request("GET", url, INTERNALERROR> ~~~~~~~~~~~~^^^^^^^^^^^^ INTERNALERROR> headers=headers, INTERNALERROR> ^^^^^^^^^^^^^^^^ INTERNALERROR> _preload_content=_preload_content, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _request_timeout=_request_timeout, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> query_params=query_params) INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request INTERNALERROR> raise ApiException(http_resp=r) INTERNALERROR> . INTERNALERROR> Elapsed time: 0.07784676551818848 [0:00:00.077847] INTERNALERROR> INTERNALERROR> The above exception was the direct cause of the following exception: INTERNALERROR> INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/_pytest/main.py", line 316, in wrap_session INTERNALERROR> config.hook.pytest_sessionstart(session=session) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_hooks.py", line 512, in __call__ INTERNALERROR> return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) INTERNALERROR> ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_manager.py", line 120, in _hookexec INTERNALERROR> return self._inner_hookexec(hook_name, methods, kwargs, firstresult) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 167, in _multicall INTERNALERROR> raise exception INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/pluggy/_callers.py", line 121, in _multicall INTERNALERROR> res = hook_impl.function(*args) INTERNALERROR> File "/home/odh/opendatahub-tests/conftest.py", line 381, in pytest_sessionstart INTERNALERROR> updated_global_config(admin_client=get_client(), config=config) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/conftest.py", line 392, in updated_global_config INTERNALERROR> distribution = get_operator_distribution(client=admin_client) INTERNALERROR> File "/home/odh/opendatahub-tests/utilities/infra.py", line 920, in get_operator_distribution INTERNALERROR> dsc = get_data_science_cluster(client=client, dsc_name=dsc_name) INTERNALERROR> File "/home/odh/opendatahub-tests/utilities/infra.py", line 878, in get_data_science_cluster INTERNALERROR> return DataScienceCluster(client=client, name=dsc_name, ensure_exists=True) INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/data_science_cluster.py", line 26, in __init__ INTERNALERROR> super().__init__(**kwargs) INTERNALERROR> ~~~~~~~~~~~~~~~~^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 705, in __init__ INTERNALERROR> self._ensure_exists() INTERNALERROR> ~~~~~~~~~~~~~~~~~~~^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 714, in _ensure_exists INTERNALERROR> if not self.exists: INTERNALERROR> ^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 980, in exists INTERNALERROR> return self.instance INTERNALERROR> ^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 1247, in instance INTERNALERROR> return self.retry_cluster_exceptions(func=_instance) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 1175, in retry_cluster_exceptions INTERNALERROR> raise exp.last_exp from exp INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/timeout_sampler/__init__.py", line 162, in __iter__ INTERNALERROR> yield self.func(*self.func_args, **self.func_kwargs) INTERNALERROR> ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 1245, in _instance INTERNALERROR> return self.api.get(name=self.name) INTERNALERROR> ~~~~~~~~~~~~^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 112, in get INTERNALERROR> return self.request('get', path, **kwargs) INTERNALERROR> ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 57, in inner INTERNALERROR> raise api_exception(e) INTERNALERROR> kubernetes.dynamic.exceptions.UnauthorizedError: 401 INTERNALERROR> Reason: Unauthorized INTERNALERROR> HTTP response headers: HTTPHeaderDict({'Audit-Id': 'b6654432-9a9e-4a9b-90e1-e8f6eb021551', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Date': 'Sun, 14 Jun 2026 10:34:40 GMT', 'Content-Length': '129'}) INTERNALERROR> HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Unauthorized","reason":"Unauthorized","code":401}\n' INTERNALERROR> Original traceback: INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 55, in inner INTERNALERROR> resp = func(self, *args, **kwargs) INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 277, in request INTERNALERROR> api_response = self.client.call_api( INTERNALERROR> path, INTERNALERROR> ...<11 lines>... INTERNALERROR> _request_timeout=params.get('_request_timeout') INTERNALERROR> ) INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 348, in call_api INTERNALERROR> return self.__call_api(resource_path, method, INTERNALERROR> ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> path_params, query_params, header_params, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> ...<2 lines>... INTERNALERROR> _return_http_data_only, collection_formats, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _preload_content, _request_timeout, _host) INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 180, in __call_api INTERNALERROR> response_data = self.request( INTERNALERROR> method, url, query_params=query_params, headers=header_params, INTERNALERROR> post_params=post_params, body=body, INTERNALERROR> _preload_content=_preload_content, INTERNALERROR> _request_timeout=_request_timeout) INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 373, in request INTERNALERROR> return self.rest_client.GET(url, INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~^^^^^ INTERNALERROR> query_params=query_params, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _preload_content=_preload_content, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _request_timeout=_request_timeout, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> headers=headers) INTERNALERROR> ^^^^^^^^^^^^^^^^ INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 244, in GET INTERNALERROR> return self.request("GET", url, INTERNALERROR> ~~~~~~~~~~~~^^^^^^^^^^^^ INTERNALERROR> headers=headers, INTERNALERROR> ^^^^^^^^^^^^^^^^ INTERNALERROR> _preload_content=_preload_content, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _request_timeout=_request_timeout, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> query_params=query_params) INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 238, in request INTERNALERROR> raise ApiException(http_resp=r) --- BVT pytest attempt 2026-06-14T10:34:47.370319+00:00 (python3 -m pytest...) --- ImportError while loading conftest '/home/odh/opendatahub-tests/conftest.py'. conftest.py:16: in from ocp_resources.cluster_service_version import ClusterServiceVersion E ModuleNotFoundError: No module named 'ocp_resources'