mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-09 19:14:02 +00:00
Print Greentea __testcase_name indicator for Greentea to mark the test
This commit is contained in:
parent
a57a420985
commit
5e7f8df800
@ -218,6 +218,7 @@ class MbedTlsTest(BaseHostTest):
|
||||
"""
|
||||
int_val = self.get_result(value)
|
||||
name, function, deps, args = self.tests[self.test_index]
|
||||
self.log('{{__testcase_start;%s}}' % name)
|
||||
self.log('{{__testcase_finish;%s;%d;%d}}' % (name, int_val == 0,
|
||||
int_val != 0))
|
||||
self.run_next_test()
|
||||
|
Loading…
x
Reference in New Issue
Block a user