Home
last modified time | relevance | path

Searched refs:target_total (Results 1 – 1 of 1) sorted by relevance

/external/autotest/site_utils/
Dbalance_pools.py290 def calculate_spares_needed(self, target_total): argument
312 if target_total < num_ineligible:
316 target_total, num_ineligible)
318 target_total = num_ineligible
319 adjustment = target_total - self.total_hosts
408 target_total = main_pool.total_hosts
410 target_total = arguments.total
412 target_total += arguments.grow
414 target_total -= arguments.shrink
416 spares_needed = main_pool.calculate_spares_needed(target_total)
[all …]