From: Paul Cuzner Date: Wed, 12 Aug 2020 00:01:48 +0000 (+1200) Subject: cephadm: add gather-facts to the qa test X-Git-Tag: v16.1.0~1335^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e24321be416e3e10b31c602c2b0715119f869833;p=ceph.git cephadm: add gather-facts to the qa test Adds a gather-facts invocatio after check-host is run. Signed-off-by: Paul Cuzner --- diff --git a/qa/workunits/cephadm/test_cephadm.sh b/qa/workunits/cephadm/test_cephadm.sh index 4e4fd33e036..1a44dc7acee 100755 --- a/qa/workunits/cephadm/test_cephadm.sh +++ b/qa/workunits/cephadm/test_cephadm.sh @@ -172,6 +172,9 @@ function nfs_stop() ## prepare + check host $SUDO $CEPHADM check-host +## run a gather-facts (output to stdout) +$SUDO $CEPHADM gather-facts + ## version + --image $SUDO CEPHADM_IMAGE=$IMAGE_OCTOPUS $CEPHADM_BIN version $SUDO CEPHADM_IMAGE=$IMAGE_OCTOPUS $CEPHADM_BIN version \