Lines Matching refs:attribute
308 for attribute in attributes:
309 name = attribute
310 if attribute == 'header':
314 elif attribute == '---':
318 elif attribute == 'io_capabilities':
321 elif attribute == 'mitm':
324 elif attribute == 'secure_connection':
327 elif attribute == 'keypress':
330 elif attribute == 'rfu':
333 elif attribute == 'passkey':
338 elif attribute == 'method':
343 elif attribute == 'failure':
347 iut = test_descriptor['iut_' + attribute]
348 tester = test_descriptor['tester_' + attribute]