Commit 68ee061
fix(samples): merge testcase.yaml into sample.yaml for Zephyr v4 Twister
Zephyr v4.4.0 Twister requires sample.yaml to contain a 'tests' section.
Having a separate testcase.yaml alongside sample.yaml causes Twister to
validate sample.yaml alone (which lacks 'tests:'), resulting in
ValidationError and the entire sample directory being skipped.
Merged the tests: block from each testcase.yaml into the corresponding
sample.yaml, and removed the now-redundant testcase.yaml files.
All 17 samples updated.
Co-Authored-By: Oz <oz-agent@warp.dev>1 parent c070f21 commit 68ee061
34 files changed
Lines changed: 119 additions & 102 deletions
File tree
- samples
- access_control
- battery_policy
- cobot_safety
- fault_diagnosis
- firewall_policy
- firmware_guard
- hvac_controller
- hydraulic_press
- kalman_filter
- mesh_router
- motion_planner
- pid_controller
- power_budget
- power_mppt
- task_scheduler
- tmr_voter
- valve_sequencer
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
This file was deleted.
0 commit comments