summaryrefslogtreecommitdiff
path: root/firmware/tests/testcase.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/tests/testcase.yaml')
-rw-r--r--firmware/tests/testcase.yaml19
1 files changed, 19 insertions, 0 deletions
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