Searched refs:remote_host (Results 1 – 11 of 11) sorted by relevance
/tools/acloud/create/ |
D | create_args_test.py | 56 remote_host=None, 92 mock_args.remote_host = "192.0.2.2" 99 mock_args.remote_host = "192.0.2.2" 106 mock_args.remote_host = "192.0.2.2" 114 mock_args.remote_host = None 126 mock_args.remote_host = "192.0.2.2"
|
D | create_args.py | 894 if args.remote_host and args.local_instance is not None: 898 if args.remote_host and args.num > 1: 902 if args.host_user != constants.GCE_USER and args.remote_host is None: 906 if args.host_ssh_private_key_path and args.remote_host is None: 911 if args.remote_host is None: 973 if args.avd_type == constants.TYPE_GF and args.remote_host is None and any(
|
D | avd_spec_test.py | 489 self.args.remote_host = None 494 self.args.remote_host = None 499 self.args.remote_host = "1.1.1.1" 504 self.args.remote_host = "1.1.1.1"
|
D | avd_spec.py | 368 if args.remote_host: 374 self._remote_host = args.remote_host 1116 def remote_host(self): member in AVDSpec
|
/tools/acloud/delete/ |
D | delete.py | 265 def CleanUpRemoteHost(cfg, remote_host, host_user, host_ssh_private_key_path, argument 282 ip=ssh.IP(ip=remote_host), 290 delete_report, [remote_host], failed=[], 420 if args.remote_host: 422 CleanUpRemoteHost(cfg, args.remote_host, args.host_user,
|
D | delete_test.py | 384 args.remote_host = None 427 args.remote_host = True
|
/tools/acloud/public/actions/ |
D | remote_host_gf_device_factory.py | 111 ip=ssh.IP(ip=self._avd_spec.remote_host), 119 remote_host_client.RemoteHostClient(avd_spec.remote_host))) 183 self._avd_spec.remote_host, 220 self._avd_spec.remote_host, 744 ip_addr = self._avd_spec.remote_host
|
D | remote_host_cf_device_factory.py | 75 remote_host_client.RemoteHostClient(avd_spec.remote_host)) 176 self._avd_spec.remote_host, self._avd_spec.base_instance_num, 178 ip = ssh.IP(ip=self._avd_spec.remote_host)
|
D | remote_host_cf_device_factory_test.py | 64 remote_host="192.0.2.100",
|
/tools/acloud/internal/lib/ |
D | cvd_compute_client_multi_stage_test.py | 122 self.args.remote_host = False
|
/tools/acloud/public/ |
D | acloud_main.py | 340 args.local_instance is None and not args.remote_host):
|