]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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, 24 Feb 2025 11:54:41 +0000 (11:54 +0000)
commit0af9e1110c28df217c83fd2b1b86ce5c124aa1de
treef2b0cadc310c7071f9277ac2c7cb07554a5122ab
parent2e84535ae0b464ccfc0d1f296938a3a0f335bf70
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>
(cherry picked from commit d602c8da3dcb578e315664b31a16846fd0f88131)
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