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.
main
Adriaan de Groot 5 years ago
parent 95ceb1e8c7
commit 2eecd431fe

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# YAML dump # YAML dump
--- ---
"cow": "moo" "cow": "moo"

@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
rootMountPoint: /tmp/mount rootMountPoint: /tmp/mount
bootLoader: bootLoader:
installPath: /dev/sdb installPath: /dev/sdb

@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
rootMountPoint: /tmp/mount rootMountPoint: /tmp/mount
partitions: partitions:
- device: /dev/sda1 - device: /dev/sda1

@ -1,2 +1,4 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
--- ---
bogus: true bogus: true

@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
--- ---
bogus: true bogus: true
firmwareType: bios firmwareType: bios

@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
--- ---
overwrite: true overwrite: true
keepDistributor: false keepDistributor: false

@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
--- ---
bogus: true bogus: true
firmwareType: bios firmwareType: bios

@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
--- ---
overwrite: true overwrite: true
prefer_grub_d: true # But it doesn't exist prefer_grub_d: true # But it doesn't exist

@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
--- ---
bogus: true bogus: true
firmwareType: bios firmwareType: bios

@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
--- ---
overwrite: true overwrite: true
prefer_grub_d: true prefer_grub_d: true

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# Special cases for grubcfg configuration tests: # Special cases for grubcfg configuration tests:
# - 2.global specifies /tmp/calamares as the rootMountPath, # - 2.global specifies /tmp/calamares as the rootMountPath,
# so we end up editing files there. Create the directory # so we end up editing files there. Create the directory

@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
partitions: partitions:
- device: "/dev/sdb1" - device: "/dev/sdb1"
mountPoint: "/" mountPoint: "/"

@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
backend: dummy backend: dummy
rootMountPoint: /tmp/mount rootMountPoint: /tmp/mount
operations: operations:

@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
--- ---
rootMountPoint: /tmp/unpackfs-test-run-rootdir3/ rootMountPoint: /tmp/unpackfs-test-run-rootdir3/
partitions: partitions:

@ -1,5 +1,8 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# Testing configuration for rawfs # Testing configuration for rawfs
#
--- ---
targets: targets:

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
#
# Special cases for rawfs tests # Special cases for rawfs tests
# #
# - On FreeBSD, /proc/mounts doesn't exist (/proc is only about processes, # - 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 bogus: true

@ -1,2 +1,4 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
--- ---
rootMountPoint: /tmp/unpackfs-test-run-rootdir/ 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/ rootMountPoint: /tmp/unpackfs-test-run-rootdir3/

@ -1,2 +1,4 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
--- ---
unpack: [] unpack: []

@ -1,2 +1,4 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
--- ---
rootMountPoint: /tmp/unpackfs-test-run-rootdir3/ rootMountPoint: /tmp/unpackfs-test-run-rootdir3/

@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
--- ---
unpack: unpack:
- source: . - source: .

@ -1,2 +1,4 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
--- ---
rootMountPoint: /tmp/unpackfs-test-run-rootdir3/ rootMountPoint: /tmp/unpackfs-test-run-rootdir3/

@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
--- ---
unpack: unpack:
- source: ./fakesource - source: ./fakesource

@ -1,2 +1,4 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
--- ---
rootMountPoint: /tmp/unpackfs-test-run-rootdir3/ rootMountPoint: /tmp/unpackfs-test-run-rootdir3/

@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
--- ---
unpack: unpack:
- source: . - source: .

@ -1,2 +1,4 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
--- ---
rootMountPoint: /tmp/unpackfs-test-run-rootdir3/ rootMountPoint: /tmp/unpackfs-test-run-rootdir3/

@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
--- ---
unpack: unpack:
- source: . - source: .

@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
--- ---
rootMountPoint: /tmp/unpackfs-test-run-rootdir/ rootMountPoint: /tmp/unpackfs-test-run-rootdir/
localeConf: localeConf:

@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
--- ---
unpack: unpack:
- source: . - 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 # This test uses a small destination FS, to make rsync fail
--- ---
rootMountPoint: /tmp/unpackfs-test-run-rootdir3/ 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 # This test uses a small destination FS, to make rsync fail
--- ---
unpack: unpack:

Loading…
Cancel
Save