Skip to content

Commit eaf9601

Browse files
author
Moshe Shahar
committed
remove redundant call to generate_root_of_trust from its test
1 parent 5954267 commit eaf9601

File tree

1 file changed

+0
-4
lines changed
  • platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV/TESTS/its_ps

1 file changed

+0
-4
lines changed

platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV/TESTS/its_ps/main.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
#include "KVStore.h"
3737
#include "kv_config.h"
3838
#include "psa_storage_common_impl.h"
39-
#include "DeviceKey.h"
4039

4140
using namespace utest::v1;
4241
using namespace mbed;
@@ -219,9 +218,6 @@ utest::v1::status_t case_its_setup_handler(const Case *const source, const size_
219218
status = psa_ps_reset();
220219
TEST_ASSERT_EQUAL(PSA_SUCCESS, status);
221220
}
222-
#if DEVICEKEY_ENABLED
223-
DeviceKey::get_instance().generate_root_of_trust();
224-
#endif
225221
return greentea_case_setup_handler(source, index_of_case);
226222
}
227223

0 commit comments

Comments
 (0)