]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: Convert the multiprocess avocado test into a standalone test
authorThomas Huth <thuth@redhat.com>
Tue, 3 Sep 2024 05:13:33 +0000 (07:13 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 11 Sep 2024 07:49:12 +0000 (09:49 +0200)
commit69e4fbd0ea22d8cc6421fe2e9f09dfa4be242ccf
tree72ed91186a21397c841a6569daa0a42bed42409b
parent3a07875fd3855f3dff04b01168513b420a1ae77a
tests/functional: Convert the multiprocess avocado test into a standalone test

This test handles both, aarch64 and x86_64, with the same test code
(apart from some initial setup), so don't split this file by target
but add a check for self.arch in the main test function.

Message-ID: <20240903051333.102494-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/avocado/avocado_qemu/__init__.py
tests/avocado/multiprocess.py [deleted file]
tests/functional/meson.build
tests/functional/test_multiprocess.py [new file with mode: 0755]