/external/autotest/scheduler/ |
rdb_hosts_unittest.py | 154 self.assertRaises(rdb_utils.RDBException, client_host.update_field, 156 self.assertRaises(rdb_utils.RDBException, client_host.update_field, 158 client_host.update_field('dirty', True)
|
scheduler_models.py | 301 def update_field(self, field, value): member in class:DBObject 398 self.update_field('status',status) 531 self.update_field('host_id', host.id) 536 self.update_field('host_id', None) 560 self.update_field('execution_subdir', subdir) 623 self.update_field('status', status) 631 self.update_field('active', active) 647 self.job.update_field('shard_id', None) 650 self.update_field('complete', complete) 766 self.update_field('started_on', None [all...] |
prejob_task.py | 260 self.host.update_field('dirty', 0) 308 self.host.update_field('dirty', 0)
|
rdb_hosts.py | 243 def update_field(self, fieldname, value): member in class:RDBClientHostWrapper 324 either through set status or update_field. Though we keep the internal
|
host_scheduler.py | 239 queue_entry.update_field('active', True)
|
monitor_db.py | 772 queue_entry.update_field('execution_subdir', 'hostless') [all...] |
scheduler_models_unittest.py | 302 hqe.job.update_field('shard_id', 3)
|