-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
several improvements for tests in Ubuntu 24.10 (#276)
tests :several improvements * tests : do not display fwd_port since it is not always available this bug has been introduced in the commit 198e71a * tests : allow only one instance of monitor per qemu machine * tests : add prefix to test function to be aligned with test file * tests : tox : add all tests except perf tests category * tests : increase ssh timeout for tests test_stress_huge_resource_vm and test_stress_max_vcpous need more time for the guest to boot * tests : tox : ignore tests in tests/guest folder this folder contains the tests that should be directly executed in the guest, we have to skip them * tests : does not make the test fail if we cannot stop correctly the guest
- Loading branch information
1 parent
198e71a
commit f36e38c
Showing
4 changed files
with
60 additions
and
27 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
|
||
import util | ||
|
||
def test_boot(): | ||
def test_stress_boot(): | ||
""" | ||
Boot in loop | ||
""" | ||
|
This file contains 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
This file contains 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