mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
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>
This commit is contained in:
parent
3a07875fd3
commit
69e4fbd0ea
4 changed files with 102 additions and 112 deletions
|
@ -39,6 +39,7 @@ tests_aarch64_system_thorough = [
|
|||
'aarch64_raspi4',
|
||||
'aarch64_sbsaref',
|
||||
'aarch64_virt',
|
||||
'multiprocess',
|
||||
]
|
||||
|
||||
tests_alpha_system_thorough = [
|
||||
|
@ -141,6 +142,7 @@ tests_x86_64_system_quick = [
|
|||
tests_x86_64_system_thorough = [
|
||||
'acpi_bits',
|
||||
'linux_initrd',
|
||||
'multiprocess',
|
||||
'netdev_ethtool',
|
||||
'virtio_gpu',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue