Home
last modified time | relevance | path

Searched refs:remote_host (Results 1 – 9 of 9) sorted by relevance

/tools/acloud/delete/
Ddelete.py222 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/
Dcreate_args.py624 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:
Dcreate_args_test.py45 remote_host=None,
Davd_spec_test.py442 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"
Davd_spec.py309 if args.remote_host:
315 self._remote_host = args.remote_host
920 def remote_host(self): member in AVDSpec
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory.py122 self._avd_spec.remote_host,
124 ip = ssh.IP(ip=self._avd_spec.remote_host)
Dremote_instance_cf_device_factory_test.py152 args.remote_host = "1.1.1.1"
/tools/acloud/internal/lib/
Dcvd_compute_client_test.py157 args.remote_host = False
Dcvd_compute_client_multi_stage_test.py109 self.args.remote_host = False