test/security_manager_sc: print testname on stderr

This commit is contained in:
Matthias Ringwald 2020-09-24 10:32:56 +02:00
parent d8d5d86433
commit 33b2b4b183
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# Coverage rate limits
genhtml_med_limit = 50
genhtml_hi_limit = 80
# Include color legend in HTML output if non-zero
genhtml_legend = 1

View File

@ -357,7 +357,7 @@ def run_test(test_descriptor):
pass
test_name = test_descriptor['name']
print('Test: %s' % test_name)
print('Test: %s' % test_name, file=sys.stderr)
if '/SLA/' in test_descriptor['name']:
iut_role = 'responder'