nsacyber / HIRS

Trusted Computing based services supporting TPM provisioning and supply chain validation concepts. #nsacyber
Other
177 stars 57 forks source link

CI update to show failed tests #798

Closed iadgovuser26 closed 1 month ago

iadgovuser26 commented 2 months ago

Fixes the non reporting of failed system tests. Removes the use of Action based variables to collect status from individual system tests and provides exit status to indicate pass/fail for each the system tests. Also checks for status that do no include "pass: or "fail" in the provisioner output and fails if neither is found.

Closes #794