Home
last modified time | relevance | path

Searched refs:TestSpec (Results 1 – 10 of 10) sorted by relevance

/edtt-latest/src/tests/
Decho_test.py5 from components.test_spec import TestSpec;
22 TestSpec(name = "Echo_test",
Dle_transceiver_test.py8 from components.test_spec import TestSpec;
37 TestSpec(name = "LE Transceiver Test",
Dll_multiple_connections.py10 from components.test_spec import TestSpec;
84 TestSpec(name = "Multiple Connections Test Suite",
Dhci_verification.py18 from components.test_spec import TestSpec;
1101 _spec = { key: TestSpec(name = key, number_devices = 2, description = "#[" + __tests__[key][1] + "]…
Dial_verification.py17 from components.test_spec import TestSpec
2324 _spec = {key: TestSpec(name=key, number_devices=2, description="#[" + __tests__[key][1] + "]",
Dgap_verification.py19 from components.test_spec import TestSpec;
1895 _spec = { key: TestSpec(name = key, number_devices = 2, description = "#[" + __tests__[key][1] + "]…
Dgatt_verification.py24 from components.test_spec import TestSpec;
3186 _spec = { key: TestSpec(name = key, number_devices = 1, description = "#[" + __tests__[key][1] + "]…
Dll_verification.py25 from components.test_spec import TestSpec;
9515 _spec = {key: TestSpec(name=key, number_devices=2, description="#[" + __tests__[key][1] + "]",
/edtt-latest/src/components/
Dtest_spec.py4 class TestSpec(): class
/edtt-latest/docs/
DEDTT_framework_Babblesim.md178 … 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.