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

  /external/autotest/server/cros/dynamic_suite/
dynamic_suite.py 225 file_bugs=False,
261 @param file_bugs: File bugs when tests in this suite fail.
321 self.file_bugs = file_bugs
465 file_bugs=spec.file_bugs,
545 file_bugs=spec.file_bugs,
suite.py     [all...]
suite_unittest.py 567 def _createSuiteWithMockedTestsAndControlFiles(self, file_bugs=False):
583 file_bugs=file_bugs,
600 file_bugs=True)
    [all...]
  /external/autotest/cli/
suite.py 60 self.parser.add_option('-f', '--file_bugs', default=False,
62 action='store_true', metavar='FILE_BUGS')
94 bugs_info = topic_common.item_parse_info(attribute_name='file_bugs',
95 inline_option='file_bugs')
121 self.data['file_bugs'] = options.file_bugs
  /external/autotest/frontend/afe/
rpc_interface.py     [all...]
  /external/autotest/site_utils/
run_suite.py 332 "-f", "--file_bugs", dest="file_bugs", default=False, type=bool_str,
    [all...]

Completed in 101 milliseconds