allwinner_a64/android/external/autotest/frontend/afe/model_attributes.py
2018-08-08 16:14:42 +08:00

7 lines
220 B
Python

import common
from autotest_lib.client.common_lib import enum
# common enums for Job attributes
RebootBefore = enum.Enum('Never', 'If dirty', 'Always')
RebootAfter = enum.Enum('Never', 'If all tests passed', 'Always')