We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c67f2 commit 63adf9eCopy full SHA for 63adf9e
tests/subsys/openthread/testcase.yaml
@@ -4,13 +4,14 @@ common:
4
- native_posix_64
5
integration_platforms:
6
- native_posix
7
- tags: ot_radio
+ tags:
8
+ - openthread
9
tests:
- tests.subsys.openthread.radio_test.min: {}
10
- tests.subsys.openthread.radio_test.timed_tx:
+ openthread.radio_test.min: {}
11
+ openthread.radio_test.timed_tx:
12
extra_configs:
13
- CONFIG_NET_PKT_TXTIME=y
- tests.subsys.openthread.radio_test.csl:
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
0 commit comments