From cdf1db1c4197f76cf2dd876e3c8a27c807acb7fd Mon Sep 17 00:00:00 2001 From: Mumtahin Farabi Date: Tue, 12 May 2026 00:23:26 -0400 Subject: feat(firmware): scaffold setup Signed-off-by: Mumtahin Farabi --- firmware/tests/testcase.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 firmware/tests/testcase.yaml (limited to 'firmware/tests/testcase.yaml') diff --git a/firmware/tests/testcase.yaml b/firmware/tests/testcase.yaml new file mode 100644 index 0000000..8ba79d0 --- /dev/null +++ b/firmware/tests/testcase.yaml @@ -0,0 +1,19 @@ +common: + harness: ztest + integration_platforms: + - walter/esp32s3/procpu + platform_allow: + - walter/esp32s3/procpu + timeout: 30 + tags: + - boot + +tests: + boot.kernel: + extra_args: TEST_SUITE_KERNEL=y + tags: + - kernel + boot.shell: + extra_args: TEST_SUITE_SHELL=y + tags: + - shell -- cgit v1.3