Searched refs:GCE_USER (Results 1 – 19 of 19) sorted by relevance
/tools/acloud/reconnect/ |
D | reconnect.py | 172 ssh_user=constants.GCE_USER, 185 ssh_user=constants.GCE_USER, 257 AddPublicSshRsaToInstance(cfg, constants.GCE_USER, instance.name)
|
D | reconnect_test.py | 101 ssh_user=constants.GCE_USER, 124 ssh_user=constants.GCE_USER, 239 ssh_user=constants.GCE_USER, 252 ssh_user=constants.GCE_USER,
|
/tools/acloud/public/actions/ |
D | common_operations_test.py | 142 ssh_user=constants.GCE_USER, client_adb_port=12345, 181 ssh_user=constants.GCE_USER, client_adb_port=None, 186 ssh_user=constants.GCE_USER, client_adb_port=None,
|
D | remote_instance_fvp_device_factory_test.py | 73 user=constants.GCE_USER,
|
D | gce_device_factory.py | 94 user=constants.GCE_USER,
|
D | common_operations.py | 216 ssh_user=constants.GCE_USER):
|
D | remote_host_gf_device_factory.py | 148 return self._avd_spec.host_user or constants.GCE_USER
|
/tools/acloud/internal/lib/ |
D | cvd_compute_client_multi_stage.py | 103 self._user = constants.GCE_USER 143 user=constants.GCE_USER, 237 self, constants.GCE_USER, avd_spec.cfg.ssh_public_key_path,
|
D | android_compute_client.py | 117 constants.GCE_USER,
|
D | cvd_compute_client_multi_stage_test.py | 110 user=constants.GCE_USER,
|
/tools/acloud/delete/ |
D | delete_args.py | 77 default=constants.GCE_USER,
|
D | delete.py | 248 (ssh_user or constants.GCE_USER),
|
/tools/acloud/powerwash/ |
D | powerwash.py | 47 user=constants.GCE_USER,
|
/tools/acloud/restart/ |
D | restart.py | 53 user=constants.GCE_USER,
|
/tools/acloud/internal/ |
D | constants.py | 111 GCE_USER = "vsoc-01" variable
|
/tools/acloud/pull/ |
D | pull.py | 58 user=constants.GCE_USER,
|
D | pull_test.py | 77 user=constants.GCE_USER,
|
/tools/acloud/create/ |
D | create_args_test.py | 58 host_user=constants.GCE_USER,
|
D | create_args.py | 706 default=constants.GCE_USER, 902 if args.host_user != constants.GCE_USER and args.remote_host is None:
|