Merge "Tests: Add test for missing view"

This commit is contained in:
Zuul 2023-02-05 10:53:32 +00:00 committed by Gerrit Code Review
commit 495d516c5c
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1 @@
Failed to find suitable template named 'view-2'

View File

@ -0,0 +1,11 @@
# When project includes view which is never declared, it issues an error.
- view-template:
name: view-1
view-type: all
- project:
name: sample-project
views:
- view-1
- view-2