Searched refs:description (Results 1 – 11 of 11) 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 9 self.description = description; 15 " Description: %s"%self.description;
|
/edtt-2.7.6/src/ |
D | edttool.py | 10 parser = argparse.ArgumentParser(description="EDTT (Embedded Device Test Tool)", 80 …trace.trace(2, "%-*s %s %s" % (nameLen, test_spec.name, test_spec.description[1:], ("PASSED" if re…
|
/edtt-2.7.6/src/tests/ |
D | echo_test.py | 24 description = "Test that we can echo to any connected device",
|
D | le_transceiver_test.py | 39 description = "Test that we can execute the LE Transceiver Test.",
|
D | ll_multiple_connections.py | 86 description = "Verify ability to have multiple BLE connections.");
|
D | hci_verification.py | 978 _spec = { key: TestSpec(name = key, number_devices = 2, description = "#[" + __tests__[key][1] + "]… 1012 ….trace(2, "%-*s %s test started..." % (_maxNameLength, test_spec.name, test_spec.description[1:]));
|
D | gap_verification.py | 1895 _spec = { key: TestSpec(name = key, number_devices = 2, description = "#[" + __tests__[key][1] + "]… 1930 ….trace(2, "%-*s %s test started..." % (_maxNameLength, test_spec.name, test_spec.description[1:]));
|
D | gatt_verification.py | 3186 _spec = { key: TestSpec(name = key, number_devices = 1, description = "#[" + __tests__[key][1] + "]… 3215 ….trace(2, "%-*s %s test started..." % (_maxNameLength, test_spec.name, test_spec.description[1:]));
|
D | ll_verification.py | 6064 _spec = { key: TestSpec(name = key, number_devices = 1, description = "#[" + __tests__[key][1] + "]… 6098 ….trace(2, "%-*s %s test started..." % (_maxNameLength, test_spec.name, test_spec.description[1:]));
|
/edtt-2.7.6/docs/ |
D | EDTT_transport_bsim.md | 3 This is a description of the inner workings of the
|
D | LICENSE | 185 file or class name and description of purpose be included on the
|