Skip to content

Commit

Permalink
test: increase verbosity for FDO clients
Browse files Browse the repository at this point in the history
Use "trace" as the LOG_LEVEL for the manufacturing
and onboarding clients

Signed-off-by: Miguel Martín <[email protected]>
  • Loading branch information
mmartinv committed Oct 10, 2024
1 parent a7a5359 commit 90da3c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/fmf/tests/onboarding/run-onboarding.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,13 @@ export_import_vouchers() {

perform_no_plain_di() {
rm -f "${DEVICE_CREDENTIAL}" "${ONBOARDING_PERFORMED}"
/usr/libexec/fdo/fdo-manufacturing-client no-plain-di \
--manufacturing-server-url http://${PRIMARY_IP}:8080 \
--rootcerts ${KEYS_DIR}/diun_cert.pem
LOG_LEVEL=trace /usr/libexec/fdo/fdo-manufacturing-client no-plain-di \
--manufacturing-server-url http://${PRIMARY_IP}:8080 \
--rootcerts ${KEYS_DIR}/diun_cert.pem
}

onboard() {
/usr/libexec/fdo/fdo-client-linuxapp
LOG_LEVEL=trace /usr/libexec/fdo/fdo-client-linuxapp
}

[ "${OV_STORE_DRIVER}" != "Sqlite" ] || setup_sqlite
Expand Down

0 comments on commit 90da3c1

Please sign in to comment.