Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

tests: correctly test appending secret to initrd #117

Merged
merged 1 commit into from
Feb 25, 2023

Conversation

nikstur
Copy link
Member

@nikstur nikstur commented Feb 25, 2023

The way the test was implemented previously did not make it fail if no secret was appended to the initrd. Now it is implemented similary to the initrd-secrets test in Nixpkgs and works correctly.

Closes #106

The way the test was implemented previously did not make it fail if no
secret was appended to the initrd. Now it is implemented similary to the
initrd-secrets test in Nixpkgs and works correctly.
@blitz blitz merged commit 29e0aaf into master Feb 25, 2023
@blitz blitz deleted the fix-initrd-secrets-test branch February 25, 2023 21:52
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

initrd-secrets test does not test that a secret actually ends up in the initrd
2 participants