parallaxsecond / parsec

Platform AbstRaction for SECurity service
https://parsec.community/
Apache License 2.0
467 stars 66 forks source link

e2e_tests: Add logging tests #771

Closed gowthamsk-arm closed 2 months ago

gowthamsk-arm commented 2 months ago

This test case covers mitigation 3 of the threat model. https://parallaxsecond.github.io/parsec-book/parsec_security/parsec_threat_model/threat_model.html

It's ignored by default so that local testing is unaffected by it. On the CI we explicity run the test after diverting the parsec service logs to a log file.

Signed-off-by: Gowtham Suresh Kumar gowtham.sureshkumar@arm.com

gowthamsk-arm commented 2 months ago

The issue we see on the CI is related to compilation of a dependency crate using a nightly rust compiler nothing related to the test that I added. This has been reported by other users as well here