Home
last modified time | relevance | path

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

/external/autotest/scheduler/
Dscheduler_models.py46 _notify_email_statuses = [] variable
59 global _notify_email_statuses
60 _notify_email_statuses = [status for status in
641 should_email_status = (status.lower() in _notify_email_statuses or
642 'all' in _notify_email_statuses)