HomeSort by relevance Sort by last modified time
    Searched refs:multiple_labels (Results 1 - 12 of 12) sorted by null

  /external/autotest/contrib/
compare_dut_perf.py 53 multiple_labels = ()
55 multiple_labels += ('pool:%s' % pool,)
57 multiple_labels += ('board:%s' % board,)
60 multiple_labels += (label,)
61 hosts = rpc_utils.get_host_query(multiple_labels,
  /external/autotest/site_utils/
diagnosis_utils.py 160 multiple_labels=('pool:%s' % pool, 'board:%s' % board))
198 multiple_labels=('pool:%s' % pool, 'board:%s' % board))
  /external/autotest/site_utils/suite_scheduler/
base_event_unittest.py 29 multiple_labels=mox.IgnoreArg()).AndReturn(['host1'])
task.py 640 return scheduler.CheckHostsExist(multiple_labels=labels)
task_unittest.py 253 multiple_labels=mox.IgnoreArg()).AndReturn(None)
  /external/autotest/frontend/afe/
rpc_utils.py 185 def extra_host_filters(multiple_labels=()):
193 extra_args['where'] = [where_str] * len(multiple_labels)
195 for label in multiple_labels]
199 def get_host_query(multiple_labels, exclude_only_if_needed_labels,
234 filter_data['extra_args'] = extra_host_filters(multiple_labels)
    [all...]
rpc_interface.py 490 def get_hosts(multiple_labels=(), exclude_only_if_needed_labels=False,
495 @param multiple_labels: match hosts in all of the labels given. Should
504 hosts = rpc_utils.get_host_query(multiple_labels,
542 def get_num_hosts(multiple_labels=(), exclude_only_if_needed_labels=False,
550 hosts = rpc_utils.get_host_query(multiple_labels,
    [all...]
rpc_interface_unittest.py 89 multiple_labels=['myplatform', 'label1'])
  /external/autotest/cli/contrib/
why_isnt_my_job_running.py 120 atomic_hosts = proxy.run('get_hosts', multiple_labels=[label_name])
  /external/autotest/server/
site_utils.py 314 potential_hosts = afe.get_hosts(multiple_labels=labels)
frontend.py 565 hosts = self.get_hosts(multiple_labels=[pairing.machine_label])
    [all...]
  /external/autotest/cli/
job.py 332 multiple_labels=self.labels)

Completed in 2677 milliseconds