Home | History | Annotate | Download | only in scheduler

Lines Matching refs:total_failed

713             body += "User tests failed: %s\n" % job_stats['total_failed']
1076 total_failed = len(failed_rows) - n_test_jobs_failed
1079 success_rate = 100 - ((total_failed / float(total_executed)) * 100)
1084 stats['total_failed'] = total_failed
1085 stats['total_passed'] = total_executed - total_failed