Searched refs:test_private (Results 1 – 8 of 8) sorted by relevance
/edtt-3.6.0-3.5.0-3.4.0/src/components/ |
D | test_spec.py | 6 …def __init__(self, name = "", number_devices = 2, description = "", test_private ="", require_low_… argument 10 self.test_private = test_private;
|
/edtt-3.6.0-3.5.0-3.4.0/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 | 1101 …ey, number_devices = 2, description = "#[" + __tests__[key][1] + "]", test_private = __tests__[key… 1136 test_f = test_spec.test_private;
|
D | ial_verification.py | 2325 test_private=__tests__[key][0]) for key in __tests__} 2365 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 | 9516 test_private=__tests__[key][0], 9557 test_f = test_spec.test_private;
|