Searched refs:test_name (Results 1 – 2 of 2) sorted by relevance
364 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'] variable469 if test_name.startswith('#'):471 if len(test_name) == 0:474 test_folder = test_name.replace('/', '_')482 print('Test: %s (completed)' % test_name)
42 test_name = sys.argv[2] variable45 print ("const char * "+test_name+"[] = {")