Home
last modified time | relevance | path

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

/tools/acloud/reconnect/
Dreconnect.py107 if instance.avd_type not in utils.AVD_PORT_DICT:
110 (instance.name, instance.avd_type))
125 target_vnc_port=utils.AVD_PORT_DICT[instance.avd_type].vnc_port,
126 target_adb_port=utils.AVD_PORT_DICT[instance.avd_type].adb_port,
169 if instance.avd_type not in utils.AVD_PORT_DICT:
172 (instance.name, instance.avd_type),
Dreconnect_test.py46 instance_object.avd_type = "cuttlefish"
125 instance_object.avd_type = "gce"
135 instance_object.avd_type = "cuttlefish"
150 instance_object.avd_type = "unknown"
/tools/acloud/list/
Dinstance.py195 elapsed_time=None, avd_type=None, avd_flavor=None, argument
208 self._avd_type = avd_type
283 def avd_type(self): member in Instance
346 createtime=None, elapsed_time=None, avd_type=constants.TYPE_CF,
487 status=None, adb_port=adb_port, avd_type=constants.TYPE_GF,
601 avd_type = None
609 avd_type = value
618 forwarded_ports = self.GetAdbVncPortFromSSHTunnel(ip, avd_type)
647 createtime=create_time, elapsed_time=elapsed_time, avd_type=avd_type,
674 def GetAdbVncPortFromSSHTunnel(ip, avd_type): argument
[all …]
Dinstance_test.py100 self.assertEqual(inst.avd_type, constants.TYPE_GF)
225 self.assertEqual("fake_type", instance_info.avd_type)
Dlist.py331 return [ins for ins in instances if ins.avd_type == constants.TYPE_CF]
/tools/acloud/create/
Dcreate_args_test.py45 avd_type=constants.TYPE_CF,
73 mock_args.avd_type = constants.TYPE_GF
Davd_spec_test.py187 self.args.avd_type = constants.TYPE_GCE
194 self.args.avd_type = constants.TYPE_CF
201 self.args.avd_type = constants.TYPE_CF
273 self.assertTrue(self.AvdSpec.avd_type == "gce")
278 self.assertTrue(self.AvdSpec.avd_type == "gce")
283 self.assertTrue(self.AvdSpec.avd_type == "cuttlefish")
288 self.assertTrue(self.AvdSpec.avd_type == "cuttlefish")
293 self.assertTrue(self.AvdSpec.avd_type == "goldfish")
298 self.assertTrue(self.AvdSpec.avd_type == "goldfish")
302 self.args.avd_type = "cuttlefish"
[all …]
Dcreate_test.py41 avd_type = "unknown type"
45 create.GetAvdCreatorClass(avd_type, ins_type, image_source)
118 spec.avd_type = constants.TYPE_GCE
Dcreate_args.py472 if args.local_system_image != "" and args.avd_type != constants.TYPE_GF:
475 args.avd_type)
493 if args.avd_type != constants.TYPE_CF:
545 if args.avd_type != constants.TYPE_CF:
549 % args.avd_type)
569 if args.avd_type != constants.TYPE_CHEEPS and (
Dremote_image_remote_instance.py49 avd_type=constants.TYPE_CF,
Dremote_image_remote_host.py53 avd_type=constants.TYPE_CF,
Dlocal_image_remote_host.py53 avd_type=constants.TYPE_CF,
Dlocal_image_remote_instance.py52 avd_type=constants.TYPE_CF,
Davd_spec.py291 self._avd_type = args.avd_type
507 for avd_type, avd_type_abbr in constants.AVD_TYPES_MAPPING.items():
510 self._avd_type = avd_type
623 constants.AVD_TYPES_MAPPING[args.avd_type],
663 def avd_type(self): member in AVDSpec
Dcheeps_remote_image_remote_instance.py61 avd_type=constants.TYPE_CHEEPS,
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory_test.py63 args.avd_type = constants.TYPE_CF
101 args.avd_type = constants.TYPE_CF
142 args.avd_type = constants.TYPE_CF
175 args.avd_type = constants.TYPE_CF
200 args.avd_type = constants.TYPE_CF
251 args.avd_type = constants.TYPE_CF
Dcommon_operations.py168 def CreateDevices(command, cfg, device_factory, num, avd_type, argument
238 target_vnc_port=utils.AVD_PORT_DICT[avd_type].vnc_port,
239 target_adb_port=utils.AVD_PORT_DICT[avd_type].adb_port,
/tools/acloud/delete/
Ddelete.py65 if instance.avd_type == constants.TYPE_GF:
67 elif instance.avd_type == constants.TYPE_CF:
71 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.py126 fake_avd_spec.avd_type = "gce"
Dandroid_compute_client.py296 metadata[constants.INS_KEY_AVD_TYPE] = avd_spec.avd_type
Dcvd_compute_client_test.py152 args.avd_type = constants.TYPE_CF
Dcvd_compute_client_multi_stage_test.py99 self.args.avd_type = constants.TYPE_CF
Dcvd_compute_client_multi_stage.py443 metadata[constants.INS_KEY_AVD_TYPE] = avd_spec.avd_type