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

  /external/autotest/server/hosts/
factory_unittest.py 102 host_obj = factory.create_host(
107 self.assertEqual(host_obj._host_cls_name, 'specified')
108 self.assertEqual(host_obj._conn_cls_name, 'specified')
116 host_obj = factory.create_host(machine)
117 self.assertEqual(host_obj._host_cls_name, 'foo')
128 host_obj = factory.create_host(machine)
129 self.assertEqual(host_obj._host_cls_name, 'bar')
140 host_obj = factory.create_host(machine)
141 self.assertEqual(host_obj._host_cls_name, 'second')
148 host_obj = factory.create_host(machine
    [all...]
  /external/autotest/server/
site_host_attributes.py 90 host_obj = models.Host.valid_objects.get(hostname=host)
92 host_obj.labels.all()])
frontend.py 546 return [host_obj.hostname for host_obj in
  /external/autotest/frontend/afe/
rpc_interface.py 430 host_obj = models.Host.smart_get(id)
432 models.Host.check_no_platform([host_obj])
434 models.Host.check_board_labels_allowed([host_obj], labels)
437 rpc_utils.fanout_rpc([host_obj], 'add_labels_to_host', False,
460 host_obj = models.Host.smart_get(id)
461 rpc_utils.fanout_rpc([host_obj], 'remove_labels_from_host', False,
476 for host_obj in hosts:
477 for attr_obj in host_obj.attribute_list:
529 for host_obj in hosts:
530 host_dict = host_obj.get_object_dict(
    [all...]
moblab_rpc_interface.py 580 host_obj = models.Host.smart_get(ipaddress)
582 label.host_set.add(host_obj)
596 host_obj = models.Host.smart_get(ipaddress)
597 models.Label.smart_get(label_name).host_set.remove(host_obj)

Completed in 72 milliseconds