Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/logging_CrashSender/
Dlogging_CrashSender.py40 def _check_send_result(self, result, report_kind, payload_name, argument
55 if result['report_kind'] != report_kind:
57 result['report_kind'], report_kind)
/external/autotest/client/cros/crash/
Duser_crash_test.py351 exec_name, report_kind, argument
361 if result['report_kind'] != report_kind:
362 raise error.TestFail('Expected a %s report' % report_kind)
Dcrash_test.py458 report_kind = meta_match.group(2)
461 report_kind = None
495 'report_kind': report_kind,