mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-05 05:15:38 -04:00
[mount] Rename test file, re-jig tests for mount
This commit is contained in:
parent
846936357b
commit
7b297a0e16
4 changed files with 19 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue