--- BVT pytest attempt 2026-06-12T11:59:38.383734+00:00 (/.local/bin/uv run pytest...) --- 2026-06-12T11:59:39.980548Z [info ] Writing tests log to /home/odh/opendatahub-tests/results/pytest-tests.log [conftest] 2026-06-12T11:59:39.989911Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T11:59:39.990340Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T11:59:39.990978Z [info ] PRAGMA main.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-12T11:59:39.991440Z [info ] PRAGMA main.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-12T11:59:39.991616Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-12T11:59:39.991770Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-12T11:59:39.991886Z [info ] PRAGMA temp.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-12T11:59:39.991999Z [info ] PRAGMA temp.table_info("OpenDataHubTestTable") [sqlalchemy.engine.Engine] 2026-06-12T11:59:39.992310Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-12T11:59:39.992629Z [info ] [raw sql] ()  [sqlalchemy.engine.Engine] 2026-06-12T11:59:39.992797Z [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-12T11:59:39.994951Z [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-12T11:59:39.995199Z [info ] [no key 0.00005s] ()  [sqlalchemy.engine.Engine] 2026-06-12T11:59:39.995379Z [info ] [no key 0.00005s] ()  [sqlalchemy.engine.Engine] 2026-06-12T11:59:39.995527Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T11:59:39.995672Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T11:59:39.995800Z [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-12T11:59:40.104293Z [info ] kind: DataScienceCluster api version: datasciencecluster.opendatahub.io/v2 [ocp_resources.resource] 2026-06-12T11:59:40.167861Z [info ] kind: DSCInitialization api version: dscinitialization.opendatahub.io/v2 [ocp_resources.resource] 2026-06-12T11:59:40.200471Z [info ] Running model registry tests against default namespace [conftest] 2026-06-12T11:59:40.200762Z [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-12T11:59:40.350228Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) _post_configure_properties() started [sqlalchemy.orm.mapper.Mapper] 2026-06-12T11:59:40.350800Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) initialize prop id [sqlalchemy.orm.mapper.Mapper] 2026-06-12T11:59:40.350943Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) initialize prop test_name [sqlalchemy.orm.mapper.Mapper] 2026-06-12T11:59:40.351070Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) initialize prop start_time [sqlalchemy.orm.mapper.Mapper] 2026-06-12T11:59:40.351646Z [info ] (OpenDataHubTestTable|OpenDataHubTestTable) _post_configure_properties() complete [sqlalchemy.orm.mapper.Mapper] 2026-06-12T11:59:40.351819Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T11:59:40.351972Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T11:59:40.352216Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-12T11:59:40.352339Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-12T11:59:40.352490Z [info ] [generated in 0.00013s] ('/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]', 1781265580) [sqlalchemy.engine.Engine] 2026-06-12T11:59:40.352626Z [info ] [generated in 0.00013s] ('/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]', 1781265580) [sqlalchemy.engine.Engine] 2026-06-12T11:59:40.352746Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T11:59:40.352860Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T11:59:40.353904Z [info ] Executing session fixture: event_loop_policy [conftest] 2026-06-12T11:59:40.354062Z [info ] Executing session fixture: _syrupy_apply_ide_patches [conftest] 2026-06-12T11:59:40.356120Z [info ] Executing session fixture: admin_client [conftest] 2026-06-12T11:59:40.356271Z [info ] Trying to get client via new_client_from_config [ocp_resources.resource] 2026-06-12T11:59:40.357881Z [info ] Executing session fixture: dsc_resource [conftest] 2026-06-12T11:59:40.357998Z [info ] kind: DataScienceCluster api version: datasciencecluster.opendatahub.io/v2 [ocp_resources.resource] 2026-06-12T11:59:40.426683Z [info ] Executing session fixture: tmp_path_factory [conftest] 2026-06-12T11:59:40.426900Z [info ] Executing session fixture: tests_tmp_dir [conftest] 2026-06-12T11:59:40.427828Z [info ] Executing session fixture: os_path_environment [conftest] 2026-06-12T11:59:40.427997Z [info ] Executing session fixture: tmpdir_factory [conftest] 2026-06-12T11:59:40.428262Z [info ] Executing session fixture: bin_directory [conftest] 2026-06-12T11:59:40.429302Z [info ] Executing session fixture: oc_binary_path [conftest] 2026-06-12T11:59:40.446617Z [info ] kind: ConsoleCLIDownload api version: console.openshift.io/v1 [ocp_resources.resource] 2026-06-12T11:59:40.471245Z [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-12T11:59:40.471376Z [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-12T12:00:07.330395Z [info ] Extract the downloaded archive. [utilities.infra] name=utilities.infra 2026-06-12T12:00:07.457685Z [info ] Downloaded file: ['oc']  [utilities.infra] name=utilities.infra 2026-06-12T12:00:07.484388Z [info ] Executing session fixture: bin_directory_to_os_path [conftest] 2026-06-12T12:00:07.482762Z [info ] OC binary path: /tmp/pytest-VXtXhZVpUcqvaNYYdwekUH/bin0/oc [tests.conftest] name=tests.conftest 2026-06-12T12:00:07.482816Z [info ] Adding /tmp/pytest-VXtXhZVpUcqvaNYYdwekUH/bin0 to $PATH [tests.conftest] name=tests.conftest 2026-06-12T12:00:07.484825Z [info ] Executing session fixture: nodes [conftest] 2026-06-12T12:00:08.366390Z [info ] Executing session fixture: dsci_resource [conftest] 2026-06-12T12:00:08.366575Z [info ] kind: DSCInitialization api version: dscinitialization.opendatahub.io/v2 [ocp_resources.resource] 2026-06-12T12:00:08.382051Z [info ] Executing session fixture: record_testsuite_property [conftest] 2026-06-12T12:00:08.382292Z [info ] Executing session fixture: junitxml_plugin [conftest] 2026-06-12T12:00:08.382433Z [info ] Executing session fixture: cluster_sanity_scope_session [conftest] 2026-06-12T12:00:08.381494Z [info ] Check cluster sanity.  [utilities.infra] name=utilities.infra 2026-06-12T12:00:08.382705Z [info ] Verify all nodes are in a healthy condition. [ocp_utilities.infra] 2026-06-12T12:00:08.484806Z [info ] Verify all nodes are schedulable. [ocp_utilities.infra] 2026-06-12T12:00:08.571836Z [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-12T12:00:08.571312Z [info ] Wait for DSCI default-dsci to be in Ready status. [utilities.infra] name=utilities.infra 2026-06-12T12:00:08.572070Z [info ] Get DSCInitialization default-dsci status [ocp_resources DSCInitialization] 2026-06-12T12:00:08.584493Z [info ] Elapsed time: 8.535385131835938e-05 [0:00:00.000085] [timeout_sampler] 2026-06-12T12:00:08.584689Z [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-12T12:00:08.584032Z [info ] Wait for DSC default-dsc are Ready. [utilities.infra] name=utilities.infra 2026-06-12T12:00:08.584976Z [info ] Get DataScienceCluster default-dsc status [ocp_resources DataScienceCluster] 2026-06-12T12:00:08.600371Z [info ] Elapsed time: 3.0994415283203125e-05 [0:00:00.000031] [timeout_sampler] 2026-06-12T12:00:08.600557Z [info ] Executing session fixture: autouse_fixtures [conftest] 2026-06-12T12:00:08.600758Z [info ] Executing session fixture: pytestconfig [conftest] 2026-06-12T12:00:08.600901Z [info ] Executing session fixture: use_unprivileged_client [conftest] 2026-06-12T12:00:08.601012Z [info ] Executing session fixture: kubconfig_filepath [conftest] 2026-06-12T12:00:08.601143Z [info ] Executing session fixture: cluster_authentication [conftest] 2026-06-12T12:00:08.644201Z [info ] kind: Authentication api version: config.openshift.io/v1 [ocp_resources.resource] 2026-06-12T12:00:08.658898Z [info ] Executing session fixture: is_byoidc [conftest] 2026-06-12T12:00:08.673914Z [info ] Executing session fixture: non_admin_user_password [conftest] 2026-06-12T12:00:08.674106Z [info ] Executing session fixture: unprivileged_client [conftest] 2026-06-12T12:00:08.672107Z [warning ] Unprivileged client is not enabled, using admin client [tests.conftest] name=tests.conftest 2026-06-12T12:00:08.674449Z [info ] Executing session fixture: teardown_resources [conftest] 2026-06-12T12:00:08.674580Z [info ] Executing class fixture: unprivileged_model_namespace [conftest] 2026-06-12T12:00:08.674708Z [info ] kind: ProjectRequest api version: project.openshift.io/v1 [ocp_resources.resource] 2026-06-12T12:00:08.674831Z [info ] Create ProjectRequest test-odh-notebook [ocp_resources ProjectRequest] 2026-06-12T12:00:08.675160Z [info ] Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'test-odh-notebook', 'labels': {'opendatahub.io/dashboard': 'true'}}} [ocp_resources ProjectRequest] 2026-06-12T12:00:08.778399Z [info ] kind: Project api version: project.openshift.io/v1 [ocp_resources.resource] 2026-06-12T12:00:08.778555Z [info ] Wait for Project test-odh-notebook status to be Active [ocp_resources Project] 2026-06-12T12:00:08.778689Z [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-12T12:00:08.804721Z [info ] Status of Project test-odh-notebook is Active [ocp_resources Project] 2026-06-12T12:00:08.804906Z [info ] Elapsed time: 3.123283386230469e-05 [0:00:00.000031] [timeout_sampler] 2026-06-12T12:00:08.805026Z [info ] ResourceEdits: Updating data for resource Namespace test-odh-notebook [ocp_resources.resource] 2026-06-12T12:00:08.805214Z [info ] Update Namespace test-odh-notebook: {'metadata': {'labels': {'opendatahub.io/dashboard': 'true'}, 'name': 'test-odh-notebook'}} [ocp_resources Namespace] 2026-06-12T12:00:08.826401Z [info ] Executing function fixture: minimal_image [conftest] 2026-06-12T12:00:08.874108Z [info ] kind: ClusterServiceVersion api version: operators.coreos.com/v1alpha1 [ocp_resources.resource] 2026-06-12T12:00:08.955158Z [info ] Executing function fixture: notebook_image [conftest] 2026-06-12T12:00:09.043537Z [info ] kind: Config api version: imageregistry.operator.openshift.io/v1 [ocp_resources.resource] 2026-06-12T12:00:09.060139Z [info ] Image registry management state: managed, available: True [utilities.infra] name=utilities.infra 2026-06-12T12:00:09.061773Z [info ] Executing function fixture: users_persistent_volume_claim [conftest] 2026-06-12T12:00:09.061913Z [info ] Create PersistentVolumeClaim test-odh-notebook [ocp_resources PersistentVolumeClaim] 2026-06-12T12:00:09.062035Z [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-12T12:00:09.097899Z [info ] Executing function fixture: default_notebook [conftest] 2026-06-12T12:00:09.098036Z [info ] kind: SelfSubjectReview api version: authentication.k8s.io/v1 [ocp_resources.resource] 2026-06-12T12:00:09.098214Z [info ] Create SelfSubjectReview selfSubjectReview [ocp_resources SelfSubjectReview] 2026-06-12T12:00:09.098410Z [info ] Posting {'apiVersion': 'authentication.k8s.io/v1', 'kind': 'SelfSubjectReview', 'metadata': {'name': 'selfSubjectReview'}} [ocp_resources SelfSubjectReview] 2026-06-12T12:00:09.162842Z [info ] kind: Notebook api version: kubeflow.org/v1 [ocp_resources.resource] 2026-06-12T12:00:09.163046Z [info ] Create Notebook test-odh-notebook [ocp_resources Notebook] 2026-06-12T12:00:09.163250Z [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-12T12:00:09.280822Z [info ] Executing function fixture: notebook_pod [conftest] 2026-06-12T12:00:09.280965Z [info ] Wait until Pod test-odh-notebook-0 is created [ocp_resources Pod] 2026-06-12T12:00:09.281098Z [info ] Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) [timeout_sampler] 2026-06-12T12:00:10.317288Z [info ] Elapsed time: 1.0165088176727295 [0:00:01.016509] [timeout_sampler] 2026-06-12T12:00:10.317427Z [info ] Wait for Pod/test-odh-notebook-0's 'Ready' condition to be 'True' [ocp_resources Pod] 2026-06-12T12:00:10.317532Z [info ] Wait until Pod test-odh-notebook-0 is created [ocp_resources Pod] 2026-06-12T12:00:10.317635Z [info ] Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) [timeout_sampler] 2026-06-12T12:00:10.335658Z [info ] Elapsed time: 2.8848648071289062e-05 [0:00:00.000029] [timeout_sampler] 2026-06-12T12:00:10.335819Z [info ] Waiting for 119.981440782547 seconds [0:01:59.981441], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) [timeout_sampler] 2026-06-12T12:00:28.934965Z [info ] Elapsed time: 18.570526361465454 [0:00:18.570526] [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-12T12:00:28.961776Z [info ] Delete Notebook test-odh-notebook [ocp_resources Notebook] 2026-06-12T12:00:29.003415Z [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-12T12:00:09Z', '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-12T12:00:09Z'}, {'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-12T12:00:09Z'}, {'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-12T12:00:28Z'}], 'name': 'test-odh-notebook', 'namespace': 'test-odh-notebook', 'resourceVersion': '178234767', 'uid': '3ec3650f-c7cf-448a-8607-c412980bc916'}, 'spec': {'template': {'spec': {'affinity': {}, 'containers': [{'env': [{'name': 'NOTEBOOK_ARGS', 'value': "--ServerApp.port=8888\n --ServerApp.token=''\n --ServerApp.password=''\n --ServerApp.base_url=/notebook/test-odh-notebook/test-odh-notebook\n --ServerApp.quit_button=False\n"}, {'name': 'JUPYTER_IMAGE', 'value': 'image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-minimal-notebook:3.4'}, {'name': 'SSL_CERT_FILE', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}, {'name': 'PIPELINES_SSL_SA_CERTS', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}, {'name': 'KF_PIPELINES_SSL_SA_CERTS', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}, {'name': 'GIT_SSL_CAINFO', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}, {'name': 'PIP_CERT', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}, {'name': 'REQUESTS_CA_BUNDLE', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}], 'image': 'image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-minimal-notebook:3.4', 'imagePullPolicy': 'Always', 'livenessProbe': {'failureThreshold': 3, 'httpGet': {'path': '/notebook/test-odh-notebook/test-odh-notebook/api', 'port': 'notebook-port', 'scheme': 'HTTP'}, 'initialDelaySeconds': 10, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'name': 'test-odh-notebook', 'ports': [{'containerPort': 8888, 'name': 'notebook-port', 'protocol': 'TCP'}], 'readinessProbe': {'failureThreshold': 3, 'httpGet': {'path': '/notebook/test-odh-notebook/test-odh-notebook/api', 'port': 'notebook-port', 'scheme': 'HTTP'}, 'initialDelaySeconds': 10, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'resources': {'limits': {'cpu': '2', 'memory': '4Gi'}, 'requests': {'cpu': '1', 'memory': '1Gi'}}, 'volumeMounts': [{'mountPath': '/opt/app-root/src', 'name': 'test-odh-notebook'}, {'mountPath': '/dev/shm', 'name': 'shm'}, {'mountPath': '/etc/pki/tls/custom-certs', 'name': 'trusted-ca', 'readOnly': True}, {'mountPath': '/opt/app-root/pipeline-runtimes/', 'name': 'runtime-images'}], 'workingDir': '/opt/app-root/src'}, {'args': ['--secure-listen-address=0.0.0.0:8443', '--upstream=http://127.0.0.1:8888/', '--logtostderr=true', '--v=10', '--proxy-endpoints-port=8444', '--config-file=/etc/kube-rbac-proxy/config-file.yaml', '--tls-cert-file=/etc/tls/private/tls.crt', '--tls-private-key-file=/etc/tls/private/tls.key', '--auth-header-fields-enabled=true', '--auth-header-user-field-name=X-Auth-Request-User', '--auth-header-groups-field-name=X-Auth-Request-Groups'], 'image': 'registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:07ee0914946d9d6b2c7c7367be5b6bc13ddf0dddd93e896fc50aa617d761dc3a', 'imagePullPolicy': 'Always', 'livenessProbe': {'failureThreshold': 3, 'httpGet': {'path': '/healthz', 'port': 8444, 'scheme': 'HTTPS'}, 'initialDelaySeconds': 30, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'name': 'kube-rbac-proxy', 'ports': [{'containerPort': 8443, 'name': 'kube-rbac-proxy', 'protocol': 'TCP'}], 'readinessProbe': {'failureThreshold': 3, 'httpGet': {'path': '/healthz', 'port': 8444, 'scheme': 'HTTPS'}, 'initialDelaySeconds': 5, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'resources': {'limits': {'cpu': '100m', 'memory': '64Mi'}, 'requests': {'cpu': '100m', 'memory': '64Mi'}}, 'volumeMounts': [{'mountPath': '/etc/kube-rbac-proxy', 'name': 'kube-rbac-proxy-config'}, {'mountPath': '/etc/tls/private', 'name': 'kube-rbac-proxy-tls-certificates'}]}], 'enableServiceLinks': False, 'serviceAccountName': 'test-odh-notebook', 'volumes': [{'name': 'test-odh-notebook', 'persistentVolumeClaim': {'claimName': 'test-odh-notebook'}}, {'emptyDir': {'medium': 'Memory'}, 'name': 'shm'}, {'configMap': {'defaultMode': 420, 'name': 'test-odh-notebook-kube-rbac-proxy-config'}, 'name': 'kube-rbac-proxy-config'}, {'name': 'kube-rbac-proxy-tls-certificates', 'secret': {'defaultMode': 420, 'secretName': 'test-odh-notebook-kube-rbac-proxy-tls'}}, {'configMap': {'name': 'workbench-trusted-ca-bundle', 'optional': True}, 'name': 'trusted-ca'}, {'configMap': {'name': 'pipeline-runtime-images', 'optional': True}, 'name': 'runtime-images'}]}}}, 'status': {'conditions': [{'lastProbeTime': '2026-06-12T12:00:28Z', 'lastTransitionTime': '2026-06-12T12:00:16Z', 'status': 'True', 'type': 'PodReadyToStartContainers'}, {'lastProbeTime': '2026-06-12T12:00:28Z', 'lastTransitionTime': '2026-06-12T12:00:10Z', 'status': 'True', 'type': 'Initialized'}, {'lastProbeTime': '2026-06-12T12:00:28Z', 'lastTransitionTime': '2026-06-12T12:00:28Z', 'status': 'True', 'type': 'Ready'}, {'lastProbeTime': '2026-06-12T12:00:28Z', 'lastTransitionTime': '2026-06-12T12:00:28Z', 'status': 'True', 'type': 'ContainersReady'}, {'lastProbeTime': '2026-06-12T12:00:28Z', 'lastTransitionTime': '2026-06-12T12:00:10Z', 'status': 'True', 'type': 'PodScheduled'}], 'containerState': {'running': {'startedAt': '2026-06-12T12:00:15Z'}}, 'readyReplicas': 1}} [ocp_resources Notebook] 2026-06-12T12:00:29.024251Z [info ] Wait until Notebook test-odh-notebook is deleted [ocp_resources Notebook] 2026-06-12T12:00:29.024467Z [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-12T12:00:30.060145Z [info ] Elapsed time: 1.0175652503967285 [0:00:01.017565] [timeout_sampler] 2026-06-12T12:00:30.060318Z [info ] Delete PersistentVolumeClaim test-odh-notebook [ocp_resources PersistentVolumeClaim] 2026-06-12T12:00:30.097687Z [info ] Deleting {'kind': 'PersistentVolumeClaim', 'apiVersion': 'v1', 'metadata': {'name': 'test-odh-notebook', 'namespace': 'test-odh-notebook', 'uid': 'd3ac5fa6-f8dd-493a-862b-58502bc3754a', 'resourceVersion': '178234236', 'creationTimestamp': '2026-06-12T12:00:09Z', '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-12T12:00:09Z', '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-12T12:00:09Z', '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-12T12:00:09Z', '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-12T12:00:09Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:volume.kubernetes.io/selected-node': {}}}}}]}, 'spec': {'accessModes': ['ReadWriteOnce'], 'resources': {'requests': {'storage': '10Gi'}}, 'volumeName': 'pvc-d3ac5fa6-f8dd-493a-862b-58502bc3754a', 'storageClassName': 'standard-csi', 'volumeMode': 'Filesystem'}, 'status': {'phase': 'Bound', 'accessModes': ['ReadWriteOnce'], 'capacity': {'storage': '10Gi'}}} [ocp_resources PersistentVolumeClaim] 2026-06-12T12:00:30.118729Z [info ] Wait until PersistentVolumeClaim test-odh-notebook is deleted [ocp_resources PersistentVolumeClaim] 2026-06-12T12:00:30.118885Z [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-12T12:00:31.152755Z [info ] Elapsed time: 1.0189528465270996 [0:00:01.018953] [timeout_sampler] 2026-06-12T12:00:31.165593Z [info ] Delete Project test-odh-notebook [ocp_resources Project] 2026-06-12T12:00:31.205721Z [info ] Deleting {'kind': 'Project', 'apiVersion': 'project.openshift.io/v1', 'metadata': {'name': 'test-odh-notebook', 'uid': 'a9fabab5-e2f9-4593-9be8-fb28bdc069bc', 'resourceVersion': '178234139', 'creationTimestamp': '2026-06-12T12:00:08Z', 'labels': {'kubernetes.io/metadata.name': 'test-odh-notebook', 'opendatahub.io/dashboard': 'true', 'pod-security.kubernetes.io/audit': 'restricted', 'pod-security.kubernetes.io/audit-version': 'latest', 'pod-security.kubernetes.io/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:c35,c0', 'openshift.io/sa.scc.supplemental-groups': '1001190000/10000', 'openshift.io/sa.scc.uid-range': '1001190000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2026-06-12T12:00:08Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:pod-security.kubernetes.io/enforce-version': {}, 'f:pod-security.kubernetes.io/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-12T12:00:08Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:labels': {'f:opendatahub.io/dashboard': {}}}}}, {'manager': 'cluster-policy-controller', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-12T12:00:08Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:openshift.io/sa.scc.mcs': {}, 'f:openshift.io/sa.scc.supplemental-groups': {}, 'f:openshift.io/sa.scc.uid-range': {}}}}}, {'manager': 'openshift-apiserver', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-12T12:00:08Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:openshift.io/description': {}, 'f:openshift.io/display-name': {}, 'f:openshift.io/requester': {}}, 'f:labels': {'.': {}, 'f:kubernetes.io/metadata.name': {}}}}}, {'manager': 'openshift-controller-manager', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-12T12:00:08Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} [ocp_resources Project] 2026-06-12T12:00:31.226068Z [info ] Wait until Project test-odh-notebook is deleted [ocp_resources Project] 2026-06-12T12:00:31.226331Z [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-12T12:00:39.407879Z [info ] Elapsed time: 8.154726028442383 [0:00:08.154726] [timeout_sampler]  test_auth_container_resource_customization[unprivileged_model_namespace0-users_persistent_volume_claim0-default_notebook0-notebook_pod0]  -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-06-12T12:00:39.413209Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T12:00:39.413402Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T12:00:39.413576Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-12T12:00:39.413709Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-12T12:00:39.414611Z [info ] [cached since 59.06s 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]', 1781265639) [sqlalchemy.engine.Engine] 2026-06-12T12:00:39.414776Z [info ] [cached since 59.06s 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]', 1781265639) [sqlalchemy.engine.Engine] 2026-06-12T12:00:39.418489Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T12:00:39.418720Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T12:00:39.418858Z [info ] Executing class fixture: unprivileged_model_namespace [conftest] 2026-06-12T12:00:39.419051Z [info ] kind: ProjectRequest api version: project.openshift.io/v1 [ocp_resources.resource] 2026-06-12T12:00:39.419214Z [info ] Create ProjectRequest test-auth-notebook [ocp_resources ProjectRequest] 2026-06-12T12:00:39.419330Z [info ] Posting {'apiVersion': 'project.openshift.io/v1', 'kind': 'ProjectRequest', 'metadata': {'name': 'test-auth-notebook', 'labels': {'opendatahub.io/dashboard': 'true'}}} [ocp_resources ProjectRequest] 2026-06-12T12:00:39.580031Z [info ] kind: Project api version: project.openshift.io/v1 [ocp_resources.resource] 2026-06-12T12:00:39.580218Z [info ] Wait for Project test-auth-notebook status to be Active [ocp_resources Project] 2026-06-12T12:00:39.580356Z [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-12T12:00:39.605043Z [info ] Status of Project test-auth-notebook is Active [ocp_resources Project] 2026-06-12T12:00:39.605316Z [info ] Elapsed time: 3.9577484130859375e-05 [0:00:00.000040] [timeout_sampler] 2026-06-12T12:00:39.605456Z [info ] ResourceEdits: Updating data for resource Namespace test-auth-notebook [ocp_resources.resource] 2026-06-12T12:00:39.605707Z [info ] Update Namespace test-auth-notebook: {'metadata': {'labels': {'opendatahub.io/dashboard': 'true'}, 'name': 'test-auth-notebook'}} [ocp_resources Namespace] 2026-06-12T12:00:39.629429Z [info ] Executing function fixture: minimal_image [conftest] 2026-06-12T12:00:39.761166Z [info ] Executing function fixture: notebook_image [conftest] 2026-06-12T12:00:39.832344Z [info ] kind: Config api version: imageregistry.operator.openshift.io/v1 [ocp_resources.resource] 2026-06-12T12:00:39.849070Z [info ] Image registry management state: managed, available: True [utilities.infra] name=utilities.infra 2026-06-12T12:00:39.851381Z [info ] Executing function fixture: users_persistent_volume_claim [conftest] 2026-06-12T12:00:39.851539Z [info ] Create PersistentVolumeClaim test-auth-notebook [ocp_resources PersistentVolumeClaim] 2026-06-12T12:00:39.851691Z [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-12T12:00:40.001236Z [info ] Executing function fixture: default_notebook [conftest] 2026-06-12T12:00:40.001403Z [info ] kind: SelfSubjectReview api version: authentication.k8s.io/v1 [ocp_resources.resource] 2026-06-12T12:00:40.001558Z [info ] Create SelfSubjectReview selfSubjectReview [ocp_resources SelfSubjectReview] 2026-06-12T12:00:40.001711Z [info ] Posting {'apiVersion': 'authentication.k8s.io/v1', 'kind': 'SelfSubjectReview', 'metadata': {'name': 'selfSubjectReview'}} [ocp_resources SelfSubjectReview] 2026-06-12T12:00:40.036785Z [info ] kind: Notebook api version: kubeflow.org/v1 [ocp_resources.resource] 2026-06-12T12:00:40.037033Z [info ] Create Notebook test-auth-notebook [ocp_resources Notebook] 2026-06-12T12:00:40.037236Z [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-12T12:00:40.143242Z [info ] Executing function fixture: notebook_pod [conftest] 2026-06-12T12:00:40.143418Z [info ] Wait until Pod test-auth-notebook-0 is created [ocp_resources Pod] 2026-06-12T12:00:40.143553Z [info ] Waiting for 240 seconds [0:04:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) [timeout_sampler] 2026-06-12T12:00:41.179402Z [info ] Elapsed time: 1.0213656425476074 [0:00:01.021366] [timeout_sampler] 2026-06-12T12:00:41.179648Z [info ] Wait for Pod/test-auth-notebook-0's 'Ready' condition to be 'True' [ocp_resources Pod] 2026-06-12T12:00:41.179775Z [info ] Wait until Pod test-auth-notebook-0 is created [ocp_resources Pod] 2026-06-12T12:00:41.179896Z [info ] Waiting for 120 seconds [0:02:00], retry every 1 seconds. (Function: ocp_resources.resource.wait.lambda: self.exists) [timeout_sampler] 2026-06-12T12:00:41.195213Z [info ] Elapsed time: 2.956390380859375e-05 [0:00:00.000030] [timeout_sampler] 2026-06-12T12:00:41.195367Z [info ] Waiting for 119.98414325714111 seconds [0:01:59.984143], retry every 1 seconds. (Function: ocp_resources.resource.wait_for_condition.lambda: self.instance) [timeout_sampler] 2026-06-12T12:00:59.700498Z [info ] Elapsed time: 18.48130774497986 [0:00:18.481308] [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-12T12:00:59.715577Z [info ] Delete Notebook test-auth-notebook [ocp_resources Notebook] 2026-06-12T12:00:59.753351Z [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-12T12:00:40Z', '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-12T12:00:40Z'}, {'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-12T12:00:40Z'}, {'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-12T12:00:59Z'}], 'name': 'test-auth-notebook', 'namespace': 'test-auth-notebook', 'resourceVersion': '178235777', 'uid': '47d9b2c3-2a5a-490d-8482-b92f042911b1'}, 'spec': {'template': {'spec': {'affinity': {}, 'containers': [{'env': [{'name': 'NOTEBOOK_ARGS', 'value': "--ServerApp.port=8888\n --ServerApp.token=''\n --ServerApp.password=''\n --ServerApp.base_url=/notebook/test-auth-notebook/test-auth-notebook\n --ServerApp.quit_button=False\n"}, {'name': 'JUPYTER_IMAGE', 'value': 'image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-minimal-notebook:3.4'}, {'name': 'PIP_CERT', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}, {'name': 'REQUESTS_CA_BUNDLE', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}, {'name': 'SSL_CERT_FILE', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}, {'name': 'PIPELINES_SSL_SA_CERTS', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}, {'name': 'KF_PIPELINES_SSL_SA_CERTS', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}, {'name': 'GIT_SSL_CAINFO', 'value': '/etc/pki/tls/custom-certs/ca-bundle.crt'}], 'image': 'image-registry.openshift-image-registry.svc:5000/redhat-ods-applications/s2i-minimal-notebook:3.4', 'imagePullPolicy': 'Always', 'livenessProbe': {'failureThreshold': 3, 'httpGet': {'path': '/notebook/test-auth-notebook/test-auth-notebook/api', 'port': 'notebook-port', 'scheme': 'HTTP'}, 'initialDelaySeconds': 10, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'name': 'test-auth-notebook', 'ports': [{'containerPort': 8888, 'name': 'notebook-port', 'protocol': 'TCP'}], 'readinessProbe': {'failureThreshold': 3, 'httpGet': {'path': '/notebook/test-auth-notebook/test-auth-notebook/api', 'port': 'notebook-port', 'scheme': 'HTTP'}, 'initialDelaySeconds': 10, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'resources': {'limits': {'cpu': '2', 'memory': '4Gi'}, 'requests': {'cpu': '1', 'memory': '1Gi'}}, 'volumeMounts': [{'mountPath': '/opt/app-root/src', 'name': 'test-auth-notebook'}, {'mountPath': '/dev/shm', 'name': 'shm'}, {'mountPath': '/etc/pki/tls/custom-certs', 'name': 'trusted-ca', 'readOnly': True}, {'mountPath': '/opt/app-root/pipeline-runtimes/', 'name': 'runtime-images'}], 'workingDir': '/opt/app-root/src'}, {'args': ['--secure-listen-address=0.0.0.0:8443', '--upstream=http://127.0.0.1:8888/', '--logtostderr=true', '--v=10', '--proxy-endpoints-port=8444', '--config-file=/etc/kube-rbac-proxy/config-file.yaml', '--tls-cert-file=/etc/tls/private/tls.crt', '--tls-private-key-file=/etc/tls/private/tls.key', '--auth-header-fields-enabled=true', '--auth-header-user-field-name=X-Auth-Request-User', '--auth-header-groups-field-name=X-Auth-Request-Groups'], 'image': 'registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:07ee0914946d9d6b2c7c7367be5b6bc13ddf0dddd93e896fc50aa617d761dc3a', 'imagePullPolicy': 'Always', 'livenessProbe': {'failureThreshold': 3, 'httpGet': {'path': '/healthz', 'port': 8444, 'scheme': 'HTTPS'}, 'initialDelaySeconds': 30, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'name': 'kube-rbac-proxy', 'ports': [{'containerPort': 8443, 'name': 'kube-rbac-proxy', 'protocol': 'TCP'}], 'readinessProbe': {'failureThreshold': 3, 'httpGet': {'path': '/healthz', 'port': 8444, 'scheme': 'HTTPS'}, 'initialDelaySeconds': 5, 'periodSeconds': 5, 'successThreshold': 1, 'timeoutSeconds': 1}, 'resources': {'limits': {'cpu': '500m', 'memory': '256Mi'}, 'requests': {'cpu': '200m', 'memory': '128Mi'}}, 'volumeMounts': [{'mountPath': '/etc/kube-rbac-proxy', 'name': 'kube-rbac-proxy-config'}, {'mountPath': '/etc/tls/private', 'name': 'kube-rbac-proxy-tls-certificates'}]}], 'enableServiceLinks': False, 'serviceAccountName': 'test-auth-notebook', 'volumes': [{'name': 'test-auth-notebook', 'persistentVolumeClaim': {'claimName': 'test-auth-notebook'}}, {'emptyDir': {'medium': 'Memory'}, 'name': 'shm'}, {'configMap': {'defaultMode': 420, 'name': 'test-auth-notebook-kube-rbac-proxy-config'}, 'name': 'kube-rbac-proxy-config'}, {'name': 'kube-rbac-proxy-tls-certificates', 'secret': {'defaultMode': 420, 'secretName': 'test-auth-notebook-kube-rbac-proxy-tls'}}, {'configMap': {'name': 'workbench-trusted-ca-bundle', 'optional': True}, 'name': 'trusted-ca'}, {'configMap': {'name': 'pipeline-runtime-images', 'optional': True}, 'name': 'runtime-images'}]}}}, 'status': {'conditions': [{'lastProbeTime': '2026-06-12T12:00:59Z', 'lastTransitionTime': '2026-06-12T12:00:47Z', 'status': 'True', 'type': 'PodReadyToStartContainers'}, {'lastProbeTime': '2026-06-12T12:00:59Z', 'lastTransitionTime': '2026-06-12T12:00:41Z', 'status': 'True', 'type': 'Initialized'}, {'lastProbeTime': '2026-06-12T12:00:59Z', 'lastTransitionTime': '2026-06-12T12:00:59Z', 'status': 'True', 'type': 'Ready'}, {'lastProbeTime': '2026-06-12T12:00:59Z', 'lastTransitionTime': '2026-06-12T12:00:59Z', 'status': 'True', 'type': 'ContainersReady'}, {'lastProbeTime': '2026-06-12T12:00:59Z', 'lastTransitionTime': '2026-06-12T12:00:41Z', 'status': 'True', 'type': 'PodScheduled'}], 'containerState': {'running': {'startedAt': '2026-06-12T12:00:46Z'}}, 'readyReplicas': 1}} [ocp_resources Notebook] 2026-06-12T12:00:59.774638Z [info ] Wait until Notebook test-auth-notebook is deleted [ocp_resources Notebook] 2026-06-12T12:00:59.774799Z [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-12T12:01:00.813724Z [info ] Elapsed time: 1.0204205513000488 [0:00:01.020421] [timeout_sampler] 2026-06-12T12:01:00.813950Z [info ] Delete PersistentVolumeClaim test-auth-notebook [ocp_resources PersistentVolumeClaim] 2026-06-12T12:01:00.844853Z [info ] Deleting {'kind': 'PersistentVolumeClaim', 'apiVersion': 'v1', 'metadata': {'name': 'test-auth-notebook', 'namespace': 'test-auth-notebook', 'uid': '107c9386-da1e-4d36-81e2-ef57cce51edf', 'resourceVersion': '178235275', 'creationTimestamp': '2026-06-12T12:00:39Z', '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-12T12:00:39Z', '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-12T12:00:40Z', '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-12T12:00:40Z', '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-12T12:00:40Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'.': {}, 'f:volume.kubernetes.io/selected-node': {}}}}}]}, 'spec': {'accessModes': ['ReadWriteOnce'], 'resources': {'requests': {'storage': '10Gi'}}, 'volumeName': 'pvc-107c9386-da1e-4d36-81e2-ef57cce51edf', 'storageClassName': 'standard-csi', 'volumeMode': 'Filesystem'}, 'status': {'phase': 'Bound', 'accessModes': ['ReadWriteOnce'], 'capacity': {'storage': '10Gi'}}} [ocp_resources PersistentVolumeClaim] 2026-06-12T12:01:00.866070Z [info ] Wait until PersistentVolumeClaim test-auth-notebook is deleted [ocp_resources PersistentVolumeClaim] 2026-06-12T12:01:00.866296Z [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-12T12:01:01.895506Z [info ] Elapsed time: 1.0137734413146973 [0:00:01.013773] [timeout_sampler] 2026-06-12T12:01:01.909840Z [info ] Delete Project test-auth-notebook [ocp_resources Project] 2026-06-12T12:01:01.949352Z [info ] Deleting {'kind': 'Project', 'apiVersion': 'project.openshift.io/v1', 'metadata': {'name': 'test-auth-notebook', 'uid': 'cb28bc7f-995e-434e-8a84-1573dea9230c', 'resourceVersion': '178235169', 'creationTimestamp': '2026-06-12T12:00:39Z', '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:c35,c20', 'openshift.io/sa.scc.supplemental-groups': '1001230000/10000', 'openshift.io/sa.scc.uid-range': '1001230000/10000', 'security.openshift.io/MinimallySufficientPodSecurityStandard': 'restricted'}, 'managedFields': [{'manager': 'pod-security-admission-label-synchronization-controller', 'operation': 'Apply', 'apiVersion': 'v1', 'time': '2026-06-12T12:00:39Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:annotations': {'f:security.openshift.io/MinimallySufficientPodSecurityStandard': {}}, 'f:labels': {'f:pod-security.kubernetes.io/audit': {}, 'f:pod-security.kubernetes.io/audit-version': {}, 'f:pod-security.kubernetes.io/enforce': {}, 'f:pod-security.kubernetes.io/enforce-version': {}, 'f:pod-security.kubernetes.io/warn': {}, 'f:pod-security.kubernetes.io/warn-version': {}}}}}, {'manager': 'OpenAPI-Generator', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-12T12:00:39Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:metadata': {'f:labels': {'f:opendatahub.io/dashboard': {}}}}}, {'manager': 'cluster-policy-controller', 'operation': 'Update', 'apiVersion': 'v1', 'time': '2026-06-12T12:00:39Z', '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-12T12:00:39Z', '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-12T12:00:39Z', 'fieldsType': 'FieldsV1', 'fieldsV1': {'f:spec': {'f:finalizers': {}}}, 'subresource': 'finalize'}]}, 'spec': {'finalizers': ['kubernetes']}, 'status': {'phase': 'Active'}} [ocp_resources Project] 2026-06-12T12:01:01.970522Z [info ] Wait until Project test-auth-notebook is deleted [ocp_resources Project] 2026-06-12T12:01:01.970664Z [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-12T12:01:11.162774Z [info ] Elapsed time: 9.170576572418213 [0:00:09.170577] [timeout_sampler]  ---------------------------- test_workbench_imagestreams_health[test_notebook_imagestreams] ---------------------------- -------------------------------------------------------- SETUP -------------------------------------------------------- 2026-06-12T12:01:11.164033Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.164205Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.164320Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.164425Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.164789Z [info ] [cached since 90.81s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_health[test_notebook_imagestreams]', 1781265671) [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.166462Z [info ] [cached since 90.81s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_health[test_notebook_imagestreams]', 1781265671) [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.166667Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.166788Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.166912Z [info ] Executing function fixture: label_selector [conftest] 2026-06-12T12:01:11.167444Z [info ] Executing function fixture: expected_imagestream_count [conftest] 2026-06-12T12:01:11.167561Z [info ] Executing function fixture: latest_tags_only [conftest] --------------------------------------------------------- CALL --------------------------------------------------------- 2026-06-12T12:01:11.167764Z [info ] kind: ImageStream api version: image.openshift.io/v1 [ocp_resources.resource] 2026-06-12T12:01:11.458163Z [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-12T12:01:11.458277Z [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-12T12:01:11.481523Z [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-12T12:01:11.481593Z [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-12T12:01:11.481640Z [info ] Checked ImageStream tag code-server-notebook:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.481677Z [info ] Checked ImageStream tag code-server-notebook:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.502593Z [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-12T12:01:11.502670Z [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-12T12:01:11.502719Z [info ] Checked ImageStream tag jupyter-pytorch-llmcompressor:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.502762Z [info ] Checked ImageStream tag jupyter-pytorch-llmcompressor:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.527094Z [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-12T12:01:11.527165Z [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-12T12:01:11.527206Z [info ] Checked ImageStream tag jupyter-rocm-minimal:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.527245Z [info ] Checked ImageStream tag jupyter-rocm-minimal:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.553418Z [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-12T12:01:11.553554Z [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-12T12:01:11.553614Z [info ] Checked ImageStream tag jupyter-rocm-pytorch:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.553666Z [info ] Checked ImageStream tag jupyter-rocm-pytorch:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.575645Z [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-12T12:01:11.575713Z [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-12T12:01:11.575753Z [info ] Checked ImageStream tag jupyter-rocm-tensorflow:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.575785Z [info ] Checked ImageStream tag jupyter-rocm-tensorflow:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.595979Z [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-12T12:01:11.596122Z [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-12T12:01:11.596166Z [info ] Checked ImageStream tag minimal-gpu:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.596200Z [info ] Checked ImageStream tag minimal-gpu:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.616484Z [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-12T12:01:11.616589Z [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-12T12:01:11.616633Z [info ] Checked ImageStream tag odh-trustyai-notebook:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.616668Z [info ] Checked ImageStream tag odh-trustyai-notebook:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.635809Z [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-12T12:01:11.635896Z [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-12T12:01:11.635937Z [info ] Checked ImageStream tag pytorch:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.635970Z [info ] Checked ImageStream tag pytorch:3.4 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.656691Z [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-12T12:01:11.656765Z [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-12T12:01:11.656804Z [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-12T12:01:11.656837Z [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-12T12:01:11.673500Z [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-12T12:01:11.673571Z [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-12T12:01:11.673609Z [info ] Checked ImageStream tag s2i-minimal-notebook:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.673642Z [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-12T12:01:11.689550Z [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-12T12:01:11.689620Z [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-12T12:01:11.689657Z [info ] Checked ImageStream tag tensorflow:2025.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.689689Z [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-12T12:01:11.692474Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.692592Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.692708Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.692823Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.692976Z [info ] [cached since 91.34s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_health[test_runtime_imagestreams]', 1781265671) [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.693357Z [info ] [cached since 91.34s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_health[test_runtime_imagestreams]', 1781265671) [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.693517Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.694933Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.695172Z [info ] Executing function fixture: label_selector [conftest] 2026-06-12T12:01:11.695293Z [info ] Executing function fixture: expected_imagestream_count [conftest] 2026-06-12T12:01:11.695402Z [info ] Executing function fixture: latest_tags_only [conftest] --------------------------------------------------------- CALL --------------------------------------------------------- 2026-06-12T12:01:11.712836Z [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-12T12:01:11.712905Z [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-12T12:01:11.732358Z [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-12T12:01:11.732474Z [info ] ImageStream runtime-datascience tag coverage: spec_tags=['datascience'], status_tags=['datascience'] [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.732530Z [info ] Checked ImageStream tag runtime-datascience:datascience (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.749618Z [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-12T12:01:11.749699Z [info ] ImageStream runtime-minimal tag coverage: spec_tags=['minimal'], status_tags=['minimal'] [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.749745Z [info ] Checked ImageStream tag runtime-minimal:minimal (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.765706Z [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-12T12:01:11.765785Z [info ] ImageStream runtime-pytorch tag coverage: spec_tags=['pytorch'], status_tags=['pytorch'] [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.765831Z [info ] Checked ImageStream tag runtime-pytorch:pytorch (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.783950Z [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-12T12:01:11.784030Z [info ] ImageStream runtime-pytorch-llmcompressor tag coverage: spec_tags=['pytorch-llmcompressor'], status_tags=['pytorch-llmcompressor'] [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.784100Z [info ] Checked ImageStream tag runtime-pytorch-llmcompressor:pytorch-llmcompressor (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.801503Z [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-12T12:01:11.801568Z [info ] ImageStream runtime-rocm-pytorch tag coverage: spec_tags=['rocm-pytorch'], status_tags=['rocm-pytorch'] [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.801606Z [info ] Checked ImageStream tag runtime-rocm-pytorch:rocm-pytorch (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.825631Z [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-12T12:01:11.825713Z [info ] ImageStream runtime-rocm-tensorflow tag coverage: spec_tags=['rocm-tensorflow'], status_tags=['rocm-tensorflow'] [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.825765Z [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-12T12:01:11.849425Z [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-12T12:01:11.849488Z [info ] ImageStream runtime-tensorflow tag coverage: spec_tags=['tensorflow'], status_tags=['tensorflow'] [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:11.849523Z [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-12T12:01:11.852156Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.852263Z [info ] BEGIN (implicit)  [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.852422Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.852571Z [info ] INSERT INTO "OpenDataHubTestTable" (test_name, start_time) VALUES (?, ?) [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.852744Z [info ] [cached since 91.5s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_older_tags_health[test_notebook_imagestreams]', 1781265671) [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.852925Z [info ] [cached since 91.5s ago] ('/home/odh/opendatahub-tests/tests/workbenches/notebooks_server/operator/test_imagestream_health.py::test_workbench_imagestreams_older_tags_health[test_notebook_imagestreams]', 1781265671) [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.853348Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.853467Z [info ] COMMIT  [sqlalchemy.engine.Engine] 2026-06-12T12:01:11.854797Z [info ] Executing function fixture: label_selector [conftest] 2026-06-12T12:01:11.855271Z [info ] Executing function fixture: expected_imagestream_count [conftest] --------------------------------------------------------- CALL --------------------------------------------------------- 2026-06-12T12:01:12.081808Z [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-12T12:01:12.081915Z [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-12T12:01:12.098686Z [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-12T12:01:12.098790Z [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-12T12:01:12.098839Z [info ] Checked ImageStream tag code-server-notebook:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.098875Z [info ] Checked ImageStream tag code-server-notebook:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.098903Z [info ] Checked ImageStream tag code-server-notebook:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.098928Z [info ] Checked ImageStream tag code-server-notebook:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.113820Z [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-12T12:01:12.113964Z [info ] ImageStream jupyter-pytorch-llmcompressor tag coverage: spec_tags=[], status_tags=['2025.2', '3.4'] [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.128517Z [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-12T12:01:12.128602Z [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-12T12:01:12.128645Z [info ] Checked ImageStream tag jupyter-rocm-minimal:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.128680Z [info ] Checked ImageStream tag jupyter-rocm-minimal:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.151345Z [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-12T12:01:12.151517Z [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-12T12:01:12.151575Z [info ] Checked ImageStream tag jupyter-rocm-pytorch:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.151617Z [info ] Checked ImageStream tag jupyter-rocm-pytorch:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.166140Z [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-12T12:01:12.166235Z [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-12T12:01:12.166284Z [info ] Checked ImageStream tag jupyter-rocm-tensorflow:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.166316Z [info ] Checked ImageStream tag jupyter-rocm-tensorflow:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.181377Z [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-12T12:01:12.181474Z [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-12T12:01:12.181519Z [info ] Checked ImageStream tag minimal-gpu:1.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.181559Z [info ] Checked ImageStream tag minimal-gpu:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.181592Z [info ] Checked ImageStream tag minimal-gpu:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.181623Z [info ] Checked ImageStream tag minimal-gpu:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.181654Z [info ] Checked ImageStream tag minimal-gpu:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.181684Z [info ] Checked ImageStream tag minimal-gpu:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.196404Z [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-12T12:01:12.196502Z [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-12T12:01:12.196543Z [info ] Checked ImageStream tag odh-trustyai-notebook:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.196575Z [info ] Checked ImageStream tag odh-trustyai-notebook:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.196601Z [info ] Checked ImageStream tag odh-trustyai-notebook:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.196627Z [info ] Checked ImageStream tag odh-trustyai-notebook:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.196651Z [info ] Checked ImageStream tag odh-trustyai-notebook:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.216221Z [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-12T12:01:12.216360Z [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-12T12:01:12.216403Z [info ] Checked ImageStream tag pytorch:1.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.216438Z [info ] Checked ImageStream tag pytorch:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.216468Z [info ] Checked ImageStream tag pytorch:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.216494Z [info ] Checked ImageStream tag pytorch:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.216522Z [info ] Checked ImageStream tag pytorch:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.216550Z [info ] Checked ImageStream tag pytorch:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.231349Z [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-12T12:01:12.231452Z [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-12T12:01:12.231492Z [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-12T12:01:12.231524Z [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-12T12:01:12.231552Z [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-12T12:01:12.231578Z [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-12T12:01:12.231604Z [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-12T12:01:12.231631Z [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-12T12:01:12.246879Z [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-12T12:01:12.246962Z [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-12T12:01:12.247000Z [info ] Checked ImageStream tag s2i-minimal-notebook:1.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.247033Z [info ] Checked ImageStream tag s2i-minimal-notebook:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.247061Z [info ] Checked ImageStream tag s2i-minimal-notebook:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.247130Z [info ] Checked ImageStream tag s2i-minimal-notebook:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.247158Z [info ] Checked ImageStream tag s2i-minimal-notebook:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.247185Z [info ] Checked ImageStream tag s2i-minimal-notebook:2025.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health PASSED2026-06-12T12:01:12.261956Z [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-12T12:01:12.262048Z [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-12T12:01:12.262115Z [info ] Checked ImageStream tag tensorflow:1.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.262158Z [info ] Checked ImageStream tag tensorflow:2023.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.262193Z [info ] Checked ImageStream tag tensorflow:2023.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.262224Z [info ] Checked ImageStream tag tensorflow:2024.1 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.262257Z [info ] Checked ImageStream tag tensorflow:2024.2 (items_count=1, import_success=N/A) [_pytest.compat] name=test_imagestream_health 2026-06-12T12:01:12.262286Z [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 92.05s (0:01:32) ============ =============================== 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 92.05s (0:01:32) ============