HomeSort by relevance Sort by last modified time
    Searched refs:file_bugs (Results 1 - 11 of 11) sorted by null

  /external/autotest/site_utils/suite_scheduler/
deduping_scheduler.py 87 file_bugs=False, firmware_rw_build=None,
103 @param file_bugs: True if bug filing is desired for this suite.
125 priority=priority, timeout=timeout, file_bugs=file_bugs,
126 wait_for_results=file_bugs,
152 force=False, file_bugs=False, firmware_rw_build=None,
170 @param file_bugs: True if bug filing is desired for this suite.
186 timeout, file_bugs=file_bugs,
task_unittest.py 194 """Ensure not setting file bugs in a config leads to file_bugs=False."""
215 False, file_bugs=self._FILE_BUGS,
230 False, file_bugs=self._FILE_BUGS,
242 False, file_bugs=self._FILE_BUGS,
287 False, file_bugs=self._FILE_BUGS,
300 self._TIMEOUT, False, file_bugs=self._FILE_BUGS,
312 True, file_bugs=self._FILE_BUGS,
344 file_bugs=self._FILE_BUGS,
356 file_bugs=self._FILE_BUGS,
369 None, None, False, file_bugs=self._FILE_BUGS
    [all...]
deduping_scheduler_unittest.py 85 file_bugs=False,
144 file_bugs=False,
198 file_bugs=False,
231 file_bugs=False,
278 file_bugs=False,
task.py 159 'boards', 'file_bugs', 'cros_build_spec',
178 file_bugs = config.getboolean(section, 'file_bugs')
231 file_bugs=file_bugs if file_bugs else False,
266 boards=None, priority=None, timeout=None, file_bugs=False,
331 @param file_bugs: True if bug filing is desired for the suite created
354 self._file_bugs = file_bugs
426 self._str = ('%s: %s on %s with pool %s, boards [%s], file_bugs = %s
    [all...]
  /external/autotest/server/cros/dynamic_suite/
dynamic_suite.py 270 add_experimental=True, file_bugs=False,
311 @param file_bugs: File bugs when tests in this suite fail.
419 self.file_bugs = file_bugs
478 @param file_bugs: automatically file bugs on test failures.
581 file_bugs=spec.file_bugs,
suite_unittest.py 429 def _createSuiteWithMockedTestsAndControlFiles(self, file_bugs=False):
440 file_bugs=file_bugs, job_retry=True)
457 file_bugs=True)
    [all...]
suite.py 593 file_bugs=False, file_experimental_bugs=False,
673 self._file_bugs = file_bugs
    [all...]
  /external/autotest/cli/
site_suite.py 58 self.parser.add_option('-f', '--file_bugs', default=False,
60 action='store_true', metavar='FILE_BUGS')
85 bugs_info = topic_common.item_parse_info(attribute_name='file_bugs',
86 inline_option='file_bugs')
107 self.data['file_bugs'] = options.file_bugs
  /external/autotest/site_utils/
run_suite.py 147 parser.add_option("-f", "--file_bugs", dest="file_bugs", default='False',
233 if options.file_bugs != 'True' and options.file_bugs != 'False':
234 print 'Please specify "True" or "False" for --file_bugs.'
    [all...]
test_push.py 177 parser.add_argument('-f', '--file_bugs', dest='file_bugs', default='True',
254 '-f', arguments.file_bugs]
  /external/autotest/frontend/afe/
site_rpc_interface.py 126 check_hosts=True, num=None, file_bugs=False, timeout=24,
153 @param file_bugs: File a bug on each test failure in this suite.
245 'file_bugs': file_bugs,

Completed in 1780 milliseconds