Skip to content

Commit 44de89c

Browse files
committed
test: ztest: use YAML lists for tags
Convert deprecated space-separated tag declarations to YAML lists so Twister test discovery works with current Zephyr. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
1 parent 11cfcaf commit 44de89c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/ztest/unit/fast-get/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
tests:
99
sof.unit.fast_get:
10-
tags: fast_get memory cache
10+
tags: [fast_get, memory, cache]
1111
platform_allow: native_sim
1212
integration_platforms:
1313
- native_sim

test/ztest/unit/math/advanced/functions/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
tests:
1212
sof.unit.math.advanced.functions:
13-
tags: math advanced functions power logarithm base2 base10 exponential exp db2lin sqrt log10
13+
tags: [math, advanced, functions, power, logarithm, base2, base10, exponential, exp, db2lin, sqrt, log10]
1414
platform_allow: native_sim
1515
integration_platforms:
1616
- native_sim

test/ztest/unit/math/basic/arithmetic/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
tests:
1212
sof.unit.math.basic.arithmetic:
13-
tags: math arithmetic numbers
13+
tags: [math, arithmetic, numbers]
1414
platform_allow: native_sim
1515
integration_platforms:
1616
- native_sim

0 commit comments

Comments
 (0)