Searched refs:remote_host (Results 1 – 9 of 9) sorted by relevance
/tools/acloud/delete/ |
D | delete.py | 181 def CleanUpRemoteHost(cfg, remote_host, host_user, argument 201 ip=ssh_object.IP(ip=remote_host), 206 compute_client.InitRemoteHost(ssh, remote_host, host_user) 209 delete_report, [remote_host], failed=[], 263 if args.remote_host: 264 return CleanUpRemoteHost(cfg, args.remote_host, args.host_user,
|
/tools/acloud/create/ |
D | create_args.py | 537 if args.remote_host and args.local_instance is not None: 541 if args.remote_host and args.num > 1: 545 if args.host_user != constants.GCE_USER and args.remote_host is None: 549 if args.host_ssh_private_key_path and args.remote_host is None:
|
D | avd_spec_test.py | 381 self.args.remote_host = None 386 self.args.remote_host = None 391 self.args.remote_host = "1.1.1.1" 396 self.args.remote_host = "1.1.1.1"
|
D | avd_spec.py | 294 if args.remote_host: 300 self._remote_host = args.remote_host 874 def remote_host(self): member in AVDSpec
|
D | create_args_test.py | 43 remote_host=None,
|
/tools/acloud/public/actions/ |
D | remote_instance_cf_device_factory.py | 116 self._avd_spec.remote_host, 118 ip = ssh.IP(ip=self._avd_spec.remote_host)
|
D | remote_instance_cf_device_factory_test.py | 147 args.remote_host = "1.1.1.1"
|
/tools/acloud/internal/lib/ |
D | cvd_compute_client_test.py | 155 args.remote_host = False
|
D | cvd_compute_client_multi_stage_test.py | 106 self.args.remote_host = False
|