Skip to content

Commit 63adf9e

Browse files
committed
tests: openthread: fix identifiers
Remove tests.subsys from identifier, fixed tag. Signed-off-by: Anas Nashif <[email protected]>
1 parent 27c67f2 commit 63adf9e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tests/subsys/openthread/testcase.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ common:
44
- native_posix_64
55
integration_platforms:
66
- native_posix
7-
tags: ot_radio
7+
tags:
8+
- openthread
89
tests:
9-
tests.subsys.openthread.radio_test.min: {}
10-
tests.subsys.openthread.radio_test.timed_tx:
10+
openthread.radio_test.min: {}
11+
openthread.radio_test.timed_tx:
1112
extra_configs:
1213
- CONFIG_NET_PKT_TXTIME=y
13-
tests.subsys.openthread.radio_test.csl:
14+
openthread.radio_test.csl:
1415
# Hack to enable CSL w/o having to enable CONFIG_OPENTHREAD
1516
extra_args:
1617
- EXTRA_CPPFLAGS=-DCONFIG_OPENTHREAD_CSL_RECEIVER

0 commit comments

Comments
 (0)