Searched refs:run_reset (Results 1 - 7 of 7) sorted by relevance

/external/autotest/server/
H A Dsequence.py159 parent_job_id=current_job_id, test_retry=0, run_reset=False,
/external/autotest/scheduler/
H A Dmonitor_db_functional_test.py677 job.run_reset = False
803 job.run_reset = False
993 job.run_reset = False
1060 job.run_reset = False
H A Dscheduler_models_unittest.py393 job.run_reset = False
H A Dscheduler_models.py932 'test_retry', 'run_reset', 'timeout_mins', 'shard_id',
1167 weaker_reset = (self.run_reset and
1176 return (can_reboot and can_verify and (self.run_reset or
/external/autotest/frontend/afe/
H A Drpc_utils.py758 run_reset=True,
816 run_reset=run_reset,
H A Dmodels.py819 run_reset: Whether or not the scheduler should run the reset stage
840 run_reset = dbmodels.BooleanField(default=True) variable in class:Test
1148 run_reset: Whether or not to run the reset phase
1326 run_reset = dbmodels.BooleanField(default=True) variable in class:Job
1403 run_reset=options.get('run_reset'),
H A Drpc_interface.py825 run_reset=True,
862 @param run_reset Should the host be reset before running the test?
902 run_reset=run_reset,
2275 # The control_data parsing does not reference 'run_reset', but it
2278 test_object['run_reset'] = True

Completed in 51 milliseconds