Commit 858f448
committed
validate: check that run.steps exists in test definitions
validate.py only checked metadata keys. A test definition without
run.steps is not valid but was not caught.
Add a check for run.steps after the existing metadata validation.
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>1 parent 6401484 commit 858f448
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
146 | 153 | | |
147 | 154 | | |
148 | 155 | | |
| |||
0 commit comments