summary refs log tree commit diff stats
path: root/tests/functional/test_multiprocess.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/functional: Convert the multiprocess avocado test into a standalone testThomas Huth2024-09-111-0/+100
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>