[mount] Rename test file, re-jig tests for mount

main
Adriaan de Groot 5 years ago
parent 846936357b
commit 7b297a0e16

@ -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.

@ -0,0 +1,8 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
partitions:
- device: "/dev/sdb1"
mountPoint: "/"
fs: "btrfs"
# Expect a complaint and a default btrfs layout

@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
# Expect a complaint and a default btrfs layout because the
# partitions use btrfs
Loading…
Cancel
Save