Searched refs:batch_locker (Results 1 – 4 of 4) sorted by relevance
/external/autotest/server/cros/chaos_lib/ |
D | static_runner.py | 106 batch_locker = ap_batch_locker.ApBatchLocker( 110 while batch_locker.has_more_aps(): 129 aps = batch_locker.get_ap_batch(batch_size=batch_size) 137 batch_locker, job) 149 batch_locker.unlock_and_reclaim_aps() 159 batch_locker.unlock_and_reclaim_ap(ap.host_name) 169 utils.release_ap(ap, batch_locker) 177 ap, batch_locker) 213 utils.release_ap(ap, batch_locker) 221 batch_locker.unlock_aps()
|
D | chaos_runner.py | 154 batch_locker = ap_batch_locker.ApBatchLocker( 158 while batch_locker.has_more_aps(): 177 aps = batch_locker.get_ap_batch(batch_size=batch_size) 190 batch_locker, job, self._broken_pdus) 202 batch_locker.unlock_and_reclaim_aps() 212 batch_locker.unlock_and_reclaim_ap(ap.host_name) 222 utils.release_ap(ap, batch_locker, self._broken_pdus) 230 ap, batch_locker, self._broken_pdus) 266 utils.release_ap(ap, batch_locker, self._broken_pdus) 274 batch_locker.unlock_aps()
|
/external/autotest/server/cros/network/ |
D | chaos_clique_utils.py | 130 def release_ap(ap, batch_locker, broken_pdus=[]): argument 143 batch_locker.unlock_one_ap(ap.host_name) 146 def filter_quarantined_and_config_failed_aps(aps, batch_locker, job, argument 178 release_ap(ap, batch_locker, broken_pdus) 181 batch_locker.unlock_one_ap(ap.host_name)
|
/external/autotest/server/cros/ap_configurators/ |
D | ap_configurator_test.py | 53 self.batch_locker = ap_batch_locker.ApBatchLocker(lock_manager, 55 ap_batch = self.batch_locker.get_ap_batch(batch_size=1) 71 if self.batch_locker: 72 self.batch_locker.unlock_aps()
|