20 lines
460 B
YAML
20 lines
460 B
YAML
common:
|
|
platform_allow:
|
|
- native_posix
|
|
- native_posix_64
|
|
- native_sim
|
|
- native_sim_64
|
|
integration_platforms:
|
|
- native_sim
|
|
tags:
|
|
- openthread
|
|
tests:
|
|
openthread.radio_test.min: {}
|
|
openthread.radio_test.timed_tx:
|
|
extra_configs:
|
|
- CONFIG_NET_PKT_TXTIME=y
|
|
openthread.radio_test.csl:
|
|
# Hack to enable CSL w/o having to enable CONFIG_OPENTHREAD
|
|
extra_args:
|
|
- EXTRA_CPPFLAGS=-DCONFIG_OPENTHREAD_CSL_RECEIVER
|