nixosTests.stratis.encryption: fix after stratis update

This commit is contained in:
Nick Cao 2023-10-24 18:47:39 -04:00
parent 6d48aec1f3
commit 19f440889f
No known key found for this signature in database

View File

@ -26,7 +26,7 @@ import ../make-test-python.nix ({ pkgs, ... }:
# test rebinding encrypted pool
machine.succeed("stratis pool rebind keyring testpool testkey2")
# test restarting encrypted pool
machine.succeed("stratis pool stop testpool")
machine.succeed("stratis pool start --name testpool --unlock-method keyring")
machine.succeed("stratis pool stop --name testpool")
machine.succeed("stratis pool start --name testpool --unlock-method keyring")
'';
})