mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
tests: change passphrase to secretsecret
this is needed for zfs
This commit is contained in:
parent
f665b6b34d
commit
a3e511d3c8
5 changed files with 5 additions and 5 deletions
|
|
@ -123,7 +123,7 @@
|
|||
return machine
|
||||
|
||||
machine.start()
|
||||
machine.succeed("echo -n 'secret' > /tmp/secret.key")
|
||||
machine.succeed("echo -n 'secretsecret' > /tmp/secret.key")
|
||||
${lib.optionalString (testMode == "direct") ''
|
||||
machine.succeed("${tsp-create}")
|
||||
machine.succeed("${tsp-mount}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue