mirror of https://github.com/cutefishos/calamares
[netinstall] Extend tests with YAML syntax error and no-files-at-all
parent
850825f70f
commit
9569105575
@ -0,0 +1,7 @@
|
|||||||
|
# SPDX-FileCopyrightText: no
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
#
|
||||||
|
---
|
||||||
|
required: true
|
||||||
|
groupsUrl:
|
||||||
|
- file://$TESTDIR/data-error.yaml
|
||||||
@ -0,0 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: no
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
#
|
||||||
|
---
|
||||||
|
required: true
|
||||||
|
groupsUrl: []
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
derp
|
||||||
|
derp
|
||||||
|
herpa-derp: no
|
||||||
|
--
|
||||||
|
# This file is not valid YAML
|
||||||
Loading…
Reference in New Issue