--- BVT pytest attempt 2026-06-03T14:29:05.309199+00:00 (/.local/bin/uv run pytest...) --- 2026-06-03T14:29:06.853246Z [info ] Writing tests log to /home/odh/opendatahub-tests/results/pytest-tests.log [conftest] 2026-06-03T14:29:06.864186Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-03T14:29:06.864443Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-03T14:29:06.865494Z [info ] PRAGMA main.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-03T14:29:06.865953Z [info ] PRAGMA main.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-03T14:29:06.866485Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-03T14:29:06.866720Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-03T14:29:06.866894Z [info ] PRAGMA temp.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-03T14:29:06.867037Z [info ] PRAGMA temp.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-03T14:29:06.871187Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-03T14:29:06.871427Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-03T14:29:06.871657Z [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-03T14:29:06.871938Z [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-03T14:29:06.872140Z [info ] [no key 0.00005s] ()  [sqlalchemy.engine.Engine] 2026-06-03T14:29:06.872302Z [info ] [no key 0.00005s] ()  [sqlalchemy.engine.Engine] 2026-06-03T14:29:06.872486Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-03T14:29:06.872773Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-03T14:29:06.872954Z [info ] Trying to get client via new_client_from_config [ocp_resources.resource] 2026-06-03T14:29:06.957861Z [info ] kind: DataScienceCluster api version: datasciencecluster.opendatahub.io/v2 [ocp_resources.resource] 2026-06-03T14:29:06.980702Z [info ] kind: DSCInitialization api version: dscinitialization.opendatahub.io/v2 [ocp_resources.resource] 2026-06-03T14:29:06.989925Z [info ] Running model registry tests against default namespace [conftest] 2026-06-03T14:29:06.990116Z [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 7 items / 3 deselected / 4 selected tests/workbenches/notebook-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-03T14:29:07.047843Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) _post_configure_properties() started [sqlalchemy.orm.mapper.Mapper] 2026-06-03T14:29:07.048114Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) initialize prop id [sqlalchemy.orm.mapper.Mapper] 2026-06-03T14:29:07.048330Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) initialize prop test_name [sqlalchemy.orm.mapper.Mapper] 2026-06-03T14:29:07.048571Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) initialize prop start_time [sqlalchemy.orm.mapper.Mapper] 2026-06-03T14:29:07.049250Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) _post_configure_properties() complete [sqlalchemy.orm.mapper.Mapper] 2026-06-03T14:29:07.049499Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-03T14:29:07.050035Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-03T14:29:07.050283Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-03T14:29:07.051562Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-03T14:29:07.051905Z [info ] [generated in 0.00014s] ('/home/odh/opendatahub-tests/tests/workbenches/notebook-controller/test_spawning.py::test_create_simple_notebook[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]', 1780496947) [sqlalchemy.engine.Engine] 2026-06-03T14:29:07.052303Z [info ] [generated in 0.00014s] ('/home/odh/opendatahub-tests/tests/workbenches/notebook-controller/test_spawning.py::test_create_simple_notebook[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]', 1780496947) [sqlalchemy.engine.Engine] 2026-06-03T14:29:07.052532Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-03T14:29:07.052761Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-03T14:29:07.052964Z [info ] Executing session fixture: event_loop_policy [conftest] 2026-06-03T14:29:07.053174Z [info ] Executing session fixture: _syrupy_apply_ide_patches [conftest] 2026-06-03T14:29:07.053365Z [info ] Executing session fixture: admin_client [conftest] 2026-06-03T14:29:07.053558Z [info ] Trying to get client via new_client_from_config [ocp_resources.resource] 2026-06-03T14:29:07.060508Z [info ] Executing session fixture: dsc_resource [conftest] 2026-06-03T14:29:07.060696Z [info ] kind: DataScienceCluster api version: datasciencecluster.opendatahub.io/v2 [ocp_resources.resource] 2026-06-03T14:29:07.091304Z [info ] Executing session fixture: tmp_path_factory [conftest] 2026-06-03T14:29:07.091481Z [info ] Executing session fixture: tests_tmp_dir [conftest] 2026-06-03T14:29:07.092464Z [info ] Executing session fixture: os_path_environment [conftest] 2026-06-03T14:29:07.092759Z [info ] Executing session fixture: tmpdir_factory [conftest] 2026-06-03T14:29:07.092953Z [info ] Executing session fixture: bin_directory [conftest] 2026-06-03T14:29:07.093861Z [info ] Executing session fixture: oc_binary_path [conftest] 2026-06-03T14:29:07.101476Z [info ] kind: ConsoleCLIDownload api version: console.openshift.io/v1 [ocp_resources.resource] 2026-06-03T14:29:07.109042Z [info ] All oc console cli download links: ['https://downloads-openshift-console.apps.9a96c5ff-548b-4b93-9f8e-a6229be599cf.prod.konfluxeaas.com/amd64/linux/oc.tar'] [utilities.infra] name=utilities.infra 2026-06-03T14:29:07.109137Z [info ] Downloading archive using: url=https://downloads-openshift-console.apps.9a96c5ff-548b-4b93-9f8e-a6229be599cf.prod.konfluxeaas.com/amd64/linux/oc.tar [utilities.infra] name=utilities.infra 2026-06-03T14:29:07.834832Z [info ] Extract the downloaded archive. [utilities.infra] name=utilities.infra 2026-06-03T14:29:07.929212Z [info ] Downloaded file: ['oc']  [utilities.infra] name=utilities.infra 2026-06-03T14:29:07.958347Z [info ] Executing session fixture: bin_directory_to_os_path [conftest] 2026-06-03T14:29:07.954254Z [info ] OC binary path: /tmp/pytest-jtG9UuA4p2SZn8ouUrS9ev/bin0/oc [tests.conftest] name=tests.conftest 2026-06-03T14:29:07.954376Z [info ] Adding /tmp/pytest-jtG9UuA4p2SZn8ouUrS9ev/bin0 to $PATH [tests.conftest] name=tests.conftest 2026-06-03T14:29:07.958930Z [info ] Executing session fixture: nodes [conftest] 2026-06-03T14:29:08.197305Z [info ] Executing session fixture: dsci_resource [conftest] 2026-06-03T14:29:08.197503Z [info ] kind: DSCInitialization api version: dscinitialization.opendatahub.io/v2 [ocp_resources.resource] 2026-06-03T14:29:08.201909Z [info ] Executing session fixture: record_testsuite_property [conftest] 2026-06-03T14:29:08.202100Z [info ] Executing session fixture: junitxml_plugin [conftest] 2026-06-03T14:29:08.202261Z [info ] Executing session fixture: cluster_sanity_scope_session [conftest] 2026-06-03T14:29:08.200986Z [info ] Check cluster sanity.  [utilities.infra] name=utilities.infra 2026-06-03T14:29:08.202580Z [info ] Verify all nodes are in a healthy condition. [ocp_utilities.infra] 2026-06-03T14:29:08.215979Z [info ] Verify all nodes are schedulable. [ocp_utilities.infra] 2026-06-03T14:29:08.232221Z [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-03T14:29:08.231416Z [info ] Wait for DSCI default-dsci to be in Ready status. [utilities.infra] name=utilities.infra 2026-06-03T14:29:08.232534Z [info ] Get DSCInitialization default-dsci status [ocp_resources DSCInitialization] 2026-06-03T14:29:08.236823Z [info ] Elapsed time: 0.0001735687255859375 [0:00:00.000174] [timeout_sampler] 2026-06-03T14:29:08.236984Z [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-03T14:29:08.236118Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-03T14:29:08.237279Z [info ] Get DataScienceCluster default-dsc status [ocp_resources DataScienceCluster] 2026-06-03T14:29:08.243958Z [info ] Elapsed time: 3.8623809814453125e-05 [0:00:00.000039] [timeout_sampler] 2026-06-03T14:29:08.244140Z [info ] Executing session fixture: autouse_fixtures [conftest] 2026-06-03T14:29:08.244314Z [info ] Executing session fixture: pytestconfig [conftest] 2026-06-03T14:29:08.244496Z [info ] Executing session fixture: use_unprivileged_client [conftest] 2026-06-03T14:29:08.244680Z [info ] Executing session fixture: kubconfig_filepath [conftest] 2026-06-03T14:29:08.244810Z [info ] Executing session fixture: cluster_authentication [conftest] 2026-06-03T14:29:08.244955Z [info ] kind: Authentication api version: config.openshift.io/v1 [ocp_resources.resource] 2026-06-03T14:29:08.247947Z [info ] Executing session fixture: is_byoidc [conftest] 2026-06-03T14:29:08.255264Z [info ] Executing session fixture: non_admin_user_password [conftest] 2026-06-03T14:29:08.255528Z [info ] Executing session fixture: unprivileged_client [conftest] 2026-06-03T14:29:08.251511Z [warning ] Unprivileged client is not enabled, using admin client [tests.conftest] name=tests.conftest 2026-06-03T14:29:08.255910Z [info ] Executing session fixture: teardown_resources [conftest] 2026-06-03T14:29:08.256063Z [info ] Executing class fixture: unprivileged_model_namespace [conftest] 2026-06-03T14:29:08.256211Z [info ] kind: ProjectRequest api version: project.openshift.io/v1 [ocp_resources.resource] 2026-06-03T14:29:08.256349Z [info ] Create ProjectRequest test-odh-notebook [ocp_resources ProjectRequest] 2026-06-03T14:29:08.256498Z [info ] Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'test-odh-notebook', 'labels': {'opendatahub.io/dashboard': 'true'}}} [ocp_resources ProjectRequest] 2026-06-03T14:29:08.323973Z [info ] kind: Project api version: project.openshift.io/v1 [ocp_resources.resource] 2026-06-03T14:29:08.324188Z [info ] Wait for Project test-odh-notebook status to be Active [ocp_resources Project] 2026-06-03T14:29:08.324345Z [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-03T14:29:08.333831Z [info ] Status of Project test-odh-notebook is Active [ocp_resources Project] 2026-06-03T14:29:08.334083Z [info ] Elapsed time: 4.4345855712890625e-05 [0:00:00.000044] [timeout_sampler] 2026-06-03T14:29:08.334233Z [info ] ResourceEdits: Updating data for resource Namespace test-odh-notebook [ocp_resources.resource] 2026-06-03T14:29:08.334386Z [info ] Update Namespace test-odh-notebook: {'metadata': {'labels': {'opendatahub.io/dashboard': 'true'}, 'name': 'test-odh-notebook'}} [ocp_resources Namespace] 2026-06-03T14:29:08.349757Z [info ] Executing function fixture: minimal_image [conftest] 2026-06-03T14:29:08.379981Z [info ] kind: ClusterServiceVersion api version: operators.coreos.com/v1alpha1 [ocp_resources.resource] 2026-06-03T14:29:08.440896Z [info ] Executing function fixture: notebook_image [conftest] 2026-06-03T14:29:08.441090Z [info ] kind: Config api version: imageregistry.operator.openshift.io/v1 [ocp_resources.resource] 2026-06-03T14:29:08.446250Z [info ] Image registry management state: managed, available: True [utilities.infra] name=utilities.infra 2026-06-03T14:29:08.448449Z [info ] Executing function fixture: users_persistent_volume_claim [conftest] 2026-06-03T14:29:08.448584Z [info ] Create PersistentVolumeClaim test-odh-notebook [ocp_resources PersistentVolumeClaim] 2026-06-03T14:29:08.448753Z [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-03T14:29:08.462746Z [info ] Executing function fixture: default_notebook [conftest] 2026-06-03T14:29:08.462971Z [info ] kind: SelfSubjectReview api version: authentication.k8s.io/v1 [ocp_resources.resource] 2026-06-03T14:29:08.463153Z [info ] Create SelfSubjectReview selfSubjectReview [ocp_resources SelfSubjectReview] 2026-06-03T14:29:08.463359Z [info ] Posting {'apiVersion': 'authentication.k8s.io/v1', 'kind': 'SelfSubjectReview', 'metadata': {'name': 'selfSubjectReview'}} [ocp_resources SelfSubjectReview] 2026-06-03T14:29:08.494919Z [info ] kind: Notebook api version: kubeflow.org/v1 [ocp_resources.resource] 2026-06-03T14:29:08.495252Z [info ] Create Notebook test-odh-notebook [ocp_resources Notebook] 2026-06-03T14:29:08.495428Z [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-03T14:29:08.829298Z [info ] Executing function fixture: notebook_pod [conftest] 2026-06-03T14:29:08.829465Z [info ] Wait until Pod test-odh-notebook-0 is created [ocp_resources Pod] 2026-06-03T14:29:08.829595Z [info ] Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) [timeout_sampler] 2026-06-03T14:29:09.840894Z [info ] Elapsed time: 1.0052855014801025 [0:00:01.005286] [timeout_sampler] 2026-06-03T14:29:09.841150Z [info ] Wait for Pod/test-odh-notebook-0's 'Ready' condition to be 'True' [ocp_resources Pod] 2026-06-03T14:29:09.841315Z [info ] Wait until Pod test-odh-notebook-0 is created [ocp_resources Pod] 2026-06-03T14:29:09.841446Z [info ] Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) [timeout_sampler] 2026-06-03T14:29:09.845768Z [info ] Elapsed time: 5.6743621826171875e-05 [0:00:00.000057] [timeout_sampler] 2026-06-03T14:29:09.845982Z [info ] Waiting for 119.99478125572205 seconds [0:01:59.994781], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) [timeout_sampler] 2026-06-03T14:29:58.295713Z [info ] Elapsed time: 48.438711166381836 [0:00:48.438711] [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-03T14:29:58.305295Z [info ] Delete Notebook test-odh-notebook [ocp_resources Notebook] 2026-06-03T14:29:58.326845Z [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-03T14:29:08Z', '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-03T14:29:08Z'}, {'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-03T14:29:08Z'}, {'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-03T14:29:57Z'}], 'name': 'test-odh-notebook', 'namespace': 'test-odh-notebook', 'resourceVersion': '30347', 'uid': '5d1a5223-5965-48b4-a7b9-d2cca574de53'}, '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': '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-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-03T14:29:57Z', 'lastTransitionTime': '2026-06-03T14:29:46Z', 'status': 'True', 'type': 'PodReadyToStartContainers'}, {'lastProbeTime': '2026-06-03T14:29:57Z', 'lastTransitionTime': '2026-06-03T14:29:12Z', 'status': 'True', 'type': 'Initialized'}, {'lastProbeTime': '2026-06-03T14:29:57Z', 'lastTransitionTime': '2026-06-03T14:29:57Z', 'status': 'True', 'type': 'Ready'}, {'lastProbeTime': '2026-06-03T14:29:57Z', 'lastTransitionTime': '2026-06-03T14:29:57Z', 'status': 'True', 'type': 'ContainersReady'}, {'lastProbeTime': '2026-06-03T14:29:57Z', 'lastTransitionTime': '2026-06-03T14:29:12Z', 'status': 'True', 'type': 'PodScheduled'}], 'containerState': {'running': {'startedAt': '2026-06-03T14:29:45Z'}}, 'readyReplicas': 1}} [ocp_resources Notebook] 2026-06-03T14:29:58.340123Z [info ] Wait until Notebook test-odh-notebook is deleted [ocp_resources Notebook] 2026-06-03T14:29:58.340326Z [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-03T14:29:59.352996Z [info ] Elapsed time: 1.005838394165039 [0:00:01.005838] [timeout_sampler] 2026-06-03T14:29:59.353176Z [info ] Delete PersistentVolumeClaim test-odh-notebook [ocp_resources PersistentVolumeClaim] 2026-06-03T14:29:59.364339Z [info ] Deleting {'kind': 'PersistentVolumeClaim', 'apiVersion': 'v1', 'metadata': {'name': 'test-odh-notebook', 'namespace': 'test-odh-notebook', 'uid': 'fe5f5730-a8e7-4d44-b0c5-a126b1937272', 'resourceVersion': '27571', 'creationTimestamp': '2026-06-03T14:29:08Z', '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': 'ebs.csi.aws.com', 'volume.kubernetes.io/selected-node': 'ip-10-0-133-252.ec2.internal', 'volume.kubernetes.io/storage-provisioner': 'ebs.csi.aws.com'}, 'finalizers': ['kubernetes.io/pvc-protection'], 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-03T14:29:08Z', '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-scheduler', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-03T14:29:09Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:volume.kubernetes.io/selected-node': {}}}}}, {'manager': 'kube-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-03T14:29:11Z', '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-03T14:29:11Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'f:accessModes': {}, 'f:capacity': {'.': {}, 'f:storage': {}}, 'f:phase': {}}}, 'subresource': 'status'}]}, 'spec': {'accessModes': ['ReadWriteOnce'], 'resources': {'requests': {'storage': '10Gi'}}, 'volumeName': 'pvc-fe5f5730-a8e7-4d44-b0c5-a126b1937272', 'storageClassName': 'gp3-csi', 'volumeMode': 'Filesystem'}, 'status': {'phase': 'Bound', 'accessModes': ['ReadWriteOnce'], 'capacity': {'storage': '10Gi'}}} [ocp_resources PersistentVolumeClaim] 2026-06-03T14:29:59.378075Z [info ] Wait until PersistentVolumeClaim test-odh-notebook is deleted [ocp_resources PersistentVolumeClaim] 2026-06-03T14:29:59.378237Z [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-03T14:30:00.389301Z [info ] Elapsed time: 1.0049846172332764 [0:00:01.004985] [timeout_sampler] 2026-06-03T14:30:00.393842Z [info ] Delete Project test-odh-notebook [ocp_resources Project] 2026-06-03T14:30:00.410527Z [info ] Deleting {'kind': 'Project', 'apiVersion': 'project.openshift.io/v1', 'metadata': {'name': 'test-odh-notebook', 'uid': 'b8347a25-1f51-46c2-8609-fa0d237a58c3', 'resourceVersion': '27436', 'creationTimestamp': '2026-06-03T14:29:08Z', '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/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest'}, 'annotations': {'openshift.io/description': '', 'openshift.io/display-name': '', 'openshift.io/requester': 'system:admin', 'openshift.io/sa.scc.mcs': 's0:c27,c24', 'openshift.io/sa.scc.supplemental-groups': '1000750000/10000', 'openshift.io/sa.scc.uid-range': '1000750000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2026-06-03T14:29:08Z', '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/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-03T14:29:08Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:labels': {'f:opendatahub.io/dashboard': {}}}}}, {'manager': 'cluster-policy-controller', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-03T14:29:08Z', '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-03T14:29:08Z', '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-03T14:29:08Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} [ocp_resources Project] 2026-06-03T14:30:00.420691Z [info ] Wait until Project test-odh-notebook is deleted [ocp_resources Project] 2026-06-03T14:30:00.421036Z [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 4 completed, 1 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/workbenches/notebook-controller/test_spawning.py::TestNotebook::test_auth_container_resource_customization[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0] 2026-06-03T14:30:12.555858Z [info ] Elapsed time: 12.123708248138428 [0:00:12.123708] [timeout_sampler]  test_auth_container_resource_customization[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]  -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-06-03T14:30:12.559482Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-03T14:30:12.559714Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-03T14:30:12.559983Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-03T14:30:12.560116Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-03T14:30:12.560876Z [info ] [cached since 65.51s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebook-controller/test_spawning.py::test_auth_container_resource_customization[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]', 1780497012) [sqlalchemy.engine.Engine] 2026-06-03T14:30:12.561042Z [info ] [cached since 65.51s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebook-controller/test_spawning.py::test_auth_container_resource_customization[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]', 1780497012) [sqlalchemy.engine.Engine] 2026-06-03T14:30:12.561171Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-03T14:30:12.561292Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-03T14:30:12.561412Z [info ] Executing class fixture: unprivileged_model_namespace [conftest] 2026-06-03T14:30:12.561536Z [info ] kind: ProjectRequest api version: project.openshift.io/v1 [ocp_resources.resource] 2026-06-03T14:30:12.561684Z [info ] Create ProjectRequest test-auth-notebook [ocp_resources ProjectRequest] 2026-06-03T14:30:12.561816Z [info ] Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'test-auth-notebook', 'labels': {'opendatahub.io/dashboard': 'true'}}} [ocp_resources ProjectRequest] 2026-06-03T14:30:12.651529Z [info ] kind: Project api version: project.openshift.io/v1 [ocp_resources.resource] 2026-06-03T14:30:12.651738Z [info ] Wait for Project test-auth-notebook status to be Active [ocp_resources Project] 2026-06-03T14:30:12.651902Z [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-03T14:30:12.662456Z [info ] Status of Project test-auth-notebook is Active [ocp_resources Project] 2026-06-03T14:30:12.662671Z [info ] Elapsed time: 4.673004150390625e-05 [0:00:00.000047] [timeout_sampler] 2026-06-03T14:30:12.662906Z [info ] ResourceEdits: Updating data for resource Namespace test-auth-notebook [ocp_resources.resource] 2026-06-03T14:30:12.663197Z [info ] Update Namespace test-auth-notebook: {'metadata': {'labels': {'opendatahub.io/dashboard': 'true'}, 'name': 'test-auth-notebook'}} [ocp_resources Namespace] 2026-06-03T14:30:12.673901Z [info ] Executing function fixture: minimal_image [conftest] 2026-06-03T14:30:12.725229Z [info ] Executing function fixture: notebook_image [conftest] 2026-06-03T14:30:12.725413Z [info ] kind: Config api version: imageregistry.operator.openshift.io/v1 [ocp_resources.resource] 2026-06-03T14:30:12.730343Z [info ] Image registry management state: managed, available: True [utilities.infra] name=utilities.infra 2026-06-03T14:30:12.732272Z [info ] Executing function fixture: users_persistent_volume_claim [conftest] 2026-06-03T14:30:12.732437Z [info ] Create PersistentVolumeClaim test-auth-notebook [ocp_resources PersistentVolumeClaim] 2026-06-03T14:30:12.732583Z [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-03T14:30:12.748386Z [info ] Executing function fixture: default_notebook [conftest] 2026-06-03T14:30:12.748555Z [info ] kind: SelfSubjectReview api version: authentication.k8s.io/v1 [ocp_resources.resource] 2026-06-03T14:30:12.748710Z [info ] Create SelfSubjectReview selfSubjectReview [ocp_resources SelfSubjectReview] 2026-06-03T14:30:12.748839Z [info ] Posting {'apiVersion': 'authentication.k8s.io/v1', 'kind': 'SelfSubjectReview', 'metadata': {'name': 'selfSubjectReview'}} [ocp_resources SelfSubjectReview] 2026-06-03T14:30:12.759865Z [info ] kind: Notebook api version: kubeflow.org/v1 [ocp_resources.resource] 2026-06-03T14:30:12.760039Z [info ] Create Notebook test-auth-notebook [ocp_resources Notebook] 2026-06-03T14:30:12.760219Z [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-03T14:30:12.861201Z [info ] Executing function fixture: notebook_pod [conftest] 2026-06-03T14:30:12.861399Z [info ] Wait until Pod test-auth-notebook-0 is created [ocp_resources Pod] 2026-06-03T14:30:12.861557Z [info ] Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) [timeout_sampler] 2026-06-03T14:30:13.873537Z [info ] Elapsed time: 1.005375623703003 [0:00:01.005376] [timeout_sampler] 2026-06-03T14:30:13.873744Z [info ] Wait for Pod/test-auth-notebook-0's 'Ready' condition to be 'True' [ocp_resources Pod] 2026-06-03T14:30:13.873883Z [info ] Wait until Pod test-auth-notebook-0 is created [ocp_resources Pod] 2026-06-03T14:30:13.874013Z [info ] Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) [timeout_sampler] 2026-06-03T14:30:13.877546Z [info ] Elapsed time: 2.8371810913085938e-05 [0:00:00.000028] [timeout_sampler] 2026-06-03T14:30:13.877922Z [info ] Waiting for 119.99551439285278 seconds [0:01:59.995514], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) [timeout_sampler] 2026-06-03T14:30:38.079814Z [info ] Elapsed time: 24.193114042282104 [0:00:24.193114] [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-03T14:30:38.085898Z [info ] Delete Notebook test-auth-notebook [ocp_resources Notebook] 2026-06-03T14:30:38.107265Z [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-03T14:30:12Z', '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-03T14:30:12Z'}, {'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-03T14:30:13Z'}, {'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-03T14:30:37Z'}], 'name': 'test-auth-notebook', 'namespace': 'test-auth-notebook', 'resourceVersion': '32863', 'uid': 'd69e09ca-db52-4df2-b618-5a6d79f461af'}, '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': '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'}, {'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'}], '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-03T14:30:37Z', 'lastTransitionTime': '2026-06-03T14:30:26Z', 'status': 'True', 'type': 'PodReadyToStartContainers'}, {'lastProbeTime': '2026-06-03T14:30:37Z', 'lastTransitionTime': '2026-06-03T14:30:16Z', 'status': 'True', 'type': 'Initialized'}, {'lastProbeTime': '2026-06-03T14:30:37Z', 'lastTransitionTime': '2026-06-03T14:30:37Z', 'status': 'True', 'type': 'Ready'}, {'lastProbeTime': '2026-06-03T14:30:37Z', 'lastTransitionTime': '2026-06-03T14:30:37Z', 'status': 'True', 'type': 'ContainersReady'}, {'lastProbeTime': '2026-06-03T14:30:37Z', 'lastTransitionTime': '2026-06-03T14:30:16Z', 'status': 'True', 'type': 'PodScheduled'}], 'containerState': {'running': {'startedAt': '2026-06-03T14:30:25Z'}}, 'readyReplicas': 1}} [ocp_resources Notebook] 2026-06-03T14:30:38.119442Z [info ] Wait until Notebook test-auth-notebook is deleted [ocp_resources Notebook] 2026-06-03T14:30:38.119795Z [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-03T14:30:39.132131Z [info ] Elapsed time: 1.005408525466919 [0:00:01.005409] [timeout_sampler] 2026-06-03T14:30:39.132340Z [info ] Delete PersistentVolumeClaim test-auth-notebook [ocp_resources PersistentVolumeClaim] 2026-06-03T14:30:39.143824Z [info ] Deleting {'kind': 'PersistentVolumeClaim', 'apiVersion': 'v1', 'metadata': {'name': 'test-auth-notebook', 'namespace': 'test-auth-notebook', 'uid': '094f4377-9440-4a6a-839d-dce89d8f5f20', 'resourceVersion': '32047', 'creationTimestamp': '2026-06-03T14:30:12Z', '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': 'ebs.csi.aws.com', 'volume.kubernetes.io/selected-node': 'ip-10-0-133-252.ec2.internal', 'volume.kubernetes.io/storage-provisioner': 'ebs.csi.aws.com'}, 'finalizers': ['kubernetes.io/pvc-protection'], 'managedFields': [{'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-03T14:30:12Z', '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-scheduler', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-03T14:30:13Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:volume.kubernetes.io/selected-node': {}}}}}, {'manager': 'kube-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-03T14:30:15Z', '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-03T14:30:15Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'f:accessModes': {}, 'f:capacity': {'.': {}, 'f:storage': {}}, 'f:phase': {}}}, 'subresource': 'status'}]}, 'spec': {'accessModes': ['ReadWriteOnce'], 'resources': {'requests': {'storage': '10Gi'}}, 'volumeName': 'pvc-094f4377-9440-4a6a-839d-dce89d8f5f20', 'storageClassName': 'gp3-csi', 'volumeMode': 'Filesystem'}, 'status': {'phase': 'Bound', 'accessModes': ['ReadWriteOnce'], 'capacity': {'storage': '10Gi'}}} [ocp_resources PersistentVolumeClaim] 2026-06-03T14:30:39.149940Z [info ] Wait until PersistentVolumeClaim test-auth-notebook is deleted [ocp_resources PersistentVolumeClaim] 2026-06-03T14:30:39.150118Z [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-03T14:30:40.159851Z [info ] Elapsed time: 1.0038554668426514 [0:00:01.003855] [timeout_sampler] 2026-06-03T14:30:40.164708Z [info ] Delete Project test-auth-notebook [ocp_resources Project] 2026-06-03T14:30:40.182265Z [info ] Deleting {'kind': 'Project', 'apiVersion': 'project.openshift.io/v1', 'metadata': {'name': 'test-auth-notebook', 'uid': 'f5bbb1fa-80f2-470c-88d7-82e5eef9de8d', 'resourceVersion': '31904', 'creationTimestamp': '2026-06-03T14:30:12Z', '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/warn': 'restricted', 'pod-security.kubernetes.io/warn-version': 'latest'}, 'annotations': {'openshift.io/description': '', 'openshift.io/display-name': '', 'openshift.io/requester': 'system:admin', 'openshift.io/sa.scc.mcs': 's0:c28,c7', 'openshift.io/sa.scc.supplemental-groups': '1000770000/10000', 'openshift.io/sa.scc.uid-range': '1000770000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2026-06-03T14:30:12Z', '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/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-03T14:30:12Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:labels': {'f:opendatahub.io/dashboard': {}}}}}, {'manager': 'cluster-policy-controller', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-03T14:30:12Z', '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-03T14:30:12Z', '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-03T14:30:12Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} [ocp_resources Project] 2026-06-03T14:30:40.192541Z [info ] Wait until Project test-auth-notebook is deleted [ocp_resources Project] 2026-06-03T14:30:40.192753Z [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 4 completed, 2 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/workbenches/test_imagestream_health.py::test_workbench_imagestreams_health[notebook_imagestreams] 2026-06-03T14:30:47.263184Z [info ] Elapsed time: 7.061171531677246 [0:00:07.061172] [timeout_sampler]  ------------------------------ test_workbench_imagestreams_health[notebook_imagestreams] ------------------------------ -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-06-03T14:30:47.265066Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-03T14:30:47.265647Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-03T14:30:47.267212Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-03T14:30:47.267894Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-03T14:30:47.268081Z [info ] [cached since 100.2s ago] ('/home/odh/opendatahub-tests/tests/workbenches/test_imagestream_health.py::test_workbench_imagestreams_health[notebook_imagestreams]', 1780497047) [sqlalchemy.engine.Engine] 2026-06-03T14:30:47.268242Z [info ] [cached since 100.2s ago] ('/home/odh/opendatahub-tests/tests/workbenches/test_imagestream_health.py::test_workbench_imagestreams_health[notebook_imagestreams]', 1780497047) [sqlalchemy.engine.Engine] 2026-06-03T14:30:47.268401Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-03T14:30:47.268573Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-03T14:30:47.268732Z [info ] Executing function fixture: label_selector [conftest] 2026-06-03T14:30:47.269374Z [info ] Executing function fixture: expected_imagestream_count [conftest] --------------------------------------------------------- CALL --------------------------------------------------------- 2026-06-03T14:30:47.269659Z [info ] kind: ImageStream api version: image.openshift.io/v1 [ocp_resources.resource] 2026-06-03T14:30:47.283672Z [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=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.283754Z [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=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.289948Z [info ] Validating ImageStream code-server-notebook (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.290023Z [info ] ImageStream code-server-notebook tag coverage: spec_tags=['2023.2', '2024.1', '2024.2', '2025.1', '2025.2', '3.4'], status_tags=['2023.2', '2024.1', '2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.290070Z [info ] Checked ImageStream tag code-server-notebook:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.290107Z [info ] Checked ImageStream tag code-server-notebook:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.290139Z [info ] Checked ImageStream tag code-server-notebook:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.290167Z [info ] Checked ImageStream tag code-server-notebook:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.290193Z [info ] Checked ImageStream tag code-server-notebook:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.290218Z [info ] Checked ImageStream tag code-server-notebook:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.296039Z [info ] Validating ImageStream jupyter-pytorch-llmcompressor (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.296141Z [info ] ImageStream jupyter-pytorch-llmcompressor tag coverage: spec_tags=['2025.2', '3.4'], status_tags=['2025.2', '3.4'] [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.296188Z [info ] Checked ImageStream tag jupyter-pytorch-llmcompressor:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.296227Z [info ] Checked ImageStream tag jupyter-pytorch-llmcompressor:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.302671Z [info ] Validating ImageStream jupyter-rocm-minimal (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.302745Z [info ] ImageStream jupyter-rocm-minimal tag coverage: spec_tags=['2024.2', '2025.1', '2025.2', '3.4'], status_tags=['2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.302783Z [info ] Checked ImageStream tag jupyter-rocm-minimal:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.302815Z [info ] Checked ImageStream tag jupyter-rocm-minimal:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.302844Z [info ] Checked ImageStream tag jupyter-rocm-minimal:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.302869Z [info ] Checked ImageStream tag jupyter-rocm-minimal:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.309353Z [info ] Validating ImageStream jupyter-rocm-pytorch (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.309440Z [info ] ImageStream jupyter-rocm-pytorch tag coverage: spec_tags=['2024.2', '2025.1', '2025.2', '3.4'], status_tags=['2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.309486Z [info ] Checked ImageStream tag jupyter-rocm-pytorch:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.309525Z [info ] Checked ImageStream tag jupyter-rocm-pytorch:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.309560Z [info ] Checked ImageStream tag jupyter-rocm-pytorch:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.309588Z [info ] Checked ImageStream tag jupyter-rocm-pytorch:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.316182Z [info ] Validating ImageStream jupyter-rocm-tensorflow (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.316284Z [info ] ImageStream jupyter-rocm-tensorflow tag coverage: spec_tags=['2024.2', '2025.1', '2025.2', '3.4'], status_tags=['2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.316339Z [info ] Checked ImageStream tag jupyter-rocm-tensorflow:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.316387Z [info ] Checked ImageStream tag jupyter-rocm-tensorflow:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.316443Z [info ] Checked ImageStream tag jupyter-rocm-tensorflow:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.316485Z [info ] Checked ImageStream tag jupyter-rocm-tensorflow:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.323607Z [info ] Validating ImageStream minimal-gpu (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.323703Z [info ] ImageStream minimal-gpu tag coverage: spec_tags=['1.2', '2023.1', '2023.2', '2024.1', '2024.2', '2025.1', '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=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.323739Z [info ] Checked ImageStream tag minimal-gpu:1.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.323771Z [info ] Checked ImageStream tag minimal-gpu:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.323798Z [info ] Checked ImageStream tag minimal-gpu:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.323825Z [info ] Checked ImageStream tag minimal-gpu:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.323849Z [info ] Checked ImageStream tag minimal-gpu:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.323875Z [info ] Checked ImageStream tag minimal-gpu:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.323899Z [info ] Checked ImageStream tag minimal-gpu:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.323924Z [info ] Checked ImageStream tag minimal-gpu:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.335099Z [info ] Validating ImageStream odh-trustyai-notebook (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.335174Z [info ] ImageStream odh-trustyai-notebook tag coverage: spec_tags=['2023.1', '2023.2', '2024.1', '2024.2', '2025.1', '2025.2', '3.4'], status_tags=['2023.1', '2023.2', '2024.1', '2024.2', '2025.1', '2025.2', '3.4'] [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.335212Z [info ] Checked ImageStream tag odh-trustyai-notebook:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.335242Z [info ] Checked ImageStream tag odh-trustyai-notebook:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.335270Z [info ] Checked ImageStream tag odh-trustyai-notebook:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.335295Z [info ] Checked ImageStream tag odh-trustyai-notebook:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.335319Z [info ] Checked ImageStream tag odh-trustyai-notebook:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.335345Z [info ] Checked ImageStream tag odh-trustyai-notebook:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.335369Z [info ] Checked ImageStream tag odh-trustyai-notebook:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.341662Z [info ] Validating ImageStream pytorch (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.341739Z [info ] ImageStream pytorch tag coverage: spec_tags=['1.2', '2023.1', '2023.2', '2024.1', '2024.2', '2025.1', '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=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.341776Z [info ] Checked ImageStream tag pytorch:1.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.341807Z [info ] Checked ImageStream tag pytorch:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.341835Z [info ] Checked ImageStream tag pytorch:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.341861Z [info ] Checked ImageStream tag pytorch:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.341885Z [info ] Checked ImageStream tag pytorch:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.341908Z [info ] Checked ImageStream tag pytorch:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.341939Z [info ] Checked ImageStream tag pytorch:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.341963Z [info ] Checked ImageStream tag pytorch:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.348357Z [info ] Validating ImageStream s2i-generic-data-science-notebook (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.348440Z [info ] ImageStream s2i-generic-data-science-notebook tag coverage: spec_tags=['1.2', '2023.1', '2023.2', '2024.1', '2024.2', '2025.1', '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=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.348477Z [info ] Checked ImageStream tag s2i-generic-data-science-notebook:1.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.348509Z [info ] Checked ImageStream tag s2i-generic-data-science-notebook:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.348537Z [info ] Checked ImageStream tag s2i-generic-data-science-notebook:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.348564Z [info ] Checked ImageStream tag s2i-generic-data-science-notebook:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.348589Z [info ] Checked ImageStream tag s2i-generic-data-science-notebook:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.348631Z [info ] Checked ImageStream tag s2i-generic-data-science-notebook:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.348664Z [info ] Checked ImageStream tag s2i-generic-data-science-notebook:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.348690Z [info ] Checked ImageStream tag s2i-generic-data-science-notebook:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.355381Z [info ] Validating ImageStream s2i-minimal-notebook (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.355496Z [info ] ImageStream s2i-minimal-notebook tag coverage: spec_tags=['1.2', '2023.1', '2023.2', '2024.1', '2024.2', '2025.1', '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=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.355552Z [info ] Checked ImageStream tag s2i-minimal-notebook:1.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.355601Z [info ] Checked ImageStream tag s2i-minimal-notebook:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.355655Z [info ] Checked ImageStream tag s2i-minimal-notebook:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.355685Z [info ] Checked ImageStream tag s2i-minimal-notebook:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.355713Z [info ] Checked ImageStream tag s2i-minimal-notebook:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.355739Z [info ] Checked ImageStream tag s2i-minimal-notebook:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.355764Z [info ] Checked ImageStream tag s2i-minimal-notebook:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.355788Z [info ] Checked ImageStream tag s2i-minimal-notebook:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health PASSED _ 3 of 4 completed, 3 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ tests/workbenches/test_imagestream_health.py::test_workbench_imagestreams_health[runtime_imagestreams] 2026-06-03T14:30:47.363399Z [info ] Validating ImageStream tensorflow (label selector: opendatahub.io/notebook-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.363505Z [info ] ImageStream tensorflow tag coverage: spec_tags=['1.2', '2023.1', '2023.2', '2024.1', '2024.2', '2025.1', '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=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.363557Z [info ] Checked ImageStream tag tensorflow:1.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.363605Z [info ] Checked ImageStream tag tensorflow:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.363656Z [info ] Checked ImageStream tag tensorflow:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.363685Z [info ] Checked ImageStream tag tensorflow:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.363711Z [info ] Checked ImageStream tag tensorflow:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.363736Z [info ] Checked ImageStream tag tensorflow:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.363760Z [info ] Checked ImageStream tag tensorflow:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.363785Z [info ] Checked ImageStream tag tensorflow:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health  TEST: test_workbench_imagestreams_health[notebook_imagestreams] STATUS: PASSED ------------------------------------------------------- TEARDOWN -------------------------------------------------------  ------------------------------- test_workbench_imagestreams_health[runtime_imagestreams] ------------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-06-03T14:30:47.369593Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-03T14:30:47.369741Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-03T14:30:47.369863Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-03T14:30:47.369984Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-03T14:30:47.370141Z [info ] [cached since 100.3s ago] ('/home/odh/opendatahub-tests/tests/workbenches/test_imagestream_health.py::test_workbench_imagestreams_health[runtime_imagestreams]', 1780497047) [sqlalchemy.engine.Engine] 2026-06-03T14:30:47.370648Z [info ] [cached since 100.3s ago] ('/home/odh/opendatahub-tests/tests/workbenches/test_imagestream_health.py::test_workbench_imagestreams_health[runtime_imagestreams]', 1780497047) [sqlalchemy.engine.Engine] 2026-06-03T14:30:47.370783Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-03T14:30:47.370904Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-03T14:30:47.371023Z [info ] Executing function fixture: label_selector [conftest] 2026-06-03T14:30:47.371141Z [info ] Executing function fixture: expected_imagestream_count [conftest] --------------------------------------------------------- CALL --------------------------------------------------------- 2026-06-03T14:30:47.376366Z [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=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.376442Z [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=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.382346Z [info ] Validating ImageStream runtime-datascience (label selector: opendatahub.io/runtime-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.382429Z [info ] ImageStream runtime-datascience tag coverage: spec_tags=['datascience'], status_tags=['datascience'] [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.382475Z [info ] Checked ImageStream tag runtime-datascience:datascience (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.388300Z [info ] Validating ImageStream runtime-minimal (label selector: opendatahub.io/runtime-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.388462Z [info ] ImageStream runtime-minimal tag coverage: spec_tags=['minimal'], status_tags=['minimal'] [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.388550Z [info ] Checked ImageStream tag runtime-minimal:minimal (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.394565Z [info ] Validating ImageStream runtime-pytorch (label selector: opendatahub.io/runtime-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.394704Z [info ] ImageStream runtime-pytorch tag coverage: spec_tags=['pytorch'], status_tags=['pytorch'] [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.394743Z [info ] Checked ImageStream tag runtime-pytorch:pytorch (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.401362Z [info ] Validating ImageStream runtime-pytorch-llmcompressor (label selector: opendatahub.io/runtime-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.401516Z [info ] ImageStream runtime-pytorch-llmcompressor tag coverage: spec_tags=['pytorch-llmcompressor'], status_tags=['pytorch-llmcompressor'] [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.401604Z [info ] Checked ImageStream tag runtime-pytorch-llmcompressor:pytorch-llmcompressor (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.407698Z [info ] Validating ImageStream runtime-rocm-pytorch (label selector: opendatahub.io/runtime-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.407766Z [info ] ImageStream runtime-rocm-pytorch tag coverage: spec_tags=['rocm-pytorch'], status_tags=['rocm-pytorch'] [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.407803Z [info ] Checked ImageStream tag runtime-rocm-pytorch:rocm-pytorch (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.413352Z [info ] Validating ImageStream runtime-rocm-tensorflow (label selector: opendatahub.io/runtime-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.413431Z [info ] ImageStream runtime-rocm-tensorflow tag coverage: spec_tags=['rocm-tensorflow'], status_tags=['rocm-tensorflow'] [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.413476Z [info ] Checked ImageStream tag runtime-rocm-tensorflow:rocm-tensorflow (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health PASSED2026-06-03T14:30:47.419177Z [info ] Validating ImageStream runtime-tensorflow (label selector: opendatahub.io/runtime-image=true,platform.opendatahub.io/part-of=workbenches) [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.419293Z [info ] ImageStream runtime-tensorflow tag coverage: spec_tags=['tensorflow'], status_tags=['tensorflow'] [_pytest.compat] name=tests.workbenches.test_imagestream_health 2026-06-03T14:30:47.419361Z [info ] Checked ImageStream tag runtime-tensorflow:tensorflow (items_count=1, import_success=N/A) [_pytest.compat] name=tests.workbenches.test_imagestream_health  TEST: test_workbench_imagestreams_health[runtime_imagestreams] STATUS: PASSED ------------------------------------------------------- TEARDOWN ------------------------------------------------------- _ 4 of 4 completed, 4 Pass, 0 Fail, 0 Skip, 0 XPass, 0 XFail, 0 Error, 0 ReRun _ ================= 4 passed, 3 deselected in 100.43s (0:01:40) ================== ------------- generated xml file: /artifacts/workbenches-smoke.xml ------------- ================= 4 passed, 3 deselected in 100.43s (0:01:40) ==================