Conversation
This adds back support for IPv6 in qemu VMs, which appears to be working now. Signed-off-by: Rich Megginson <rmeggins@redhat.com>
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates all GitHub Actions workflows to install tox-lsr version 3.15.0 instead of 3.14.0, restoring IPv6 support in qemu-based CI tests while keeping the workflows otherwise unchanged. Sequence diagram for qemu_kvm CI workflow with restored IPv6 supportsequenceDiagram
participant GitHub_Actions_Runner
participant Workflow_qemu_kvm
participant tox_lsr_3_15_0
participant QEMU_VM
participant IPv4_network
participant IPv6_network
GitHub_Actions_Runner->>Workflow_qemu_kvm: Trigger workflow_dispatch_or_push
Workflow_qemu_kvm->>GitHub_Actions_Runner: Checkout_repository
Workflow_qemu_kvm->>GitHub_Actions_Runner: pip_install_tox_lsr_3_15_0
GitHub_Actions_Runner->>tox_lsr_3_15_0: Initialize_test_environment
tox_lsr_3_15_0-->>GitHub_Actions_Runner: Environment_ready
Workflow_qemu_kvm->>tox_lsr_3_15_0: Run_qemu_integration_tests
tox_lsr_3_15_0->>QEMU_VM: Start_VM_with_network_stack
QEMU_VM->>IPv4_network: Run_tests_over_IPv4
IPv4_network-->>QEMU_VM: IPv4_test_results
QEMU_VM->>IPv6_network: Run_tests_over_IPv6
IPv6_network-->>QEMU_VM: IPv6_test_results
QEMU_VM-->>tox_lsr_3_15_0: Aggregate_test_results
tox_lsr_3_15_0-->>Workflow_qemu_kvm: Report_pass_fail
Workflow_qemu_kvm-->>GitHub_Actions_Runner: Mark_job_status
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
This adds back support for IPv6 in qemu VMs, which appears to be working now.
Signed-off-by: Rich Megginson rmeggins@redhat.com
Summary by Sourcery
Build: