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

  /external/autotest/server/
site_host_attributes.py 90 host_obj = models.Host.valid_objects.get(hostname=host)
92 host_obj.labels.all()])
frontend.py 232 return [host_obj.hostname for host_obj in
    [all...]
  /external/autotest/frontend/afe/
rpc_interface.py 415 host_obj = models.Host.smart_get(id)
417 models.Host.check_no_platform([host_obj])
420 rpc_utils.fanout_rpc([host_obj], 'add_labels_to_host', False,
443 host_obj = models.Host.smart_get(id)
444 rpc_utils.fanout_rpc([host_obj], 'remove_labels_from_host', False,
459 for host_obj in hosts:
460 for attr_obj in host_obj.attribute_list:
516 for host_obj in hosts:
517 host_dict = host_obj.get_object_dict()
518 host_dict['labels'] = [label.name for label in host_obj.label_list
    [all...]
  /external/autotest/contrib/
compare_dut_perf.py 65 return [host_obj.get_object_dict() for host_obj in hosts]

Completed in 1258 milliseconds