summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Herouart <rherouart@google.com>2024-04-05 11:50:42 +0000
committerRaphael Herouart <rherouart@google.com>2024-04-05 11:50:42 +0000
commit4f3a4cbc5ee037c553b473c67b1c9167ed7a724f (patch)
treec8874eaee80dee83e6ac0c990cc01986faad1954
parent18744c17c13ac4c8e66d760778678fb1ed89e3f8 (diff)
downloadcore-4f3a4cbc5ee037c553b473c67b1c9167ed7a724f.tar.gz
lib/trusty: tipc-test suite name is incorrect in JSON output
tipc-test suite should be tipc not crypto Bug: 314130383 Test: /data/nativetest64/vendor/tipc-test/tipc-test -t echo -r 1 -B 100 Change-Id: Icc0921a032f8b784f4797f43b6180136777f422f
-rw-r--r--trusty/libtrusty/tipc-test/tipc_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trusty/libtrusty/tipc-test/tipc_test.c b/trusty/libtrusty/tipc-test/tipc_test.c
index dabe118e1..1eac9cfb9 100644
--- a/trusty/libtrusty/tipc-test/tipc_test.c
+++ b/trusty/libtrusty/tipc-test/tipc_test.c
@@ -37,7 +37,7 @@
#define BENCH_RESULT_TPL \
"{" \
" \"schema_version\": 3," \
-" \"suite_name\": \"crypto\"," \
+" \"suite_name\": \"tipc\"," \
" \"bench_name\": \"%s\"," \
" \"results\": [" \
" {" \