Searched refs:TestSpec (Results 1 – 8 of 8) sorted by relevance
/edtt-2.7.6/src/tests/ |
D | echo_test.py | 5 from components.test_spec import TestSpec; 22 TestSpec(name = "Echo_test",
|
D | le_transceiver_test.py | 8 from components.test_spec import TestSpec; 37 TestSpec(name = "LE Transceiver Test",
|
D | ll_multiple_connections.py | 10 from components.test_spec import TestSpec; 84 TestSpec(name = "Multiple Connections Test Suite",
|
D | hci_verification.py | 17 from components.test_spec import TestSpec; 978 _spec = { key: TestSpec(name = key, number_devices = 2, description = "#[" + __tests__[key][1] + "]…
|
D | gap_verification.py | 19 from components.test_spec import TestSpec; 1895 _spec = { key: TestSpec(name = key, number_devices = 2, description = "#[" + __tests__[key][1] + "]…
|
D | gatt_verification.py | 24 from components.test_spec import TestSpec; 3186 _spec = { key: TestSpec(name = key, number_devices = 1, description = "#[" + __tests__[key][1] + "]…
|
D | ll_verification.py | 22 from components.test_spec import TestSpec; 6064 _spec = { key: TestSpec(name = key, number_devices = 1, description = "#[" + __tests__[key][1] + "]…
|
/edtt-2.7.6/src/components/ |
D | test_spec.py | 4 class TestSpec(): class
|