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

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

Handle cleanup between PSA test suites #74

Closed LDong-Arm closed 3 years ago

LDong-Arm commented 3 years ago

The PSA test framework uses a range of the RAM (0x20060000 to 0x20060400) to keep track of the test progress. The point is that if a test case crashes, the system soft resets and the RAM is still preserved, so the test framework knows it and skips to the next case until all cases get a chance to run.

To ensure this happens correctly

Now all PSA compliance test suites pass in the CI.

LDong-Arm commented 3 years ago

Closing this PR as we agreed on a different solution