Searched refs:test_private (Results 1 – 7 of 7) sorted by relevance
/edtt-2.7.6/src/components/ |
D | test_spec.py | 6 def __init__(self, name = "", number_devices = 2, description = "", test_private =""): argument 10 self.test_private = test_private;
|
/edtt-2.7.6/src/tests/ |
D | echo_test.py | 25 test_private = _echo_test); 38 return test_spec.test_private(transport, trace);
|
D | le_transceiver_test.py | 40 test_private = LE_Transceiver_Test); 53 return not test_spec.test_private(transport, trace);
|
D | hci_verification.py | 978 …ey, number_devices = 2, description = "#[" + __tests__[key][1] + "]", test_private = __tests__[key… 1013 test_f = test_spec.test_private;
|
D | gap_verification.py | 1895 …ey, number_devices = 2, description = "#[" + __tests__[key][1] + "]", test_private = __tests__[key… 1931 test_f = test_spec.test_private;
|
D | gatt_verification.py | 3186 …ey, number_devices = 1, description = "#[" + __tests__[key][1] + "]", test_private = __tests__[key… 3216 test_f = test_spec.test_private;
|
D | ll_verification.py | 6064 …ey, number_devices = 1, description = "#[" + __tests__[key][1] + "]", test_private = __tests__[key… 6099 test_f = test_spec.test_private;
|