]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/functional: Convert the ppc_hv avocado test into a standalone test
authorThomas Huth <thuth@redhat.com>
Fri, 30 Aug 2024 13:38:21 +0000 (15:38 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 4 Sep 2024 09:14:33 +0000 (11:14 +0200)
commit88c907199aba4ff78985a5727fa56ec667a94cda
tree0237651fff5affa98f1d120e83bc8e9317e97ecc
parentcef1becb9f5c17d1eb4babc38f75234ead30d40a
tests/functional: Convert the ppc_hv avocado test into a standalone test

A straight forward conversion, we just also have to remove the decorator
@skipUnless(os.getenv('SPEED')) since all non-trivial functional tests
are running in SPEED=thorough mode now. Also make sure that the extracted
assets are writable, so that the test does not fail if it gets re-run
and there are stale read-only files already around.

Message-ID: <20240830133841.142644-28-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
MAINTAINERS
tests/functional/meson.build
tests/functional/test_ppc64_hv.py [moved from tests/avocado/ppc_hv_tests.py with 85% similarity, mode: 0755]