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