Home | History | Annotate | Download | only in afe

Lines Matching refs:model_attributes

16 from autotest_lib.frontend.afe import model_logic, model_attributes
28 DEFAULT_REBOOT_BEFORE = model_attributes.RebootBefore.IF_DIRTY
29 DEFAULT_REBOOT_AFTER = model_attributes.RebootBefore.NEVER
337 choices=model_attributes.RebootBefore.choices(), blank=True,
340 choices=model_attributes.RebootAfter.choices(), blank=True,
1290 choices=model_attributes.RebootBefore.choices(), blank=True,
1293 choices=model_attributes.RebootAfter.choices(), blank=True,