Home
last modified time | relevance | path

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

/openthread-latest/tools/harness-automation/autothreadharness/
Drunner.py59 def __init__(self, path, auto_reboot_args=None, keep_explorer=False, add_all_devices=False): argument
68 self.auto_reboot_args = auto_reboot_args
85 if self.auto_reboot_args:
88 … (' '.join(self.auto_reboot_args + ['-c', test.__class__.__name__]), RESUME_SCRIPT_PATH))
117 if self.auto_reboot_args:
146 if self.auto_reboot_args:
309 auto_reboot_args = argv + names
311 auto_reboot_args = None
321 result = SimpleTestResult(result_file, auto_reboot_args, keep_explorer, add_all_devices)