]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/workunits/cephadm: align test_cephadm.sh with new cephadm version
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 8 May 2023 17:54:32 +0000 (13:54 -0400)
committerAdam King <adking@redhat.com>
Thu, 31 Aug 2023 17:35:12 +0000 (13:35 -0400)
commitd5b6e497e819bec89e52079c8aa3441d67d94170
tree831189d04eeb196ee0558edfe27caec4ee4de4ce
parentf2b71fa334d47989a79dd654455203e8e1be2752
qa/workunits/cephadm: align test_cephadm.sh with new cephadm version

The `cephadm version` command no longer bases the output on the
container images, rather it uses a special python file added to the
zipapp during the build to report on the version of cephadm (the
binary).

The other option was to preserve this behavior and add a new version
command or make it behave differently depending on what options were
provided. I discussed the options with AMK in person and we decided that
changing the tests was preferable.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit bd59b8091929ff067fabd4c8ca7ad86b3723aa0f)
qa/workunits/cephadm/test_cephadm.sh