tests/functional: Convert the Avocado ppc32 tuxrun test

Move the test into a new file so that it can be run via
qemu-system-ppc in the functional framework.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20241011131937.377223-16-thuth@redhat.com>
This commit is contained in:
Thomas Huth 2024-10-11 15:19:32 +02:00
parent a2a2a5b05d
commit 9ca8239aad
4 changed files with 37 additions and 16 deletions

View file

@ -124,6 +124,7 @@ tests_ppc_system_thorough = [
'ppc_bamboo',
'ppc_mac',
'ppc_mpc8544ds',
'ppc_tuxrun',
'ppc_virtex_ml507',
]