mbed-os/features/storage/TESTS
Seppo Takalo abbb2485d2 Greentea: Fix storage sizes for SecureStore tests.
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.
2019-11-28 10:47:47 +02:00
..
blockdevice General Block Device Test: Expand Thread Stack 2019-11-12 15:41:12 -08:00
filesystem FATFileSystem::stat() enabled for all compilers 2019-08-09 15:52:49 +03:00
kvstore Greentea: Fix storage sizes for SecureStore tests. 2019-11-28 10:47:47 +02:00