From 4f3a4cbc5ee037c553b473c67b1c9167ed7a724f Mon Sep 17 00:00:00 2001 From: Raphael Herouart Date: Fri, 5 Apr 2024 11:50:42 +0000 Subject: [PATCH] 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 --- trusty/libtrusty/tipc-test/tipc_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\": [" \ " {" \