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:
Thomas Huth 2024-09-03 07:13:33 +02:00
parent 3a07875fd3
commit 69e4fbd0ea
4 changed files with 102 additions and 112 deletions

View file

@ -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',
]