Searched refs:in_lab (Results 1 – 9 of 9) sorted by relevance
/external/autotest/server/ |
D | autoserv_utils.py | 28 in_lab=False, argument 142 if in_lab:
|
D | autoserv | 136 in_lab=parser.options.lab, 469 in_lab = bool(parser.options.lab) 535 in_lab=in_lab, 548 'in_lab': in_lab,
|
D | autoserv.py | 136 in_lab=parser.options.lab, 469 in_lab = bool(parser.options.lab) 535 in_lab=in_lab, 548 'in_lab': in_lab,
|
D | server_job.py | 96 def get_machine_dicts(machine_names, store_dir, in_lab, use_shadow_store, argument 125 if in_lab and host_attributes: 131 if not in_lab: 256 parent_job_id=None, in_lab=False, argument 382 self.in_lab = in_lab
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_adapter_quick_tests.py | 650 in_lab = site_utils.host_in_lab(self.host.hostname) 657 milestone, board, in_lab) 665 milestone, board, in_lab) 684 milestone, board, in_lab): argument 702 if in_lab:
|
/external/autotest/server/hosts/ |
D | labstation_repair.py | 39 if host.is_in_lab() and host.job and host.job.in_lab:
|
D | servo_repair.py | 81 if host.is_in_lab() and host.job and host.job.in_lab:
|
/external/autotest/client/bin/ |
D | setup_job.py | 38 self.in_lab = False
|
D | job.py | 271 self.in_lab = False
|