mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-09-11 12:10:46 +03:00
Print Greentea __testcase_name indicator for Greentea to mark the test
This commit is contained in:
committed by
Mohammad Azim Khan
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()
|
||||
|
Reference in New Issue
Block a user