HomeSort by relevance Sort by last modified time
    Searched refs:model_attributes (Results 1 - 8 of 8) sorted by null

  /external/autotest/scheduler/
scheduler_models_unittest.py 12 from autotest_lib.frontend.afe import models, model_attributes
331 reboot_before=model_attributes.RebootBefore.ALWAYS):
410 job.reboot_before = model_attributes.RebootBefore.NEVER
414 reboot_before=model_attributes.RebootBefore.NEVER)
421 job.reboot_before = model_attributes.RebootBefore.NEVER
425 reboot_before=model_attributes.RebootBefore.NEVER)
432 job.reboot_before = model_attributes.RebootBefore.ALWAYS
444 job.reboot_before = model_attributes.RebootBefore.IF_DIRTY
postjob_task.py 14 from autotest_lib.frontend.afe import models, model_attributes
312 or reboot_after == model_attributes.RebootAfter.ALWAYS
313 or (reboot_after == model_attributes.RebootAfter.IF_ALL_TESTS_PASSED
monitor_db_functional_test.py 11 from autotest_lib.frontend.afe import model_attributes
453 job.reboot_before = model_attributes.RebootBefore.ALWAYS
516 job.reboot_after = model_attributes.RebootAfter.ALWAYS
621 queue_entry.job.reboot_before = model_attributes.RebootBefore.ALWAYS
632 queue_entry.job.reboot_before = model_attributes.RebootBefore.ALWAYS
644 queue_entry.job.reboot_after = model_attributes.RebootAfter.ALWAYS
814 job.reboot_after = model_attributes.RebootAfter.NEVER
849 job2.reboot_before = model_attributes.RebootBefore.IF_DIRTY
    [all...]
scheduler_models.py 34 from autotest_lib.frontend.afe import models, model_attributes
    [all...]
  /external/autotest/frontend/afe/
frontend_test_utils.py 6 from autotest_lib.frontend.afe import models, model_attributes
133 reboot_before=model_attributes.RebootBefore.NEVER,
models.py 16 from autotest_lib.frontend.afe import model_logic, model_attributes
26 DEFAULT_REBOOT_BEFORE = model_attributes.RebootBefore.IF_DIRTY
27 DEFAULT_REBOOT_AFTER = model_attributes.RebootBefore.NEVER
380 choices=model_attributes.RebootBefore.choices(), blank=True,
383 choices=model_attributes.RebootAfter.choices(), blank=True,
    [all...]
rpc_interface.py 56 from autotest_lib.frontend.afe import model_attributes
    [all...]
  /external/autotest/server/cros/dynamic_suite/
suite.py 27 from autotest_lib.frontend.afe import model_attributes
345 reboot_before = (model_attributes.RebootBefore.NEVER if test.fast
    [all...]

Completed in 134 milliseconds