Home
last modified time | relevance | path

Searched refs:RebootBefore (Results 1 – 5 of 5) sorted by relevance

/external/autotest/frontend/afe/
Dmodel_attributes.py6 RebootBefore = autotest_enum.AutotestEnum('Never', 'If dirty', 'Always') variable
Dmodels.py30 DEFAULT_REBOOT_BEFORE = model_attributes.RebootBefore.IF_DIRTY
31 DEFAULT_REBOOT_AFTER = model_attributes.RebootBefore.NEVER
384 choices=model_attributes.RebootBefore.choices(), blank=True,
1490 RebootBefore = model_attributes.RebootBefore variable in Job
1529 choices=model_attributes.RebootBefore.choices(), blank=True,
Dfrontend_test_utils.py133 reboot_before=model_attributes.RebootBefore.NEVER,
Drpc_interface.py1726 result['reboot_before_options'] = model_attributes.RebootBefore.names
/external/autotest/server/cros/dynamic_suite/
Dsuite.py395 reboot_before = (model_attributes.RebootBefore.NEVER if test.fast