1common:
2  platform_allow:
3    - native_posix
4    - native_posix_64
5  integration_platforms:
6    - native_posix
7  tags:
8    - openthread
9tests:
10  openthread.radio_test.min: {}
11  openthread.radio_test.timed_tx:
12    extra_configs:
13      - CONFIG_NET_PKT_TXTIME=y
14  openthread.radio_test.csl:
15    # Hack to enable CSL w/o having to enable CONFIG_OPENTHREAD
16    extra_args:
17      - EXTRA_CPPFLAGS=-DCONFIG_OPENTHREAD_CSL_RECEIVER
18