Searched refs:TestSpec (Results 1 – 10 of 10) sorted by relevance
| /edtt-latest/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 | 18 from components.test_spec import TestSpec; 1101 _spec = { key: TestSpec(name = key, number_devices = 2, description = "#[" + __tests__[key][1] + "]…
|
| D | ial_verification.py | 17 from components.test_spec import TestSpec 2324 _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 | 25 from components.test_spec import TestSpec; 9515 _spec = {key: TestSpec(name=key, number_devices=2, description="#[" + __tests__[key][1] + "]",
|
| /edtt-latest/src/components/ |
| D | test_spec.py | 4 class TestSpec(): class
|
| /edtt-latest/docs/ |
| D | EDTT_framework_Babblesim.md | 178 … one entry for each test provided by the module. Each entry of type TestSpec TestSpec is defined i… 179 * `run_a_test()`: Which will execute an actual test given a TestSpec.
|