/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 | 304 def update_field(self, field, value): member in class:DBObject 400 self.update_field('status',status) 526 self.update_field('host_id', host.id) 531 self.update_field('host_id', None) 555 self.update_field('execution_subdir', subdir) 617 self.update_field('status', status) 623 self.update_field('active', active) 639 self.update_field('complete', complete) 667 self.job.update_field('shard_id', None) 767 self.update_field('started_on', None [all...] |
prejob_task.py | 246 self.host.update_field('dirty', 0) 294 self.host.update_field('dirty', 0)
|
rdb_hosts.py | 313 def update_field(self, fieldname, value): member in class:RDBClientHostWrapper 394 either through set status or update_field. Though we keep the internal
|
host_scheduler.py | 242 queue_entry.update_field('active', True)
|
scheduler_models_unittest.py | 302 hqe.job.update_field('shard_id', 3)
|
monitor_db.py | [all...] |