Sign in
android
/
platform
/
external
/
autotest
/
987bee56f1307432b3c391d3e51fd2558e6af4ca
/
.
/
frontend
/
afe
/
model_attributes.py
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'
)