Home
last modified time | relevance | path

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

12

/tools/acloud/list/
Dinstance.py235 elapsed_time=None, avd_type=None, avd_flavor=None, argument
250 self._avd_type = avd_type
336 def avd_type(self): member in Instance
406 createtime=None, elapsed_time=None, avd_type=constants.TYPE_CF,
577 status=None, adb_port=adb_port, avd_type=constants.TYPE_GF,
704 avd_type = None
712 avd_type = value
716 if not avd_type and name.startswith(_ACLOUDWEB_INSTANCE_START_STRING):
717 avd_type = constants.TYPE_CF
724 forwarded_ports = self.GetAdbVncPortFromSSHTunnel(ip, avd_type)
[all …]
Dinstance_test.py135 self.assertEqual(inst.avd_type, constants.TYPE_GF)
236 self.assertEqual("fake_type", instance_info.avd_type)
Dlist.py415 return [ins for ins in instances if ins.avd_type == constants.TYPE_CF]
/tools/acloud/create/
Davd_spec_test.py239 self.args.avd_type = constants.TYPE_GCE
246 self.args.avd_type = constants.TYPE_CF
253 self.args.avd_type = constants.TYPE_CF
346 self.assertTrue(self.AvdSpec.avd_type == "gce")
351 self.assertTrue(self.AvdSpec.avd_type == "gce")
356 self.assertTrue(self.AvdSpec.avd_type == "cuttlefish")
361 self.assertTrue(self.AvdSpec.avd_type == "cuttlefish")
366 self.assertTrue(self.AvdSpec.avd_type == "goldfish")
371 self.assertTrue(self.AvdSpec.avd_type == "goldfish")
375 self.args.avd_type = "cuttlefish"
[all …]
Dlocal_image_remote_instance.py45 if avd_spec.avd_type == constants.TYPE_CF:
51 elif avd_spec.avd_type == constants.TYPE_FVP:
61 avd_type=avd_spec.avd_type,
Dcreate_args.py593 args.avd_type in (constants.TYPE_CF, constants.TYPE_GF)):
596 args.avd_type)
609 if args.avd_type != constants.TYPE_CF:
660 if args.avd_type != constants.TYPE_CF:
664 % args.avd_type)
694 if args.avd_type != constants.TYPE_CHEEPS and any(cheeps_only_flags):
Dcreate.py86 def GetAvdCreatorClass(avd_type, instance_type, image_source): argument
104 (avd_type, image_source, instance_type))
109 "image source: %s" % (avd_type, instance_type, image_source))
230 avd_creator_class = GetAvdCreatorClass(spec.avd_type,
Dcreate_test.py42 avd_type = "unknown type"
46 create.GetAvdCreatorClass(avd_type, ins_type, image_source)
161 spec.avd_type = constants.TYPE_GCE
Davd_spec.py307 self._avd_type = args.avd_type
561 for avd_type, avd_type_abbr in constants.AVD_TYPES_MAPPING.items():
564 self._avd_type = avd_type
705 constants.AVD_TYPES_MAPPING[args.avd_type],
760 def avd_type(self): member in AVDSpec
Dcreate_args_test.py48 avd_type=constants.TYPE_CF,
76 mock_args.avd_type = constants.TYPE_GF
Dlocal_image_remote_host.py53 avd_type=constants.TYPE_CF,
Dremote_image_remote_host.py53 avd_type=constants.TYPE_CF,
Dremote_image_remote_instance.py63 avd_type=constants.TYPE_CF,
Dcheeps_remote_image_remote_instance.py61 avd_type=constants.TYPE_CHEEPS,
/tools/acloud/reconnect/
Dreconnect.py167 if instance.avd_type not in utils.AVD_PORT_DICT:
170 (instance.name, instance.avd_type))
186 target_vnc_port=utils.AVD_PORT_DICT[instance.avd_type].vnc_port,
187 target_adb_port=utils.AVD_PORT_DICT[instance.avd_type].adb_port,
254 if instance.avd_type not in utils.AVD_PORT_DICT:
257 (instance.name, instance.avd_type),
Dreconnect_test.py47 instance_object.avd_type = "cuttlefish"
161 instance_object.avd_type = "cuttlefish"
200 instance_object.avd_type = "gce"
211 instance_object.avd_type = "cuttlefish"
227 instance_object.avd_type = "unknown"
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory_test.py65 args.avd_type = constants.TYPE_CF
105 args.avd_type = constants.TYPE_CF
150 args.avd_type = constants.TYPE_CF
185 args.avd_type = constants.TYPE_CF
214 args.avd_type = constants.TYPE_CF
274 args.avd_type = constants.TYPE_CF
336 args.avd_type = constants.TYPE_CF
Dcommon_operations.py211 def CreateDevices(command, cfg, device_factory, num, avd_type, argument
283 target_vnc_port=utils.AVD_PORT_DICT[avd_type].vnc_port,
284 target_adb_port=utils.AVD_PORT_DICT[avd_type].adb_port,
Dremote_instance_fvp_device_factory_test.py65 args.avd_type = constants.TYPE_FVP
/tools/acloud/delete/
Ddelete.py60 if instance.avd_type == constants.TYPE_GF:
62 elif instance.avd_type == constants.TYPE_CF:
66 instance.avd_type)
/tools/acloud/internal/lib/
Dcvd_compute_client.py150 metadata[constants.INS_KEY_AVD_TYPE] = avd_spec.avd_type
Dandroid_compute_client_test.py127 fake_avd_spec.avd_type = "gce"
Dandroid_compute_client.py314 metadata[constants.INS_KEY_AVD_TYPE] = avd_spec.avd_type
Dcvd_compute_client_test.py154 args.avd_type = constants.TYPE_CF
Dcvd_compute_client_multi_stage_test.py104 self.args.avd_type = constants.TYPE_CF

12