summaryrefslogtreecommitdiff
path: root/firmware/tests/testcase.yaml
blob: 8ba79d00f638c7001778c2adaf63028206a1f692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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