first version of embedded test stand done
This commit is contained in:
25
configs/test_plan.json
Normal file
25
configs/test_plan.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user