HomeSort by relevance Sort by last modified time
    Searched refs:hosts (Results 76 - 100 of 336) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/autotest/server/site_tests/bluetooth_RegressionServer/
bluetooth_RegressionServer.py 9 from autotest_lib.server import hosts
26 client = hosts.create_host(client_ip)
  /external/jcommander/src/test/java/com/beust/jcommander/args/
Args2.java 41 public List hosts = new ArrayList(); field in class:Args2
  /test/framework/host_setup/
fabfile.py 24 """Sets password for hosts to access through ssh and to run sudo commands
26 usage: $ fab SetPassword:<password for hosts>
29 password: string, password for hosts.
34 """Configures env.hosts to a given list of hosts.
36 usage: $ fab GetHosts:<path to a source file contains hosts info>
43 env.hosts = hosts_module.EmitHostList()
46 """Configures iptables setting for all hosts listed.
  /external/autotest/cli/
acl.py 9 add: adds acl(s), or users or hosts to an ACL
10 remove: deletes acl(s), or users or hosts from an ACL
76 host_info = topic_common.item_parse_info(attribute_name='hosts',
83 hosts = getattr(self, 'hosts')
85 if ((users and (hosts or acls)) or
86 (hosts and acls)):
92 if len(hosts) > 1:
101 self.hosts = hosts[0
    [all...]
label.py 9 add: adds label(s), or hosts to an LABEL
10 remove: deletes label(s), or hosts from an LABEL
84 host_info = topic_common.item_parse_info(attribute_name='hosts',
93 if len(self.hosts) > 1:
97 (sys.argv[0], ','.join(self.hosts)))
107 if self.hosts:
108 filters['host__hostname__in'] = self.hosts
186 host_info = topic_common.item_parse_info(attribute_name='hosts',
193 if not getattr(self, 'hosts', None):
action_common_unittest.py 233 # Adding or Removing users or hosts from a topic(ACL or label)
236 def _create_add_remove(self, items, users=None, hosts=None):
243 if hosts:
244 addrm.hosts = hosts
271 'acl0', 'hosts')
285 self.assertEqual([], execute_result['hosts'])
292 hosts=['host0', 'host1'])
300 'hosts': ['host0', 'host1']},
306 self.assertEqualNoOrder(['acl0'], execute_result['hosts'])
    [all...]
  /external/autotest/scheduler/
rdb_cache_manager.py 20 Rather than caching individual hosts, the cache manager maintains
24 1. A new line can only contain unleased hosts.
30 priorities/parent_job_ids. The requests (X+Y+Z) > matching hosts (K):
31 (request1, count=X)- hits the database, takes X hosts, caches (K-X)
40 K-X: | ---------------------------> | {key: [K-X hosts]}
41 Y<K-X: | request2 <---[K-X hosts]---- | {}
43 K-(X+Y): | ---------------------------> | {key: [K-(X+Y) hosts]}
44 Z>K-(X+Y): | request3 <-[K-(X+Y) hosts]-- | {}
47 Since hosts are only released by the scheduler there is no way the
53 (request1(deps=[a,b], P3), Count=X) - Caches hosts
    [all...]
rdb_lib.py 66 """Acquire hosts for the list of queue_entries.
70 @param queue_entries: A list of queue_entries that need hosts.
91 """Get information about the hosts with ids in host_ids.
107 hosts = []
109 hosts.append(rdb_hosts.RDBClientHostWrapper(**host)
111 return hosts
  /external/autotest/server/cros/network/
rf_switch_controller.py 48 self.hosts = afe.get_hosts(label=labels[0])
51 for host in self.hosts:
rf_switch_client_box.py 66 hosts = afe.get_hosts(label=self.client_box_label)
69 for host in hosts:
  /external/autotest/server/hosts/
adb_label.py 11 from autotest_lib.server.hosts import base_label
12 from autotest_lib.server.hosts import common_label
jetstream_host.py 17 from autotest_lib.server.hosts import cros_host
18 from autotest_lib.server.hosts import cros_repair
jetstream_host_unittest.py 11 from autotest_lib.server.hosts import jetstream_host
  /external/chromium-libpac/test/js-unittest/
simple.js 1 // PAC script which uses isInNet on both IP addresses and hosts, and calls
  /external/autotest/contrib/
manage_powerunit_info.py 8 Manage power unit information for autotest hosts.
12 rpm attributes for hosts.
31 * Backup existing attributes for all hosts to a csv file:
95 """Dump power unit info of all hosts to a csv file.
103 hosts = afe.get_hosts()
104 for h in hosts:
113 """List power unit info for a list of hosts.
118 hosts = afe.get_hosts(hostname__in = devices)
119 if not hosts:
121 for h in hosts
    [all...]
  /external/autotest/server/site_tests/factory_InstallServo/
factory_InstallServo.py 23 from autotest_lib.server import hosts
38 hosts.ServoHost(servo_host=servo_host, servo_port=servo_port))
60 return hosts.SSHHost(self.dut_ip)
  /external/autotest/server/site_tests/network_WiFi_UpdateRouter/
network_WiFi_UpdateRouter.py 12 from autotest_lib.server import hosts
86 # Use CrosHost for all router hosts and avoid host detection.
91 router_host = hosts.create_host(router_hostname,
92 host_class=hosts.CrosHost)
  /external/autotest/frontend/afe/
rpc_interface.py 13 When specifying foreign key fields (i.e. adding hosts to a label, or adding
132 # Hosts that have the label to be deleted. Save this info before
134 hosts = []
136 hosts.append(models.Host.smart_get(h.id))
141 rpc_utils.fanout_rpc(hosts, 'delete_label', False, id=id)
174 def add_label_to_hosts(id, hosts):
175 """Adds a label of the given id to the given hosts only in local DB.
178 @param hosts: The hostnames of hosts that need the label.
186 host_objs = models.Host.smart_get_bulk(hosts)
    [all...]
  /build/make/target/product/
embedded.mk 122 system/core/rootdir/etc/hosts:system/etc/hosts
  /external/autotest/client/cros/
network.py 84 hosts = []
88 hosts += ipconfig_properties['NameServers']
90 logging.info('Name servers: %s', ', '.join(hosts))
92 return hosts
  /external/autotest/server/cros/clique_lib/
clique_dut_log_collector.py 10 from autotest_lib.server import hosts
  /external/libmicrohttpd/src/testcurl/https/
test_https_sni.c 43 struct Hosts
45 struct Hosts *next;
55 static struct Hosts *hosts; variable in typeref:struct:Hosts
67 struct Hosts *host;
69 host = malloc (sizeof (struct Hosts));
73 host->next = hosts;
74 hosts = host;
144 struct Hosts *host;
155 for (host = hosts; NULL != host; host = host->next
    [all...]
  /external/mdnsresponder/mDNSPosix/
Makefile 357 # If 'mdns' does not already appear on the "hosts:" line, then add it right before 'dns'
359 sed -e '/mdns/!s/^\(hosts:.*\)dns\(.*\)/\1mdns dns\2/' /etc/nsswitch.conf.pre-mdns > /etc/nsswitch.conf
  /test/vts/testcases/
run-on-host.mk 31 vts-prepare-run-on-host: $(TARGET_OUT_EXECUTABLES)/$(LINKER) $(TARGET_OUT)/etc/hosts $(TARGET_OUT_EXECUTABLES)/sh
  /external/autotest/server/control_segments/
get_network_stats 14 dut = hosts.create_target_machine(machine)

Completed in 504 milliseconds

1 2 34 5 6 7 8 91011>>