samples: net: wpan(usb|serial): filter based on zephyr,ieee802154
Rely on zephyr,ieee802154 choice being enabled for the samples. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
f0dab27dd8
commit
ec05fa81ff
|
@ -7,7 +7,7 @@ common:
|
|||
tags: usb ieee802154
|
||||
tests:
|
||||
sample.net.wpan.serial:
|
||||
depends_on: ieee802154
|
||||
filter: dt_chosen_enabled("zephyr,ieee802154")
|
||||
sample.net.wpan_serial.frdm_cr20a:
|
||||
extra_args: SHIELD=frdm_cr20a
|
||||
platform_allow: frdm_k64f
|
||||
|
|
|
@ -7,7 +7,7 @@ common:
|
|||
harness: net
|
||||
tests:
|
||||
sample.net.wpanusb:
|
||||
depends_on: ieee802154
|
||||
filter: dt_chosen_enabled("zephyr,ieee802154")
|
||||
sample.net.wpanusb_frdm_cr20a:
|
||||
extra_args: SHIELD=frdm_cr20a
|
||||
platform_allow: frdm_k64f
|
||||
|
|
Loading…
Reference in New Issue