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.py36 def _check_send_result(self, result, report_kind, payload_name, argument
51 if result['report_kind'] != report_kind:
53 result['report_kind'], report_kind)
/external/autotest/client/cros/crash/
Dcrash_test.py462 report_kind = meta_match.group(2)
465 report_kind = None
499 'report_kind': report_kind,
Duser_crash_test.py359 exec_name, report_kind, argument
369 if result['report_kind'] != report_kind:
370 raise error.TestFail('Expected a %s report' % report_kind)