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

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

Update storage test log for `ARM_MUSCA_B1` #44

Closed jainvikas8 closed 4 years ago

jainvikas8 commented 4 years ago

PSA Compliance (ITS and STORAGE) and Regression test suite runs storage tests with the different combination of parameters which produces unpredictable behavior results.

This is mainly because of the following:

So if, Regression was executed first then PSA compliance (ITS and STORAGE) test suite would fail and vice-versa. The way to work around this problem is to erase ITS storage before we run any test suite, but that introduces wearing out flash storage.

Therefore it is necessary to document the flow of execution to avoid unpredictable behavior by the following steps:

Documentation is updated to reflect these changes.

Fixes #43