aboutsummaryrefslogtreecommitdiff
path: root/docs/TESTING-STRATEGY.org
Commit message (Collapse)AuthorAgeFilesLines
* chore: add docs/ to .gitignore and untrack personal filesCraig Jennings2026-02-221-144/+0
| | | | | docs/ contains session history, personal workflows, and private protocols that shouldn't be in a public repository.
* Add LUKS testing infrastructure and documentationCraig Jennings2026-01-251-0/+144
- Add setup_luks_testing_keyfile() for automated LUKS testing - Modify configure_crypttab() and configure_luks_initramfs() for keyfile support - Fix configure_btrfs_initramfs() to preserve encrypt hook when LUKS enabled - Add TESTING=yes to LUKS test configs - Create docs/TESTING-STRATEGY.org documenting testing approach LUKS automated reboot testing remains a work-in-progress due to complexity of sending passphrase to initramfs encrypt hook. Non-LUKS tests all pass: btrfs-single, btrfs-mirror, btrfs-stripe.