Home
last modified time | relevance | path

Searched refs:test_name (Results 1 – 2 of 2) sorted by relevance

/btstack/test/security_manager_sc/
H A Dsm_test.py364 test_name = test_descriptor['name']
365 print('Test: %s' % test_name, file=sys.stderr)
428 if 'SCJW' in test_name and (method != 'Just Works' and method != 'Numeric Comparison'):
430 if 'SCPK' in test_name and method != 'Passkey Entry':
432 if 'SCOB' in test_name and method != 'OOB':
467 test_name = test_descriptor['name'] variable
469 if test_name.startswith('#'):
471 if len(test_name) == 0:
474 test_folder = test_name.replace('/', '_')
482 print('Test: %s (completed)' % test_name)
/btstack/test/hfp/
H A Ddump_test_sequence_from_pklg.py42 test_name = sys.argv[2] variable
45 print ("const char * "+test_name+"[] = {")