first version of embedded test stand done

This commit is contained in:
2026-05-18 15:21:18 +03:00
commit 6179eb954a
35 changed files with 2042 additions and 0 deletions

25
configs/test_plan.json Normal file
View File

@@ -0,0 +1,25 @@
{
"groups": {
"smoke": [
"test_UART_cmdSetDataInterface.json",
"test_set_micron_MT29F16G08AJADAWP.json",
"test_get_badBlockMap_fromNAND.json"
],
"full": [
"test_UART_cmdSetDataInterface.json",
"test_set_micron_MT29F16G08AJADAWP.json",
"test_get_badBlockMap_fromNAND.json",
"test_start_March_FTE_by_blocks.json",
"test_randomDataTest_100_110.json",
"test_endurance_50_60_marchFTE_5.json",
"test_abort.json",
"#test_start_March_FTE_all_targ0_repeat2.json",
"#test_abort.json"
],
"abort": [
"test_abort.json"
]
}
}