|
13 | 13 | "exporters": [],
|
14 | 14 | "compile" : true,
|
15 | 15 | "export": true,
|
| 16 | + "test" : true, |
| 17 | + "baud_rate": 9600, |
| 18 | + "compare_log": ["mbed-os-example-blinky/tests/blinky.log"], |
16 | 19 | "auto-update" : true
|
17 | 20 | },
|
18 | 21 | {
|
|
77 | 80 | ],
|
78 | 81 | "test-repo-source": "github",
|
79 | 82 | "features" : [],
|
80 |
| - "targets" : ["K66F", "NUCLEO_F429ZI", "NUMAKER_PFM_NUC472"], |
| 83 | + "targets" : ["K66F", "NUCLEO_F429ZI", "NUMAKER_PFM_NUC472", "FVP_MPS2_M3"], |
81 | 84 | "toolchains" : [],
|
82 | 85 | "exporters": [],
|
83 | 86 | "compile" : true,
|
84 | 87 | "export": true,
|
| 88 | + "test" : true, |
| 89 | + "baud_rate": 9600, |
| 90 | + "compare_log": ["mbed-os-example-sockets/tests/sockets.log"], |
85 | 91 | "auto-update" : true
|
86 | 92 | },
|
87 | 93 | {
|
|
96 | 102 | "exporters": [],
|
97 | 103 | "compile" : true,
|
98 | 104 | "export": true,
|
| 105 | + "test" : true, |
| 106 | + "baud_rate": 9600, |
| 107 | + "compare_log": ["mbed-os-example-tls-socket/tests/tls-socket.log"], |
99 | 108 | "auto-update" : true
|
100 | 109 | },
|
101 | 110 | {
|
|
162 | 171 | "exporters": [],
|
163 | 172 | "compile" : true,
|
164 | 173 | "export": true,
|
| 174 | + "test" : false, |
| 175 | + "baud_rate": 9600, |
| 176 | + "compare_log": ["mbed-os-example-nvstore/tests/nvstore.log"], |
165 | 177 | "auto-update" : true
|
166 | 178 | },
|
167 | 179 | {
|
|
175 | 187 | "exporters": [],
|
176 | 188 | "compile" : true,
|
177 | 189 | "export": true,
|
| 190 | + "test" : true, |
| 191 | + "baud_rate": 9600, |
| 192 | + "compare_log": ["mbed-os-example-devicekey/tests/devicekey.log"], |
178 | 193 | "auto-update" : true
|
179 | 194 | },
|
180 | 195 | {
|
|
188 | 203 | "exporters": [],
|
189 | 204 | "compile" : true,
|
190 | 205 | "export": true,
|
| 206 | + "test" : true, |
| 207 | + "baud_rate": 9600, |
| 208 | + "compare_log": ["mbed-os-example-thread-statistics/tests/thread-statistics.log"], |
191 | 209 | "auto-update" : true
|
192 | 210 | },
|
193 | 211 | {
|
|
201 | 219 | "exporters": [],
|
202 | 220 | "compile" : true,
|
203 | 221 | "export": true,
|
| 222 | + "test" : true, |
| 223 | + "baud_rate": 9600, |
| 224 | + "compare_log": ["mbed-os-example-sys-info/tests/sys-info.log"], |
204 | 225 | "auto-update" : true
|
205 | 226 | },
|
206 | 227 | {
|
|
209 | 230 | "mbed": [],
|
210 | 231 | "test-repo-source": "github",
|
211 | 232 | "features" : [],
|
212 |
| - "targets" : ["K66F"], |
| 233 | + "targets" : ["K66F", "FVP_MPS2_M3"], |
213 | 234 | "toolchains" : [],
|
214 | 235 | "exporters": [],
|
215 | 236 | "compile" : true,
|
216 | 237 | "export": true,
|
| 238 | + "test" : true, |
| 239 | + "baud_rate": 9600, |
| 240 | + "compare_log": ["mbed-os-example-cpu-usage/tests/cpu-usage.log"], |
217 | 241 | "auto-update" : true
|
218 | 242 | },
|
219 | 243 | {
|
|
222 | 246 | "mbed": [],
|
223 | 247 | "test-repo-source": "github",
|
224 | 248 | "features" : [],
|
225 |
| - "targets" : ["K64F"], |
| 249 | + "targets" : ["K64F", "FVP_MPS2_M3"], |
226 | 250 | "toolchains" : [],
|
227 | 251 | "exporters": [],
|
228 | 252 | "compile" : true,
|
229 | 253 | "export": true,
|
| 254 | + "test" : true, |
| 255 | + "baud_rate": 9600, |
| 256 | + "compare_log": ["mbed-os-example-cpu-stats/tests/cpu-stats.log"], |
230 | 257 | "auto-update" : true
|
231 | 258 | },
|
232 | 259 | {
|
|
240 | 267 | "exporters": [],
|
241 | 268 | "compile" : true,
|
242 | 269 | "export": true,
|
| 270 | + "test" : true, |
| 271 | + "baud_rate": 9600, |
| 272 | + "compare_log": ["mbed-os-example-socket-stats/tests/socket-stats.log"], |
243 | 273 | "auto-update" : true
|
244 | 274 | },
|
245 | 275 | {
|
|
253 | 283 | "exporters": [],
|
254 | 284 | "compile" : true,
|
255 | 285 | "export": true,
|
| 286 | + "test" : true, |
| 287 | + "baud_rate": 9600, |
| 288 | + "compare_log": ["mbed-os-example-error-handling/tests/error-handling.log"], |
256 | 289 | "auto-update" : true
|
257 | 290 | },
|
258 | 291 | {
|
|
263 | 296 | ],
|
264 | 297 | "test-repo-source": "github",
|
265 | 298 | "features" : [],
|
266 |
| - "targets" : ["K82F"], |
| 299 | + "targets" : ["K64F","K82F"], |
267 | 300 | "toolchains" : [],
|
268 | 301 | "exporters": [],
|
269 | 302 | "compile" : true,
|
270 | 303 | "export": true,
|
| 304 | + "test" : false, |
| 305 | + "baud_rate": 9600, |
| 306 | + "compare_log": ["mbed-os-example-filesystem/tests/filesystem.log"], |
271 | 307 | "auto-update" : true
|
272 | 308 | },
|
273 | 309 | {
|
|
314 | 350 | "exporters": [],
|
315 | 351 | "compile" : true,
|
316 | 352 | "export": true,
|
| 353 | + "test" : true, |
| 354 | + "baud_rate": 9600, |
| 355 | + "compare_log": ["mbed-os-example-mbed-crypto/tests/mbed-crypto.log"], |
317 | 356 | "auto-update" : true
|
318 | 357 | },
|
319 | 358 | {
|
|
342 | 381 | "exporters": [],
|
343 | 382 | "compile" : true,
|
344 | 383 | "export": true,
|
| 384 | + "test" : false, |
| 385 | + "baud_rate": 9600, |
| 386 | + "compare_log": ["mbed-os-example-blockdevice/tests/blockdevice.log"], |
345 | 387 | "auto-update" : true
|
346 | 388 | },
|
347 | 389 | {
|
|
355 | 397 | "exporters": [],
|
356 | 398 | "compile" : true,
|
357 | 399 | "export": true,
|
| 400 | + "test" : false, |
| 401 | + "baud_rate": 9600, |
| 402 | + "compare_log": ["mbed-os-example-kvstore/tests/kvstore.log"], |
358 | 403 | "auto-update" : true
|
359 | 404 | },
|
360 | 405 | {
|
|
363 | 408 | "mbed": [],
|
364 | 409 | "test-repo-source": "github",
|
365 | 410 | "features" : [],
|
366 |
| - "targets" : ["K64F", "DISCO_L475VG_IOT01A", "FVP_MPS2_M3"], |
| 411 | + "targets" : ["K64F", "DISCO_L475VG_IOT01A"], |
367 | 412 | "toolchains" : [],
|
368 | 413 | "exporters": [],
|
369 | 414 | "compile" : true,
|
370 | 415 | "export": true,
|
| 416 | + "test" : true, |
| 417 | + "baud_rate": 9600, |
| 418 | + "compare_log": ["mbed-os-example-crash-reporting/tests/crash-reporting.log"], |
371 | 419 | "auto-update" : true
|
372 | 420 | },
|
373 | 421 | {
|
|
381 | 429 | "exporters": [],
|
382 | 430 | "compile" : true,
|
383 | 431 | "export": true,
|
| 432 | + "test" : false, |
| 433 | + "baud_rate": 9600, |
| 434 | + "compare_log": ["mbed-os-example-sd-driver/tests/sd-driver.log"], |
384 | 435 | "auto-update" : true
|
385 | 436 | },
|
386 | 437 | {
|
|
400 | 451 | "exporters": [],
|
401 | 452 | "compile" : true,
|
402 | 453 | "export": true,
|
| 454 | + "test" : true, |
| 455 | + "baud_rate": 9600, |
| 456 | + "compare_log": ["mbed-os-example-attestation/tests/attestation.log"], |
403 | 457 | "auto-update" : true
|
404 | 458 | }
|
405 | 459 | ]
|
|
0 commit comments