mbed-os/features/storage/TESTS/kvstore
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
..
direct_access_devicekey_test Merge pull request #11628 from kyle-cypress/pr/directaccess-devicekey-test 2019-10-15 21:41:05 +08:00
filesystemstore_tests Enable some of the kvstore tests for PSoC 6 MCUs 2019-11-12 12:26:25 -08:00
general_tests_phase_1 Greentea: Fix storage sizes for SecureStore tests. 2019-11-28 10:47:47 +02:00
general_tests_phase_2 Generalize KVStore phase 1/2 test BlockDevice sizes 2019-11-12 12:26:25 -08:00
securestore_whitebox Enable some of the kvstore tests for PSoC 6 MCUs 2019-11-12 12:26:25 -08:00
static_tests Fixes features-storage-tests-kvstore-static_tests test case bugs 2019-11-28 10:37:11 +02:00
tdbstore_whitebox Enable TDBStore whitebox test on PSoC 6 2019-11-12 12:26:25 -08:00