Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

several improvements for tests in Ubuntu 24.10 #276

Merged
merged 8 commits into from
Nov 18, 2024

Conversation

hector-cao
Copy link
Collaborator

@hector-cao hector-cao commented Nov 18, 2024

This MR comes as several commits, please check them out separately to have more context of all the changes.

The changes are:

  • renaming of some test functions to be aligned with test file name
  • increase ssh connection timeout for some stress tests since the guests can take more time to boot
  • tox : add command to run all tests except performance ones
  • does not make the test fail if we cannot stop the guest properly via monitor interface since for some tests, the guest may
    be shutdown already, etc ...
  • for an unknown reason, we can not have multiple connections to the qemu process monitor interface via unix sock file
    only one connection is possible, others are blocked.
    for this reason, we will allow only one instance of monitor connection for each qemu process

@hector-cao hector-cao requested a review from a team November 18, 2024 09:47
Copy link
Contributor

@mckees mckees left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have the smallest of nitpicks, but other than that, LGTM

tests/lib/Qemu.py Outdated Show resolved Hide resolved
@hector-cao hector-cao merged commit f36e38c into noble-24.04 Nov 18, 2024
2 checks passed
@hector-cao hector-cao deleted the noble-24.04-fix-test branch November 21, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants