Home
last modified time | relevance | path

Searched refs:avd_type (Results 1 – 25 of 30) sorted by relevance

12

/tools/acloud/create/
Dcreate_args_test.py63 avd_type=constants.TYPE_CF,
86 mock_args.avd_type = constants.TYPE_GF
89 mock_args.avd_type = constants.TYPE_CF
97 mock_args.avd_type = constants.TYPE_GF
104 mock_args.avd_type = constants.TYPE_GF
160 mock_args.avd_type = "cheeps"
163 mock_args.avd_type = "cuttlefish"
Dlocal_image_remote_instance.py52 if avd_spec.avd_type == constants.TYPE_FVP:
62 avd_type=avd_spec.avd_type,
Davd_spec_test.py262 self.args.avd_type = constants.TYPE_GCE
269 self.args.avd_type = constants.TYPE_CF
276 self.args.avd_type = constants.TYPE_CF
283 self.args.avd_type = constants.TYPE_CF
376 self.assertTrue(self.AvdSpec.avd_type == "gce")
381 self.assertTrue(self.AvdSpec.avd_type == "gce")
386 self.assertTrue(self.AvdSpec.avd_type == "cuttlefish")
391 self.assertTrue(self.AvdSpec.avd_type == "cuttlefish")
396 self.assertTrue(self.AvdSpec.avd_type == "goldfish")
401 self.assertTrue(self.AvdSpec.avd_type == "goldfish")
[all …]
Dcreate_args.py859 args.avd_type in (constants.TYPE_CF, constants.TYPE_GF)):
862 args.avd_type)
935 if args.avd_type != constants.TYPE_GF and any(goldfish_only_flags):
944 if args.avd_type == constants.TYPE_GF and any(remote_kernel_flags):
954 if (args.avd_type == constants.TYPE_GF and any(remote_boot_flags) and
966 if (args.avd_type == constants.TYPE_GF and any(remote_system_flags) and
973 if args.avd_type == constants.TYPE_GF and args.remote_host is None and any(
999 if args.avd_type not in (constants.TYPE_CF, constants.TYPE_GF):
1003 % args.avd_type)
1034 if args.avd_type != constants.TYPE_CHEEPS and any(cheeps_only_flags):
Dcreate.py94 def GetAvdCreatorClass(avd_type, instance_type, image_source): argument
112 (avd_type, image_source, instance_type))
117 "image source: %s" % (avd_type, instance_type, image_source))
254 avd_creator_class = GetAvdCreatorClass(spec.avd_type,
Dlocal_image_remote_instance_test.py50 spec.avd_type = constants.TYPE_CF
67 spec.avd_type = constants.TYPE_FVP
Dcreate_test.py42 avd_type = "unknown type"
46 create.GetAvdCreatorClass(avd_type, ins_type, image_source)
183 spec.avd_type = constants.TYPE_GCE
Dgoldfish_remote_host_test.py36 spec.avd_type = constants.TYPE_GF
Dremote_image_remote_host.py53 avd_type=constants.TYPE_CF,
Dlocal_image_remote_host.py53 avd_type=constants.TYPE_CF,
Dgoldfish_remote_image_remote_instance_test.py36 spec.avd_type = constants.TYPE_GF
Dremote_image_remote_host_test.py43 spec.avd_type = constants.TYPE_CF
Dlocal_image_remote_host_test.py44 spec.avd_type = constants.TYPE_CF
Davd_spec.py240 if self.avd_type != constants.TYPE_CF:
364 self._avd_type = args.avd_type
648 for avd_type, avd_type_abbr in constants.AVD_TYPES_MAPPING.items():
651 self._avd_type = avd_type
804 constants.AVD_TYPES_MAPPING[args.avd_type],
875 def avd_type(self): member in AVDSpec
Dcheeps_remote_image_remote_instance.py61 avd_type=constants.TYPE_CHEEPS,
Dremote_image_remote_instance.py71 avd_type=constants.TYPE_CF,
/tools/acloud/reconnect/
Dreconnect.py148 if instance.avd_type not in utils.AVD_PORT_DICT:
151 (instance.name, instance.avd_type))
170 target_vnc_port=utils.AVD_PORT_DICT[instance.avd_type].vnc_port,
171 target_adb_port=utils.AVD_PORT_DICT[instance.avd_type].adb_port,
250 if instance.avd_type not in utils.AVD_PORT_DICT:
253 (instance.name, instance.avd_type),
Dreconnect_test.py54 instance_object.avd_type = "cuttlefish"
170 instance_object.avd_type = "cuttlefish"
232 instance_object.avd_type = "gce"
244 instance_object.avd_type = "cuttlefish"
261 instance_object.avd_type = "unknown"
328 fake_ins1.avd_type = "cuttlefish"
331 fake_ins2.avd_type = "cuttlefish"
334 fake_ins_gf.avd_type = "goldfish"
367 fake_ins2.avd_type = "unknown"
/tools/acloud/list/
Dinstance.py343 elapsed_time=None, avd_type=None, avd_flavor=None, argument
359 self._avd_type = avd_type
464 def avd_type(self): member in Instance
558 createtime=None, elapsed_time=None, avd_type=constants.TYPE_CF,
808 status=None, adb_port=adb_port, avd_type=constants.TYPE_GF,
935 avd_type = None
945 avd_type = value
953 if not avd_type and name.startswith(_ACLOUDWEB_INSTANCE_START_STRING):
954 avd_type = constants.TYPE_CF
962 forwarded_ports = self.GetAdbVncPortFromSSHTunnel(ip, hostname, avd_type)
[all …]
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory_test.py64 args.avd_type = constants.TYPE_CF
123 args.avd_type = constants.TYPE_CF
166 args.avd_type = constants.TYPE_CF
196 args.avd_type = constants.TYPE_CF
292 args.avd_type = constants.TYPE_CF
362 args.avd_type = constants.TYPE_CF
Dcommon_operations.py210 def CreateDevices(command, cfg, device_factory, num, avd_type, argument
280 vnc_ports[0], adb_ports[0] = utils.AVD_PORT_DICT[avd_type]
Dremote_instance_fvp_device_factory_test.py63 args.avd_type = constants.TYPE_FVP
/tools/acloud/delete/
Ddelete_test.py327 fake_ins.avd_type = "cuttlefish"
332 fake_ins2.avd_type = "cuttlefish"
337 fake_ins3.avd_type = "goldfish"
342 fake_ins4.avd_type = "unknown"
Ddelete.py64 if instance.avd_type == constants.TYPE_GF:
66 elif instance.avd_type == constants.TYPE_CF:
70 instance.avd_type)
/tools/acloud/internal/lib/
Dandroid_compute_client_test.py127 fake_avd_spec.avd_type = "gce"

12