Vsevolod Fedorov 60b9c23d33 Yaml parser tests: Add tests for views expansion
Currently, views handling part in YamlParser class is not covered at all.

Change-Id: Ifaac0c44b0a0487e5673060d7b1f25393161f750
2022-12-20 10:44:43 +03:00

16 lines
295 B
YAML

- view-template:
name: list-minimal
view-type: list
description: 'description'
columns: '{columns}'
regex: (?!test.*).*
- project:
name: test-project
columns:
- status
- weather
- extra-build-parameter: MY_PARAMETER
views:
- list-minimal