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:
John Mulligan 2021-09-21 14:45:46 -04:00 committed by mergify[bot]
parent 970b2eecda
commit 16ff05194c
1 changed files with 1 additions and 1 deletions

View File

@ -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