mirror of https://github.com/ARMmbed/mbed-os.git
Previously Greentea tests was not initialising its storage before asking for bd->get_program_size(), causing FlashBlockDevice to return zero. This caused both TDBStorage's to use zero for both parameter to SlicingBlockDevice(bd, 0, 0), effetivaly both then used same addresses for slice. This caused SecureStore tests to fail, because writes to internal RBP storage overwrote keys from external storage. Fine-tune TDBStore sizes, so that all tests can fit into storage. |
||
---|---|---|
.. | ||
direct_access_devicekey_test | ||
filesystemstore_tests | ||
general_tests_phase_1 | ||
general_tests_phase_2 | ||
securestore_whitebox | ||
static_tests | ||
tdbstore_whitebox |