--- BVT pytest attempt 2026-06-14T08:28:18.088854+00:00 (/.local/bin/uv run pytest...) --- 2026-06-14T08:28:19.548355Z [info ] Writing tests log to /home/odh/opendatahub-tests/results/pytest-tests.log [conftest] 2026-06-14T08:28:19.557480Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.557631Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.557759Z [info ] PRAGMA main.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.558146Z [info ] PRAGMA main.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.558525Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.559160Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.559298Z [info ] PRAGMA temp.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.559405Z [info ] PRAGMA temp.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.559529Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.559655Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.559782Z [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-14T08:28:19.559922Z [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-14T08:28:19.560051Z [info ] [no key 0.00005s] ()  [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.560173Z [info ] [no key 0.00005s] ()  [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.560452Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.560566Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.562930Z [info ] Trying to get client via new_client_from_config [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( 2026-06-14T08:28:19.706734Z [info ] kind: DataScienceCluster api version: datasciencecluster.opendatahub.io/v2 [ocp_resources.resource] 2026-06-14T08:28:19.754536Z [info ] kind: DSCInitialization api version: dscinitialization.opendatahub.io/v2 [ocp_resources.resource] 2026-06-14T08:28:19.778914Z [info ] Running model registry tests against default namespace [conftest] 2026-06-14T08:28:19.779227Z [info ] kind: DataScienceCluster api version: datasciencecluster.opendatahub.io/v2 [ocp_resources.resource] ============================= test session starts ============================== platform linux -- Python 3.14.5, pytest-9.0.3, pluggy-1.6.0 -- /home/odh/opendatahub-tests/.venv/bin/python cachedir: .pytest_cache metadata: {'Python': '3.14.5', 'Platform': 'Linux-5.14.0-427.115.1.el9_4.x86_64-x86_64-with-glibc2.42', 'Packages': {'pytest': '9.0.3', 'pluggy': '1.6.0'}, 'Plugins': {'anyio': '4.13.0', 'asyncio': '1.3.0', 'dependency': '0.6.1', 'html': '4.2.0', 'metadata': '3.1.1', 'order': '1.3.0', 'progress': '1.4.0', 'testconfig': '0.2.0', 'xdist': '3.8.0', 'syrupy': '5.1.0'}} rootdir: /home/odh/opendatahub-tests configfile: pytest.ini plugins: anyio-4.13.0, asyncio-1.3.0, dependency-0.6.1, html-4.2.0, metadata-3.1.1, order-1.3.0, progress-1.4.0, testconfig-0.2.0, xdist-3.8.0, syrupy-5.1.0 asyncio: mode=Mode.STRICT, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function collecting ... collected 44 items / 39 deselected / 5 selected tests/workbenches/notebooks_server/controller/test_spawning.py::TestNotebook::test_create_simple_notebook[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]  test_create_simple_notebook[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]  -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-06-14T08:28:19.916602Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) _post_configure_properties() started [sqlalchemy.orm.mapper.Mapper] 2026-06-14T08:28:19.917175Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) initialize prop id [sqlalchemy.orm.mapper.Mapper] 2026-06-14T08:28:19.917325Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) initialize prop test_name [sqlalchemy.orm.mapper.Mapper] 2026-06-14T08:28:19.917459Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) initialize prop start_time [sqlalchemy.orm.mapper.Mapper] 2026-06-14T08:28:19.917590Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) _post_configure_properties() complete [sqlalchemy.orm.mapper.Mapper] 2026-06-14T08:28:19.917717Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.918290Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.918437Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.918562Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.918722Z [info ] [generated in 0.00014s] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/controller/test_spawning.py::test_create_simple_notebook[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]', 1781425699) [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.918898Z [info ] [generated in 0.00014s] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/controller/test_spawning.py::test_create_simple_notebook[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]', 1781425699) [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.919028Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.919151Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T08:28:19.922189Z [info ] Executing session fixture: event_loop_policy [conftest] 2026-06-14T08:28:19.924065Z [info ] Executing session fixture: _syrupy_apply_ide_patches [conftest] 2026-06-14T08:28:19.924374Z [info ] Executing session fixture: admin_client [conftest] 2026-06-14T08:28:19.924596Z [info ] Trying to get client via new_client_from_config [ocp_resources.resource] 2026-06-14T08:28:19.924703Z [info ] Executing session fixture: dsc_resource [conftest] 2026-06-14T08:28:19.924807Z [info ] kind: DataScienceCluster api version: datasciencecluster.opendatahub.io/v2 [ocp_resources.resource] 2026-06-14T08:28:19.994246Z [info ] Executing session fixture: tmp_path_factory [conftest] 2026-06-14T08:28:19.994635Z [info ] Executing session fixture: tests_tmp_dir [conftest] 2026-06-14T08:28:19.995326Z [info ] Executing session fixture: os_path_environment [conftest] 2026-06-14T08:28:19.995450Z [info ] Executing session fixture: tmpdir_factory [conftest] 2026-06-14T08:28:19.995567Z [info ] Executing session fixture: bin_directory [conftest] 2026-06-14T08:28:19.996466Z [info ] Executing session fixture: oc_binary_path [conftest] 2026-06-14T08:28:20.009866Z [info ] kind: ConsoleCLIDownload api version: console.openshift.io/v1 [ocp_resources.resource] 2026-06-14T08:28:20.041601Z [info ] All oc console cli download links: ['https://downloads-openshift-console.apps.ods-qe-psi-23.osp.rh-ods.com/amd64/linux/oc.tar'] [utilities.infra] name=utilities.infra 2026-06-14T08:28:20.041692Z [info ] Downloading archive using: url=https://downloads-openshift-console.apps.ods-qe-psi-23.osp.rh-ods.com/amd64/linux/oc.tar [utilities.infra] name=utilities.infra 2026-06-14T08:28:32.766870Z [info ] Extract the downloaded archive. [utilities.infra] name=utilities.infra 2026-06-14T08:28:32.896332Z [info ] Downloaded file: ['oc']  [utilities.infra] name=utilities.infra 2026-06-14T08:28:32.925666Z [info ] Executing session fixture: bin_directory_to_os_path [conftest] 2026-06-14T08:28:32.921765Z [info ] OC binary path: /tmp/pytest-NNY95DzmuUj4zBZozEMnkg/bin0/oc [tests.conftest] name=tests.conftest 2026-06-14T08:28:32.921872Z [info ] Adding /tmp/pytest-NNY95DzmuUj4zBZozEMnkg/bin0 to $PATH [tests.conftest] name=tests.conftest 2026-06-14T08:28:32.926288Z [info ] Executing session fixture: nodes [conftest] 2026-06-14T08:28:33.852460Z [info ] Executing session fixture: dsci_resource [conftest] 2026-06-14T08:28:33.852740Z [info ] kind: DSCInitialization api version: dscinitialization.opendatahub.io/v2 [ocp_resources.resource] 2026-06-14T08:28:33.866584Z [info ] Executing session fixture: record_testsuite_property [conftest] 2026-06-14T08:28:33.867043Z [info ] Executing session fixture: junitxml_plugin [conftest] 2026-06-14T08:28:33.867172Z [info ] Executing session fixture: cluster_sanity_scope_session [conftest] 2026-06-14T08:28:33.865756Z [info ] Check cluster sanity.  [utilities.infra] name=utilities.infra 2026-06-14T08:28:33.867408Z [info ] Verify all nodes are in a healthy condition. [ocp_utilities.infra] 2026-06-14T08:28:33.947077Z [info ] Verify all nodes are schedulable. [ocp_utilities.infra] 2026-06-14T08:28:34.022563Z [info ] Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.wait_for_dsci_status_ready Kwargs: {'dsci_resource': }) [timeout_sampler] 2026-06-14T08:28:34.021790Z [info ] Wait for DSCI default-dsci to be in Ready status. [utilities.infra] name=utilities.infra 2026-06-14T08:28:34.023164Z [info ] Get DSCInitialization default-dsci status [ocp_resources DSCInitialization] 2026-06-14T08:28:34.034637Z [info ] Elapsed time: 0.00014925003051757812 [0:00:00.000149] [timeout_sampler] 2026-06-14T08:28:34.035056Z [info ] Waiting for 120 seconds [0:02:00], retry every 5 seconds. (Function: utilities.infra.wait_for_dsc_status_ready Kwargs: {'dsc_resource': }) [timeout_sampler] 2026-06-14T08:28:34.033970Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-14T08:28:34.035294Z [info ] Get DataScienceCluster default-dsc status [ocp_resources DataScienceCluster] 2026-06-14T08:28:34.049810Z [info ] Elapsed time: 5.984306335449219e-05 [0:00:00.000060] [timeout_sampler] 2026-06-14T08:28:34.050140Z [info ] Executing session fixture: autouse_fixtures [conftest] 2026-06-14T08:28:34.050271Z [info ] Executing session fixture: pytestconfig [conftest] 2026-06-14T08:28:34.050400Z [info ] Executing session fixture: use_unprivileged_client [conftest] 2026-06-14T08:28:34.050528Z [info ] Executing session fixture: kubconfig_filepath [conftest] 2026-06-14T08:28:34.050649Z [info ] Executing session fixture: cluster_authentication [conftest] 2026-06-14T08:28:34.083397Z [info ] kind: Authentication api version: config.openshift.io/v1 [ocp_resources.resource] 2026-06-14T08:28:34.096768Z [info ] Executing session fixture: is_byoidc [conftest] 2026-06-14T08:28:34.112606Z [info ] Executing session fixture: non_admin_user_password [conftest] 2026-06-14T08:28:34.113064Z [info ] Executing session fixture: unprivileged_client [conftest] 2026-06-14T08:28:34.109519Z [warning ] Unprivileged client is not enabled, using admin client [tests.conftest] name=tests.conftest 2026-06-14T08:28:34.113424Z [info ] Executing session fixture: teardown_resources [conftest] 2026-06-14T08:28:34.113533Z [info ] Executing class fixture: unprivileged_model_namespace [conftest] 2026-06-14T08:28:34.113639Z [info ] kind: ProjectRequest api version: project.openshift.io/v1 [ocp_resources.resource] 2026-06-14T08:28:34.113743Z [info ] Create ProjectRequest test-odh-notebook [ocp_resources ProjectRequest] 2026-06-14T08:28:34.114189Z [info ] Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'test-odh-notebook', 'labels': {'opendatahub.io/dashboard': 'true'}}} [ocp_resources ProjectRequest] 2026-06-14T08:28:34.210748Z [info ] kind: Project api version: project.openshift.io/v1 [ocp_resources.resource] 2026-06-14T08:28:34.211091Z [info ] Wait for Project test-odh-notebook status to be Active [ocp_resources Project] 2026-06-14T08:28:34.211204Z [info ] Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) [timeout_sampler] 2026-06-14T08:28:34.231902Z [info ] Status of Project test-odh-notebook is Active [ocp_resources Project] 2026-06-14T08:28:34.232031Z [info ] Elapsed time: 3.8623809814453125e-05 [0:00:00.000039] [timeout_sampler] 2026-06-14T08:28:34.232153Z [info ] ResourceEdits: Updating data for resource Namespace test-odh-notebook [ocp_resources.resource] 2026-06-14T08:28:34.232269Z [info ] Update Namespace test-odh-notebook: {'metadata': {'labels': {'opendatahub.io/dashboard': 'true'}, 'name': 'test-odh-notebook'}} [ocp_resources Namespace] 2026-06-14T08:28:34.250124Z [info ] Executing function fixture: minimal_image [conftest] 2026-06-14T08:28:34.299044Z [info ] kind: ClusterServiceVersion api version: operators.coreos.com/v1alpha1 [ocp_resources.resource] 2026-06-14T08:28:34.385093Z [info ] Executing function fixture: notebook_image [conftest] 2026-06-14T08:28:34.463889Z [info ] kind: Config api version: imageregistry.operator.openshift.io/v1 [ocp_resources.resource] 2026-06-14T08:28:34.476219Z [info ] Image registry management state: managed, available: True [utilities.infra] name=utilities.infra 2026-06-14T08:28:34.478118Z [info ] Executing function fixture: users_persistent_volume_claim [conftest] 2026-06-14T08:28:34.478242Z [info ] Create PersistentVolumeClaim test-odh-notebook [ocp_resources PersistentVolumeClaim] 2026-06-14T08:28:34.478379Z [info ] Posting {'apiVersion': 'v1', 'kind': 'PersistentVolumeClaim', 'metadata': {'name': 'test-odh-notebook', 'labels': {'opendatahub.io/dashboard': 'true'}, 'namespace': 'test-odh-notebook'}, 'spec': {'volumeMode': 'Filesystem', 'accessModes': ['ReadWriteOnce'], 'resources': {'requests': {'storage': '10Gi'}}}} [ocp_resources PersistentVolumeClaim] 2026-06-14T08:28:34.515891Z [info ] Executing function fixture: default_notebook [conftest] 2026-06-14T08:28:34.516027Z [info ] kind: SelfSubjectReview api version: authentication.k8s.io/v1 [ocp_resources.resource] 2026-06-14T08:28:34.516152Z [info ] Create SelfSubjectReview selfSubjectReview [ocp_resources SelfSubjectReview] 2026-06-14T08:28:34.516272Z [info ] Posting {'apiVersion': 'authentication.k8s.io/v1', 'kind': 'SelfSubjectReview', 'metadata': {'name': 'selfSubjectReview'}} [ocp_resources SelfSubjectReview] 2026-06-14T08:28:34.576900Z [info ] kind: Notebook api version: kubeflow.org/v1 [ocp_resources.resource] 2026-06-14T08:28:34.577065Z [info ] Create Notebook test-odh-notebook [ocp_resources Notebook] 2026-06-14T08:28:34.577286Z [info ] Posting {'apiVersion': 'kubeflow.org/v1', 'kind': 'Notebook', 'metadata': {'annotations': {'notebooks.opendatahub.io/inject-auth': 'true', 'opendatahub.io/accelerator-name': '', 'notebooks.opendatahub.io/last-image-selection': 'image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-minimal-notebook:3.4'}, 'finalizers': ['notebook.opendatahub.io/kube-rbac-proxy-cleanup'], 'labels': {'app': 'test-odh-notebook', 'opendatahub.io/dashboard': 'true', 'opendatahub.io/odh-managed': 'true'}, 'name': 'test-odh-notebook', 'namespace': 'test-odh-notebook'}, 'spec': {'template': {'spec': {'affinity': {}, 'containers': [{'env': [{'name': 'NOTEBOOK_ARGS', 'value': "--ServerApp.port=8888\n --ServerApp.token=''\n --ServerApp.password=''\n --ServerApp.base_url=/notebook/test-odh-notebook/test-odh-notebook\n --ServerApp.quit_button=False\n"}, {'name': 'JUPYTER_IMAGE', 'value': 'image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-minimal-notebook:3.4'}], 'image': 'image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-minimal-notebook:3.4', 'imagePullPolicy': 'Always', 'livenessProbe': {'failureThreshold': 3, 'httpGet': {'path': '/notebook/test-odh-notebook/test-odh-notebook/api', 'port': 'notebook-port', 'scheme': 'HTTP'}, 'initialDelaySeconds': 10, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'name': 'test-odh-notebook', 'ports': [{'containerPort': 8888, 'name': 'notebook-port', 'protocol': 'TCP'}], 'readinessProbe': {'failureThreshold': 3, 'httpGet': {'path': '/notebook/test-odh-notebook/test-odh-notebook/api', 'port': 'notebook-port', 'scheme': 'HTTP'}, 'initialDelaySeconds': 10, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'resources': {'limits': {'cpu': '2', 'memory': '4Gi'}, 'requests': {'cpu': '1', 'memory': '1Gi'}}, 'volumeMounts': [{'mountPath': '/opt/app-root/src', 'name': 'test-odh-notebook'}, {'mountPath': '/dev/shm', 'name': 'shm'}], 'workingDir': '/opt/app-root/src'}], 'enableServiceLinks': False, 'serviceAccountName': 'test-odh-notebook', 'volumes': [{'name': 'test-odh-notebook', 'persistentVolumeClaim': {'claimName': 'test-odh-notebook'}}, {'emptyDir': {'medium': 'Memory'}, 'name': 'shm'}, {'name': 'kube-rbac-proxy-config', 'configMap': {'defaultMode': 420, 'name': 'test-kube-rbac-proxy-config'}}, {'name': 'kube-rbac-proxy-tls-certificates', 'secret': {'defaultMode': 420, 'secretName': 'test-kube-rbac-proxy-tls'}}]}}}} [ocp_resources Notebook] 2026-06-14T08:28:34.883517Z [info ] Executing function fixture: notebook_pod [conftest] 2026-06-14T08:28:34.883873Z [info ] Wait until Pod test-odh-notebook-0 is created [ocp_resources Pod] 2026-06-14T08:28:34.884144Z [info ] Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) [timeout_sampler] 2026-06-14T08:28:35.914378Z [info ] Elapsed time: 1.016603946685791 [0:00:01.016604] [timeout_sampler] 2026-06-14T08:28:35.914551Z [info ] Wait for Pod/test-odh-notebook-0's 'Ready' condition to be 'True' [ocp_resources Pod] 2026-06-14T08:28:35.914679Z [info ] Wait until Pod test-odh-notebook-0 is created [ocp_resources Pod] 2026-06-14T08:28:35.914805Z [info ] Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) [timeout_sampler] 2026-06-14T08:28:35.927021Z [info ] Elapsed time: 2.9087066650390625e-05 [0:00:00.000029] [timeout_sampler] 2026-06-14T08:28:35.927249Z [info ] Waiting for 119.9873399734497 seconds [0:01:59.987340], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) [timeout_sampler] 2026-06-14T08:28:55.534767Z [info ] Elapsed time: 19.568764209747314 [0:00:19.568764] [timeout_sampler] --------------------------------------------------------- CALL --------------------------------------------------------- PASSED TEST: TestNotebook.test_create_simple_notebook[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2026-06-14T08:28:55.560030Z [info ] Delete Notebook test-odh-notebook [ocp_resources Notebook] 2026-06-14T08:28:55.610884Z [info ] Deleting {'apiVersion': 'kubeflow.org/v1', 'kind': 'Notebook', 'metadata': {'annotations': {'notebooks.opendatahub.io/inject-auth': 'true', 'notebooks.opendatahub.io/last-image-selection': 'image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-minimal-notebook:3.4', 'opendatahub.io/accelerator-name': ''}, 'creationTimestamp': '2026-06-14T08:28:34Z', 'finalizers': ['notebook.opendatahub.io/kube-rbac-proxy-cleanup', 'notebook.opendatahub.io/httproute-cleanup', 'notebook.opendatahub.io/referencegrant-cleanup'], 'generation': 1, 'labels': {'app': 'test-odh-notebook', 'opendatahub.io/dashboard': 'true', 'opendatahub.io/odh-managed': 'true'}, 'managedFields': [{'apiVersion': 'kubeflow.org/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:notebooks.opendatahub.io/inject-auth': {}, 'f:notebooks.opendatahub.io/last-image-selection': {}, 'f:opendatahub.io/accelerator-name': {}}, 'f:finalizers': {'.': {}, 'v:"notebook.opendatahub.io/kube-rbac-proxy-cleanup"': {}}, 'f:labels': {'.': {}, 'f:app': {}, 'f:opendatahub.io/dashboard': {}, 'f:opendatahub.io/odh-managed': {}}}, 'f:spec': {'.': {}, 'f:template': {'.': {}, 'f:spec': {'.': {}, 'f:affinity': {}, 'f:containers': {'.': {}, 'k:{"name":"test-odh-notebook"}': {'.': {}, 'f:env': {'.': {}, 'k:{"name":"JUPYTER_IMAGE"}': {'.': {}, 'f:name': {}, 'f:value': {}}, 'k:{"name":"NOTEBOOK_ARGS"}': {'.': {}, 'f:name': {}, 'f:value': {}}}, 'f:image': {}, 'f:imagePullPolicy': {}, 'f:livenessProbe': {'.': {}, 'f:failureThreshold': {}, 'f:httpGet': {'.': {}, 'f:path': {}, 'f:port': {}, 'f:scheme': {}}, 'f:initialDelaySeconds': {}, 'f:periodSeconds': {}, 'f:successThreshold': {}, 'f:timeoutSeconds': {}}, 'f:name': {}, 'f:ports': {'.': {}, 'k:{"containerPort":8888,"protocol":"TCP"}': {'.': {}, 'f:containerPort': {}, 'f:name': {}, 'f:protocol': {}}}, 'f:readinessProbe': {'.': {}, 'f:failureThreshold': {}, 'f:httpGet': {'.': {}, 'f:path': {}, 'f:port': {}, 'f:scheme': {}}, 'f:initialDelaySeconds': {}, 'f:periodSeconds': {}, 'f:successThreshold': {}, 'f:timeoutSeconds': {}}, 'f:resources': {'.': {}, 'f:limits': {'.': {}, 'f:cpu': {}, 'f:memory': {}}, 'f:requests': {'.': {}, 'f:cpu': {}, 'f:memory': {}}}, 'f:volumeMounts': {'.': {}, 'k:{"mountPath":"/dev/shm"}': {'.': {}, 'f:mountPath': {}, 'f:name': {}}, 'k:{"mountPath":"/opt/app-root/src"}': {'.': {}, 'f:mountPath': {}, 'f:name': {}}}, 'f:workingDir': {}}}, 'f:enableServiceLinks': {}, 'f:serviceAccountName': {}, 'f:volumes': {'.': {}, 'k:{"name":"kube-rbac-proxy-config"}': {'.': {}, 'f:configMap': {}, 'f:name': {}}, 'k:{"name":"kube-rbac-proxy-tls-certificates"}': {'.': {}, 'f:name': {}, 'f:secret': {'.': {}, 'f:defaultMode': {}, 'f:secretName': {}}}, 'k:{"name":"shm"}': {'.': {}, 'f:emptyDir': {'.': {}, 'f:medium': {}}, 'f:name': {}}, 'k:{"name":"test-odh-notebook"}': {'.': {}, 'f:name': {}, 'f:persistentVolumeClaim': {'.': {}, 'f:claimName': {}}}}}}}}, 'manager': 'OpenAPI-Generator', 'operation': 'Update', 'time': '2026-06-14T08:28:34Z'}, {'apiVersion': 'kubeflow.org/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:finalizers': {'v:"notebook.opendatahub.io/httproute-cleanup"': {}, 'v:"notebook.opendatahub.io/referencegrant-cleanup"': {}}}}, 'manager': 'manager', 'operation': 'Update', 'time': '2026-06-14T08:28:34Z'}, {'apiVersion': 'kubeflow.org/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:conditions': {}, 'f:containerState': {'.': {}, 'f:running': {'.': {}, 'f:startedAt': {}}}, 'f:readyReplicas': {}}}, 'manager': 'manager', 'operation': 'Update', 'subresource': 'status', 'time': '2026-06-14T08:28:54Z'}], 'name': 'test-odh-notebook', 'namespace': 'test-odh-notebook', 'resourceVersion': '182476395', 'uid': 'f52580c0-0220-45bc-a595-f861a1f98fe7'}, 'spec': {'template': {'spec': {'affinity': {}, 'containers': [{'env': [{'name': 'NOTEBOOK_ARGS', 'value': "--ServerApp.port=8888\n --ServerApp.token=''\n --ServerApp.password=''\n --ServerApp.base_url=/notebook/test-odh-notebook/test-odh-notebook\n --ServerApp.quit_button=False\n"}, {'name': 'JUPYTER_IMAGE', 'value': 'image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-minimal-notebook:3.4'}, {'name': 'REQUESTS_CA_BUNDLE', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}, {'name': 'SSL_CERT_FILE', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}, {'name': 'PIPELINES_SSL_SA_CERTS', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}, {'name': 'KF_PIPELINES_SSL_SA_CERTS', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}, {'name': 'GIT_SSL_CAINFO', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}, {'name': 'PIP_CERT', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}], 'image': 'image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-minimal-notebook:3.4', 'imagePullPolicy': 'Always', 'livenessProbe': {'failureThreshold': 3, 'httpGet': {'path': '/notebook/test-odh-notebook/test-odh-notebook/api', 'port': 'notebook-port', 'scheme': 'HTTP'}, 'initialDelaySeconds': 10, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'name': 'test-odh-notebook', 'ports': [{'containerPort': 8888, 'name': 'notebook-port', 'protocol': 'TCP'}], 'readinessProbe': {'failureThreshold': 3, 'httpGet': {'path': '/notebook/test-odh-notebook/test-odh-notebook/api', 'port': 'notebook-port', 'scheme': 'HTTP'}, 'initialDelaySeconds': 10, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'resources': {'limits': {'cpu': '2', 'memory': '4Gi'}, 'requests': {'cpu': '1', 'memory': '1Gi'}}, 'volumeMounts': [{'mountPath': '/opt/app-root/src', 'name': 'test-odh-notebook'}, {'mountPath': '/dev/shm', 'name': 'shm'}, {'mountPath': '/etc/pki/tls/custom-certs', 'name': 'trusted-ca', 'readOnly': True}, {'mountPath': '/opt/app-root/pipeline-runtimes/', 'name': 'runtime-images'}], 'workingDir': '/opt/app-root/src'}, {'args': ['--secure-listen-address=0.0.0.0:8443', '--upstream=http://127.0.0.1:8888/', '--logtostderr=true', '--v=10', '--proxy-endpoints-port=8444', '--config-file=/etc/kube-rbac-proxy/config-file.yaml', '--tls-cert-file=/etc/tls/private/tls.crt', '--tls-private-key-file=/etc/tls/private/tls.key', '--auth-header-fields-enabled=true', '--auth-header-user-field-name=X-Auth-Request-User', '--auth-header-groups-field-name=X-Auth-Request-Groups'], 'image': 'registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:07ee0914946d9d6b2c7c7367be5b6bc13ddf0dddd93e896fc50aa617d761dc3a', 'imagePullPolicy': 'Always', 'livenessProbe': {'failureThreshold': 3, 'httpGet': {'path': '/healthz', 'port': 8444, 'scheme': 'HTTPS'}, 'initialDelaySeconds': 30, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'name': 'kube-rbac-proxy', 'ports': [{'containerPort': 8443, 'name': 'kube-rbac-proxy', 'protocol': 'TCP'}], 'readinessProbe': {'failureThreshold': 3, 'httpGet': {'path': '/healthz', 'port': 8444, 'scheme': 'HTTPS'}, 'initialDelaySeconds': 5, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'resources': {'limits': {'cpu': '100m', 'memory': '64Mi'}, 'requests': {'cpu': '100m', 'memory': '64Mi'}}, 'volumeMounts': [{'mountPath': '/etc/kube-rbac-proxy', 'name': 'kube-rbac-proxy-config'}, {'mountPath': '/etc/tls/private', 'name': 'kube-rbac-proxy-tls-certificates'}]}], 'enableServiceLinks': False, 'serviceAccountName': 'test-odh-notebook', 'volumes': [{'name': 'test-odh-notebook', 'persistentVolumeClaim': {'claimName': 'test-odh-notebook'}}, {'emptyDir': {'medium': 'Memory'}, 'name': 'shm'}, {'configMap': {'defaultMode': 420, 'name': 'test-odh-notebook-kube-rbac-proxy-config'}, 'name': 'kube-rbac-proxy-config'}, {'name': 'kube-rbac-proxy-tls-certificates', 'secret': {'defaultMode': 420, 'secretName': 'test-odh-notebook-kube-rbac-proxy-tls'}}, {'configMap': {'name': 'workbench-trusted-ca-bundle', 'optional': True}, 'name': 'trusted-ca'}, {'configMap': {'name': 'pipeline-runtime-images', 'optional': True}, 'name': 'runtime-images'}]}}}, 'status': {'conditions': [{'lastProbeTime': '2026-06-14T08:28:54Z', 'lastTransitionTime': '2026-06-14T08:28:43Z', 'status': 'True', 'type': 'PodReadyToStartContainers'}, {'lastProbeTime': '2026-06-14T08:28:54Z', 'lastTransitionTime': '2026-06-14T08:28:36Z', 'status': 'True', 'type': 'Initialized'}, {'lastProbeTime': '2026-06-14T08:28:54Z', 'lastTransitionTime': '2026-06-14T08:28:54Z', 'status': 'True', 'type': 'Ready'}, {'lastProbeTime': '2026-06-14T08:28:54Z', 'lastTransitionTime': '2026-06-14T08:28:54Z', 'status': 'True', 'type': 'ContainersReady'}, {'lastProbeTime': '2026-06-14T08:28:54Z', 'lastTransitionTime': '2026-06-14T08:28:36Z', 'status': 'True', 'type': 'PodScheduled'}], 'containerState': {'running': {'startedAt': '2026-06-14T08:28:43Z'}}, 'readyReplicas': 1}} [ocp_resources Notebook] 2026-06-14T08:28:55.642541Z [info ] Wait until Notebook test-odh-notebook is deleted [ocp_resources Notebook] 2026-06-14T08:28:55.642712Z [info ] Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) [timeout_sampler] 2026-06-14T08:28:56.685449Z [info ] Elapsed time: 1.0212657451629639 [0:00:01.021266] [timeout_sampler] 2026-06-14T08:28:56.685647Z [info ] Delete PersistentVolumeClaim test-odh-notebook [ocp_resources PersistentVolumeClaim] 2026-06-14T08:28:56.728446Z [info ] Deleting {'kind': 'PersistentVolumeClaim', 'apiVersion': 'v1', 'metadata': {'name': 'test-odh-notebook', 'namespace': 'test-odh-notebook', 'uid': '0ac814ac-a5a3-4cfa-9c21-6fe32c30e5d2', 'resourceVersion': '182475850', 'creationTimestamp': '2026-06-14T08:28:34Z', 'labels': {'opendatahub.io/dashboard': 'true'}, 'annotations': {'pv.kubernetes.io/bind-completed': 'yes', 'pv.kubernetes.io/bound-by-controller': 'yes', 'volume.beta.kubernetes.io/storage-provisioner': 'cinder.csi.openstack.org', 'volume.kubernetes.io/selected-node': 'ods-qe-psi-23-v5877-worker-0-4m76g', 'volume.kubernetes.io/storage-provisioner': 'cinder.csi.openstack.org'}, 'finalizers': ['kubernetes.io/pvc-protection'], 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-14T08:28:34Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:labels': {'.': {}, 'f:opendatahub.io/dashboard': {}}}, 'f:spec': {'f:accessModes': {}, 'f:resources': {'f:requests': {'.': {}, 'f:storage': {}}}, 'f:volumeMode': {}}}}, {'manager': 'kube-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-14T08:28:35Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:pv.kubernetes.io/bind-completed': {}, 'f:pv.kubernetes.io/bound-by-controller': {}, 'f:volume.beta.kubernetes.io/storage-provisioner': {}, 'f:volume.kubernetes.io/storage-provisioner': {}}}, 'f:spec': {'f:volumeName': {}}}}, {'manager': 'kube-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-14T08:28:35Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'f:accessModes': {}, 'f:capacity': {'.': {}, 'f:storage': {}}, 'f:phase': {}}}, 'subresource': 'status'}, {'manager': 'kube-scheduler', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-14T08:28:35Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:volume.kubernetes.io/selected-node': {}}}}}]}, 'spec': {'accessModes': ['ReadWriteOnce'], 'resources': {'requests': {'storage': '10Gi'}}, 'volumeName': 'pvc-0ac814ac-a5a3-4cfa-9c21-6fe32c30e5d2', 'storageClassName': 'standard-csi', 'volumeMode': 'Filesystem'}, 'status': {'phase': 'Bound', 'accessModes': ['ReadWriteOnce'], 'capacity': {'storage': '10Gi'}}} [ocp_resources PersistentVolumeClaim] 2026-06-14T08:28:56.750890Z [info ] Wait until PersistentVolumeClaim test-odh-notebook is deleted [ocp_resources PersistentVolumeClaim] 2026-06-14T08:28:56.751066Z [info ] Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) [timeout_sampler] 2026-06-14T08:28:57.793629Z [info ] Elapsed time: 1.01991868019104 [0:00:01.019919] [timeout_sampler] 2026-06-14T08:28:57.816035Z [info ] Delete Project test-odh-notebook [ocp_resources Project] 2026-06-14T08:28:57.862081Z [info ] Deleting {'kind': 'Project', 'apiVersion': 'project.openshift.io/v1', 'metadata': {'name': 'test-odh-notebook', 'uid': '7d3fd20a-9543-481b-b189-e386b7db9e4f', 'resourceVersion': '182475739', 'creationTimestamp': '2026-06-14T08:28:34Z', 'labels': {'kubernetes.io/metadata.name': 'test-odh-notebook', 'opendatahub.io/dashboard': 'true', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/enforce': 'restricted', 'pod-security.kubernetes.io/enforce-version': 'latest', 'pod-security.kubernetes.io/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest'}, 'annotations': {'openshift.io/description': '', 'openshift.io/display-name': '', 'openshift.io/requester': 'odh-admin1', 'openshift.io/sa.scc.mcs': 's0:c30,c10', 'openshift.io/sa.scc.supplemental-groups': '1000890000/10000', 'openshift.io/sa.scc.uid-range': '1000890000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2026-06-14T08:28:34Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:pod-security.kubernetes.io/enforce-version': {}, 'f:pod-security.kubernetes.io/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-14T08:28:34Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:labels': {'f:opendatahub.io/dashboard': {}}}}}, {'manager': 'cluster-policy-controller', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-14T08:28:34Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-14T08:28:34Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:openshift.io/description': {}, 'f:openshift.io/display-name': {}, 'f:openshift.io/requester': {}}, 'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}}}}}, {'manager': 'openshift-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-14T08:28:34Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} [ocp_resources Project] 2026-06-14T08:28:57.887993Z [info ] Wait until Project test-odh-notebook is deleted [ocp_resources Project] 2026-06-14T08:28:57.888125Z [info ] Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) [timeout_sampler] _ 1 of 5 completed, 1 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/workbenches/notebooks_server/controller/test_spawning.py::TestNotebook::test_auth_container_resource_customization[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0] 2026-06-14T08:29:07.073568Z [info ] Elapsed time: 9.163121461868286 [0:00:09.163121] [timeout_sampler]  test_auth_container_resource_customization[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]  -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-06-14T08:29:07.075153Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T08:29:07.075286Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T08:29:07.075411Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-14T08:29:07.075531Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-14T08:29:07.077977Z [info ] [cached since 47.16s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/controller/test_spawning.py::test_auth_container_resource_customization[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]', 1781425747) [sqlalchemy.engine.Engine] 2026-06-14T08:29:07.078410Z [info ] [cached since 47.16s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/controller/test_spawning.py::test_auth_container_resource_customization[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]', 1781425747) [sqlalchemy.engine.Engine] 2026-06-14T08:29:07.078538Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T08:29:07.078647Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T08:29:07.078760Z [info ] Executing class fixture: unprivileged_model_namespace [conftest] 2026-06-14T08:29:07.078901Z [info ] kind: ProjectRequest api version: project.openshift.io/v1 [ocp_resources.resource] 2026-06-14T08:29:07.079011Z [info ] Create ProjectRequest test-auth-notebook [ocp_resources ProjectRequest] 2026-06-14T08:29:07.079121Z [info ] Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'test-auth-notebook', 'labels': {'opendatahub.io/dashboard': 'true'}}} [ocp_resources ProjectRequest] 2026-06-14T08:29:07.183327Z [info ] kind: Project api version: project.openshift.io/v1 [ocp_resources.resource] 2026-06-14T08:29:07.183500Z [info ] Wait for Project test-auth-notebook status to be Active [ocp_resources Project] 2026-06-14T08:29:07.183638Z [info ] Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_status.lambda: self.exists) [timeout_sampler] 2026-06-14T08:29:07.210327Z [info ] Status of Project test-auth-notebook is Active [ocp_resources Project] 2026-06-14T08:29:07.210486Z [info ] Elapsed time: 3.981590270996094e-05 [0:00:00.000040] [timeout_sampler] 2026-06-14T08:29:07.210640Z [info ] ResourceEdits: Updating data for resource Namespace test-auth-notebook [ocp_resources.resource] 2026-06-14T08:29:07.210796Z [info ] Update Namespace test-auth-notebook: {'metadata': {'labels': {'opendatahub.io/dashboard': 'true'}, 'name': 'test-auth-notebook'}} [ocp_resources Namespace] 2026-06-14T08:29:07.228149Z [info ] Executing function fixture: minimal_image [conftest] 2026-06-14T08:29:07.328308Z [info ] Executing function fixture: notebook_image [conftest] 2026-06-14T08:29:07.394685Z [info ] kind: Config api version: imageregistry.operator.openshift.io/v1 [ocp_resources.resource] 2026-06-14T08:29:07.409439Z [info ] Image registry management state: managed, available: True [utilities.infra] name=utilities.infra 2026-06-14T08:29:07.411157Z [info ] Executing function fixture: users_persistent_volume_claim [conftest] 2026-06-14T08:29:07.411296Z [info ] Create PersistentVolumeClaim test-auth-notebook [ocp_resources PersistentVolumeClaim] 2026-06-14T08:29:07.411463Z [info ] Posting {'apiVersion': 'v1', 'kind': 'PersistentVolumeClaim', 'metadata': {'name': 'test-auth-notebook', 'labels': {'opendatahub.io/dashboard': 'true'}, 'namespace': 'test-auth-notebook'}, 'spec': {'volumeMode': 'Filesystem', 'accessModes': ['ReadWriteOnce'], 'resources': {'requests': {'storage': '10Gi'}}}} [ocp_resources PersistentVolumeClaim] 2026-06-14T08:29:07.440374Z [info ] Executing function fixture: default_notebook [conftest] 2026-06-14T08:29:07.440565Z [info ] kind: SelfSubjectReview api version: authentication.k8s.io/v1 [ocp_resources.resource] 2026-06-14T08:29:07.440724Z [info ] Create SelfSubjectReview selfSubjectReview [ocp_resources SelfSubjectReview] 2026-06-14T08:29:07.440935Z [info ] Posting {'apiVersion': 'authentication.k8s.io/v1', 'kind': 'SelfSubjectReview', 'metadata': {'name': 'selfSubjectReview'}} [ocp_resources SelfSubjectReview] 2026-06-14T08:29:07.466186Z [info ] kind: Notebook api version: kubeflow.org/v1 [ocp_resources.resource] 2026-06-14T08:29:07.466367Z [info ] Create Notebook test-auth-notebook [ocp_resources Notebook] 2026-06-14T08:29:07.466500Z [info ] Posting {'apiVersion': 'kubeflow.org/v1', 'kind': 'Notebook', 'metadata': {'annotations': {'notebooks.opendatahub.io/inject-auth': 'true', 'opendatahub.io/accelerator-name': '', 'notebooks.opendatahub.io/last-image-selection': 'image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-minimal-notebook:3.4', 'notebooks.opendatahub.io/auth-sidecar-cpu-request': '200m', 'notebooks.opendatahub.io/auth-sidecar-memory-request': '128Mi', 'notebooks.opendatahub.io/auth-sidecar-cpu-limit': '500m', 'notebooks.opendatahub.io/auth-sidecar-memory-limit': '256Mi'}, 'finalizers': ['notebook.opendatahub.io/kube-rbac-proxy-cleanup'], 'labels': {'app': 'test-auth-notebook', 'opendatahub.io/dashboard': 'true', 'opendatahub.io/odh-managed': 'true'}, 'name': 'test-auth-notebook', 'namespace': 'test-auth-notebook'}, 'spec': {'template': {'spec': {'affinity': {}, 'containers': [{'env': [{'name': 'NOTEBOOK_ARGS', 'value': "--ServerApp.port=8888\n --ServerApp.token=''\n --ServerApp.password=''\n --ServerApp.base_url=/notebook/test-auth-notebook/test-auth-notebook\n --ServerApp.quit_button=False\n"}, {'name': 'JUPYTER_IMAGE', 'value': 'image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-minimal-notebook:3.4'}], 'image': 'image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-minimal-notebook:3.4', 'imagePullPolicy': 'Always', 'livenessProbe': {'failureThreshold': 3, 'httpGet': {'path': '/notebook/test-auth-notebook/test-auth-notebook/api', 'port': 'notebook-port', 'scheme': 'HTTP'}, 'initialDelaySeconds': 10, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'name': 'test-auth-notebook', 'ports': [{'containerPort': 8888, 'name': 'notebook-port', 'protocol': 'TCP'}], 'readinessProbe': {'failureThreshold': 3, 'httpGet': {'path': '/notebook/test-auth-notebook/test-auth-notebook/api', 'port': 'notebook-port', 'scheme': 'HTTP'}, 'initialDelaySeconds': 10, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'resources': {'limits': {'cpu': '2', 'memory': '4Gi'}, 'requests': {'cpu': '1', 'memory': '1Gi'}}, 'volumeMounts': [{'mountPath': '/opt/app-root/src', 'name': 'test-auth-notebook'}, {'mountPath': '/dev/shm', 'name': 'shm'}], 'workingDir': '/opt/app-root/src'}], 'enableServiceLinks': False, 'serviceAccountName': 'test-auth-notebook', 'volumes': [{'name': 'test-auth-notebook', 'persistentVolumeClaim': {'claimName': 'test-auth-notebook'}}, {'emptyDir': {'medium': 'Memory'}, 'name': 'shm'}, {'name': 'kube-rbac-proxy-config', 'configMap': {'defaultMode': 420, 'name': 'test-kube-rbac-proxy-config'}}, {'name': 'kube-rbac-proxy-tls-certificates', 'secret': {'defaultMode': 420, 'secretName': 'test-kube-rbac-proxy-tls'}}]}}}} [ocp_resources Notebook] 2026-06-14T08:29:07.566325Z [info ] Executing function fixture: notebook_pod [conftest] 2026-06-14T08:29:07.566464Z [info ] Wait until Pod test-auth-notebook-0 is created [ocp_resources Pod] 2026-06-14T08:29:07.566582Z [info ] Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) [timeout_sampler] 2026-06-14T08:29:08.597812Z [info ] Elapsed time: 1.0173048973083496 [0:00:01.017305] [timeout_sampler] 2026-06-14T08:29:08.598004Z [info ] Wait for Pod/test-auth-notebook-0's 'Ready' condition to be 'True' [ocp_resources Pod] 2026-06-14T08:29:08.598128Z [info ] Wait until Pod test-auth-notebook-0 is created [ocp_resources Pod] 2026-06-14T08:29:08.598246Z [info ] Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) [timeout_sampler] 2026-06-14T08:29:08.610312Z [info ] Elapsed time: 2.8371810913085938e-05 [0:00:00.000028] [timeout_sampler] 2026-06-14T08:29:08.610477Z [info ] Waiting for 119.98729395866394 seconds [0:01:59.987294], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) [timeout_sampler] 2026-06-14T08:29:27.082210Z [info ] Elapsed time: 18.44847536087036 [0:00:18.448475] [timeout_sampler] --------------------------------------------------------- CALL --------------------------------------------------------- PASSED TEST: TestNotebook.test_auth_container_resource_customization[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- 2026-06-14T08:29:27.095642Z [info ] Delete Notebook test-auth-notebook [ocp_resources Notebook] 2026-06-14T08:29:27.134962Z [info ] Deleting {'apiVersion': 'kubeflow.org/v1', 'kind': 'Notebook', 'metadata': {'annotations': {'notebooks.opendatahub.io/auth-sidecar-cpu-limit': '500m', 'notebooks.opendatahub.io/auth-sidecar-cpu-request': '200m', 'notebooks.opendatahub.io/auth-sidecar-memory-limit': '256Mi', 'notebooks.opendatahub.io/auth-sidecar-memory-request': '128Mi', 'notebooks.opendatahub.io/inject-auth': 'true', 'notebooks.opendatahub.io/last-image-selection': 'image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-minimal-notebook:3.4', 'opendatahub.io/accelerator-name': ''}, 'creationTimestamp': '2026-06-14T08:29:07Z', 'finalizers': ['notebook.opendatahub.io/kube-rbac-proxy-cleanup', 'notebook.opendatahub.io/httproute-cleanup', 'notebook.opendatahub.io/referencegrant-cleanup'], 'generation': 1, 'labels': {'app': 'test-auth-notebook', 'opendatahub.io/dashboard': 'true', 'opendatahub.io/odh-managed': 'true'}, 'managedFields': [{'apiVersion': 'kubeflow.org/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:notebooks.opendatahub.io/auth-sidecar-cpu-limit': {}, 'f:notebooks.opendatahub.io/auth-sidecar-cpu-request': {}, 'f:notebooks.opendatahub.io/auth-sidecar-memory-limit': {}, 'f:notebooks.opendatahub.io/auth-sidecar-memory-request': {}, 'f:notebooks.opendatahub.io/inject-auth': {}, 'f:notebooks.opendatahub.io/last-image-selection': {}, 'f:opendatahub.io/accelerator-name': {}}, 'f:finalizers': {'.': {}, 'v:"notebook.opendatahub.io/kube-rbac-proxy-cleanup"': {}}, 'f:labels': {'.': {}, 'f:app': {}, 'f:opendatahub.io/dashboard': {}, 'f:opendatahub.io/odh-managed': {}}}, 'f:spec': {'.': {}, 'f:template': {'.': {}, 'f:spec': {'.': {}, 'f:affinity': {}, 'f:containers': {'.': {}, 'k:{"name":"test-auth-notebook"}': {'.': {}, 'f:env': {'.': {}, 'k:{"name":"JUPYTER_IMAGE"}': {'.': {}, 'f:name': {}, 'f:value': {}}, 'k:{"name":"NOTEBOOK_ARGS"}': {'.': {}, 'f:name': {}, 'f:value': {}}}, 'f:image': {}, 'f:imagePullPolicy': {}, 'f:livenessProbe': {'.': {}, 'f:failureThreshold': {}, 'f:httpGet': {'.': {}, 'f:path': {}, 'f:port': {}, 'f:scheme': {}}, 'f:initialDelaySeconds': {}, 'f:periodSeconds': {}, 'f:successThreshold': {}, 'f:timeoutSeconds': {}}, 'f:name': {}, 'f:ports': {'.': {}, 'k:{"containerPort":8888,"protocol":"TCP"}': {'.': {}, 'f:containerPort': {}, 'f:name': {}, 'f:protocol': {}}}, 'f:readinessProbe': {'.': {}, 'f:failureThreshold': {}, 'f:httpGet': {'.': {}, 'f:path': {}, 'f:port': {}, 'f:scheme': {}}, 'f:initialDelaySeconds': {}, 'f:periodSeconds': {}, 'f:successThreshold': {}, 'f:timeoutSeconds': {}}, 'f:resources': {'.': {}, 'f:limits': {'.': {}, 'f:cpu': {}, 'f:memory': {}}, 'f:requests': {'.': {}, 'f:cpu': {}, 'f:memory': {}}}, 'f:volumeMounts': {'.': {}, 'k:{"mountPath":"/dev/shm"}': {'.': {}, 'f:mountPath': {}, 'f:name': {}}, 'k:{"mountPath":"/opt/app-root/src"}': {'.': {}, 'f:mountPath': {}, 'f:name': {}}}, 'f:workingDir': {}}}, 'f:enableServiceLinks': {}, 'f:serviceAccountName': {}, 'f:volumes': {'.': {}, 'k:{"name":"kube-rbac-proxy-config"}': {'.': {}, 'f:configMap': {}, 'f:name': {}}, 'k:{"name":"kube-rbac-proxy-tls-certificates"}': {'.': {}, 'f:name': {}, 'f:secret': {'.': {}, 'f:defaultMode': {}, 'f:secretName': {}}}, 'k:{"name":"shm"}': {'.': {}, 'f:emptyDir': {'.': {}, 'f:medium': {}}, 'f:name': {}}, 'k:{"name":"test-auth-notebook"}': {'.': {}, 'f:name': {}, 'f:persistentVolumeClaim': {'.': {}, 'f:claimName': {}}}}}}}}, 'manager': 'OpenAPI-Generator', 'operation': 'Update', 'time': '2026-06-14T08:29:07Z'}, {'apiVersion': 'kubeflow.org/v1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:finalizers': {'v:"notebook.opendatahub.io/httproute-cleanup"': {}, 'v:"notebook.opendatahub.io/referencegrant-cleanup"': {}}}}, 'manager': 'manager', 'operation': 'Update', 'time': '2026-06-14T08:29:07Z'}, {'apiVersion': 'kubeflow.org/v1beta1', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'.': {}, 'f:conditions': {}, 'f:containerState': {'.': {}, 'f:running': {'.': {}, 'f:startedAt': {}}}, 'f:readyReplicas': {}}}, 'manager': 'manager', 'operation': 'Update', 'subresource': 'status', 'time': '2026-06-14T08:29:27Z'}], 'name': 'test-auth-notebook', 'namespace': 'test-auth-notebook', 'resourceVersion': '182477516', 'uid': 'bc7d5133-5efb-4216-87e4-edf881ba67dd'}, 'spec': {'template': {'spec': {'affinity': {}, 'containers': [{'env': [{'name': 'NOTEBOOK_ARGS', 'value': "--ServerApp.port=8888\n --ServerApp.token=''\n --ServerApp.password=''\n --ServerApp.base_url=/notebook/test-auth-notebook/test-auth-notebook\n --ServerApp.quit_button=False\n"}, {'name': 'JUPYTER_IMAGE', 'value': 'image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-minimal-notebook:3.4'}, {'name': 'SSL_CERT_FILE', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}, {'name': 'PIPELINES_SSL_SA_CERTS', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}, {'name': 'KF_PIPELINES_SSL_SA_CERTS', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}, {'name': 'GIT_SSL_CAINFO', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}, {'name': 'PIP_CERT', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}, {'name': 'REQUESTS_CA_BUNDLE', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}], 'image': 'image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-minimal-notebook:3.4', 'imagePullPolicy': 'Always', 'livenessProbe': {'failureThreshold': 3, 'httpGet': {'path': '/notebook/test-auth-notebook/test-auth-notebook/api', 'port': 'notebook-port', 'scheme': 'HTTP'}, 'initialDelaySeconds': 10, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'name': 'test-auth-notebook', 'ports': [{'containerPort': 8888, 'name': 'notebook-port', 'protocol': 'TCP'}], 'readinessProbe': {'failureThreshold': 3, 'httpGet': {'path': '/notebook/test-auth-notebook/test-auth-notebook/api', 'port': 'notebook-port', 'scheme': 'HTTP'}, 'initialDelaySeconds': 10, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'resources': {'limits': {'cpu': '2', 'memory': '4Gi'}, 'requests': {'cpu': '1', 'memory': '1Gi'}}, 'volumeMounts': [{'mountPath': '/opt/app-root/src', 'name': 'test-auth-notebook'}, {'mountPath': '/dev/shm', 'name': 'shm'}, {'mountPath': '/etc/pki/tls/custom-certs', 'name': 'trusted-ca', 'readOnly': True}, {'mountPath': '/opt/app-root/pipeline-runtimes/', 'name': 'runtime-images'}], 'workingDir': '/opt/app-root/src'}, {'args': ['--secure-listen-address=0.0.0.0:8443', '--upstream=http://127.0.0.1:8888/', '--logtostderr=true', '--v=10', '--proxy-endpoints-port=8444', '--config-file=/etc/kube-rbac-proxy/config-file.yaml', '--tls-cert-file=/etc/tls/private/tls.crt', '--tls-private-key-file=/etc/tls/private/tls.key', '--auth-header-fields-enabled=true', '--auth-header-user-field-name=X-Auth-Request-User', '--auth-header-groups-field-name=X-Auth-Request-Groups'], 'image': 'registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:07ee0914946d9d6b2c7c7367be5b6bc13ddf0dddd93e896fc50aa617d761dc3a', 'imagePullPolicy': 'Always', 'livenessProbe': {'failureThreshold': 3, 'httpGet': {'path': '/healthz', 'port': 8444, 'scheme': 'HTTPS'}, 'initialDelaySeconds': 30, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'name': 'kube-rbac-proxy', 'ports': [{'containerPort': 8443, 'name': 'kube-rbac-proxy', 'protocol': 'TCP'}], 'readinessProbe': {'failureThreshold': 3, 'httpGet': {'path': '/healthz', 'port': 8444, 'scheme': 'HTTPS'}, 'initialDelaySeconds': 5, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'resources': {'limits': {'cpu': '500m', 'memory': '256Mi'}, 'requests': {'cpu': '200m', 'memory': '128Mi'}}, 'volumeMounts': [{'mountPath': '/etc/kube-rbac-proxy', 'name': 'kube-rbac-proxy-config'}, {'mountPath': '/etc/tls/private', 'name': 'kube-rbac-proxy-tls-certificates'}]}], 'enableServiceLinks': False, 'serviceAccountName': 'test-auth-notebook', 'volumes': [{'name': 'test-auth-notebook', 'persistentVolumeClaim': {'claimName': 'test-auth-notebook'}}, {'emptyDir': {'medium': 'Memory'}, 'name': 'shm'}, {'configMap': {'defaultMode': 420, 'name': 'test-auth-notebook-kube-rbac-proxy-config'}, 'name': 'kube-rbac-proxy-config'}, {'name': 'kube-rbac-proxy-tls-certificates', 'secret': {'defaultMode': 420, 'secretName': 'test-auth-notebook-kube-rbac-proxy-tls'}}, {'configMap': {'name': 'workbench-trusted-ca-bundle', 'optional': True}, 'name': 'trusted-ca'}, {'configMap': {'name': 'pipeline-runtime-images', 'optional': True}, 'name': 'runtime-images'}]}}}, 'status': {'conditions': [{'lastProbeTime': '2026-06-14T08:29:27Z', 'lastTransitionTime': '2026-06-14T08:29:14Z', 'status': 'True', 'type': 'PodReadyToStartContainers'}, {'lastProbeTime': '2026-06-14T08:29:27Z', 'lastTransitionTime': '2026-06-14T08:29:09Z', 'status': 'True', 'type': 'Initialized'}, {'lastProbeTime': '2026-06-14T08:29:27Z', 'lastTransitionTime': '2026-06-14T08:29:26Z', 'status': 'True', 'type': 'Ready'}, {'lastProbeTime': '2026-06-14T08:29:27Z', 'lastTransitionTime': '2026-06-14T08:29:26Z', 'status': 'True', 'type': 'ContainersReady'}, {'lastProbeTime': '2026-06-14T08:29:27Z', 'lastTransitionTime': '2026-06-14T08:29:09Z', 'status': 'True', 'type': 'PodScheduled'}], 'containerState': {'running': {'startedAt': '2026-06-14T08:29:13Z'}}, 'readyReplicas': 1}} [ocp_resources Notebook] 2026-06-14T08:29:27.160078Z [info ] Wait until Notebook test-auth-notebook is deleted [ocp_resources Notebook] 2026-06-14T08:29:27.160215Z [info ] Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) [timeout_sampler] 2026-06-14T08:29:28.188603Z [info ] Elapsed time: 1.0138757228851318 [0:00:01.013876] [timeout_sampler] 2026-06-14T08:29:28.188778Z [info ] Delete PersistentVolumeClaim test-auth-notebook [ocp_resources PersistentVolumeClaim] 2026-06-14T08:29:28.216433Z [info ] Deleting {'kind': 'PersistentVolumeClaim', 'apiVersion': 'v1', 'metadata': {'name': 'test-auth-notebook', 'namespace': 'test-auth-notebook', 'uid': 'e93bab64-797e-4202-a8ec-61c6ecd3fdd5', 'resourceVersion': '182476948', 'creationTimestamp': '2026-06-14T08:29:07Z', 'labels': {'opendatahub.io/dashboard': 'true'}, 'annotations': {'pv.kubernetes.io/bind-completed': 'yes', 'pv.kubernetes.io/bound-by-controller': 'yes', 'volume.beta.kubernetes.io/storage-provisioner': 'cinder.csi.openstack.org', 'volume.kubernetes.io/selected-node': 'ods-qe-psi-23-v5877-worker-0-4m76g', 'volume.kubernetes.io/storage-provisioner': 'cinder.csi.openstack.org'}, 'finalizers': ['kubernetes.io/pvc-protection'], 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-14T08:29:07Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:labels': {'.': {}, 'f:opendatahub.io/dashboard': {}}}, 'f:spec': {'f:accessModes': {}, 'f:resources': {'f:requests': {'.': {}, 'f:storage': {}}}, 'f:volumeMode': {}}}}, {'manager': 'kube-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-14T08:29:08Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:pv.kubernetes.io/bind-completed': {}, 'f:pv.kubernetes.io/bound-by-controller': {}, 'f:volume.beta.kubernetes.io/storage-provisioner': {}, 'f:volume.kubernetes.io/storage-provisioner': {}}}, 'f:spec': {'f:volumeName': {}}}}, {'manager': 'kube-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-14T08:29:08Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'f:accessModes': {}, 'f:capacity': {'.': {}, 'f:storage': {}}, 'f:phase': {}}}, 'subresource': 'status'}, {'manager': 'kube-scheduler', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-14T08:29:08Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:volume.kubernetes.io/selected-node': {}}}}}]}, 'spec': {'accessModes': ['ReadWriteOnce'], 'resources': {'requests': {'storage': '10Gi'}}, 'volumeName': 'pvc-e93bab64-797e-4202-a8ec-61c6ecd3fdd5', 'storageClassName': 'standard-csi', 'volumeMode': 'Filesystem'}, 'status': {'phase': 'Bound', 'accessModes': ['ReadWriteOnce'], 'capacity': {'storage': '10Gi'}}} [ocp_resources PersistentVolumeClaim] 2026-06-14T08:29:28.235326Z [info ] Wait until PersistentVolumeClaim test-auth-notebook is deleted [ocp_resources PersistentVolumeClaim] 2026-06-14T08:29:28.235495Z [info ] Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) [timeout_sampler] 2026-06-14T08:29:29.262100Z [info ] Elapsed time: 1.0129492282867432 [0:00:01.012949] [timeout_sampler] 2026-06-14T08:29:29.274401Z [info ] Delete Project test-auth-notebook [ocp_resources Project] 2026-06-14T08:29:29.311528Z [info ] Deleting {'kind': 'Project', 'apiVersion': 'project.openshift.io/v1', 'metadata': {'name': 'test-auth-notebook', 'uid': '27778412-9f1f-4b4d-b685-115e4ed543dc', 'resourceVersion': '182476862', 'creationTimestamp': '2026-06-14T08:29:07Z', 'labels': {'kubernetes.io/metadata.name': 'test-auth-notebook', 'opendatahub.io/dashboard': 'true', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/enforce': 'restricted', 'pod-security.kubernetes.io/enforce-version': 'latest', 'pod-security.kubernetes.io/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest'}, 'annotations': {'openshift.io/description': '', 'openshift.io/display-name': '', 'openshift.io/requester': 'odh-admin1', 'openshift.io/sa.scc.mcs': 's0:c30,c15', 'openshift.io/sa.scc.supplemental-groups': '1000900000/10000', 'openshift.io/sa.scc.uid-range': '1000900000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2026-06-14T08:29:07Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:pod-security.kubernetes.io/enforce-version': {}, 'f:pod-security.kubernetes.io/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-14T08:29:07Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:labels': {'f:opendatahub.io/dashboard': {}}}}}, {'manager': 'cluster-policy-controller', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-14T08:29:07Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-14T08:29:07Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:openshift.io/description': {}, 'f:openshift.io/display-name': {}, 'f:openshift.io/requester': {}}, 'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}}}}}, {'manager': 'openshift-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-14T08:29:07Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} [ocp_resources Project] 2026-06-14T08:29:29.332742Z [info ] Wait until Project test-auth-notebook is deleted [ocp_resources Project] 2026-06-14T08:29:29.333101Z [info ] Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait_deleted.lambda: self.exists) [timeout_sampler] _ 2 of 5 completed, 2 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_health[test_notebook_imagestreams] 2026-06-14T08:29:38.497259Z [info ] Elapsed time: 9.146365404129028 [0:00:09.146365] [timeout_sampler]  ---------------------------- test_workbench_imagestreams_health[test_notebook_imagestreams] ---------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-06-14T08:29:38.498476Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T08:29:38.499042Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T08:29:38.500894Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-14T08:29:38.501313Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-14T08:29:38.501512Z [info ] [cached since 78.58s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_health[test_notebook_imagestreams]', 1781425778) [sqlalchemy.engine.Engine] 2026-06-14T08:29:38.501645Z [info ] [cached since 78.58s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_health[test_notebook_imagestreams]', 1781425778) [sqlalchemy.engine.Engine] 2026-06-14T08:29:38.501758Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T08:29:38.501898Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T08:29:38.502011Z [info ] Executing function fixture: label_selector [conftest] 2026-06-14T08:29:38.502617Z [info ] Executing function fixture: expected_imagestream_count [conftest] 2026-06-14T08:29:38.502729Z [info ] Executing function fixture: latest_tags_only [conftest] --------------------------------------------------------- CALL --------------------------------------------------------- 2026-06-14T08:29:38.502964Z [info ] kind: ImageStream api version: image.openshift.io/v1 [ocp_resources.resource] 2026-06-14T08:29:38.732142Z [info ] Checking ImageStreams for label selector 'opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches': expected_count=11, actual_count=11 [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.732234Z [info ] ImageStreams matched for 'opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches': code-server-notebook, jupyter-pytorch-llmcompressor, jupyter-rocm-minimal, jupyter-rocm-pytorch, jupyter-rocm-tensorflow, minimal-gpu, odh-trustyai-notebook, pytorch, s2i-generic-data-science-notebook, s2i-minimal-notebook, tensorflow [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.749720Z [info ] Validating ImageStream code-server-notebook (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.749801Z [info ] ImageStream code-server-notebook tag coverage: spec_tags=['2025.2', '3.4'], status_tags=['2023.2', '2024.1', '2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.749878Z [info ] Checked ImageStream tag code-server-notebook:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.749922Z [info ] Checked ImageStream tag code-server-notebook:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.763687Z [info ] Validating ImageStream jupyter-pytorch-llmcompressor (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.763763Z [info ] ImageStream jupyter-pytorch-llmcompressor tag coverage: spec_tags=['2025.2', '3.4'], status_tags=['2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.763801Z [info ] Checked ImageStream tag jupyter-pytorch-llmcompressor:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.763861Z [info ] Checked ImageStream tag jupyter-pytorch-llmcompressor:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.780649Z [info ] Validating ImageStream jupyter-rocm-minimal (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.780721Z [info ] ImageStream jupyter-rocm-minimal tag coverage: spec_tags=['2025.2', '3.4'], status_tags=['2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.780760Z [info ] Checked ImageStream tag jupyter-rocm-minimal:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.780794Z [info ] Checked ImageStream tag jupyter-rocm-minimal:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.796893Z [info ] Validating ImageStream jupyter-rocm-pytorch (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.796972Z [info ] ImageStream jupyter-rocm-pytorch tag coverage: spec_tags=['2025.2', '3.4'], status_tags=['2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.797013Z [info ] Checked ImageStream tag jupyter-rocm-pytorch:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.797046Z [info ] Checked ImageStream tag jupyter-rocm-pytorch:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.811401Z [info ] Validating ImageStream jupyter-rocm-tensorflow (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.811475Z [info ] ImageStream jupyter-rocm-tensorflow tag coverage: spec_tags=['2025.2', '3.4'], status_tags=['2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.811515Z [info ] Checked ImageStream tag jupyter-rocm-tensorflow:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.811548Z [info ] Checked ImageStream tag jupyter-rocm-tensorflow:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.825453Z [info ] Validating ImageStream minimal-gpu (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.825529Z [info ] ImageStream minimal-gpu tag coverage: spec_tags=['2025.2', '3.4'], status_tags=['1.2', '2023.1', '2023.2', '2024.1', '2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.825569Z [info ] Checked ImageStream tag minimal-gpu:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.825601Z [info ] Checked ImageStream tag minimal-gpu:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.843165Z [info ] Validating ImageStream odh-trustyai-notebook (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.843241Z [info ] ImageStream odh-trustyai-notebook tag coverage: spec_tags=['2025.2', '3.4'], status_tags=['2023.1', '2023.2', '2024.1', '2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.843281Z [info ] Checked ImageStream tag odh-trustyai-notebook:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.843314Z [info ] Checked ImageStream tag odh-trustyai-notebook:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.858766Z [info ] Validating ImageStream pytorch (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.858861Z [info ] ImageStream pytorch tag coverage: spec_tags=['2025.2', '3.4'], status_tags=['1.2', '2023.1', '2023.2', '2024.1', '2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.858903Z [info ] Checked ImageStream tag pytorch:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.858937Z [info ] Checked ImageStream tag pytorch:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.875081Z [info ] Validating ImageStream s2i-generic-data-science-notebook (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.875171Z [info ] ImageStream s2i-generic-data-science-notebook tag coverage: spec_tags=['2025.2', '3.4'], status_tags=['1.2', '2023.1', '2023.2', '2024.1', '2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.875218Z [info ] Checked ImageStream tag s2i-generic-data-science-notebook:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.875259Z [info ] Checked ImageStream tag s2i-generic-data-science-notebook:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.890891Z [info ] Validating ImageStream s2i-minimal-notebook (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.890968Z [info ] ImageStream s2i-minimal-notebook tag coverage: spec_tags=['2025.2', '3.4'], status_tags=['1.2', '2023.1', '2023.2', '2024.1', '2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.891006Z [info ] Checked ImageStream tag s2i-minimal-notebook:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.891040Z [info ] Checked ImageStream tag s2i-minimal-notebook:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health PASSED2026-06-14T08:29:38.904946Z [info ] Validating ImageStream tensorflow (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health _ 3 of 5 completed, 3 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_health[test_runtime_imagestreams] 2026-06-14T08:29:38.905022Z [info ] ImageStream tensorflow tag coverage: spec_tags=['2025.2', '3.4'], status_tags=['1.2', '2023.1', '2023.2', '2024.1', '2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.905060Z [info ] Checked ImageStream tag tensorflow:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.905092Z [info ] Checked ImageStream tag tensorflow:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health  TEST: test_workbench_imagestreams_health[test_notebook_imagestreams] STATUS: PASSED ------------------------------------------------------- TEARDOWN -------------------------------------------------------  ---------------------------- test_workbench_imagestreams_health[test_runtime_imagestreams] ---------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-06-14T08:29:38.908196Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T08:29:38.908325Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T08:29:38.908448Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-14T08:29:38.908565Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-14T08:29:38.908706Z [info ] [cached since 78.99s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_health[test_runtime_imagestreams]', 1781425778) [sqlalchemy.engine.Engine] 2026-06-14T08:29:38.908863Z [info ] [cached since 78.99s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_health[test_runtime_imagestreams]', 1781425778) [sqlalchemy.engine.Engine] 2026-06-14T08:29:38.910764Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T08:29:38.911191Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T08:29:38.911422Z [info ] Executing function fixture: label_selector [conftest] 2026-06-14T08:29:38.911526Z [info ] Executing function fixture: expected_imagestream_count [conftest] 2026-06-14T08:29:38.911634Z [info ] Executing function fixture: latest_tags_only [conftest] --------------------------------------------------------- CALL --------------------------------------------------------- 2026-06-14T08:29:38.928507Z [info ] Checking ImageStreams for label selector 'opendatahub.io/runtime-image=true,platform.opendatahub.io/part-of=workbenches': expected_count=7, actual_count=7 [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.928575Z [info ] ImageStreams matched for 'opendatahub.io/runtime-image=true,platform.opendatahub.io/part-of=workbenches': runtime-datascience, runtime-minimal, runtime-pytorch, runtime-pytorch-llmcompressor, runtime-rocm-pytorch, runtime-rocm-tensorflow, runtime-tensorflow [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.944545Z [info ] Validating ImageStream runtime-datascience (label selector: opendatahub.io/runtime-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.944613Z [info ] ImageStream runtime-datascience tag coverage: spec_tags=['datascience'], status_tags=['datascience'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.944650Z [info ] Checked ImageStream tag runtime-datascience:datascience (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.961559Z [info ] Validating ImageStream runtime-minimal (label selector: opendatahub.io/runtime-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.961628Z [info ] ImageStream runtime-minimal tag coverage: spec_tags=['minimal'], status_tags=['minimal'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.961666Z [info ] Checked ImageStream tag runtime-minimal:minimal (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.978472Z [info ] Validating ImageStream runtime-pytorch (label selector: opendatahub.io/runtime-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.978644Z [info ] ImageStream runtime-pytorch tag coverage: spec_tags=['pytorch'], status_tags=['pytorch'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.978744Z [info ] Checked ImageStream tag runtime-pytorch:pytorch (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.995495Z [info ] Validating ImageStream runtime-pytorch-llmcompressor (label selector: opendatahub.io/runtime-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.995563Z [info ] ImageStream runtime-pytorch-llmcompressor tag coverage: spec_tags=['pytorch-llmcompressor'], status_tags=['pytorch-llmcompressor'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:38.995598Z [info ] Checked ImageStream tag runtime-pytorch-llmcompressor:pytorch-llmcompressor (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.011647Z [info ] Validating ImageStream runtime-rocm-pytorch (label selector: opendatahub.io/runtime-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.011721Z [info ] ImageStream runtime-rocm-pytorch tag coverage: spec_tags=['rocm-pytorch'], status_tags=['rocm-pytorch'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.011757Z [info ] Checked ImageStream tag runtime-rocm-pytorch:rocm-pytorch (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.027465Z [info ] Validating ImageStream runtime-rocm-tensorflow (label selector: opendatahub.io/runtime-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.027533Z [info ] ImageStream runtime-rocm-tensorflow tag coverage: spec_tags=['rocm-tensorflow'], status_tags=['rocm-tensorflow'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.027571Z [info ] Checked ImageStream tag runtime-rocm-tensorflow:rocm-tensorflow (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health PASSED _ 4 of 5 completed, 4 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_older_tags_health[test_notebook_imagestreams] 2026-06-14T08:29:39.046402Z [info ] Validating ImageStream runtime-tensorflow (label selector: opendatahub.io/runtime-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.046480Z [info ] ImageStream runtime-tensorflow tag coverage: spec_tags=['tensorflow'], status_tags=['tensorflow'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.046516Z [info ] Checked ImageStream tag runtime-tensorflow:tensorflow (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health  TEST: test_workbench_imagestreams_health[test_runtime_imagestreams] STATUS: PASSED ------------------------------------------------------- TEARDOWN -------------------------------------------------------  ---------------------- test_workbench_imagestreams_older_tags_health[test_notebook_imagestreams] ---------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-06-14T08:29:39.051159Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T08:29:39.051408Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-14T08:29:39.051531Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-14T08:29:39.051631Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-14T08:29:39.051774Z [info ] [cached since 79.13s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_older_tags_health[test_notebook_imagestreams]', 1781425779) [sqlalchemy.engine.Engine] 2026-06-14T08:29:39.051927Z [info ] [cached since 79.13s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_older_tags_health[test_notebook_imagestreams]', 1781425779) [sqlalchemy.engine.Engine] 2026-06-14T08:29:39.052040Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T08:29:39.052147Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-14T08:29:39.052253Z [info ] Executing function fixture: label_selector [conftest] 2026-06-14T08:29:39.052663Z [info ] Executing function fixture: expected_imagestream_count [conftest] --------------------------------------------------------- CALL --------------------------------------------------------- 2026-06-14T08:29:39.246789Z [info ] Checking ImageStreams for label selector 'opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches': expected_count=11, actual_count=11 [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.246888Z [info ] ImageStreams matched for 'opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches': code-server-notebook, jupyter-pytorch-llmcompressor, jupyter-rocm-minimal, jupyter-rocm-pytorch, jupyter-rocm-tensorflow, minimal-gpu, odh-trustyai-notebook, pytorch, s2i-generic-data-science-notebook, s2i-minimal-notebook, tensorflow [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.260759Z [info ] Validating ImageStream code-server-notebook (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.260854Z [info ] ImageStream code-server-notebook tag coverage: spec_tags=['2023.2', '2024.1', '2024.2', '2025.1'], status_tags=['2023.2', '2024.1', '2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.260896Z [info ] Checked ImageStream tag code-server-notebook:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.260929Z [info ] Checked ImageStream tag code-server-notebook:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.260958Z [info ] Checked ImageStream tag code-server-notebook:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.260984Z [info ] Checked ImageStream tag code-server-notebook:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.278584Z [info ] Validating ImageStream jupyter-pytorch-llmcompressor (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.278769Z [info ] ImageStream jupyter-pytorch-llmcompressor tag coverage: spec_tags=[], status_tags=['2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.295083Z [info ] Validating ImageStream jupyter-rocm-minimal (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.295168Z [info ] ImageStream jupyter-rocm-minimal tag coverage: spec_tags=['2024.2', '2025.1'], status_tags=['2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.295214Z [info ] Checked ImageStream tag jupyter-rocm-minimal:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.295253Z [info ] Checked ImageStream tag jupyter-rocm-minimal:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.308768Z [info ] Validating ImageStream jupyter-rocm-pytorch (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.308860Z [info ] ImageStream jupyter-rocm-pytorch tag coverage: spec_tags=['2024.2', '2025.1'], status_tags=['2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.308900Z [info ] Checked ImageStream tag jupyter-rocm-pytorch:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.308933Z [info ] Checked ImageStream tag jupyter-rocm-pytorch:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.325493Z [info ] Validating ImageStream jupyter-rocm-tensorflow (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.325564Z [info ] ImageStream jupyter-rocm-tensorflow tag coverage: spec_tags=['2024.2', '2025.1'], status_tags=['2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.325602Z [info ] Checked ImageStream tag jupyter-rocm-tensorflow:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.325633Z [info ] Checked ImageStream tag jupyter-rocm-tensorflow:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.343085Z [info ] Validating ImageStream minimal-gpu (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.343162Z [info ] ImageStream minimal-gpu tag coverage: spec_tags=['1.2', '2023.1', '2023.2', '2024.1', '2024.2', '2025.1'], status_tags=['1.2', '2023.1', '2023.2', '2024.1', '2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.343201Z [info ] Checked ImageStream tag minimal-gpu:1.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.343234Z [info ] Checked ImageStream tag minimal-gpu:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.343262Z [info ] Checked ImageStream tag minimal-gpu:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.343288Z [info ] Checked ImageStream tag minimal-gpu:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.343314Z [info ] Checked ImageStream tag minimal-gpu:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.343340Z [info ] Checked ImageStream tag minimal-gpu:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.357836Z [info ] Validating ImageStream odh-trustyai-notebook (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.357914Z [info ] ImageStream odh-trustyai-notebook tag coverage: spec_tags=['2023.1', '2023.2', '2024.1', '2024.2', '2025.1'], status_tags=['2023.1', '2023.2', '2024.1', '2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.357952Z [info ] Checked ImageStream tag odh-trustyai-notebook:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.357984Z [info ] Checked ImageStream tag odh-trustyai-notebook:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.358013Z [info ] Checked ImageStream tag odh-trustyai-notebook:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.358040Z [info ] Checked ImageStream tag odh-trustyai-notebook:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.358067Z [info ] Checked ImageStream tag odh-trustyai-notebook:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.374622Z [info ] Validating ImageStream pytorch (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.374714Z [info ] ImageStream pytorch tag coverage: spec_tags=['1.2', '2023.1', '2023.2', '2024.1', '2024.2', '2025.1'], status_tags=['1.2', '2023.1', '2023.2', '2024.1', '2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.374753Z [info ] Checked ImageStream tag pytorch:1.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.374785Z [info ] Checked ImageStream tag pytorch:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.374812Z [info ] Checked ImageStream tag pytorch:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.374861Z [info ] Checked ImageStream tag pytorch:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.374891Z [info ] Checked ImageStream tag pytorch:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.374918Z [info ] Checked ImageStream tag pytorch:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.389066Z [info ] Validating ImageStream s2i-generic-data-science-notebook (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.389144Z [info ] ImageStream s2i-generic-data-science-notebook tag coverage: spec_tags=['1.2', '2023.1', '2023.2', '2024.1', '2024.2', '2025.1'], status_tags=['1.2', '2023.1', '2023.2', '2024.1', '2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.389180Z [info ] Checked ImageStream tag s2i-generic-data-science-notebook:1.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.389212Z [info ] Checked ImageStream tag s2i-generic-data-science-notebook:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.389239Z [info ] Checked ImageStream tag s2i-generic-data-science-notebook:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.389265Z [info ] Checked ImageStream tag s2i-generic-data-science-notebook:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.389290Z [info ] Checked ImageStream tag s2i-generic-data-science-notebook:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.389315Z [info ] Checked ImageStream tag s2i-generic-data-science-notebook:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.407105Z [info ] Validating ImageStream s2i-minimal-notebook (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.407178Z [info ] ImageStream s2i-minimal-notebook tag coverage: spec_tags=['1.2', '2023.1', '2023.2', '2024.1', '2024.2', '2025.1'], status_tags=['1.2', '2023.1', '2023.2', '2024.1', '2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.407214Z [info ] Checked ImageStream tag s2i-minimal-notebook:1.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.407244Z [info ] Checked ImageStream tag s2i-minimal-notebook:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.407272Z [info ] Checked ImageStream tag s2i-minimal-notebook:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.407299Z [info ] Checked ImageStream tag s2i-minimal-notebook:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.407324Z [info ] Checked ImageStream tag s2i-minimal-notebook:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.407350Z [info ] Checked ImageStream tag s2i-minimal-notebook:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health PASSED2026-06-14T08:29:39.424081Z [info ] Validating ImageStream tensorflow (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.424183Z [info ] ImageStream tensorflow tag coverage: spec_tags=['1.2', '2023.1', '2023.2', '2024.1', '2024.2', '2025.1'], status_tags=['1.2', '2023.1', '2023.2', '2024.1', '2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.424225Z [info ] Checked ImageStream tag tensorflow:1.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.424260Z [info ] Checked ImageStream tag tensorflow:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.424289Z [info ] Checked ImageStream tag tensorflow:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.424317Z [info ] Checked ImageStream tag tensorflow:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.424344Z [info ] Checked ImageStream tag tensorflow:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-14T08:29:39.424369Z [info ] Checked ImageStream tag tensorflow:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health  TEST: test_workbench_imagestreams_older_tags_health[test_notebook_imagestreams] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 5 of 5 completed, 5 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ =========== 5 passed, 39 deselected, 5 warnings in 79.63s (0:01:19) ============ =============================== warnings summary =============================== tests/workbenches/notebooks_server/controller/test_spawning.py::TestNotebook::test_create_simple_notebook[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0] tests/workbenches/notebooks_server/controller/test_spawning.py::TestNotebook::test_auth_container_resource_customization[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0] tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_health[test_notebook_imagestreams] tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_health[test_runtime_imagestreams] tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_older_tags_health[test_notebook_imagestreams] /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( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ------------- generated xml file: /artifacts/workbenches-smoke.xml ------------- =========== 5 passed, 39 deselected, 5 warnings in 79.63s (0:01:19) ============