REUSE: (CC0-1.0) test data
There's lots of (YAML) test data that is just trivial configurations for modules. Since the configurations themselves are **also** CC0-1.0, and the tests are less interesting, license them equally liberally.
This commit is contained in:
parent
95ceb1e8c7
commit
2eecd431fe
3
src/libcalamares/testdata/yaml-list.conf
vendored
3
src/libcalamares/testdata/yaml-list.conf
vendored
@ -1,3 +1,6 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# YAML dump
|
||||
---
|
||||
"cow": "moo"
|
||||
|
@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
rootMountPoint: /tmp/mount
|
||||
bootLoader:
|
||||
installPath: /dev/sdb
|
||||
|
@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
rootMountPoint: /tmp/mount
|
||||
partitions:
|
||||
- device: /dev/sda1
|
||||
|
@ -1,2 +1,4 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
bogus: true
|
||||
|
@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
bogus: true
|
||||
firmwareType: bios
|
||||
|
@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
overwrite: true
|
||||
keepDistributor: false
|
||||
|
@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
bogus: true
|
||||
firmwareType: bios
|
||||
|
@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
overwrite: true
|
||||
prefer_grub_d: true # But it doesn't exist
|
||||
|
@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
bogus: true
|
||||
firmwareType: bios
|
||||
|
@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
overwrite: true
|
||||
prefer_grub_d: true
|
||||
|
@ -1,3 +1,6 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Special cases for grubcfg configuration tests:
|
||||
# - 2.global specifies /tmp/calamares as the rootMountPath,
|
||||
# so we end up editing files there. Create the directory
|
||||
|
@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
partitions:
|
||||
- device: "/dev/sdb1"
|
||||
mountPoint: "/"
|
||||
|
@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
backend: dummy
|
||||
rootMountPoint: /tmp/mount
|
||||
operations:
|
||||
|
@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
rootMountPoint: /tmp/unpackfs-test-run-rootdir3/
|
||||
partitions:
|
||||
|
@ -1,5 +1,8 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Testing configuration for rawfs
|
||||
|
||||
#
|
||||
---
|
||||
|
||||
targets:
|
||||
|
@ -1,3 +1,7 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
#
|
||||
# Special cases for rawfs tests
|
||||
#
|
||||
# - On FreeBSD, /proc/mounts doesn't exist (/proc is only about processes,
|
||||
|
@ -1,2 +1,4 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
bogus: true
|
||||
|
@ -1,2 +1,4 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
rootMountPoint: /tmp/unpackfs-test-run-rootdir/
|
||||
|
@ -1,2 +1,4 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
rootMountPoint: /tmp/unpackfs-test-run-rootdir3/
|
||||
|
@ -1,2 +1,4 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
unpack: []
|
||||
|
@ -1,2 +1,4 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
rootMountPoint: /tmp/unpackfs-test-run-rootdir3/
|
||||
|
@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
unpack:
|
||||
- source: .
|
||||
|
@ -1,2 +1,4 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
rootMountPoint: /tmp/unpackfs-test-run-rootdir3/
|
||||
|
@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
unpack:
|
||||
- source: ./fakesource
|
||||
|
@ -1,2 +1,4 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
rootMountPoint: /tmp/unpackfs-test-run-rootdir3/
|
||||
|
@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
unpack:
|
||||
- source: .
|
||||
|
@ -1,2 +1,4 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
rootMountPoint: /tmp/unpackfs-test-run-rootdir3/
|
||||
|
@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
unpack:
|
||||
- source: .
|
||||
|
@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
rootMountPoint: /tmp/unpackfs-test-run-rootdir/
|
||||
localeConf:
|
||||
|
@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
unpack:
|
||||
- source: .
|
||||
|
@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
# This test uses a small destination FS, to make rsync fail
|
||||
---
|
||||
rootMountPoint: /tmp/unpackfs-test-run-rootdir3/
|
||||
|
@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
# This test uses a small destination FS, to make rsync fail
|
||||
---
|
||||
unpack:
|
||||
|
Loading…
Reference in New Issue
Block a user