Home
last modified time | relevance | path

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

/tools/acloud/delete/
Ddelete.py181 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/
Dcreate_args.py537 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:
Davd_spec_test.py381 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"
Davd_spec.py294 if args.remote_host:
300 self._remote_host = args.remote_host
874 def remote_host(self): member in AVDSpec
Dcreate_args_test.py43 remote_host=None,
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory.py116 self._avd_spec.remote_host,
118 ip = ssh.IP(ip=self._avd_spec.remote_host)
Dremote_instance_cf_device_factory_test.py147 args.remote_host = "1.1.1.1"
/tools/acloud/internal/lib/
Dcvd_compute_client_test.py155 args.remote_host = False
Dcvd_compute_client_multi_stage_test.py106 self.args.remote_host = False