]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: update unit file test imports
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 28 Sep 2023 21:17:03 +0000 (17:17 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Sun, 10 Dec 2023 15:20:30 +0000 (10:20 -0500)
commit160b768b4925a93bf0962bacf9a97176c638684b
tree42a6497d08679d05fe11f84c2ec2814fd8836327
parent676a6da7107d2ae3fb8b8939476e35cd7098376b
cephadm: update unit file test imports

Update systemd unit file tests file to use the canonical module for
systemd units functions rather than importing them indirectly from
cephadm.py.
This future proofs the test in case the imports in cephadm.py
change.

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