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

  /external/autotest/tko/
test.cgi 37 machine_idx = [test.machine_idx for test in tests]
42 uniq_machine_idx = list(set(machine_idx))
50 ' where machine_idx=%s', [str(machine)])
54 if test.machine_idx == machine
machine_test_attribute_graph.cgi 17 machine_idx = form["machine"].value
21 machine = frontend.machine.select(db, {'machine_idx' : machine_idx})[0]
24 where = { 'subdir' : benchmark, 'machine_idx' : machine.idx }
machine_benchmark.cgi 84 machine_idx = {}
87 fields = 'machine_idx,machine_hostname,count(status_word)'
93 machine_idx[machine] = idx
104 for machine in machine_idx:
113 url += '?machine=' + str(machine_idx[machine])
frontend.py 158 sql = 't inner join tko_machines m on m.machine_idx=t.machine_idx'
169 fields = ['machine_idx', 'hostname', 'machine_group', 'owner']
205 'kernel_idx', 'status', 'reason', 'machine_idx']
216 'kernel_idx', 'status', 'reason', 'machine_idx']
223 status_num, reason, machine_idx):
231 self.machine_idx = machine_idx
274 where = {'machine_idx' : self.machine_idx}
    [all...]
machine_aggr.cgi 42 machine_idx = form["machine"].value
49 machine = frontend.machine.select(db, {'hostname' : machine_idx})[0]
63 where = { 'subdir' : benchmark, 'machine_idx' : machine.idx , 'status' : 6}
87 for test in frontend.test.select(db, { 'subdir' : benchmark, 'machine_idx' : machine.idx, 'kernel_idx' : kernel_base.idx}):
db.py 446 job.machine_idx = self.lookup_machine(job.machine)
447 if not job.machine_idx:
448 job.machine_idx = self.insert_machine(job, commit=commit)
459 'machine_idx': job.machine_idx,
516 'reason':test.reason, 'machine_idx':job.machine_idx,
622 rows = self.select('machine_idx', 'tko_machines', where)
  /external/autotest/frontend/tko/
rpc_interface.py 290 'test_name', 'hostname', 'machine_idx').distinct()
294 machine_idx = result_dict['machine_idx']
298 host_info[hostname]['id'] = machine_idx
458 ['Host Index', 'machine_idx'],
models.py 126 machine_idx = dbmodels.AutoField(primary_key=True) variable in class:Machine
176 machine = dbmodels.ForeignKey(Machine, db_column='machine_idx')
210 machine = dbmodels.ForeignKey(Machine, db_column='machine_idx')
706 machine_idx = dbmodels.IntegerField('host index') variable in class:TestView
  /external/autotest/server/
server_job.py 474 machine_idx = self.results_db.lookup_machine(self.job_model.machine)
476 self.job_model.machine_idx = machine_idx
    [all...]

Completed in 285 milliseconds