mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nixos/stratis: fix test
This commit is contained in:
parent
bd4266a607
commit
475dd3fe95
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ import ../make-test-python.nix (
|
||||||
machine.succeed("stratis pool rebind keyring testpool testkey2")
|
machine.succeed("stratis pool rebind keyring testpool testkey2")
|
||||||
# test restarting encrypted pool
|
# test restarting encrypted pool
|
||||||
machine.succeed("stratis pool stop --name testpool")
|
machine.succeed("stratis pool stop --name testpool")
|
||||||
machine.succeed("stratis pool start --name testpool --unlock-method keyring")
|
machine.succeed("stratis pool start --name testpool --unlock-method any")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue