]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: convert all deploy tests to use funkypatch fixture
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 9 Nov 2023 19:26:35 +0000 (14:26 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 30 Nov 2023 21:55:59 +0000 (16:55 -0500)
commitddee9492b4c0f5bbbc84d39aaa56539c88e4c0c2
tree74213574784fb148e90d92832b2d0ca93a0b7471
parent13baad75f599c06f12dde335892713ef6a2fa57e
cephadm: convert all deploy tests to use funkypatch fixture

During the refactor of various daemon type classes some of the tests had
been converted to funkypatch in order to deal with imports occuring over
multiple files. However, this conversion was done piece by piece in
order to make clear what was changing. This left the functions in this
file inconsistent. Change all the remaining function to use funkypatch
for consistency.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/tests/test_deploy.py