]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm/tests: add test coverage for copy_tree function
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 19 Jan 2023 21:32:50 +0000 (16:32 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 19 Jan 2023 21:32:50 +0000 (16:32 -0500)
commitdfe2c65eee06fb7165d85ebbe50e670bb1067d75
tree531ae105ca969752f75bbfc7f43502343b3337d6
parentcb17f286272f7ae9dbdf8117ca7b077b0a5cf650
cephadm/tests: add test coverage for copy_tree function

Add a test_util_funcs.py to contain tests for general utility functions
found in cephadm. I avoided the name `test_utils.py` or similar to
help highlight that this is not utility functions for tests but tests of
utility functions.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/tests/test_util_funcs.py [new file with mode: 0644]