mirror of https://github.com/ceph/go-ceph
entrypoint: scan the sources of cephfs/admin, rbd/admin, rgw/admin
Now that 'implements' has rudimentary support for these packages we can gather information on them just like the C based ones. Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
970b2eecda
commit
16ff05194c
|
@ -249,7 +249,7 @@ post_all_tests() {
|
|||
show ./implements --list \
|
||||
--report-json "${RESULTS_DIR}/implements.json" \
|
||||
--report-text "${RESULTS_DIR}/implements.txt" \
|
||||
cephfs rados rbd
|
||||
cephfs rados rbd cephfs/admin rbd/admin rgw/admin
|
||||
# output the brief summary info onto stdout
|
||||
grep '^[A-Z]' "${RESULTS_DIR}/implements.txt"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue