tests: add live migration during boot coverage#179
Merged
Coffeeri merged 2 commits intocyberus-technology:mainfrom Mar 23, 2026
Merged
Conversation
phip1611
requested changes
Mar 11, 2026
Member
phip1611
left a comment
There was a problem hiding this comment.
I'm not convinced of the test case factory approach.
Moreover,
ruff formatthe file.
Wait! Isn't this caught by CI?! 🫨
tpressure
reviewed
Mar 11, 2026
7000c41 to
a7bff64
Compare
a7bff64 to
8a17941
Compare
3 tasks
0421789 to
0f45fd9
Compare
This comment was marked as outdated.
This comment was marked as outdated.
phip1611
reviewed
Mar 18, 2026
phip1611
reviewed
Mar 18, 2026
0f45fd9 to
175fa5e
Compare
tpressure
reviewed
Mar 19, 2026
tpressure
reviewed
Mar 19, 2026
175fa5e to
ef1b3e6
Compare
phip1611
approved these changes
Mar 19, 2026
Add a boot-time live migration test that starts the migration in a detached screen session and verifies that the guest becomes reachable on the destination host. Run the scenario multiple times to catch flakiness. On-behalf-of: SAP leander.kohler@sap.com Signed-off-by: Leander Kohler <leander.kohler@cyberus-technology.de>
Replace the duplicated local migration_finished functions in the migration tests with the shared helper added in the previous commit. On-behalf-of: SAP leander.kohler@sap.com Signed-off-by: Leander Kohler <leander.kohler@cyberus-technology.de>
ef1b3e6 to
f38ad22
Compare
hertrste
approved these changes
Mar 23, 2026
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 PR adds the tests for cyberus-technology/cloud-hypervisor#105
Pipeline