]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
ceph-volume: update unit tests
authorGuillaume Abrioux <gabrioux@ibm.com>
Wed, 15 Jan 2025 12:37:31 +0000 (12:37 +0000)
committerGuillaume Abrioux <gabrioux@ibm.com>
Mon, 20 Jan 2025 07:48:10 +0000 (07:48 +0000)
commitd602c8da3dcb578e315664b31a16846fd0f88131
tree58f8998c9ebd578fb54454776250e5cccecfa66a
parent8d477959d62c172ef34f67c7284e908454044540
ceph-volume: update unit tests

This commit consolidates all necessary changes to address unit tests
related to the introduction of Python type annotations.

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
src/ceph-volume/ceph_volume/tests/api/test_lvm.py
src/ceph-volume/ceph_volume/tests/conftest.py
src/ceph-volume/ceph_volume/tests/devices/lvm/test_batch.py
src/ceph-volume/ceph_volume/tests/devices/lvm/test_listing.py
src/ceph-volume/ceph_volume/tests/devices/lvm/test_prepare.py
src/ceph-volume/ceph_volume/tests/objectstore/test_lvmbluestore.py
src/ceph-volume/ceph_volume/tests/util/test_device.py