Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Dscheduler_models.py36 _notify_email_statuses = [] variable
49 global _notify_email_statuses
50 _notify_email_statuses = [status for status in
652 should_email_status = (status.lower() in _notify_email_statuses or
653 'all' in _notify_email_statuses)