Searched refs:remote_host (Results 1 – 9 of 9) sorted by relevance
/tools/acloud/delete/ |
D | delete.py | 222 def CleanUpRemoteHost(cfg, remote_host, host_user, argument 242 ip=ssh_object.IP(ip=remote_host), 247 compute_client.InitRemoteHost(ssh, remote_host, host_user) 250 delete_report, [remote_host], failed=[], 308 if args.remote_host: 309 return CleanUpRemoteHost(cfg, args.remote_host, args.host_user,
|
/tools/acloud/create/ |
D | create_args.py | 624 if args.remote_host and args.local_instance is not None: 628 if args.remote_host and args.num > 1: 632 if args.host_user != constants.GCE_USER and args.remote_host is None: 636 if args.host_ssh_private_key_path and args.remote_host is None:
|
D | create_args_test.py | 45 remote_host=None,
|
D | avd_spec_test.py | 442 self.args.remote_host = None 447 self.args.remote_host = None 452 self.args.remote_host = "1.1.1.1" 457 self.args.remote_host = "1.1.1.1"
|
D | avd_spec.py | 309 if args.remote_host: 315 self._remote_host = args.remote_host 920 def remote_host(self): member in AVDSpec
|
/tools/acloud/public/actions/ |
D | remote_instance_cf_device_factory.py | 122 self._avd_spec.remote_host, 124 ip = ssh.IP(ip=self._avd_spec.remote_host)
|
D | remote_instance_cf_device_factory_test.py | 152 args.remote_host = "1.1.1.1"
|
/tools/acloud/internal/lib/ |
D | cvd_compute_client_test.py | 157 args.remote_host = False
|
D | cvd_compute_client_multi_stage_test.py | 109 self.args.remote_host = False
|