Skip to content

Commit 435d944

Browse files
author
Alexander Zilberkant
committed
fix its_reset test
1 parent 454ae25 commit 435d944

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

TESTS/psa/entropy_inject/its_reset/COMPONENT_PSA_SRV_IMPL/test_pits_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ psa_its_status_t test_psa_its_reset_impl(void)
4242
}
4343

4444
KVMap &kv_map = KVMap::get_instance();
45-
KVStore *kvstore = kv_map.get_main_kv_instance(STR_EXPAND(MBED_CONF_STORAGE_DEFAULT_KV));
45+
KVStore *kvstore = kv_map.get_internal_kv_instance(STR_EXPAND(MBED_CONF_STORAGE_DEFAULT_KV));
4646
if (!kvstore) {
4747
return PSA_ITS_ERROR_STORAGE_FAILURE;
4848
}

TESTS/psa/entropy_inject/its_reset/COMPONENT_SPE/test_pits_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ psa_its_status_t test_psa_its_reset_impl(void)
4242
}
4343

4444
KVMap &kv_map = KVMap::get_instance();
45-
KVStore *kvstore = kv_map.get_main_kv_instance(STR_EXPAND(MBED_CONF_STORAGE_DEFAULT_KV));
45+
KVStore *kvstore = kv_map.get_internal_kv_instance(STR_EXPAND(MBED_CONF_STORAGE_DEFAULT_KV));
4646
if (!kvstore) {
4747
return PSA_ITS_ERROR_STORAGE_FAILURE;
4848
}

TESTS/psa/prot_internal_storage/its_reset/COMPONENT_PSA_SRV_IMPL/test_pits_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ psa_its_status_t test_psa_its_reset_impl(void)
4242
}
4343

4444
KVMap &kv_map = KVMap::get_instance();
45-
KVStore *kvstore = kv_map.get_main_kv_instance(STR_EXPAND(MBED_CONF_STORAGE_DEFAULT_KV));
45+
KVStore *kvstore = kv_map.get_internal_kv_instance(STR_EXPAND(MBED_CONF_STORAGE_DEFAULT_KV));
4646
if (!kvstore) {
4747
return PSA_ITS_ERROR_STORAGE_FAILURE;
4848
}

TESTS/psa/prot_internal_storage/its_reset/COMPONENT_SPE/test_pits_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ psa_its_status_t test_psa_its_reset_impl(void)
4242
}
4343

4444
KVMap &kv_map = KVMap::get_instance();
45-
KVStore *kvstore = kv_map.get_main_kv_instance(STR_EXPAND(MBED_CONF_STORAGE_DEFAULT_KV));
45+
KVStore *kvstore = kv_map.get_internal_kv_instance(STR_EXPAND(MBED_CONF_STORAGE_DEFAULT_KV));
4646
if (!kvstore) {
4747
return PSA_ITS_ERROR_STORAGE_FAILURE;
4848
}

0 commit comments

Comments
 (0)