Skip to content

Commit 463c7d2

Browse files
committed
Create MBED_A28 test in the common list
MBED_A28 test is the same as MBED_A27 test. This is a CAN loopback test without any peripheral or wire. It can then be added in the common list.
1 parent 52658e5 commit 463c7d2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tools/tests.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,18 @@
327327
"DISCO_F469NI", "DISCO_F429ZI", "NUCLEO_F103RB", "NUCLEO_F746ZG",
328328
"DISCO_F746NG", "DISCO_L476VG", "NUCLEO_L476RG", "NUCLEO_L432KC"]
329329
},
330+
{
331+
"id": "MBED_A28", "description": "CAN loopback test",
332+
"source_dir": join(TEST_DIR, "mbed", "can_loopback"),
333+
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
334+
"automated": True,
335+
"duration": 20,
336+
"mcu": ["B96B_F446VE",
337+
"NUCLEO_F091RC", "NUCLEO_F072RB", "NUCLEO_F042K6", "NUCLEO_F334R8", "NUCLEO_F207ZG",
338+
"NUCLEO_F303RE", "NUCLEO_F303K8", "NUCLEO_F302R8", "NUCLEO_F446RE","NUCLEO_F446ZE",
339+
"DISCO_F469NI", "DISCO_F429ZI", "NUCLEO_F103RB", "NUCLEO_F746ZG",
340+
"DISCO_F746NG", "DISCO_L476VG", "NUCLEO_L476RG", "NUCLEO_L432KC"]
341+
},
330342
{
331343
"id": "MBED_BLINKY", "description": "Blinky",
332344
"source_dir": join(TEST_DIR, "mbed", "blinky"),

0 commit comments

Comments
 (0)