Home
last modified time | relevance | path

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

/external/autotest/client/cros/power/
Dpower_utils.py1007 self._should_run = os.path.exists(self._BASE_INIT_FILE)
1009 if self._should_run:
1025 self._should_run = False
1026 if self._should_run:
1049 if self._should_run:
1063 if self._should_run:
/external/autotest/venv/skylab_suite/cmd/
Drun_suite_skylab.py43 def _should_run(suite_spec): function
64 extra_task_ids = _should_run(suite_spec)
/external/autotest/site_utils/
Drun_suite.py1957 def _should_run(options): function
2093 if options.pre_check and not _should_run(options):