]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: add tests for build.py script
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 1 Nov 2023 22:14:34 +0000 (18:14 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Fri, 3 Nov 2023 18:30:40 +0000 (14:30 -0400)
commitf30aad0d9e0f24e6b7c07503d9f9149b25b58f0e
tree4a8de8f00e99a252aed4ee3c322fdd1b87abff07
parent742dadb285eefe90aab1995a2b3a657390fe221c
cephadm: add tests for build.py script

Add tests that cover the four main distros that ceph is built on (in
the ceph infra). These tests should not be run by automation as they
are slow and have special requirements like a working podman.
Instead, these are provided to be run by a dev when build.py is updated.

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