|
177 | 177 | "id": "MBED_A7", "description": "InterruptIn",
|
178 | 178 | "source_dir": join(TEST_DIR, "mbed", "interruptin"),
|
179 | 179 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
|
180 |
| - "duration": 15, |
181 | 180 | "automated": True,
|
182 | 181 | "peripherals": ["digital_loop"]
|
183 | 182 | },
|
|
222 | 221 | "source_dir": join(TEST_DIR, "mbed", "sd"),
|
223 | 222 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB, FS_LIBRARY],
|
224 | 223 | "automated": True,
|
225 |
| - "duration": 15, |
226 | 224 | "peripherals": ["SD"]
|
227 | 225 | },
|
228 | 226 | {
|
|
265 | 263 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
|
266 | 264 | "peripherals": ["24LC256"],
|
267 | 265 | "automated": True,
|
268 |
| - "duration": 15, |
269 | 266 | },
|
270 | 267 | {
|
271 | 268 | "id": "MBED_A20", "description": "I2C master/slave test",
|
|
285 | 282 | "source_dir": join(TEST_DIR, "mbed", "spifi1"),
|
286 | 283 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
|
287 | 284 | "automated": True,
|
288 |
| - "duration": 30, |
289 | 285 | "mcu": ["LPC4088","LPC4088_DM"]
|
290 | 286 | },
|
291 | 287 | {
|
292 | 288 | "id": "MBED_A23", "description": "SPIFI for LPC4088 (test 2)",
|
293 | 289 | "source_dir": join(TEST_DIR, "mbed", "spifi2"),
|
294 | 290 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
|
295 | 291 | "automated": True,
|
296 |
| - "duration": 30, |
297 | 292 | "mcu": ["LPC4088","LPC4088_DM"]
|
298 | 293 | },
|
299 | 294 | {
|
|
311 | 306 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
|
312 | 307 | "peripherals": ["24LC256"],
|
313 | 308 | "automated": True,
|
314 |
| - "duration": 10, |
315 | 309 | },
|
316 | 310 | {
|
317 | 311 | "id": "MBED_A26", "description": "AnalogIn potentiometer test",
|
318 | 312 | "source_dir": join(TEST_DIR, "mbed", "analog_pot"),
|
319 | 313 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
|
320 | 314 | "peripherals": ["analog_pot"],
|
321 | 315 | "automated": True,
|
322 |
| - "duration": 10, |
323 | 316 | },
|
324 | 317 | {
|
325 | 318 | "id": "MBED_A27", "description": "CAN loopback test",
|
326 | 319 | "source_dir": join(TEST_DIR, "mbed", "can_loopback"),
|
327 | 320 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
|
328 | 321 | "automated": True,
|
329 |
| - "duration": 20, |
330 | 322 | "peripherals": ["can_transceiver"],
|
331 | 323 | "mcu": ["LPC1549", "LPC1768","B96B_F446VE", "VK_RZ_A1H",
|
332 | 324 | "NUCLEO_F091RC", "NUCLEO_F072RB", "NUCLEO_F042K6", "NUCLEO_F334R8", "NUCLEO_F207ZG",
|
|
340 | 332 | "source_dir": join(TEST_DIR, "mbed", "can_loopback"),
|
341 | 333 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
|
342 | 334 | "automated": True,
|
343 |
| - "duration": 20, |
344 | 335 | "mcu": ["B96B_F446VE",
|
345 | 336 | "NUCLEO_F091RC", "NUCLEO_F072RB", "NUCLEO_F042K6", "NUCLEO_F334R8", "NUCLEO_F207ZG",
|
346 | 337 | "NUCLEO_F303RE", "NUCLEO_F303K8", "NUCLEO_F302R8", "NUCLEO_F303ZE", "NUCLEO_F446RE","NUCLEO_F446ZE",
|
|
367 | 358 | "source_dir": join(TEST_DIR, "mbed", "bus"),
|
368 | 359 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
|
369 | 360 | "automated": False,
|
370 |
| - "duration": 15, |
371 | 361 | },
|
372 | 362 |
|
373 | 363 | {
|
|
376 | 366 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
|
377 | 367 | "exclude_mcu": ["NUCLEO_L011K4"],
|
378 | 368 | "automated": True,
|
379 |
| - "duration": 15, |
380 | 369 | },
|
381 | 370 |
|
382 | 371 | # Size benchmarks
|
|
412 | 401 | "source_dir": join(TEST_DIR, "mbed", "sd_perf_stdio"),
|
413 | 402 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB, FS_LIBRARY],
|
414 | 403 | "automated": True,
|
415 |
| - "duration": 15, |
416 | 404 | "peripherals": ["SD"]
|
417 | 405 | },
|
418 | 406 | {
|
419 | 407 | "id": "PERF_2", "description": "SD FileHandle R/W Speed",
|
420 | 408 | "source_dir": join(TEST_DIR, "mbed", "sd_perf_fhandle"),
|
421 | 409 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB, FS_LIBRARY],
|
422 | 410 | "automated": True,
|
423 |
| - "duration": 15, |
424 | 411 | "peripherals": ["SD"]
|
425 | 412 | },
|
426 | 413 | {
|
427 | 414 | "id": "PERF_3", "description": "SD FatFS R/W Speed",
|
428 | 415 | "source_dir": join(TEST_DIR, "mbed", "sd_perf_fatfs"),
|
429 | 416 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB, FS_LIBRARY],
|
430 | 417 | "automated": True,
|
431 |
| - "duration": 15, |
432 | 418 | "peripherals": ["SD"]
|
433 | 419 | },
|
434 | 420 |
|
|
444 | 430 | "id": "MBED_2", "description": "stdio",
|
445 | 431 | "source_dir": join(TEST_DIR, "mbed", "stdio"),
|
446 | 432 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
|
447 |
| - "duration": 20, |
448 | 433 | "automated": True,
|
449 | 434 | #"host_test": "stdio_auto"
|
450 | 435 | },
|
|
457 | 442 | "id": "MBED_4", "description": "Sleep",
|
458 | 443 | "source_dir": join(TEST_DIR, "mbed", "sleep"),
|
459 | 444 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
|
460 |
| - "duration": 30, |
461 | 445 | "mcu": ["LPC1768", "LPC11U24", "LPC4088","LPC4088_DM","NRF51822", "LPC11U68"]
|
462 | 446 | },
|
463 | 447 | {
|
|
469 | 453 | "id": "MBED_6", "description": "SW Reset",
|
470 | 454 | "source_dir": join(TEST_DIR, "mbed", "reset"),
|
471 | 455 | "dependencies": [MBED_LIBRARIES],
|
472 |
| - "duration": 15 |
473 | 456 | },
|
474 | 457 | {
|
475 | 458 | "id": "MBED_7", "description": "stdio benchmark",
|
476 | 459 | "source_dir": join(TEST_DIR, "mbed", "stdio_benchmark"),
|
477 | 460 | "dependencies": [MBED_LIBRARIES],
|
478 |
| - "duration": 40 |
479 | 461 | },
|
480 | 462 | {
|
481 | 463 | "id": "MBED_8", "description": "SPI",
|
|
500 | 482 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
|
501 | 483 | "automated": True,
|
502 | 484 | #"host_test": "wait_us_auto",
|
503 |
| - "duration": 20, |
504 | 485 | },
|
505 | 486 | {
|
506 | 487 | "id": "MBED_12", "description": "C++",
|
|
547 | 528 | "DELTA_DFCM_NNN40", "DELTA_DFCM_NNN40_BOOT", "DELTA_DFCM_NNN40_OTA",
|
548 | 529 | "LPC1114"],
|
549 | 530 | #"host_test": "rtc_auto",
|
550 |
| - "duration": 15 |
551 | 531 | },
|
552 | 532 | {
|
553 | 533 | "id": "MBED_17", "description": "Serial Interrupt 2",
|
|
586 | 566 | "id": "MBED_23", "description": "Ticker Int us",
|
587 | 567 | "source_dir": join(TEST_DIR, "mbed", "ticker_2"),
|
588 | 568 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
|
589 |
| - "duration": 15, |
590 | 569 | "automated": True,
|
591 | 570 | #"host_test": "wait_us_auto"
|
592 | 571 | },
|
593 | 572 | {
|
594 | 573 | "id": "MBED_24", "description": "Timeout Int us",
|
595 | 574 | "source_dir": join(TEST_DIR, "mbed", "timeout"),
|
596 | 575 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
|
597 |
| - "duration": 15, |
598 | 576 | "automated": True,
|
599 | 577 | #"host_test": "wait_us_auto"
|
600 | 578 | },
|
601 | 579 | {
|
602 | 580 | "id": "MBED_25", "description": "Time us",
|
603 | 581 | "source_dir": join(TEST_DIR, "mbed", "time_us"),
|
604 | 582 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
|
605 |
| - "duration": 15, |
606 | 583 | "automated": True,
|
607 | 584 | #"host_test": "wait_us_auto"
|
608 | 585 | },
|
|
657 | 634 | "id": "MBED_33", "description": "C string operations",
|
658 | 635 | "source_dir": join(TEST_DIR, "mbed", "cstring"),
|
659 | 636 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
|
660 |
| - "duration": 10, |
661 | 637 | "automated": False,
|
662 | 638 | },
|
663 | 639 | {
|
664 | 640 | "id": "MBED_34", "description": "Ticker Two callbacks",
|
665 | 641 | "source_dir": join(TEST_DIR, "mbed", "ticker_3"),
|
666 | 642 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
|
667 |
| - "duration": 15, |
668 | 643 | "automated": True,
|
669 | 644 | #"host_test": "wait_us_auto"
|
670 | 645 | },
|
|
674 | 649 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB, join(PERIPHERALS, 'C12832')],
|
675 | 650 | "peripherals": ["C12832"],
|
676 | 651 | "automated": True,
|
677 |
| - "duration": 10, |
678 | 652 | },
|
679 | 653 | {
|
680 | 654 | "id": "MBED_36", "description": "WFI correct behavior",
|
|
713 | 687 | "id": "CMSIS_RTOS_2", "description": "Mutex",
|
714 | 688 | "source_dir": join(TEST_DIR, "rtos", "cmsis", "mutex"),
|
715 | 689 | "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES],
|
716 |
| - "duration": 20 |
717 | 690 | },
|
718 | 691 | {
|
719 | 692 | "id": "CMSIS_RTOS_3", "description": "Semaphore",
|
720 | 693 | "source_dir": join(TEST_DIR, "rtos", "cmsis", "semaphore"),
|
721 | 694 | "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES],
|
722 |
| - "duration": 20 |
723 | 695 | },
|
724 | 696 | {
|
725 | 697 | "id": "CMSIS_RTOS_4", "description": "Signals",
|
|
730 | 702 | "id": "CMSIS_RTOS_5", "description": "Queue",
|
731 | 703 | "source_dir": join(TEST_DIR, "rtos", "cmsis", "queue"),
|
732 | 704 | "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES],
|
733 |
| - "duration": 20 |
734 | 705 | },
|
735 | 706 | {
|
736 | 707 | "id": "CMSIS_RTOS_6", "description": "Mail",
|
737 | 708 | "source_dir": join(TEST_DIR, "rtos", "cmsis", "mail"),
|
738 | 709 | "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES],
|
739 |
| - "duration": 20 |
740 | 710 | },
|
741 | 711 | {
|
742 | 712 | "id": "CMSIS_RTOS_7", "description": "Timer",
|
|
754 | 724 | "id": "RTOS_1", "description": "Basic thread",
|
755 | 725 | "source_dir": join(TEST_DIR, "rtos", "mbed", "basic"),
|
756 | 726 | "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, TEST_MBED_LIB],
|
757 |
| - "duration": 15, |
758 | 727 | "automated": True,
|
759 | 728 | #"host_test": "wait_us_auto",
|
760 | 729 | "mcu": ["LPC1768", "LPC1549", "LPC11U24", "LPC812", "LPC2460", "LPC824", "SSCI824",
|
|
770 | 739 | "id": "RTOS_2", "description": "Mutex resource lock",
|
771 | 740 | "source_dir": join(TEST_DIR, "rtos", "mbed", "mutex"),
|
772 | 741 | "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, TEST_MBED_LIB],
|
773 |
| - "duration": 20, |
774 | 742 | "automated": True,
|
775 | 743 | "mcu": ["LPC1768", "LPC1549", "LPC11U24", "LPC812", "LPC2460", "LPC824", "SSCI824",
|
776 | 744 | "KL25Z", "KL05Z", "K64F", "K66F", "KL46Z", "HEXIWEAR",
|
|
786 | 754 | "id": "RTOS_3", "description": "Semaphore resource lock",
|
787 | 755 | "source_dir": join(TEST_DIR, "rtos", "mbed", "semaphore"),
|
788 | 756 | "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, TEST_MBED_LIB],
|
789 |
| - "duration": 20, |
790 | 757 | "automated": True,
|
791 | 758 | "mcu": ["LPC1768", "LPC1549", "LPC11U24", "LPC812", "LPC2460", "LPC824", "SSCI824",
|
792 | 759 | "KL25Z", "KL05Z", "K64F", "K66F", "KL46Z", "HEXIWEAR",
|
|
849 | 816 | "id": "RTOS_7", "description": "Timer",
|
850 | 817 | "source_dir": join(TEST_DIR, "rtos", "mbed", "timer"),
|
851 | 818 | "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, TEST_MBED_LIB],
|
852 |
| - "duration": 15, |
853 | 819 | "automated": True,
|
854 | 820 | #"host_test": "wait_us_auto",
|
855 | 821 | "mcu": ["LPC1768", "LPC1549", "LPC11U24", "LPC812", "LPC2460", "LPC824", "SSCI824",
|
|
893 | 859 | "id": "NET_1", "description": "TCP client hello world",
|
894 | 860 | "source_dir": join(TEST_DIR, "net", "helloworld", "tcpclient"),
|
895 | 861 | "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, ETH_LIBRARY, TEST_MBED_LIB],
|
896 |
| - "duration": 15, |
897 | 862 | "automated": True,
|
898 | 863 | "peripherals": ["ethernet"],
|
899 | 864 | },
|
900 | 865 | {
|
901 | 866 | "id": "NET_2", "description": "NIST Internet Time Service",
|
902 | 867 | "source_dir": join(TEST_DIR, "net", "helloworld", "udpclient"),
|
903 | 868 | "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, ETH_LIBRARY, TEST_MBED_LIB],
|
904 |
| - "duration": 15, |
905 | 869 | "automated": True,
|
906 | 870 | "peripherals": ["ethernet"],
|
907 | 871 | },
|
|
942 | 906 | "source_dir": join(TEST_DIR, "net", "protocols", "HTTPClient_HelloWorld"),
|
943 | 907 | "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, ETH_LIBRARY, TEST_MBED_LIB],
|
944 | 908 | "automated": True,
|
945 |
| - "duration": 15, |
946 | 909 | "peripherals": ["ethernet"],
|
947 | 910 | },
|
948 | 911 | {
|
|
981 | 944 | "source_dir": join(TEST_DIR, "net", "echo", "tcp_client_loop"),
|
982 | 945 | "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, ETH_LIBRARY, TEST_MBED_LIB],
|
983 | 946 | "automated": True,
|
984 |
| - "duration": 15, |
985 | 947 | #"host_test": "tcpecho_client_auto",
|
986 | 948 | "peripherals": ["ethernet"],
|
987 | 949 | },
|
|
990 | 952 | "source_dir": join(TEST_DIR, "net", "echo", "udp_link_layer"),
|
991 | 953 | "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, ETH_LIBRARY],
|
992 | 954 | "automated": False,
|
993 |
| - "duration": 20, |
994 | 955 | "host_test": "udp_link_layer_auto",
|
995 | 956 | "peripherals": ["ethernet"],
|
996 | 957 | },
|
|
1094 | 1055 | "dependencies": [MBED_LIBRARIES, TEST_MBED_LIB, join(PERIPHERALS, 'MMA8451Q')],
|
1095 | 1056 | "mcu": ["KL25Z", "KL05Z", "KL46Z", "K20D50M"],
|
1096 | 1057 | "automated": True,
|
1097 |
| - "duration": 15, |
1098 | 1058 | },
|
1099 | 1059 |
|
1100 | 1060 | # Examples
|
@@ -1207,7 +1167,7 @@ class Test:
|
1207 | 1167 | #'mcu': None,
|
1208 | 1168 | 'description': None,
|
1209 | 1169 | 'dependencies': None,
|
1210 |
| - 'duration': 20, |
| 1170 | + 'duration': 30, |
1211 | 1171 | 'host_test': 'host_test',
|
1212 | 1172 | 'automated': False,
|
1213 | 1173 | 'peripherals': None,
|
|
0 commit comments