mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 08:00:05 +01:00
add test for hybrid configuration
This commit is contained in:
parent
daaba55a28
commit
d23fcb611e
2 changed files with 11 additions and 2 deletions
9
tests/hybrid.nix
Normal file
9
tests/hybrid.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs ? (import <nixpkgs> { })
|
||||
, makeDiskoTest ? (pkgs.callPackage ./lib.nix { }).makeDiskoTest
|
||||
}:
|
||||
makeDiskoTest {
|
||||
disko-config = ../example/hybrid.nix;
|
||||
extraTestScript = ''
|
||||
machine.succeed("mountpoint /");
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue