HomeSort by relevance Sort by last modified time
    Searched refs:client_host (Results 1 - 7 of 7) 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
resource_monitor.py 228 def __init__(self, client_host, config):
231 @param client_host: SSHHost object representing a remote ssh host
234 self._client_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
79 if not self.client_host.ping_wait_up(
143 if not self.client_host.ping_wait_up(
212 if not self.client_host.ping_wait_up(
391 self.client_host = faft_framework._client
645 if not self.client_host.ping_wait_up(timeout):
647 if self.client_host.wait_up(timeout):
672 if not self.client_host.ping_wait_down(timeout):
673 if orig_boot_id and self.client_host.get_boot_id() != orig_boot_id:
    [all...]
  /external/autotest/server/cros/network/
wifi_client.py 359 def __init__(self, client_host, result_dir, use_wpa_cli):
363 @param client_host host object representing a remote host.
369 super(WiFiClient, self).__init__(client_host, 'client',
    [all...]

Completed in 628 milliseconds