mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
tests *: don't test for zfs in /dev
This commit is contained in:
parent
5cd00ce3fd
commit
41d3be72d7
3 changed files with 0 additions and 3 deletions
|
@ -13,7 +13,6 @@ diskoLib.testLib.makeDiskoTest {
|
|||
};
|
||||
testMode = "direct";
|
||||
extraTestScript = ''
|
||||
machine.succeed("test -b /dev/zroot/zfs_testvolume");
|
||||
machine.succeed("test -b /dev/md/raid1p1");
|
||||
|
||||
machine.succeed("mountpoint /zfs_fs");
|
||||
|
|
|
@ -12,7 +12,6 @@ diskoLib.testLib.makeDiskoTest {
|
|||
fileSystems."/zfs_fs".options = [ "nofail" ]; # TODO find out why we need this!
|
||||
};
|
||||
extraTestScript = ''
|
||||
machine.succeed("test -b /dev/zroot/zfs_testvolume");
|
||||
machine.succeed("test -b /dev/md/raid1p1");
|
||||
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@ diskoLib.testLib.makeDiskoTest {
|
|||
};
|
||||
testMode = "module";
|
||||
extraTestScript = ''
|
||||
machine.succeed("test -b /dev/zroot/zfs_testvolume");
|
||||
machine.succeed("test -b /dev/md/raid1p1");
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue