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.
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
totest_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