blob: e87d10e0bb5875e139f649ccdaf4c9744958d256 [file] [log] [blame]
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')