Searched refs:hosts (Results 1 – 7 of 7) sorted by relevance
/test/vti/test_serving/gae/frontend/src/app/menu/lab/ |
D | lab.component.ts | 90 setLabs(hosts: Host[]) { 91 if (hosts == null || hosts.length === 0) { return; } 93 hosts.forEach(function(host) { 95 labMap.get(host.name).hosts.push(host); 97 … labMap.set(host.name, {name: host.name, owner: host.owner, admin: host.admin, hosts: [host]});
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_list.py | 35 def _PrintHosts(self, hosts): argument 42 for ind, host in enumerate(hosts): 70 hosts = enumerate(self.console._hosts) 72 hosts = [(args.host, self.console._hosts[args.host])] 76 for ind, host in hosts:
|
/test/framework/harnesses/host_controller/ |
D | main.py | 174 hosts = [] 184 hosts.append(host) 196 main_console = console.Console(vti_endpoint, tfc, pab, hosts,
|
D | console.py | 121 def JobMain(vti_address, in_queue, out_queue, device_status, password, hosts): argument 149 console = Console(vti_client, None, None, hosts, job_pool=True)
|
/test/vti/test_serving/gae/frontend/src/app/model/ |
D | lab.ts | 22 hosts: Host[] = void 0; property in Lab
|
/test/framework/host_setup/ |
D | fabfile.py | 70 env.hosts = hosts_module.EmitHostList() 84 env.hosts.append("%s@%s" % (account, line.strip().split()[-2]))
|
/test/vts/testcases/ |
D | run-on-host.mk | 31 vts-prepare-run-on-host: $(TARGET_OUT_EXECUTABLES)/$(LINKER) $(TARGET_OUT)/etc/hosts $(TARGET_OUT_E…
|