]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
tests/avocado: Mark ppc_hv_tests.py as non-flaky after fixed console interaction
authorNicholas Piggin <npiggin@gmail.com>
Mon, 5 Aug 2024 23:28:13 +0000 (09:28 +1000)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 19 Aug 2024 22:49:14 +0000 (00:49 +0200)
Now that exec_command doesn't incorrectly consume console output,
and guest time is set correctly, ppc_hv_tests.py is working more
reliably. Try marking it non-flaky.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Message-ID: <20240805232814.267843-3-npiggin@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
tests/avocado/ppc_hv_tests.py

index bf8822bb97b46543597f27204a15704f0344eb03..0e83bbac713dd0efb00bd20ed586a7f2439aad4b 100644 (file)
@@ -45,7 +45,6 @@ def missing_deps():
 # QEMU already installed and use that.
 # XXX: The order of these tests seems to matter, see git blame.
 @skipIf(missing_deps(), 'dependencies (%s) not installed' % ','.join(deps))
-@skipUnless(os.getenv('QEMU_TEST_FLAKY_TESTS'), 'Test sometimes gets stuck due to console handling problem')
 @skipUnless(os.getenv('AVOCADO_ALLOW_LARGE_STORAGE'), 'storage limited')
 @skipUnless(os.getenv('SPEED') == 'slow', 'runtime limited')
 class HypervisorTest(QemuSystemTest):