tests: dma/chan_blen_transfer: fix hardware dependency and syntax
Removed 'drivers' from supported field and fix syntax. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
59a15818e3
commit
8eedef6f94
1 changed files with 8 additions and 6 deletions
|
@ -1,15 +1,17 @@
|
|||
tests:
|
||||
drivers.dma.chan_blen_transfer:
|
||||
min_ram: 16
|
||||
depends_on: dma
|
||||
depends_on:
|
||||
- dma
|
||||
tags:
|
||||
- drivers
|
||||
- dma
|
||||
filter: dt_nodelabel_enabled("test_dma0")
|
||||
drivers.dma.chan_blen_transfer.low_footprint:
|
||||
min_ram: 6
|
||||
depends_on: dma
|
||||
- drivers
|
||||
tags:
|
||||
- dma
|
||||
min_ram: 12
|
||||
depends_on:
|
||||
- dma
|
||||
filter: dt_nodelabel_enabled("test_dma0")
|
||||
platform_allow: nucleo_c031c6
|
||||
platform_allow:
|
||||
- nucleo_c031c6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue