docs: add testing strategy + e2e coverage boundary (ADR-13 E5)#17
Merged
Conversation
Add docs/testing.md documenting the test layers (unit/behavior, the real-kubeadm e2e suite, and the manual VM smokes), how to run each locally, the per-PR e2e CI matrix and its security posture, and -- explicitly -- the coverage boundary: full Kairos image boot, A/B reboot upgrade, HA failover, kube-vip, and TPM2/kcrypt stay manual libvirt smokes because GitHub-hosted runners cannot host them. The planned nightly tier is marked not-yet-wired. Link it from docs/README.md and reflect the e2e suite in the root README (CI bullet + status table). Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: William Rizzo <william.rizzo@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Document the testing strategy and, just as important, the explicit boundary of what CI does not cover (ADR-13 slice E5).
docs/testing.md(new) covers:make test), the real-kubeadm e2e suite (make e2e), and the manual VM smokes -- with a table of what each proves.FROM-derived from the shipped image, driving the realreconcile/reset/mint-joinagainst the real on-disk contract (no parallel code path).pull_requestnotpull_request_target, read-only token, no secrets).Also links it from
docs/README.mdand reflects the e2e suite in the rootREADME.md.Scope
Docs only -- no code, no workflow changes.
🤖 Generated with Claude Code