Lines Matching defs:update
95 # update the master vm's database with test results. Specifying
336 def update(self, table, data, where, commit = None):
338 'update table set data values (%s ... %s) where ...'
345 cmd = 'update %s ' % table
379 # Only try to update tko_machines record if machine is set. This
403 self.update('tko_jobs', data, {'job_idx': job.index}, commit=commit)
419 self.update('tko_job_keyvals', data, where=where, commit=commit)
435 self.update('tko_tests', data,
520 self.update('tko_machines', machine_info,
567 self.update('tko_kernels',