OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_host
(Results
1 - 6
of
6
) sorted by null
/external/autotest/scheduler/
rdb_hosts_unittest.py
62
client_host
= rdb_hosts.RDBClientHostWrapper(**formatted_server_host)
63
self.assertTrue(set(
client_host
.labels) == labels and
64
set(
client_host
.acls) == acl_ids)
100
client_host
= rdb_hosts.RDBClientHostWrapper(
102
platform, labels =
client_host
.platform_and_labels()
118
client_host
= rdb_hosts.RDBClientHostWrapper(**server_host_dict)
134
client_host
.__dict__.update(updated_client_fields)
135
client_host
.save()
152
client_host
= rdb_hosts.RDBClientHostWrapper(**server_host_dict)
153
self.assertRaises(rdb_utils.RDBException,
client_host
.update_field
[
all
...]
rdb_unittest.py
111
client_host
= rdb_hosts.RDBClientHostWrapper(**hosts[0])
112
self.assertTrue(request.host_id ==
client_host
.id)
/external/autotest/server/cros/
interactive_client.py
19
def __init__(self,
client_host
):
22
@param
client_host
: host object representing a remote host.
25
self._host =
client_host
/external/autotest/server/site_tests/autoupdate_CatchBadSignatures/
autoupdate_CatchBadSignatures.py
129
client_host
= autotest.Autotest(self._host)
130
client_host
.run_test(
/external/autotest/server/cros/faft/utils/
mode_switcher.py
25
self.
client_host
= faft_framework._client
78
if not self.
client_host
.ping_wait_up(
141
if not self.
client_host
.ping_wait_up(
192
self.
client_host
= faft_framework._client
426
if not self.
client_host
.ping_wait_up(timeout):
428
if self.
client_host
.wait_up(timeout):
453
if not self.
client_host
.ping_wait_down(timeout):
454
if orig_boot_id and self.
client_host
.get_boot_id() != orig_boot_id:
/external/autotest/server/cros/network/
wifi_client.py
344
def __init__(self,
client_host
, result_dir, use_wpa_cli):
348
@param
client_host
host object representing a remote host.
354
super(WiFiClient, self).__init__(
client_host
, 'client',
[
all
...]
Completed in 322 milliseconds