tests/partition: Load module for btrfs filesystem.
Blivet won't mount filesystems if they don't show up in /proc/filesystems. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
8025bae9b1
commit
3d7cc5e217
@ -182,6 +182,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
parttest "btrfs filesystem", sub {
|
parttest "btrfs filesystem", sub {
|
||||||
|
$machine->succeed("modprobe btrfs");
|
||||||
kickstart("${ksBtrfs}");
|
kickstart("${ksBtrfs}");
|
||||||
ensurePartition("swap1", "swap");
|
ensurePartition("swap1", "swap");
|
||||||
ensurePartition("swap2", "swap");
|
ensurePartition("swap2", "swap");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user