[mount] Add test exercising refactored btrfs code

This commit is contained in:
Adriaan de Groot 2021-07-07 12:38:41 +02:00
parent e800b2da2d
commit 995646936f
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
partitions:
- device: "/dev/sdb1"
mountPoint: "/"
fs: "btrfs"
partitionChoices:
swap: file

View File

@ -0,0 +1,6 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
bogus: true
# No configuration needed because the partitions are
# all filesystems that require no special handling.