21 lines
357 B
YAML
21 lines
357 B
YAML
common:
|
|
platform_allow:
|
|
- native_posix
|
|
- native_posix_64
|
|
- native_sim
|
|
- native_sim_64
|
|
integration_platforms:
|
|
- native_sim
|
|
tags:
|
|
- net
|
|
- ieee802154
|
|
- l2
|
|
min_ram: 16
|
|
tests:
|
|
net.ieee802154.l2:
|
|
extra_configs:
|
|
- CONFIG_NET_SOCKETS=n
|
|
net.ieee802154.l2.sockets:
|
|
extra_configs:
|
|
- CONFIG_NET_SOCKETS=y
|