Home
last modified time | relevance | path

Searched refs:GOLDEN_DEVICES (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/tools/harness-automation/autothreadharness/
Dsettings_sample.py77 GOLDEN_DEVICES = [] variable
Dharness_case.py203 for device in settings.GOLDEN_DEVICES:
236 time.sleep(len(settings.GOLDEN_DEVICES))
512 …device for device in settings.GOLDEN_DEVICES if not self.history.is_bad_golden_device(device[0]) a…
Drunner.py161 names = [device for device, _type in settings.GOLDEN_DEVICES if _type == 'OpenThread']