Home
last modified time | relevance | path

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

/external/autotest/site_utils/suite_scheduler/
Dtask.py31 OS_TYPES = {OS_TYPE_CROS, OS_TYPE_BRILLO, OS_TYPE_ANDROID} variable
292 if os_type not in OS_TYPES:
294 '`os_type` must be one of %s' % OS_TYPES)