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

  /external/autotest/scheduler/
rdb_hosts_unittest.py 153 self.assertRaises(rdb_utils.RDBException, client_host.update_field,
155 self.assertRaises(rdb_utils.RDBException, client_host.update_field,
157 client_host.update_field('dirty', True)
scheduler_models.py 261 def update_field(self, field, value): member in class:DBObject
373 self.update_field('status',status)
573 self.update_field('host_id', host.id)
578 self.update_field('host_id', None)
602 self.update_field('execution_subdir', subdir)
643 self.update_field('status', status)
648 self.update_field('active', active)
664 self.update_field('complete', complete)
692 self.job.update_field('shard_id', None)
811 self.update_field('started_on', None
    [all...]
prejob_task.py 248 self.host.update_field('dirty', 0)
296 self.host.update_field('dirty', 0)
rdb_hosts.py 306 def update_field(self, fieldname, value): member in class:RDBClientHostWrapper
386 either through set status or update_field. Though we keep the internal
monitor_db.py 772 queue_entry.host.update_field('dirty', 1)
    [all...]
host_scheduler.py 242 queue_entry.update_field('active', True)
scheduler_models_unittest.py 308 hqe.job.update_field('shard_id', 3)

Completed in 1284 milliseconds