Skip to content

Commit

Permalink
tests: app_kernel: Add user case to testcase.yaml
Browse files Browse the repository at this point in the history
Updates the testcase.yaml to support a version that employs
user threads.

Signed-off-by: Peter Mitsis <[email protected]>
  • Loading branch information
peter-mitsis authored and carlescufi committed Oct 31, 2023
1 parent 4e426fb commit 1bc0b1b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/benchmarks/app_kernel/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@ common:
- benchmark
- kernel
timeout: 420
min_flash: 34
min_ram: 128
tests:
benchmark.kernel.application:
min_flash: 34
integration_platforms:
- mps2_an385
- qemu_x86
benchmark.kernel.application.user:
extra_args: CONF_FILE=prj_user.conf
filter: CONFIG_ARCH_HAS_USERSPACE
integration_platforms:
- qemu_x86
- qemu_cortex_a53

0 comments on commit 1bc0b1b

Please sign in to comment.