[mount] Rename test file, re-jig tests for mount
This commit is contained in:
parent
846936357b
commit
7b297a0e16
6
src/modules/mount/tests/1.job
Normal file
6
src/modules/mount/tests/1.job
Normal 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.
|
8
src/modules/mount/tests/2.global
Normal file
8
src/modules/mount/tests/2.global
Normal file
@ -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
|
5
src/modules/mount/tests/2.job
Normal file
5
src/modules/mount/tests/2.job
Normal file
@ -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…
Reference in New Issue
Block a user