|
161 | 161 |
|
162 | 162 | TEST_DEVICES = { |
163 | 163 | "android_min": {"type": "real", "model":"Nexus10", "version":"19"}, |
164 | | - "android_target": {"type": "real", "model":"blueline", "version":"28"}, |
165 | | - "android_latest": {"type": "real", "model":"flame", "version":"29"}, |
| 164 | + "android_target": {"type": "real", "model":"gts4lltevzw", "version":"28"}, |
| 165 | + "android_latest": {"type": "real", "model":"redfin", "version":"30"}, |
166 | 166 | "emulator_min": {"type": "virtual", "image":"system-images;android-18;google_apis;x86"}, |
167 | 167 | "emulator_target": {"type": "virtual", "image":"system-images;android-28;google_apis;x86_64"}, |
168 | 168 | "emulator_latest": {"type": "virtual", "image":"system-images;android-30;google_apis;x86_64"}, |
169 | 169 | "emulator_32bit": {"type": "virtual", "image":"system-images;android-30;google_apis;x86"}, |
170 | 170 | "ios_min": {"type": "real", "model":"iphone8", "version":"11.4"}, |
171 | 171 | "ios_target": {"type": "real", "model":"iphone8plus", "version":"12.0"}, |
172 | | - "ios_latest": {"type": "real", "model":"iphone11", "version":"13.6"}, |
| 172 | + "ios_latest": {"type": "real", "model":"iphone11pro", "version":"14.7"}, |
173 | 173 | "simulator_min": {"type": "virtual", "name":"iPhone 6", "version":"11.4"}, |
174 | 174 | "simulator_target": {"type": "virtual", "name":"iPhone 8", "version":"12.0"}, |
175 | 175 | "simulator_latest": {"type": "virtual", "name":"iPhone 11", "version":"14.4"}, |
|
0 commit comments