aboutsummaryrefslogtreecommitdiff
path: root/tools/tf_fuzz/regression/000001_set_sst_uid_data_expect_pass/exp_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tf_fuzz/regression/000001_set_sst_uid_data_expect_pass/exp_test.c')
-rw-r--r--tools/tf_fuzz/regression/000001_set_sst_uid_data_expect_pass/exp_test.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/tf_fuzz/regression/000001_set_sst_uid_data_expect_pass/exp_test.c b/tools/tf_fuzz/regression/000001_set_sst_uid_data_expect_pass/exp_test.c
index 1573156eea..e970fea6d3 100644
--- a/tools/tf_fuzz/regression/000001_set_sst_uid_data_expect_pass/exp_test.c
+++ b/tools/tf_fuzz/regression/000001_set_sst_uid_data_expect_pass/exp_test.c
@@ -44,15 +44,15 @@ void test_thread (struct test_result_t *ret) {
/* Variables (etc.) to initialize and check PSA assets: */
- static uint8_t SST_ID_104_data[] = "Very simple test";
- static int SST_ID_104_data_size = 16;
+ static uint8_t SST_ID_104_set_data[] = "Very simple test";
+ static uint32_t SST_ID_104_set_length = 16;
/* PSA calls to test: */
- /* Creating SST asset UID = 104 with data "Very simpl...". */
- sst_status = psa_ps_set(104, SST_ID_104_data_size, SST_ID_104_data,
- PSA_STORAGE_FLAG_********);
+ /\* Creating SST asset UID = 104 with data "Very simpl...". \*/
+ sst_status = psa_ps_set(104, SST_ID_104_set_length, SST_ID_104_set_data,
+ PSA_STORAGE_FLAG_[A-Z_]+\);
if (sst_status != PSA_SUCCESS) {
TEST_FAIL("psa_ps_set() expected PSA_SUCCESS.");
return;