Searched refs:batch_locker (Results 1 – 4 of 4) sorted by relevance
/external/autotest/server/cros/chaos_lib/ |
D | static_runner.py | 115 batch_locker = ap_batch_locker.ApBatchLocker( 119 while batch_locker.has_more_aps(): 140 aps = batch_locker.get_ap_batch(batch_size=batch_size) 148 batch_locker, job) 160 batch_locker.unlock_and_reclaim_aps() 170 batch_locker.unlock_and_reclaim_ap(ap.host_name) 180 utils.release_ap(ap, batch_locker) 188 ap, batch_locker) 224 utils.release_ap(ap, batch_locker) 232 batch_locker.unlock_aps()
|
D | chaos_runner.py | 149 batch_locker = ap_batch_locker.ApBatchLocker( 153 while batch_locker.has_more_aps(): 174 aps = batch_locker.get_ap_batch(batch_size=batch_size) 187 batch_locker, job, self._broken_pdus) 199 batch_locker.unlock_and_reclaim_aps() 209 batch_locker.unlock_and_reclaim_ap(ap.host_name) 219 utils.release_ap(ap, batch_locker, self._broken_pdus) 227 ap, batch_locker, self._broken_pdus) 263 utils.release_ap(ap, batch_locker, self._broken_pdus) 271 batch_locker.unlock_aps()
|
/external/autotest/server/cros/network/ |
D | chaos_clique_utils.py | 191 def release_ap(ap, batch_locker, broken_pdus=[]): argument 204 batch_locker.unlock_one_ap(ap.host_name) 207 def filter_quarantined_and_config_failed_aps(aps, batch_locker, job, argument 239 release_ap(ap, batch_locker, broken_pdus) 242 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()
|