/external/autotest/site_utils/deployment/ |
cmdparse_unittest.py | 106 self.assertEquals(arguments.hostnames, []) 188 self.assertEquals(arguments.hostnames, [argument])
|
install.py | 596 @param host_attr_dict Dict mapping hostnames to attributes to be 651 def _report_results(afe, report_log, hostnames, results): 660 @param hostnames List of the hostnames that were tested. 662 as the hostnames. `None` means the 668 for result, hostname in zip(results, hostnames): 674 afe.repair_hosts(hostnames=successful_hosts) 675 for h in afe.get_hosts(hostnames=successful_hosts): [all...] |
cmdvalidate.py | 13 The interactive dialog is invoked if the board and hostnames are omitted 17 * (required) Hostnames of the DUTs to be deployed. 264 # If both hostnames and hostname_file are specified, complain about that. 265 if arguments.hostnames and arguments.hostname_file: 267 'DUT hostnames and hostname file both specified, only ' 275 if (not arguments.hostnames and not arguments.hostname_file and 278 'DUT hostnames are required with board or build.\n') 403 hostnames = [] 413 hostnames.append(h) 414 if not hostnames [all...] |
/external/autotest/site_utils/ |
dut_status.py | 267 valid requested hostnames, using the time range supplied on the 279 for hostname in arguments.hostnames: 316 if arguments.hostnames: 439 parser.add_argument('hostnames',
|
/external/autotest/frontend/client/src/autotest/afe/ |
HostSelector.java | 344 List<String> hostnames = new ArrayList<String>(); local 347 hostnames.add(Utils.jsonToString(hostObject.get("hostname"))); 351 String hostList = Utils.joinStrings(", ", hostnames);
|
/external/autotest/scheduler/ |
agent_task.py | 163 self.hostnames = {} 171 self.hostnames = {} 176 self.hostnames[entry.host.id] = entry.host.hostname 188 self.hostnames = {host.id: host.hostname} 385 if (self.hostnames and restricted_subnets and enable_drone_in_subnet): 386 for hostname in self.hostnames.values():
|
monitor_db.py | [all...] |
monitor_db_unittest.py | 37 hostnames = {} variable in class:DummyAgent 87 agent_or_task.hostnames = dict((host_id, '192.168.1.1') [all...] |
/external/autotest/cli/ |
host.py | 143 self.parser.add_option('-N', '--hostnames-only', help='Only return ' 144 'hostnames for the machines queried.', 191 '--hostnames-only.') 215 hostnames=self.hosts, 515 @param hosts: list of hostnames 663 @return A list of hostnames which have been successfully modified. 808 @param hosts: A list of hostnames as strings. [all...] |
/external/autotest/server/cros/ap_configurators/ |
ap_batch_locker.py | 71 for ap in factory.get_aps_by_hostnames(ap_spec.hostnames): 270 # Make a copy of all of the hostnames to process
|
ap_configurator_test.py | 43 AP_SPEC = ap_spec.APSpec(hostnames=['chromeos3-row4-rack1-host9'])
|
/external/autotest/venv/lucifer/cmd/ |
job_reporter.py | 141 '-hosts', ','.join(jobx.hostnames(job)),
|
/external/autotest/frontend/client/src/autotest/afe/create/ |
CreateJobViewPresenter.java | 259 List<String> hostnames = new ArrayList<String>(); local 261 hostnames.add(Utils.jsonToString(host.get("hostname"))); 263 hostSelector.setSelectedHostnames(hostnames, true); [all...] |
/external/autotest/frontend/afe/ |
rpc_utils.py | 789 # convert hostnames & meta hosts to host/label objects [all...] |
rpc_interface.py | 177 @param hosts: The hostnames of hosts that need the label. 208 @param hosts: A list of hostnames or ids. More often hostnames. 250 @param hosts: A list of hostnames or ids. More often hostnames. 270 @param hosts: The hostnames of hosts that need to remove the label from. 290 @param hosts: A list of hostnames or ids. More often hostnames. [all...] |
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/ |
SSLEngineVersionCompatibilityTest.java | 332 // The default hostname verifier on OpenJDK just rejects all hostnames, 531 assertEquals(Arrays.asList("sslenginetest.androidcts.google.com"), sniExtension.hostnames);
|
SSLSocketVersionCompatibilityTest.java | [all...] |
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/ |
SSLEngineVersionCompatibilityTest.java | 334 // The default hostname verifier on OpenJDK just rejects all hostnames, 533 assertEquals(Arrays.asList("sslenginetest.androidcts.google.com"), sniExtension.hostnames);
|
SSLSocketVersionCompatibilityTest.java | [all...] |
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/ |
compute-gen.go | [all...] |