docs: add network test flow diagrams#8
Closed
rnetser wants to merge 1 commit into
Closed
Conversation
Add 11 Mermaid-diagrammed docs under docs/flows/ covering: - VM creation (factory vs legacy patterns) - Linux bridge, localnet, SR-IOV, UDN network flows - Connectivity testing (ping, TCP, ContinuousPing) - Migration with stuntime measurement - NIC hot-plug/unplug - Cloud-init network configuration - Golden image pattern Each doc shows the actual resource creation chain and data flow — no pytest tutorials, just flows. Generated-by: Claude <noreply@anthropic.com> Signed-off-by: rnetser <rnetser@redhat.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 this PR does / why we need it:
Adds 11 Mermaid-diagrammed documentation files under
docs/flows/covering the most common network test flow patterns used in this repository.These docs explain resource creation chains and data flows — not pytest mechanics. Each doc uses Mermaid flowcharts that render natively on GitHub.
Files added:
README.mdVM_CREATION.mdLINUX_BRIDGE.mdLOCALNET.mdSRIOV.mdUDN.mdCONNECTIVITY_TESTING.mdMIGRATION.mdHOT_PLUG.mdCLOUD_INIT_NETWORKING.mdGOLDEN_IMAGE.mdInspired by PR RedHatQE#4902 but focused on actual flows rather than pytest tutorials.
Which issue(s) this PR fixes:
Related to RedHatQE#4902
Special notes for reviewer:
All diagrams use Mermaid flowcharts. Patterns were derived from actual code analysis of
tests/network/(45+ subdirectories, 31 conftest files).jira-ticket:
Generated-by: Claude noreply@anthropic.com