tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixosTests.stratis.encryption: fix after stratis update
Nick Cao
2 years ago
19f44088
6d48aec1
+2
-2
1 changed file
expand all
collapse all
unified
split
nixos
tests
stratis
encryption.nix
+2
-2
nixos/tests/stratis/encryption.nix
···
26
26
# test rebinding encrypted pool
27
27
machine.succeed("stratis pool rebind keyring testpool testkey2")
28
28
# test restarting encrypted pool
29
29
-
machine.succeed("stratis pool stop testpool")
30
30
-
machine.succeed("stratis pool start --name testpool --unlock-method keyring")
29
29
+
machine.succeed("stratis pool stop --name testpool")
30
30
+
machine.succeed("stratis pool start --name testpool --unlock-method keyring")
31
31
'';
32
32
})