• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import 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')
8