--- BVT pytest attempt 2026-06-10T15:24:35.396664+00:00 (/.local/bin/uv run pytest...) --- 2026-06-10T15:24:37.333556Z [info ] Writing tests log to /home/odh/opendatahub-tests/results/pytest-tests.log [conftest] 2026-06-10T15:24:37.336167Z [info ] Trying to get client via new_client_from_config [ocp_resources.resource] 2026-06-10T15:24:37.337368Z [error ] [Errno 2] No such file or directory: 'oc' [root] /home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/urllib3/connectionpool.py:1110: 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( /home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/urllib3/connectionpool.py:1110: 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/kubernetes/dynamic/client.py", line 54, in inner INTERNALERROR> resp = func(self, *args, **kwargs) INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 272, in request INTERNALERROR> api_response = self.client.call_api( INTERNALERROR> path, INTERNALERROR> ...<11 lines>... INTERNALERROR> _request_timeout=params.get('_request_timeout') INTERNALERROR> ) INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 374, in call_api INTERNALERROR> return self.__call_api(resource_path, method, INTERNALERROR> ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> path_params, query_params, header_params, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> ...<3 lines>... INTERNALERROR> _preload_content, _request_timeout, _host, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _request_auth) INTERNALERROR> ^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 191, in __call_api INTERNALERROR> raise e INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 184, 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> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 400, 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> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 246, 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> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 232, in request INTERNALERROR> raise ForbiddenException(http_resp=r) INTERNALERROR> kubernetes.client.exceptions.ForbiddenException: (403) INTERNALERROR> Reason: Forbidden INTERNALERROR> HTTP response headers: HTTPHeaderDict({'Audit-Id': '6c1753cf-0df6-4947-8594-8a098deadfe7', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Content-Type-Options': 'nosniff', 'X-Kubernetes-Pf-Flowschema-Uid': '566f6031-8adf-4912-a313-cecf67c36bb2', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'fc4a295a-a478-447a-a091-f382811d2be6', 'Date': 'Wed, 10 Jun 2026 15:24:37 GMT', 'Content-Length': '189'}) INTERNALERROR> HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"forbidden: User \"system:anonymous\" cannot get path \"/apis\"","reason":"Forbidden","details":{},"code":403} INTERNALERROR> INTERNALERROR> INTERNALERROR> INTERNALERROR> During handling of the above exception, another exception occurred: 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/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 292, in get_client INTERNALERROR> _dynamic_client = kubernetes.dynamic.DynamicClient(client=_client) INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 79, in __init__ INTERNALERROR> self.__discoverer = discoverer(self, cache_file) INTERNALERROR> ~~~~~~~~~~^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/discovery.py", line 227, in __init__ INTERNALERROR> Discoverer.__init__(self, client, cache_file) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/discovery.py", line 52, in __init__ INTERNALERROR> self.__init_cache() INTERNALERROR> ~~~~~~~~~~~~~~~~~^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/discovery.py", line 69, in __init_cache INTERNALERROR> self.discover() INTERNALERROR> ~~~~~~~~~~~~~^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/discovery.py", line 231, in discover INTERNALERROR> self.__resources = self.parse_api_groups(request_resources=False) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/discovery.py", line 116, in parse_api_groups INTERNALERROR> groups_response = self.client.request('GET', '/{}'.format(DISCOVERY_PREFIX)).groups INTERNALERROR> ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 56, in inner INTERNALERROR> raise api_exception(e) INTERNALERROR> kubernetes.dynamic.exceptions.ForbiddenError: 403 INTERNALERROR> Reason: Forbidden INTERNALERROR> HTTP response headers: HTTPHeaderDict({'Audit-Id': '6c1753cf-0df6-4947-8594-8a098deadfe7', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Content-Type-Options': 'nosniff', 'X-Kubernetes-Pf-Flowschema-Uid': '566f6031-8adf-4912-a313-cecf67c36bb2', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'fc4a295a-a478-447a-a091-f382811d2be6', 'Date': 'Wed, 10 Jun 2026 15:24:37 GMT', 'Content-Length': '189'}) INTERNALERROR> HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"forbidden: User \"system:anonymous\" cannot get path \"/apis\"","reason":"Forbidden","details":{},"code":403} INTERNALERROR> INTERNALERROR> Original traceback: INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 54, 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 272, 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 374, in call_api INTERNALERROR> return self.__call_api(resource_path, method, INTERNALERROR> ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> path_params, query_params, header_params, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> ...<3 lines>... INTERNALERROR> _preload_content, _request_timeout, _host, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _request_auth) INTERNALERROR> ^^^^^^^^^^^^^^ INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 191, in __call_api INTERNALERROR> raise e INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 184, 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 400, 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 246, 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 232, in request INTERNALERROR> raise ForbiddenException(http_resp=r) --- BVT pytest attempt 2026-06-10T15:24:38.015529+00:00 (/.local/bin/uv run pytest...) --- Bytecode compiled 17248 files in 715ms 2026-06-10T15:24:40.223707Z [info ] Writing tests log to /home/odh/opendatahub-tests/results/pytest-tests.log [conftest] 2026-06-10T15:24:40.224192Z [info ] Trying to get client via new_client_from_config [ocp_resources.resource] 2026-06-10T15:24:40.227469Z [error ] [Errno 2] No such file or directory: 'oc' [root] /home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/urllib3/connectionpool.py:1110: 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( /home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/urllib3/connectionpool.py:1110: 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/kubernetes/dynamic/client.py", line 54, in inner INTERNALERROR> resp = func(self, *args, **kwargs) INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 272, in request INTERNALERROR> api_response = self.client.call_api( INTERNALERROR> path, INTERNALERROR> ...<11 lines>... INTERNALERROR> _request_timeout=params.get('_request_timeout') INTERNALERROR> ) INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 374, in call_api INTERNALERROR> return self.__call_api(resource_path, method, INTERNALERROR> ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> path_params, query_params, header_params, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> ...<3 lines>... INTERNALERROR> _preload_content, _request_timeout, _host, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _request_auth) INTERNALERROR> ^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 191, in __call_api INTERNALERROR> raise e INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 184, 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> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 400, 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> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 246, 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> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/rest.py", line 232, in request INTERNALERROR> raise ForbiddenException(http_resp=r) INTERNALERROR> kubernetes.client.exceptions.ForbiddenException: (403) INTERNALERROR> Reason: Forbidden INTERNALERROR> HTTP response headers: HTTPHeaderDict({'Audit-Id': 'b0b080a0-89b9-408a-84f9-6b56a8c2f047', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Content-Type-Options': 'nosniff', 'X-Kubernetes-Pf-Flowschema-Uid': '566f6031-8adf-4912-a313-cecf67c36bb2', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'fc4a295a-a478-447a-a091-f382811d2be6', 'Date': 'Wed, 10 Jun 2026 15:24:40 GMT', 'Content-Length': '189'}) INTERNALERROR> HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"forbidden: User \"system:anonymous\" cannot get path \"/apis\"","reason":"Forbidden","details":{},"code":403} INTERNALERROR> INTERNALERROR> INTERNALERROR> INTERNALERROR> During handling of the above exception, another exception occurred: 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/.venv/lib64/python3.14/site-packages/ocp_resources/resource.py", line 292, in get_client INTERNALERROR> _dynamic_client = kubernetes.dynamic.DynamicClient(client=_client) INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 79, in __init__ INTERNALERROR> self.__discoverer = discoverer(self, cache_file) INTERNALERROR> ~~~~~~~~~~^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/discovery.py", line 227, in __init__ INTERNALERROR> Discoverer.__init__(self, client, cache_file) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/discovery.py", line 52, in __init__ INTERNALERROR> self.__init_cache() INTERNALERROR> ~~~~~~~~~~~~~~~~~^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/discovery.py", line 69, in __init_cache INTERNALERROR> self.discover() INTERNALERROR> ~~~~~~~~~~~~~^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/discovery.py", line 231, in discover INTERNALERROR> self.__resources = self.parse_api_groups(request_resources=False) INTERNALERROR> ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/discovery.py", line 116, in parse_api_groups INTERNALERROR> groups_response = self.client.request('GET', '/{}'.format(DISCOVERY_PREFIX)).groups INTERNALERROR> ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 56, in inner INTERNALERROR> raise api_exception(e) INTERNALERROR> kubernetes.dynamic.exceptions.ForbiddenError: 403 INTERNALERROR> Reason: Forbidden INTERNALERROR> HTTP response headers: HTTPHeaderDict({'Audit-Id': 'b0b080a0-89b9-408a-84f9-6b56a8c2f047', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'X-Content-Type-Options': 'nosniff', 'X-Kubernetes-Pf-Flowschema-Uid': '566f6031-8adf-4912-a313-cecf67c36bb2', 'X-Kubernetes-Pf-Prioritylevel-Uid': 'fc4a295a-a478-447a-a091-f382811d2be6', 'Date': 'Wed, 10 Jun 2026 15:24:40 GMT', 'Content-Length': '189'}) INTERNALERROR> HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"forbidden: User \"system:anonymous\" cannot get path \"/apis\"","reason":"Forbidden","details":{},"code":403} INTERNALERROR> INTERNALERROR> Original traceback: INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/dynamic/client.py", line 54, 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 272, 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 374, in call_api INTERNALERROR> return self.__call_api(resource_path, method, INTERNALERROR> ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> path_params, query_params, header_params, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> ...<3 lines>... INTERNALERROR> _preload_content, _request_timeout, _host, INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> _request_auth) INTERNALERROR> ^^^^^^^^^^^^^^ INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 191, in __call_api INTERNALERROR> raise e INTERNALERROR> INTERNALERROR> File "/home/odh/opendatahub-tests/.venv/lib64/python3.14/site-packages/kubernetes/client/api_client.py", line 184, 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 400, 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 246, 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 232, in request INTERNALERROR> raise ForbiddenException(http_resp=r) --- BVT pytest attempt 2026-06-10T15:24:47.900357+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'