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 226 file_bugs=False,
262 @param file_bugs: File bugs when tests in this suite fail.
322 self.file_bugs = file_bugs
469 file_bugs=spec.file_bugs,
549 file_bugs=spec.file_bugs,
suite.py     [all...]
suite_unittest.py 556 def _createSuiteWithMockedTestsAndControlFiles(self, file_bugs=False):
572 file_bugs=file_bugs,
589 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/site_utils/
run_suite.py 310 "-f", "--file_bugs", dest="file_bugs", default=False, type=bool_str,
    [all...]
  /external/autotest/frontend/afe/
rpc_interface.py     [all...]

Completed in 1230 milliseconds