tests: samples: portability: fix test tags and identifiers
Fix sample tags, use cmsis_rtos for all samples related to CMSIS RTOS APIs. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
c1c3cc6ad9
commit
467d24fea1
6 changed files with 14 additions and 14 deletions
|
@ -2,7 +2,7 @@ sample:
|
|||
name: CMSIS_RTOS_V1 Dining Philosophers
|
||||
common:
|
||||
extra_args: "-DDEBUG_PRINTF=1"
|
||||
tags: cmsis_rtos_v1_philosopher
|
||||
tags: cmsis_rtos
|
||||
min_ram: 32
|
||||
min_flash: 34
|
||||
platform_exclude: qemu_xtensa qemu_x86_64
|
||||
|
@ -16,9 +16,9 @@ common:
|
|||
- ".*THINKING.*"
|
||||
- ".*EATING.*"
|
||||
tests:
|
||||
sample.philosopher:
|
||||
tags: cmsis_rtos_v1_philosopher
|
||||
sample.philosopher.same_prio:
|
||||
sample.portability.cmsis_rtos_v1.philosopher:
|
||||
tags: cmsis_rtos
|
||||
sample.portability.cmsis_rtos_v1.philosopher.same_prio:
|
||||
extra_args: "-DSAME_PRIO=1"
|
||||
sample.philosopher.semaphores:
|
||||
sample.portability.cmsis_rtos_v1.philosopher.semaphores:
|
||||
extra_args: "-DFORKS=SEMAPHORES"
|
||||
|
|
|
@ -2,7 +2,7 @@ sample:
|
|||
name: CMSIS_RTOS_V1 Synchronization
|
||||
tests:
|
||||
sample.portability.cmsis_rtos_v1.timer_synchronization:
|
||||
tags: cmsis_rtos_v1_synchronization
|
||||
tags: cmsis_rtos
|
||||
min_ram: 32
|
||||
min_flash: 34
|
||||
harness: console
|
||||
|
|
|
@ -2,7 +2,7 @@ sample:
|
|||
name: CMSIS_RTOS_V2 Dining Philosophers
|
||||
common:
|
||||
extra_args: "-DDEBUG_PRINTF=1"
|
||||
tags: cmsis_rtos_v2_philosopher
|
||||
tags: cmsis_rtos
|
||||
min_ram: 32
|
||||
min_flash: 34
|
||||
platform_exclude: qemu_xtensa qemu_x86_64
|
||||
|
@ -16,9 +16,9 @@ common:
|
|||
- ".*THINKING.*"
|
||||
- ".*EATING.*"
|
||||
tests:
|
||||
sample.philosopher:
|
||||
tags: cmsis_rtos_v2_philosopher
|
||||
sample.philosopher.same_prio:
|
||||
sample.portability.cmsis_rtos_v2.philosopher:
|
||||
tags: cmsis_rtos
|
||||
sample.portability.cmsis_rtos_v2.philosopher.same_prio:
|
||||
extra_args: "-DSAME_PRIO=1"
|
||||
sample.philosopher.semaphores:
|
||||
sample.portability.cmsis_rtos_v2.philosopher.semaphores:
|
||||
extra_args: "-DFORKS=SEMAPHORES"
|
||||
|
|
|
@ -2,7 +2,7 @@ sample:
|
|||
name: CMSIS_RTOS_V2 Synchronization
|
||||
tests:
|
||||
sample.portability.cmsis_rtos_v2.timer_synchronization:
|
||||
tags: cmsis_rtos_v2_synchronization
|
||||
tags: cmsis_rtos
|
||||
min_ram: 32
|
||||
min_flash: 34
|
||||
harness: console
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
tests:
|
||||
portability.cmsis_rtos_v1:
|
||||
tags: cmsis_rtos_v1
|
||||
tags: cmsis_rtos
|
||||
min_ram: 32
|
||||
min_flash: 34
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
tests:
|
||||
portability.cmsis_rtos_v2:
|
||||
platform_exclude: qemu_x86_64 m2gl025_miv
|
||||
tags: cmsis_rtos_v2
|
||||
tags: cmsis_rtos
|
||||
min_ram: 32
|
||||
min_flash: 34
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue