You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
491 B
22 lines
491 B
platforms: |
|
override_default_platforms: false |
|
increased_platform_scope: true |
|
levels: |
|
- name: smoke |
|
description: > |
|
A plan to be used verifying basic zephyr features on hardware. |
|
adds: |
|
- kernel.threads.* |
|
- kernel.timer.behavior |
|
- arch.interrupt |
|
- boards.* |
|
- drivers.gpio.1pin |
|
- drivers.console.uart |
|
- drivers.entropy |
|
- name: acceptance |
|
description: > |
|
More coverage |
|
inherits: |
|
- smoke |
|
adds: |
|
- kernel.*
|
|
|