Lines Matching refs:spec
49 spec = mock.MagicMock()
50 spec.avd_type = constants.TYPE_CF
51 spec.instance_type = constants.INSTANCE_TYPE_REMOTE
52 spec.image_source = constants.IMAGE_SRC_LOCAL
53 spec.connect_vnc = False
54 spec.connect_webrtc = True
62 spec, no_prompts=True)
67 spec.avd_type = constants.TYPE_FVP
68 spec.connect_vnc = True
69 spec.connect_webrtc = False
71 spec, no_prompts=True)