Searched refs:num_hosts (Results 1 – 4 of 4) sorted by relevance
/external/autotest/scheduler/ |
D | rdb_integration_tests.py | 541 def min_dut_test_helper(self, num_hosts, suite_settings): argument 555 for i in range (0, num_hosts): 579 num_hosts = 1 584 self.min_dut_test_helper(num_hosts, [suite1, suite2]) 589 num_hosts = 4 594 self.min_dut_test_helper(num_hosts, [suite1, suite2]) 599 num_hosts = 7 604 self.min_dut_test_helper(num_hosts, [suite1, suite2]) 609 num_hosts = 10 614 self.min_dut_test_helper(num_hosts, [suite1, suite2]) [all …]
|
D | host_scheduler.py | 138 num_hosts = self.suite_host_num.get(parent_id, 0) 139 self.suite_host_num[parent_id] = num_hosts + 1
|
/external/autotest/site_utils/ |
D | host_history_utils.py | 227 num_hosts = len(intervals_of_statuses_list) 232 return stats_all, num_hosts 236 num_hosts): argument 250 result += ' Number of total hosts: %s \n' % (num_hosts) 252 multiplication_factor = 100.0 / ((t_end - t_start) * num_hosts) 273 stats_all, num_hosts = aggregate_hosts( 276 label, t_start, t_end, stats_all, num_hosts)
|
D | collect_host_stats.py | 71 stats_all, num_hosts = host_history_utils.aggregate_hosts( 74 total_time = span*3600*num_hosts
|