--- BVT pytest attempt 2026-06-12T13:54:19.412426+00:00 (/.local/bin/uv run pytest...) --- 2026-06-12T13:54:20.896061Z [info ] Writing tests log to /home/odh/opendatahub-tests/results/pytest-tests.log [conftest] 2026-06-12T13:54:20.906359Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T13:54:20.906554Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T13:54:20.906719Z [info ] PRAGMA main.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-12T13:54:20.906850Z [info ] PRAGMA main.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-12T13:54:20.907043Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-12T13:54:20.907586Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-12T13:54:20.908669Z [info ] PRAGMA temp.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-12T13:54:20.908847Z [info ] PRAGMA temp.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-12T13:54:20.909067Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-12T13:54:20.909221Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-12T13:54:20.909378Z [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-12T13:54:20.909529Z [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-12T13:54:20.909697Z [info ] [no key 0.00006s] ()  [sqlalchemy.engine.Engine] 2026-06-12T13:54:20.909833Z [info ] [no key 0.00006s] ()  [sqlalchemy.engine.Engine] 2026-06-12T13:54:20.910489Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T13:54:20.910641Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T13:54:20.910771Z [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-12T13:54:21.042963Z [info ] kind: DataScienceCluster api version: datasciencecluster.opendatahub.io/v2 [ocp_resources.resource] 2026-06-12T13:54:21.091004Z [info ] kind: DSCInitialization api version: dscinitialization.opendatahub.io/v2 [ocp_resources.resource] 2026-06-12T13:54:21.115178Z [info ] Running model registry tests against default namespace [conftest] 2026-06-12T13:54:21.115357Z [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-12T13:54:21.243126Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) _post_configure_properties() started [sqlalchemy.orm.mapper.Mapper] 2026-06-12T13:54:21.243341Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) initialize prop id [sqlalchemy.orm.mapper.Mapper] 2026-06-12T13:54:21.243502Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) initialize prop test_name [sqlalchemy.orm.mapper.Mapper] 2026-06-12T13:54:21.243658Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) initialize prop start_time [sqlalchemy.orm.mapper.Mapper] 2026-06-12T13:54:21.243820Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) _post_configure_properties() complete [sqlalchemy.orm.mapper.Mapper] 2026-06-12T13:54:21.243984Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T13:54:21.244115Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T13:54:21.244251Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-12T13:54:21.244379Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-12T13:54:21.244548Z [info ] [generated in 0.00012s] ('/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]', 1781272461) [sqlalchemy.engine.Engine] 2026-06-12T13:54:21.244697Z [info ] [generated in 0.00012s] ('/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]', 1781272461) [sqlalchemy.engine.Engine] 2026-06-12T13:54:21.245307Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T13:54:21.245464Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T13:54:21.248828Z [info ] Executing session fixture: event_loop_policy [conftest] 2026-06-12T13:54:21.250407Z [info ] Executing session fixture: _syrupy_apply_ide_patches [conftest] 2026-06-12T13:54:21.250552Z [info ] Executing session fixture: admin_client [conftest] 2026-06-12T13:54:21.250686Z [info ] Trying to get client via new_client_from_config [ocp_resources.resource] 2026-06-12T13:54:21.250807Z [info ] Executing session fixture: dsc_resource [conftest] 2026-06-12T13:54:21.250915Z [info ] kind: DataScienceCluster api version: datasciencecluster.opendatahub.io/v2 [ocp_resources.resource] 2026-06-12T13:54:21.323678Z [info ] Executing session fixture: tmp_path_factory [conftest] 2026-06-12T13:54:21.323895Z [info ] Executing session fixture: tests_tmp_dir [conftest] 2026-06-12T13:54:21.325528Z [info ] Executing session fixture: os_path_environment [conftest] 2026-06-12T13:54:21.325830Z [info ] Executing session fixture: tmpdir_factory [conftest] 2026-06-12T13:54:21.325979Z [info ] Executing session fixture: bin_directory [conftest] 2026-06-12T13:54:21.327464Z [info ] Executing session fixture: oc_binary_path [conftest] 2026-06-12T13:54:21.341600Z [info ] kind: ConsoleCLIDownload api version: console.openshift.io/v1 [ocp_resources.resource] 2026-06-12T13:54:21.368622Z [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-12T13:54:21.368797Z [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-12T13:54:49.489500Z [info ] Extract the downloaded archive. [utilities.infra] name=utilities.infra 2026-06-12T13:54:49.610050Z [info ] Downloaded file: ['oc']  [utilities.infra] name=utilities.infra 2026-06-12T13:54:49.633582Z [info ] Executing session fixture: bin_directory_to_os_path [conftest] 2026-06-12T13:54:49.631821Z [info ] OC binary path: /tmp/pytest-Q3ux4TBij2cWvnhLLNtRyc/bin0/oc [tests.conftest] name=tests.conftest 2026-06-12T13:54:49.631883Z [info ] Adding /tmp/pytest-Q3ux4TBij2cWvnhLLNtRyc/bin0 to $PATH [tests.conftest] name=tests.conftest 2026-06-12T13:54:49.634053Z [info ] Executing session fixture: nodes [conftest] 2026-06-12T13:54:50.590606Z [info ] Executing session fixture: dsci_resource [conftest] 2026-06-12T13:54:50.590785Z [info ] kind: DSCInitialization api version: dscinitialization.opendatahub.io/v2 [ocp_resources.resource] 2026-06-12T13:54:50.605786Z [info ] Executing session fixture: record_testsuite_property [conftest] 2026-06-12T13:54:50.605981Z [info ] Executing session fixture: junitxml_plugin [conftest] 2026-06-12T13:54:50.606146Z [info ] Executing session fixture: cluster_sanity_scope_session [conftest] 2026-06-12T13:54:50.605168Z [info ] Check cluster sanity.  [utilities.infra] name=utilities.infra 2026-06-12T13:54:50.606451Z [info ] Verify all nodes are in a healthy condition. [ocp_utilities.infra] 2026-06-12T13:54:50.692340Z [info ] Verify all nodes are schedulable. [ocp_utilities.infra] 2026-06-12T13:54:50.772810Z [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-12T13:54:50.772333Z [info ] Wait for DSCI default-dsci to be in Ready status. [utilities.infra] name=utilities.infra 2026-06-12T13:54:50.773175Z [info ] Get DSCInitialization default-dsci status [ocp_resources DSCInitialization] 2026-06-12T13:54:50.786492Z [info ] Elapsed time: 0.0001049041748046875 [0:00:00.000105] [timeout_sampler] 2026-06-12T13:54:50.786659Z [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-12T13:54:50.786064Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-12T13:54:50.787087Z [info ] Get DataScienceCluster default-dsc status [ocp_resources DataScienceCluster] 2026-06-12T13:54:50.801994Z [info ] Elapsed time: 4.410743713378906e-05 [0:00:00.000044] [timeout_sampler] 2026-06-12T13:54:50.802173Z [info ] Executing session fixture: autouse_fixtures [conftest] 2026-06-12T13:54:50.802329Z [info ] Executing session fixture: pytestconfig [conftest] 2026-06-12T13:54:50.802491Z [info ] Executing session fixture: use_unprivileged_client [conftest] 2026-06-12T13:54:50.802652Z [info ] Executing session fixture: kubconfig_filepath [conftest] 2026-06-12T13:54:50.803420Z [info ] Executing session fixture: cluster_authentication [conftest] 2026-06-12T13:54:50.839874Z [info ] kind: Authentication api version: config.openshift.io/v1 [ocp_resources.resource] 2026-06-12T13:54:50.854403Z [info ] Executing session fixture: is_byoidc [conftest] 2026-06-12T13:54:50.870053Z [info ] Executing session fixture: non_admin_user_password [conftest] 2026-06-12T13:54:50.870230Z [info ] Executing session fixture: unprivileged_client [conftest] 2026-06-12T13:54:50.868153Z [warning ] Unprivileged client is not enabled, using admin client [tests.conftest] name=tests.conftest 2026-06-12T13:54:50.870537Z [info ] Executing session fixture: teardown_resources [conftest] 2026-06-12T13:54:50.870699Z [info ] Executing class fixture: unprivileged_model_namespace [conftest] 2026-06-12T13:54:50.870850Z [info ] kind: ProjectRequest api version: project.openshift.io/v1 [ocp_resources.resource] 2026-06-12T13:54:50.871031Z [info ] Create ProjectRequest test-odh-notebook [ocp_resources ProjectRequest] 2026-06-12T13:54:50.871392Z [info ] Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'test-odh-notebook', 'labels': {'opendatahub.io/dashboard': 'true'}}} [ocp_resources ProjectRequest] 2026-06-12T13:54:50.977098Z [info ] kind: Project api version: project.openshift.io/v1 [ocp_resources.resource] 2026-06-12T13:54:50.977266Z [info ] Wait for Project test-odh-notebook status to be Active [ocp_resources Project] 2026-06-12T13:54:50.977426Z [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-12T13:54:51.048490Z [info ] Status of Project test-odh-notebook is Active [ocp_resources Project] 2026-06-12T13:54:51.048668Z [info ] Elapsed time: 3.457069396972656e-05 [0:00:00.000035] [timeout_sampler] 2026-06-12T13:54:51.048825Z [info ] ResourceEdits: Updating data for resource Namespace test-odh-notebook [ocp_resources.resource] 2026-06-12T13:54:51.049013Z [info ] Update Namespace test-odh-notebook: {'metadata': {'labels': {'opendatahub.io/dashboard': 'true'}, 'name': 'test-odh-notebook'}} [ocp_resources Namespace] 2026-06-12T13:54:51.068750Z [info ] Executing function fixture: minimal_image [conftest] 2026-06-12T13:54:51.125152Z [info ] kind: ClusterServiceVersion api version: operators.coreos.com/v1alpha1 [ocp_resources.resource] 2026-06-12T13:54:51.282344Z [info ] Executing function fixture: notebook_image [conftest] 2026-06-12T13:54:51.424076Z [info ] kind: Config api version: imageregistry.operator.openshift.io/v1 [ocp_resources.resource] 2026-06-12T13:54:51.437231Z [info ] Image registry management state: managed, available: True [utilities.infra] name=utilities.infra 2026-06-12T13:54:51.439959Z [info ] Executing function fixture: users_persistent_volume_claim [conftest] 2026-06-12T13:54:51.440102Z [info ] Create PersistentVolumeClaim test-odh-notebook [ocp_resources PersistentVolumeClaim] 2026-06-12T13:54:51.440237Z [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-12T13:54:51.470394Z [info ] Executing function fixture: default_notebook [conftest] 2026-06-12T13:54:51.470774Z [info ] kind: SelfSubjectReview api version: authentication.k8s.io/v1 [ocp_resources.resource] 2026-06-12T13:54:51.470993Z [info ] Create SelfSubjectReview selfSubjectReview [ocp_resources SelfSubjectReview] 2026-06-12T13:54:51.471110Z [info ] Posting {'apiVersion': 'authentication.k8s.io/v1', 'kind': 'SelfSubjectReview', 'metadata': {'name': 'selfSubjectReview'}} [ocp_resources SelfSubjectReview] 2026-06-12T13:54:51.537515Z [info ] kind: Notebook api version: kubeflow.org/v1 [ocp_resources.resource] 2026-06-12T13:54:51.537733Z [info ] Create Notebook test-odh-notebook [ocp_resources Notebook] 2026-06-12T13:54:51.537908Z [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-12T13:54:51.820063Z [info ] Executing function fixture: notebook_pod [conftest] 2026-06-12T13:54:51.820252Z [info ] Wait until Pod test-odh-notebook-0 is created [ocp_resources Pod] 2026-06-12T13:54:51.820416Z [info ] Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) [timeout_sampler] 2026-06-12T13:54:52.851691Z [info ] Elapsed time: 1.0160183906555176 [0:00:01.016018] [timeout_sampler] 2026-06-12T13:54:52.851871Z [info ] Wait for Pod/test-odh-notebook-0's 'Ready' condition to be 'True' [ocp_resources Pod] 2026-06-12T13:54:52.852038Z [info ] Wait until Pod test-odh-notebook-0 is created [ocp_resources Pod] 2026-06-12T13:54:52.852155Z [info ] Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) [timeout_sampler] 2026-06-12T13:54:52.864841Z [info ] Elapsed time: 3.24249267578125e-05 [0:00:00.000032] [timeout_sampler] 2026-06-12T13:54:52.865016Z [info ] Waiting for 119.98674297332764 seconds [0:01:59.986743], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) [timeout_sampler] 2026-06-12T13:55:13.516769Z [info ] Elapsed time: 20.625609159469604 [0:00:20.625609] [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-12T13:55:13.535662Z [info ] Delete Notebook test-odh-notebook [ocp_resources Notebook] 2026-06-12T13:55:13.573168Z [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-12T13:54:51Z', '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-12T13:54:51Z'}, {'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-12T13:54:51Z'}, {'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-12T13:55:13Z'}], 'name': 'test-odh-notebook', 'namespace': 'test-odh-notebook', 'resourceVersion': '178425898', 'uid': '073535cb-83ed-4fdc-b2e0-991874182c88'}, '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'}, {'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': 'pipeline-runtime-images', 'optional': True}, 'name': 'runtime-images'}]}}}, 'status': {'conditions': [{'lastProbeTime': '2026-06-12T13:55:13Z', 'lastTransitionTime': '2026-06-12T13:55:00Z', 'status': 'True', 'type': 'PodReadyToStartContainers'}, {'lastProbeTime': '2026-06-12T13:55:13Z', 'lastTransitionTime': '2026-06-12T13:54:53Z', 'status': 'True', 'type': 'Initialized'}, {'lastProbeTime': '2026-06-12T13:55:13Z', 'lastTransitionTime': '2026-06-12T13:55:12Z', 'status': 'True', 'type': 'Ready'}, {'lastProbeTime': '2026-06-12T13:55:13Z', 'lastTransitionTime': '2026-06-12T13:55:12Z', 'status': 'True', 'type': 'ContainersReady'}, {'lastProbeTime': '2026-06-12T13:55:13Z', 'lastTransitionTime': '2026-06-12T13:54:53Z', 'status': 'True', 'type': 'PodScheduled'}], 'containerState': {'running': {'startedAt': '2026-06-12T13:55:00Z'}}, 'readyReplicas': 1}} [ocp_resources Notebook] 2026-06-12T13:55:13.592539Z [info ] Wait until Notebook test-odh-notebook is deleted [ocp_resources Notebook] 2026-06-12T13:55:13.592691Z [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-12T13:55:14.622712Z [info ] Elapsed time: 1.0137557983398438 [0:00:01.013756] [timeout_sampler] 2026-06-12T13:55:14.622893Z [info ] Delete PersistentVolumeClaim test-odh-notebook [ocp_resources PersistentVolumeClaim] 2026-06-12T13:55:14.652874Z [info ] Deleting {'kind': 'PersistentVolumeClaim', 'apiVersion': 'v1', 'metadata': {'name': 'test-odh-notebook', 'namespace': 'test-odh-notebook', 'uid': 'e993fc64-e7ce-4d4b-8db5-21494e126507', 'resourceVersion': '178425334', 'creationTimestamp': '2026-06-12T13:54:51Z', '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-12T13:54:51Z', '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-12T13:54:52Z', '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-12T13:54:52Z', '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-12T13:54:52Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:volume.kubernetes.io/selected-node': {}}}}}]}, 'spec': {'accessModes': ['ReadWriteOnce'], 'resources': {'requests': {'storage': '10Gi'}}, 'volumeName': 'pvc-e993fc64-e7ce-4d4b-8db5-21494e126507', 'storageClassName': 'standard-csi', 'volumeMode': 'Filesystem'}, 'status': {'phase': 'Bound', 'accessModes': ['ReadWriteOnce'], 'capacity': {'storage': '10Gi'}}} [ocp_resources PersistentVolumeClaim] 2026-06-12T13:55:14.695493Z [info ] Wait until PersistentVolumeClaim test-odh-notebook is deleted [ocp_resources PersistentVolumeClaim] 2026-06-12T13:55:14.695620Z [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-12T13:55:15.725014Z [info ] Elapsed time: 1.0134079456329346 [0:00:01.013408] [timeout_sampler] 2026-06-12T13:55:15.738164Z [info ] Delete Project test-odh-notebook [ocp_resources Project] 2026-06-12T13:55:15.774355Z [info ] Deleting {'kind': 'Project', 'apiVersion': 'project.openshift.io/v1', 'metadata': {'name': 'test-odh-notebook', 'uid': '0411ba6d-bc00-4e43-9e08-dd56f709545f', 'resourceVersion': '178425230', 'creationTimestamp': '2026-06-12T13:54:50Z', '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:c39,c4', 'openshift.io/sa.scc.supplemental-groups': '1001490000/10000', 'openshift.io/sa.scc.uid-range': '1001490000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2026-06-12T13:54:50Z', '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': 'cluster-policy-controller', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-12T13:54:50Z', '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-12T13:54:50Z', '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-12T13:54:50Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}, {'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-12T13:54:51Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:labels': {'f:opendatahub.io/dashboard': {}}}}}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} [ocp_resources Project] 2026-06-12T13:55:15.797048Z [info ] Wait until Project test-odh-notebook is deleted [ocp_resources Project] 2026-06-12T13:55:15.797199Z [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-12T13:55:23.949109Z [info ] Elapsed time: 8.134167671203613 [0:00:08.134168] [timeout_sampler]  test_auth_container_resource_customization[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]  -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-06-12T13:55:23.951124Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T13:55:23.951275Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T13:55:23.951426Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-12T13:55:23.951572Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-12T13:55:23.952197Z [info ] [cached since 62.71s 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]', 1781272523) [sqlalchemy.engine.Engine] 2026-06-12T13:55:23.952406Z [info ] [cached since 62.71s 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]', 1781272523) [sqlalchemy.engine.Engine] 2026-06-12T13:55:23.953097Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T13:55:23.953258Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T13:55:23.954995Z [info ] Executing class fixture: unprivileged_model_namespace [conftest] 2026-06-12T13:55:23.955128Z [info ] kind: ProjectRequest api version: project.openshift.io/v1 [ocp_resources.resource] 2026-06-12T13:55:23.955243Z [info ] Create ProjectRequest test-auth-notebook [ocp_resources ProjectRequest] 2026-06-12T13:55:23.955360Z [info ] Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'test-auth-notebook', 'labels': {'opendatahub.io/dashboard': 'true'}}} [ocp_resources ProjectRequest] 2026-06-12T13:55:24.068506Z [info ] kind: Project api version: project.openshift.io/v1 [ocp_resources.resource] 2026-06-12T13:55:24.068743Z [info ] Wait for Project test-auth-notebook status to be Active [ocp_resources Project] 2026-06-12T13:55:24.068961Z [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-12T13:55:24.125104Z [info ] Status of Project test-auth-notebook is Active [ocp_resources Project] 2026-06-12T13:55:24.125253Z [info ] Elapsed time: 4.124641418457031e-05 [0:00:00.000041] [timeout_sampler] 2026-06-12T13:55:24.125389Z [info ] ResourceEdits: Updating data for resource Namespace test-auth-notebook [ocp_resources.resource] 2026-06-12T13:55:24.125523Z [info ] Update Namespace test-auth-notebook: {'metadata': {'labels': {'opendatahub.io/dashboard': 'true'}, 'name': 'test-auth-notebook'}} [ocp_resources Namespace] 2026-06-12T13:55:24.197888Z [info ] Executing function fixture: minimal_image [conftest] 2026-06-12T13:55:24.342066Z [info ] Executing function fixture: notebook_image [conftest] 2026-06-12T13:55:24.466548Z [info ] kind: Config api version: imageregistry.operator.openshift.io/v1 [ocp_resources.resource] 2026-06-12T13:55:24.479323Z [info ] Image registry management state: managed, available: True [utilities.infra] name=utilities.infra 2026-06-12T13:55:24.481385Z [info ] Executing function fixture: users_persistent_volume_claim [conftest] 2026-06-12T13:55:24.481539Z [info ] Create PersistentVolumeClaim test-auth-notebook [ocp_resources PersistentVolumeClaim] 2026-06-12T13:55:24.481691Z [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-12T13:55:24.515784Z [info ] Executing function fixture: default_notebook [conftest] 2026-06-12T13:55:24.515990Z [info ] kind: SelfSubjectReview api version: authentication.k8s.io/v1 [ocp_resources.resource] 2026-06-12T13:55:24.516192Z [info ] Create SelfSubjectReview selfSubjectReview [ocp_resources SelfSubjectReview] 2026-06-12T13:55:24.516349Z [info ] Posting {'apiVersion': 'authentication.k8s.io/v1', 'kind': 'SelfSubjectReview', 'metadata': {'name': 'selfSubjectReview'}} [ocp_resources SelfSubjectReview] 2026-06-12T13:55:24.543533Z [info ] kind: Notebook api version: kubeflow.org/v1 [ocp_resources.resource] 2026-06-12T13:55:24.543711Z [info ] Create Notebook test-auth-notebook [ocp_resources Notebook] 2026-06-12T13:55:24.543889Z [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-12T13:55:24.615310Z [info ] Executing function fixture: notebook_pod [conftest] 2026-06-12T13:55:24.615488Z [info ] Wait until Pod test-auth-notebook-0 is created [ocp_resources Pod] 2026-06-12T13:55:24.615639Z [info ] Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) [timeout_sampler] 2026-06-12T13:55:25.868955Z [info ] Elapsed time: 1.0142228603363037 [0:00:01.014223] [timeout_sampler] 2026-06-12T13:55:25.869181Z [info ] Wait for Pod/test-auth-notebook-0's 'Ready' condition to be 'True' [ocp_resources Pod] 2026-06-12T13:55:25.869327Z [info ] Wait until Pod test-auth-notebook-0 is created [ocp_resources Pod] 2026-06-12T13:55:25.869452Z [info ] Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) [timeout_sampler] 2026-06-12T13:55:25.882662Z [info ] Elapsed time: 3.8623809814453125e-05 [0:00:00.000039] [timeout_sampler] 2026-06-12T13:55:25.882849Z [info ] Waiting for 119.98578596115112 seconds [0:01:59.985786], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) [timeout_sampler] 2026-06-12T13:55:44.371274Z [info ] Elapsed time: 18.462010383605957 [0:00:18.462010] [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-12T13:55:44.396850Z [info ] Delete Notebook test-auth-notebook [ocp_resources Notebook] 2026-06-12T13:55:44.439183Z [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-12T13:55:24Z', '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-12T13:55:24Z'}, {'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-12T13:55:24Z'}, {'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-12T13:55:44Z'}], 'name': 'test-auth-notebook', 'namespace': 'test-auth-notebook', 'resourceVersion': '178426925', 'uid': '9b3c6f33-21aa-4c82-887a-d29bc0e8e7f7'}, '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'}, {'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': 'pipeline-runtime-images', 'optional': True}, 'name': 'runtime-images'}]}}}, 'status': {'conditions': [{'lastProbeTime': '2026-06-12T13:55:44Z', 'lastTransitionTime': '2026-06-12T13:55:32Z', 'status': 'True', 'type': 'PodReadyToStartContainers'}, {'lastProbeTime': '2026-06-12T13:55:44Z', 'lastTransitionTime': '2026-06-12T13:55:25Z', 'status': 'True', 'type': 'Initialized'}, {'lastProbeTime': '2026-06-12T13:55:44Z', 'lastTransitionTime': '2026-06-12T13:55:44Z', 'status': 'True', 'type': 'Ready'}, {'lastProbeTime': '2026-06-12T13:55:44Z', 'lastTransitionTime': '2026-06-12T13:55:44Z', 'status': 'True', 'type': 'ContainersReady'}, {'lastProbeTime': '2026-06-12T13:55:44Z', 'lastTransitionTime': '2026-06-12T13:55:25Z', 'status': 'True', 'type': 'PodScheduled'}], 'containerState': {'running': {'startedAt': '2026-06-12T13:55:30Z'}}, 'readyReplicas': 1}} [ocp_resources Notebook] 2026-06-12T13:55:44.463134Z [info ] Wait until Notebook test-auth-notebook is deleted [ocp_resources Notebook] 2026-06-12T13:55:44.463274Z [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-12T13:55:45.491372Z [info ] Elapsed time: 1.0136399269104004 [0:00:01.013640] [timeout_sampler] 2026-06-12T13:55:45.491519Z [info ] Delete PersistentVolumeClaim test-auth-notebook [ocp_resources PersistentVolumeClaim] 2026-06-12T13:55:45.520107Z [info ] Deleting {'kind': 'PersistentVolumeClaim', 'apiVersion': 'v1', 'metadata': {'name': 'test-auth-notebook', 'namespace': 'test-auth-notebook', 'uid': 'ab76d2e9-4af4-4e7d-b333-e02ee0d1ba6d', 'resourceVersion': '178426386', 'creationTimestamp': '2026-06-12T13:55:24Z', '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-12T13:55:24Z', '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-12T13:55:24Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:volume.kubernetes.io/selected-node': {}}}}}, {'manager': 'kube-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-12T13:55:25Z', '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-12T13:55:25Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:status': {'f:accessModes': {}, 'f:capacity': {'.': {}, 'f:storage': {}}, 'f:phase': {}}}, 'subresource': 'status'}]}, 'spec': {'accessModes': ['ReadWriteOnce'], 'resources': {'requests': {'storage': '10Gi'}}, 'volumeName': 'pvc-ab76d2e9-4af4-4e7d-b333-e02ee0d1ba6d', 'storageClassName': 'standard-csi', 'volumeMode': 'Filesystem'}, 'status': {'phase': 'Bound', 'accessModes': ['ReadWriteOnce'], 'capacity': {'storage': '10Gi'}}} [ocp_resources PersistentVolumeClaim] 2026-06-12T13:55:45.537363Z [info ] Wait until PersistentVolumeClaim test-auth-notebook is deleted [ocp_resources PersistentVolumeClaim] 2026-06-12T13:55:45.537546Z [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-12T13:55:46.782035Z [info ] Elapsed time: 1.016308307647705 [0:00:01.016308] [timeout_sampler] 2026-06-12T13:55:46.795654Z [info ] Delete Project test-auth-notebook [ocp_resources Project] 2026-06-12T13:55:46.838733Z [info ] Deleting {'kind': 'Project', 'apiVersion': 'project.openshift.io/v1', 'metadata': {'name': 'test-auth-notebook', 'uid': 'e9f3af62-d7e2-4679-8193-2d1428e079f4', 'resourceVersion': '178426292', 'creationTimestamp': '2026-06-12T13:55:23Z', '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:c39,c9', 'openshift.io/sa.scc.supplemental-groups': '1001500000/10000', 'openshift.io/sa.scc.uid-range': '1001500000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2026-06-12T13:55:24Z', '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': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-12T13:55:23Z', '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-12T13:55:23Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}, {'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-12T13:55:24Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:labels': {'f:opendatahub.io/dashboard': {}}}}}, {'manager': 'cluster-policy-controller', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-12T13:55:24Z', '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': {}}}}}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} [ocp_resources Project] 2026-06-12T13:55:46.858094Z [info ] Wait until Project test-auth-notebook is deleted [ocp_resources Project] 2026-06-12T13:55:46.858261Z [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-12T13:55:55.038004Z [info ] Elapsed time: 8.150755405426025 [0:00:08.150755] [timeout_sampler]  ---------------------------- test_workbench_imagestreams_health[test_notebook_imagestreams] ---------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-06-12T13:55:55.039434Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.039560Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.039683Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.039804Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.039986Z [info ] [cached since 93.8s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_health[test_notebook_imagestreams]', 1781272555) [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.040131Z [info ] [cached since 93.8s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_health[test_notebook_imagestreams]', 1781272555) [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.040528Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.040657Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.043248Z [info ] Executing function fixture: label_selector [conftest] 2026-06-12T13:55:55.043379Z [info ] Executing function fixture: expected_imagestream_count [conftest] 2026-06-12T13:55:55.043492Z [info ] Executing function fixture: latest_tags_only [conftest] --------------------------------------------------------- CALL --------------------------------------------------------- 2026-06-12T13:55:55.043764Z [info ] kind: ImageStream api version: image.openshift.io/v1 [ocp_resources.resource] 2026-06-12T13:55:55.406490Z [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-12T13:55:55.406639Z [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-12T13:55:55.424560Z [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-12T13:55:55.424645Z [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-12T13:55:55.424705Z [info ] Checked ImageStream tag code-server-notebook:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.424748Z [info ] Checked ImageStream tag code-server-notebook:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.440908Z [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-12T13:55:55.441026Z [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-12T13:55:55.441077Z [info ] Checked ImageStream tag jupyter-pytorch-llmcompressor:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.441120Z [info ] Checked ImageStream tag jupyter-pytorch-llmcompressor:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.456059Z [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-12T13:55:55.456147Z [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-12T13:55:55.456196Z [info ] Checked ImageStream tag jupyter-rocm-minimal:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.456237Z [info ] Checked ImageStream tag jupyter-rocm-minimal:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.472606Z [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-12T13:55:55.472690Z [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-12T13:55:55.472733Z [info ] Checked ImageStream tag jupyter-rocm-pytorch:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.472766Z [info ] Checked ImageStream tag jupyter-rocm-pytorch:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.488302Z [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-12T13:55:55.488384Z [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-12T13:55:55.488425Z [info ] Checked ImageStream tag jupyter-rocm-tensorflow:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.488460Z [info ] Checked ImageStream tag jupyter-rocm-tensorflow:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.505492Z [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-12T13:55:55.505578Z [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-12T13:55:55.505620Z [info ] Checked ImageStream tag minimal-gpu:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.505654Z [info ] Checked ImageStream tag minimal-gpu:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.520080Z [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-12T13:55:55.520162Z [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-12T13:55:55.520204Z [info ] Checked ImageStream tag odh-trustyai-notebook:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.520239Z [info ] Checked ImageStream tag odh-trustyai-notebook:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.547431Z [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-12T13:55:55.547516Z [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-12T13:55:55.547559Z [info ] Checked ImageStream tag pytorch:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.547595Z [info ] Checked ImageStream tag pytorch:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.565464Z [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-12T13:55:55.565549Z [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-12T13:55:55.565592Z [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-12T13:55:55.565626Z [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-12T13:55:55.582167Z [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-12T13:55:55.582266Z [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-12T13:55:55.582311Z [info ] Checked ImageStream tag s2i-minimal-notebook:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.582346Z [info ] Checked ImageStream tag s2i-minimal-notebook:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health PASSED _ 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-12T13:55:55.607769Z [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-12T13:55:55.607867Z [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-12T13:55:55.607937Z [info ] Checked ImageStream tag tensorflow:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.607986Z [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-12T13:55:55.613729Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.613834Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.613971Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.614078Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.614210Z [info ] [cached since 94.37s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_health[test_runtime_imagestreams]', 1781272555) [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.614329Z [info ] [cached since 94.37s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_health[test_runtime_imagestreams]', 1781272555) [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.614435Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.614533Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.614633Z [info ] Executing function fixture: label_selector [conftest] 2026-06-12T13:55:55.614733Z [info ] Executing function fixture: expected_imagestream_count [conftest] 2026-06-12T13:55:55.614834Z [info ] Executing function fixture: latest_tags_only [conftest] --------------------------------------------------------- CALL --------------------------------------------------------- 2026-06-12T13:55:55.639300Z [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-12T13:55:55.639377Z [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-12T13:55:55.654528Z [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-12T13:55:55.654607Z [info ] ImageStream runtime-datascience tag coverage: spec_tags=['datascience'], status_tags=['datascience'] [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.654648Z [info ] Checked ImageStream tag runtime-datascience:datascience (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.669720Z [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-12T13:55:55.669808Z [info ] ImageStream runtime-minimal tag coverage: spec_tags=['minimal'], status_tags=['minimal'] [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.669856Z [info ] Checked ImageStream tag runtime-minimal:minimal (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.685068Z [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-12T13:55:55.685155Z [info ] ImageStream runtime-pytorch tag coverage: spec_tags=['pytorch'], status_tags=['pytorch'] [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.685201Z [info ] Checked ImageStream tag runtime-pytorch:pytorch (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.700314Z [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-12T13:55:55.700388Z [info ] ImageStream runtime-pytorch-llmcompressor tag coverage: spec_tags=['pytorch-llmcompressor'], status_tags=['pytorch-llmcompressor'] [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.700425Z [info ] Checked ImageStream tag runtime-pytorch-llmcompressor:pytorch-llmcompressor (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.715732Z [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-12T13:55:55.715817Z [info ] ImageStream runtime-rocm-pytorch tag coverage: spec_tags=['rocm-pytorch'], status_tags=['rocm-pytorch'] [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.715864Z [info ] Checked ImageStream tag runtime-rocm-pytorch:rocm-pytorch (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.730909Z [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-12T13:55:55.731015Z [info ] ImageStream runtime-rocm-tensorflow tag coverage: spec_tags=['rocm-tensorflow'], status_tags=['rocm-tensorflow'] [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.731062Z [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-12T13:55:55.746190Z [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-12T13:55:55.746270Z [info ] ImageStream runtime-tensorflow tag coverage: spec_tags=['tensorflow'], status_tags=['tensorflow'] [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:55.746311Z [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-12T13:55:55.749403Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.749522Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.749654Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.749775Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.749942Z [info ] [cached since 94.51s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_older_tags_health[test_notebook_imagestreams]', 1781272555) [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.751814Z [info ] [cached since 94.51s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_older_tags_health[test_notebook_imagestreams]', 1781272555) [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.751998Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.752127Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T13:55:55.752262Z [info ] Executing function fixture: label_selector [conftest] 2026-06-12T13:55:55.752758Z [info ] Executing function fixture: expected_imagestream_count [conftest] --------------------------------------------------------- CALL --------------------------------------------------------- 2026-06-12T13:55:56.033700Z [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-12T13:55:56.033813Z [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-12T13:55:56.052067Z [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-12T13:55:56.052164Z [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-12T13:55:56.052213Z [info ] Checked ImageStream tag code-server-notebook:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.052266Z [info ] Checked ImageStream tag code-server-notebook:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.052306Z [info ] Checked ImageStream tag code-server-notebook:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.052362Z [info ] Checked ImageStream tag code-server-notebook:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.105809Z [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-12T13:55:56.105913Z [info ] ImageStream jupyter-pytorch-llmcompressor tag coverage: spec_tags=[], status_tags=['2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.123731Z [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-12T13:55:56.123814Z [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-12T13:55:56.123857Z [info ] Checked ImageStream tag jupyter-rocm-minimal:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.123892Z [info ] Checked ImageStream tag jupyter-rocm-minimal:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.148644Z [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-12T13:55:56.148740Z [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-12T13:55:56.148787Z [info ] Checked ImageStream tag jupyter-rocm-pytorch:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.148827Z [info ] Checked ImageStream tag jupyter-rocm-pytorch:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.162548Z [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-12T13:55:56.162629Z [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-12T13:55:56.162668Z [info ] Checked ImageStream tag jupyter-rocm-tensorflow:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.162701Z [info ] Checked ImageStream tag jupyter-rocm-tensorflow:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.186847Z [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-12T13:55:56.186941Z [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-12T13:55:56.186982Z [info ] Checked ImageStream tag minimal-gpu:1.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.187013Z [info ] Checked ImageStream tag minimal-gpu:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.187042Z [info ] Checked ImageStream tag minimal-gpu:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.187068Z [info ] Checked ImageStream tag minimal-gpu:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.187095Z [info ] Checked ImageStream tag minimal-gpu:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.187121Z [info ] Checked ImageStream tag minimal-gpu:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.211634Z [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-12T13:55:56.211719Z [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-12T13:55:56.211757Z [info ] Checked ImageStream tag odh-trustyai-notebook:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.211791Z [info ] Checked ImageStream tag odh-trustyai-notebook:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.211819Z [info ] Checked ImageStream tag odh-trustyai-notebook:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.211844Z [info ] Checked ImageStream tag odh-trustyai-notebook:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.211870Z [info ] Checked ImageStream tag odh-trustyai-notebook:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.238602Z [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-12T13:55:56.238682Z [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-12T13:55:56.238721Z [info ] Checked ImageStream tag pytorch:1.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.238754Z [info ] Checked ImageStream tag pytorch:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.238783Z [info ] Checked ImageStream tag pytorch:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.238810Z [info ] Checked ImageStream tag pytorch:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.238837Z [info ] Checked ImageStream tag pytorch:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.238862Z [info ] Checked ImageStream tag pytorch:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.265959Z [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-12T13:55:56.266051Z [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-12T13:55:56.266097Z [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-12T13:55:56.266137Z [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-12T13:55:56.266170Z [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-12T13:55:56.266202Z [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-12T13:55:56.266233Z [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-12T13:55:56.266261Z [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-12T13:55:56.283022Z [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-12T13:55:56.283098Z [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-12T13:55:56.283135Z [info ] Checked ImageStream tag s2i-minimal-notebook:1.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.283166Z [info ] Checked ImageStream tag s2i-minimal-notebook:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.283193Z [info ] Checked ImageStream tag s2i-minimal-notebook:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.283219Z [info ] Checked ImageStream tag s2i-minimal-notebook:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.283244Z [info ] Checked ImageStream tag s2i-minimal-notebook:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.283268Z [info ] Checked ImageStream tag s2i-minimal-notebook:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health PASSED2026-06-12T13:55:56.306697Z [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-12T13:55:56.306774Z [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-12T13:55:56.306812Z [info ] Checked ImageStream tag tensorflow:1.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.306844Z [info ] Checked ImageStream tag tensorflow:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.306872Z [info ] Checked ImageStream tag tensorflow:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.306897Z [info ] Checked ImageStream tag tensorflow:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.306938Z [info ] Checked ImageStream tag tensorflow:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T13:55:56.306969Z [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 95.18s (0:01:35) ============ =============================== 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 95.18s (0:01:35) ============