Searched refs:report_kind (Results 1 – 3 of 3) sorted by relevance
36 def _check_send_result(self, result, report_kind, payload_name, argument51 if result['report_kind'] != report_kind:53 result['report_kind'], report_kind)
462 report_kind = meta_match.group(2)465 report_kind = None499 'report_kind': report_kind,
359 exec_name, report_kind, argument369 if result['report_kind'] != report_kind:370 raise error.TestFail('Expected a %s report' % report_kind)