Home
last modified time | relevance | path

Searched refs:host_user (Results 1 – 12 of 12) sorted by relevance

/tools/acloud/delete/
Ddelete.py265 def CleanUpRemoteHost(cfg, remote_host, host_user, host_ssh_private_key_path, argument
283 user=host_user,
299 def DeleteInstanceByNames(cfg, instances, host_user, argument
346 CleanUpRemoteHost(cfg, ip_addr, host_user,
353 cfg, name, host_user, host_ssh_private_key_path, delete_report)
418 args.host_user,
422 CleanUpRemoteHost(cfg, args.remote_host, args.host_user,
/tools/acloud/reconnect/
Dreconnect.py46 def _IsWebrtcEnable(instance, host_user, host_ssh_private_key_path, argument
62 ssh = ssh_object.Ssh(ip=ssh_object.IP(ip=instance.ip), user=host_user,
/tools/acloud/create/
Dlocal_image_remote_host.py59 ssh_user=avd_spec.host_user)
Dremote_image_remote_host.py59 ssh_user=avd_spec.host_user)
Dgoldfish_remote_host.py67 ssh_user=avd_spec.host_user)
Dcreate_args_test.py58 host_user=constants.GCE_USER,
Davd_spec.py376 self._host_user = args.host_user
1126 def host_user(self): member in AVDSpec
Dcreate_args.py902 if args.host_user != constants.GCE_USER and args.remote_host is None:
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory_test.py326 fake_avd_spec.host_user = None
Dremote_host_cf_device_factory_test.py66 host_user="user1",
Dremote_host_cf_device_factory.py181 user=self._avd_spec.host_user,
Dremote_host_gf_device_factory.py148 return self._avd_spec.host_user or constants.GCE_USER