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 | 148 batch_locker = ap_batch_locker.ApBatchLocker( 152 while batch_locker.has_more_aps(): 171 aps = batch_locker.get_ap_batch(batch_size=batch_size) 184 batch_locker, job, self._broken_pdus) 196 batch_locker.unlock_and_reclaim_aps() 206 batch_locker.unlock_and_reclaim_ap(ap.host_name) 216 utils.release_ap(ap, batch_locker, self._broken_pdus) 224 ap, batch_locker, self._broken_pdus) 260 utils.release_ap(ap, batch_locker, self._broken_pdus) 268 batch_locker.unlock_aps()
|
/external/autotest/server/cros/network/ |
D | chaos_clique_utils.py | 129 def release_ap(ap, batch_locker, broken_pdus=[]): argument 142 batch_locker.unlock_one_ap(ap.host_name) 145 def filter_quarantined_and_config_failed_aps(aps, batch_locker, job, argument 177 release_ap(ap, batch_locker, broken_pdus) 180 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()
|