Searched refs:ap_locker (Results 1 – 2 of 2) sorted by relevance
/external/autotest/server/cros/ap_configurators/ |
D | ap_batch_locker.py | 127 def lock_ap_in_afe(self, ap_locker): argument 133 if not utils.host_is_in_lab_zone(ap_locker.configurator.host_name): 134 ap_locker.to_be_locked = False 137 if self.manager.lock([ap_locker.configurator.host_name]): 138 self._locked_aps.append(ap_locker) 139 logging.info('locked %s', ap_locker.configurator.host_name) 140 ap_locker.to_be_locked = False 143 ap_locker.retries -= 1 145 ap_locker.retries, 146 ap_locker.configurator.host_name) [all …]
|
/external/autotest/server/cros/clique_lib/ |
D | clique_runner.py | 182 def _cleanup(self, dut_objects, dut_locker, ap_locker, capturer, argument 198 ap_locker.unlock_aps() 244 ap_locker = ap_batch_locker.ApBatchLocker( 247 ap = ap_locker.get_ap_batch(batch_size=1) 264 self._cleanup(dut_objects, dut_locker, ap_locker, 271 self._cleanup(dut_objects, dut_locker, ap_locker, 280 self._cleanup(dut_objects, dut_locker, ap_locker, 286 self._cleanup(dut_objects, dut_locker, ap_locker, 308 self._cleanup(dut_objects, dut_locker, ap_locker,
|