-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Update testcase.yaml files to not use space-separated lists
They have been deprecated, and support is removed in Zephyr. Signed-off-by: Øyvind Rønningstad <[email protected]>
- Loading branch information
1 parent
00a0c1e
commit 5e7b639
Showing
15 changed files
with
184 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
tests: | ||
zcbor.decode.test1_suit_old_formats: | ||
platform_allow: native_sim native_sim/native/64 mps2/an521/cpu0 qemu_malta/qemu_malta/be | ||
platform_allow: | ||
- native_sim | ||
- native_sim/native/64 | ||
- mps2/an521/cpu0 | ||
- qemu_malta/qemu_malta/be | ||
tags: zcbor decode test1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
tests: | ||
zcbor.decode.test2_suit: | ||
platform_allow: native_sim native_sim/native/64 mps2/an521/cpu0 qemu_malta/qemu_malta/be | ||
tags: zcbor decode test2 | ||
platform_allow: | ||
- native_sim | ||
- native_sim/native/64 | ||
- mps2/an521/cpu0 | ||
- qemu_malta/qemu_malta/be | ||
tags: | ||
- zcbor | ||
- decode | ||
- test2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
tests: | ||
zcbor.decode.test3_simple: | ||
platform_allow: native_sim native_sim/native/64 mps2/an521/cpu0 qemu_malta/qemu_malta/be | ||
tags: zcbor decode test3 | ||
platform_allow: | ||
- native_sim | ||
- native_sim/native/64 | ||
- mps2/an521/cpu0 | ||
- qemu_malta/qemu_malta/be | ||
tags: | ||
- zcbor | ||
- decode | ||
- test3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,24 @@ | ||
tests: | ||
zcbor.decode.test5_corner_cases: | ||
platform_allow: native_sim native_sim/native/64 mps2/an521/cpu0 qemu_malta/qemu_malta/be | ||
tags: zcbor decode test5 | ||
platform_allow: | ||
- native_sim | ||
- native_sim/native/64 | ||
- mps2/an521/cpu0 | ||
- qemu_malta/qemu_malta/be | ||
tags: | ||
- zcbor | ||
- decode | ||
- test5 | ||
extra_args: CANONICAL=1 | ||
zcbor.decode.test5_corner_cases.indefinite_length_arrays: | ||
platform_allow: native_sim native_sim/native/64 mps2/an521/cpu0 qemu_malta/qemu_malta/be | ||
tags: zcbor decode test5 indefinite | ||
platform_allow: | ||
- native_sim | ||
- native_sim/native/64 | ||
- mps2/an521/cpu0 | ||
- qemu_malta/qemu_malta/be | ||
tags: | ||
- zcbor | ||
- decode | ||
- test5 | ||
- indefinite | ||
extra_args: TEST_INDEFINITE_LENGTH_ARRAYS=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
tests: | ||
zcbor.decode.test7_suit9_simple: | ||
platform_allow: native_sim native_sim/native/64 mps2/an521/cpu0 qemu_malta/qemu_malta/be | ||
tags: zcbor decode test7 | ||
platform_allow: | ||
- native_sim | ||
- native_sim/native/64 | ||
- mps2/an521/cpu0 | ||
- qemu_malta/qemu_malta/be | ||
tags: | ||
- zcbor | ||
- decode | ||
- test7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
tests: | ||
zcbor.decode.test8_suit12: | ||
platform_allow: native_sim native_sim/native/64 mps2/an521/cpu0 qemu_malta/qemu_malta/be | ||
tags: zcbor decode test8 | ||
platform_allow: | ||
- native_sim | ||
- native_sim/native/64 | ||
- mps2/an521/cpu0 | ||
- qemu_malta/qemu_malta/be | ||
tags: | ||
- zcbor | ||
- decode | ||
- test8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,27 @@ | ||
tests: | ||
zcbor.decode.test9_manifest14: | ||
platform_allow: native_sim native_sim/native/64 mps2/an521/cpu0 qemu_malta/qemu_malta/be | ||
tags: zcbor decode manifest14 test9 | ||
platform_allow: | ||
- native_sim | ||
- native_sim/native/64 | ||
- mps2/an521/cpu0 | ||
- qemu_malta/qemu_malta/be | ||
tags: | ||
- zcbor | ||
- decode | ||
- manifest14 | ||
- test9 | ||
zcbor.cbor_decode.test9_manifest16.canonical: | ||
platform_allow: native_sim native_sim/native/64 mps2/an521/cpu0 qemu_malta/qemu_malta/be | ||
tags: zcbor decode manifest16 test9 canonical | ||
extra_args: MANIFEST=manifest16 CANONICAL=ON | ||
platform_allow: | ||
- native_sim | ||
- native_sim/native/64 | ||
- mps2/an521/cpu0 | ||
- qemu_malta/qemu_malta/be | ||
tags: | ||
- zcbor | ||
- decode | ||
- manifest16 | ||
- test9 | ||
- canonical | ||
extra_args: | ||
- MANIFEST=manifest16 | ||
- CANONICAL=ON |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
tests: | ||
zcbor.encode.test1_suit.canonical: | ||
platform_allow: native_sim native_sim/native/64 mps2/an521/cpu0 qemu_malta/qemu_malta/be | ||
tags: zcbor encode canonical test1 | ||
platform_allow: | ||
- native_sim | ||
- native_sim/native/64 | ||
- mps2/an521/cpu0 | ||
- qemu_malta/qemu_malta/be | ||
tags: | ||
- zcbor | ||
- encode | ||
- canonical | ||
- test1 | ||
extra_args: CANONICAL=CANONICAL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,23 @@ | ||
tests: | ||
zcbor.encode.test2_simple: | ||
platform_allow: native_sim native_sim/native/64 mps2/an521/cpu0 qemu_malta/qemu_malta/be | ||
tags: zcbor encode test | ||
platform_allow: | ||
- native_sim | ||
- native_sim/native/64 | ||
- mps2/an521/cpu0 | ||
- qemu_malta/qemu_malta/be | ||
tags: | ||
- zcbor | ||
- encode | ||
- test | ||
zcbor.encode.test2_simple.canonical: | ||
platform_allow: native_sim native_sim/native/64 mps2/an521/cpu0 qemu_malta/qemu_malta/be | ||
tags: zcbor encode canonical test | ||
platform_allow: | ||
- native_sim | ||
- native_sim/native/64 | ||
- mps2/an521/cpu0 | ||
- qemu_malta/qemu_malta/be | ||
tags: | ||
- zcbor | ||
- encode | ||
- canonical | ||
- test | ||
extra_args: CANONICAL=CANONICAL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,23 @@ | ||
tests: | ||
zcbor.encode.test3_corner_cases: | ||
platform_allow: native_sim native_sim/native/64 mps2/an521/cpu0 qemu_malta/qemu_malta/be | ||
tags: zcbor encode test3 | ||
platform_allow: | ||
- native_sim | ||
- native_sim/native/64 | ||
- mps2/an521/cpu0 | ||
- qemu_malta/qemu_malta/be | ||
tags: | ||
- zcbor | ||
- encode | ||
- test3 | ||
zcbor.encode.test3_corner_cases.canonical: | ||
platform_allow: native_sim native_sim/native/64 mps2/an521/cpu0 qemu_malta/qemu_malta/be | ||
tags: zcbor encode canonical test3 | ||
platform_allow: | ||
- native_sim | ||
- native_sim/native/64 | ||
- mps2/an521/cpu0 | ||
- qemu_malta/qemu_malta/be | ||
tags: | ||
- zcbor | ||
- encode | ||
- canonical | ||
- test3 | ||
extra_args: CANONICAL=CANONICAL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,23 @@ | ||
tests: | ||
zcbor.encode.test4_senml: | ||
platform_allow: native_sim native_sim/native/64 mps2/an521/cpu0 qemu_malta/qemu_malta/be | ||
tags: zcbor encode test4 | ||
platform_allow: | ||
- native_sim | ||
- native_sim/native/64 | ||
- mps2/an521/cpu0 | ||
- qemu_malta/qemu_malta/be | ||
tags: | ||
- zcbor | ||
- encode | ||
- test4 | ||
zcbor.encode.test4_senml.canonical: | ||
platform_allow: native_sim native_sim/native/64 mps2/an521/cpu0 qemu_malta/qemu_malta/be | ||
tags: zcbor encode canonical test4 | ||
platform_allow: | ||
- native_sim | ||
- native_sim/native/64 | ||
- mps2/an521/cpu0 | ||
- qemu_malta/qemu_malta/be | ||
tags: | ||
- zcbor | ||
- encode | ||
- canonical | ||
- test4 | ||
extra_args: CANONICAL=CANONICAL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,20 @@ | ||
tests: | ||
zcbor.unit.test3: | ||
platform_allow: native_sim native_sim/native/64 | ||
tags: zcbor unit float16 | ||
platform_allow: | ||
- native_sim | ||
- native_sim/native/64 | ||
tags: | ||
- zcbor | ||
- unit | ||
- float16 | ||
timeout: 240 | ||
zcbor.unit.test3.release: | ||
platform_allow: mps2/an521/cpu0 qemu_malta/qemu_malta/be | ||
tags: zcbor unit float16 release | ||
platform_allow: | ||
- mps2/an521/cpu0 | ||
- qemu_malta/qemu_malta/be | ||
tags: | ||
- zcbor | ||
- unit | ||
- float16 | ||
- release | ||
timeout: 7200 |