ARMmbed / mbed-os-tf-m-regression-tests

An Mbed OS application that runs the TF-M regression tests
2 stars 12 forks source link

Exclude the Crypto suite from the Greentea test spec #76

Closed LDong-Arm closed 3 years ago

LDong-Arm commented 3 years ago

Issue: ARM-software/psa-arch-tests#252 Some test cases of the Crypto suite are known to crash during runs. This causes the Greentea test framework to lose synchronization, and messes up the memory and prevents subsequent suites from running There's currently no option in psa-arch-tests to skip known failures. So we exclude the Crypto suite from Greentea runs. Users can still run the Crypto suite manually without automation.

Additionally, this PR adds an option -r/--run-only to test_psa_target.py. It also improves code readability as @saheerb raised in https://github.com/ARMmbed/mbed-os-tf-m-regression-tests/pull/74#discussion_r572919443.

Crypto Test failure - https://developer.trustedfirmware.org/T865

jainvikas8 commented 3 years ago

@saheerb please review and approve