blob: e87d10e0bb5875e139f649ccdaf4c9744958d256 [file] [log] [blame]
jamesrendd855242010-03-02 22:23:44 +00001import common
2from autotest_lib.client.common_lib import enum
3
4
5# common enums for Job attributes
6RebootBefore = enum.Enum('Never', 'If dirty', 'Always')
7RebootAfter = enum.Enum('Never', 'If all tests passed', 'Always')