From 1bc0b1bc4614c364da06f5960f181304f7955439 Mon Sep 17 00:00:00 2001 From: Peter Mitsis Date: Fri, 20 Oct 2023 18:43:48 -0400 Subject: [PATCH] tests: app_kernel: Add user case to testcase.yaml Updates the testcase.yaml to support a version that employs user threads. Signed-off-by: Peter Mitsis --- tests/benchmarks/app_kernel/testcase.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tests/benchmarks/app_kernel/testcase.yaml b/tests/benchmarks/app_kernel/testcase.yaml index b34c9af534758a..19aeb6fbe524e8 100644 --- a/tests/benchmarks/app_kernel/testcase.yaml +++ b/tests/benchmarks/app_kernel/testcase.yaml @@ -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