Searched refs:batch_locker (Results 1 – 3 of 3) sorted by relevance
/external/autotest/server/cros/chaos_lib/ |
D | chaos_runner.py | 116 batch_locker = ap_batch_locker.ApBatchLocker( 120 while batch_locker.has_more_aps(): 130 aps = batch_locker.get_ap_batch(batch_size=batch_size) 143 batch_locker, job, self._broken_pdus) 155 batch_locker.unlock_and_reclaim_aps() 165 batch_locker.unlock_and_reclaim_ap(ap.host_name) 175 utils.release_ap(ap, batch_locker, self._broken_pdus) 183 ap, batch_locker, self._broken_pdus) 219 utils.release_ap(ap, batch_locker, self._broken_pdus) 227 batch_locker.unlock_aps()
|
/external/autotest/server/cros/network/ |
D | chaos_clique_utils.py | 161 def release_ap(ap, batch_locker, broken_pdus=[]): argument 174 batch_locker.unlock_one_ap(ap.host_name) 177 def filter_quarantined_and_config_failed_aps(aps, batch_locker, job, argument 209 release_ap(ap, batch_locker, broken_pdus) 212 batch_locker.unlock_one_ap(ap.host_name)
|
/external/autotest/server/cros/ap_configurators/ |
D | ap_configurator_test.py | 51 self.batch_locker = ap_batch_locker.ApBatchLocker(lock_manager, 53 ap_batch = self.batch_locker.get_ap_batch(batch_size=1) 69 if self.batch_locker: 70 self.batch_locker.unlock_aps()
|