Home
last modified time | relevance | path

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

/tools/acloud/create/
Dcreate_args_test.py56 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"
Dcreate_args.py894 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(
Davd_spec_test.py489 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"
Davd_spec.py368 if args.remote_host:
374 self._remote_host = args.remote_host
1116 def remote_host(self): member in AVDSpec
/tools/acloud/delete/
Ddelete.py265 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,
Ddelete_test.py384 args.remote_host = None
427 args.remote_host = True
/tools/acloud/public/actions/
Dremote_host_gf_device_factory.py111 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
Dremote_host_cf_device_factory.py75 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)
Dremote_host_cf_device_factory_test.py64 remote_host="192.0.2.100",
/tools/acloud/internal/lib/
Dcvd_compute_client_multi_stage_test.py122 self.args.remote_host = False
/tools/acloud/public/
Dacloud_main.py340 args.local_instance is None and not args.remote_host):