Searched refs:hosts (Results 1 – 3 of 3) sorted by relevance
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]});
22 hosts: Host[] = void 0; property in Lab
31 vts-prepare-run-on-host: $(TARGET_OUT_EXECUTABLES)/$(LINKER) $(TARGET_OUT)/etc/hosts $(TARGET_OUT_E…