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

  /external/autotest/server/cros/
host_lock_manager_unittest.py 185 host_filter_data={'hostname__in': [self.HOST1]},
202 host_filter_data={'hostname__in': [self.HOST1]},
217 host_filter_data={'hostname__in': [self.HOST1]},
host_lock_manager.py 167 host_filter_data={'hostname__in': list(updated_hosts)},
  /external/autotest/frontend/afe/
rpc_interface.py 402 def modify_hosts(host_filter_data, update_data):
416 - A call to modify_hosts with host_filter_data={'status': 'Ready'} will
419 - A call to modify_hosts with host_filter_data={'status': 'Repair failed'
422 @param host_filter_data: Filters out which hosts to modify.
427 hosts = models.Host.query_objects(host_filter_data)
457 host_filter_data={'id__in': affected_host_ids},
461 def modify_hosts_local(host_filter_data, update_data):
464 @param host_filter_data: Filters out which hosts to modify.
467 for host in models.Host.query_objects(host_filter_data):
558 def get_host_attribute(attribute, **host_filter_data)
    [all...]
rpc_interface_unittest.py     [all...]
  /external/toolchain-utils/
afe_lock_machine.py 386 host_filter_data={'hostname__in': [m]},
  /external/autotest/server/
frontend.py 733 host_filter_data={'hostname': host},
751 host_filter_data={'hostname__in': locked_hosts},

Completed in 223 milliseconds