tests/functional: Convert most ppc avocado tests into standalone tests
authorThomas Huth <thuth@redhat.com>
Fri, 30 Aug 2024 13:38:19 +0000 (15:38 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 4 Sep 2024 09:14:33 +0000 (11:14 +0200)
commit407a688315d0d23af20e3b8beb020a97828140eb
treef8194a78cf1f42b626e07b550da062d40db53e7b
parent239d08aa96d39bf6b9802b74ddbdb0f5796e4546
tests/functional: Convert most ppc avocado tests into standalone tests

Nothing thrilling in here, just straight forward conversions.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240830133841.142644-26-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
12 files changed:
MAINTAINERS
tests/avocado/ppc_mpc8544ds.py [deleted file]
tests/avocado/ppc_powernv.py [deleted file]
tests/avocado/ppc_prep_40p.py [deleted file]
tests/avocado/ppc_pseries.py [deleted file]
tests/avocado/ppc_virtex_ml507.py [deleted file]
tests/functional/meson.build
tests/functional/test_ppc64_powernv.py [new file with mode: 0755]
tests/functional/test_ppc64_pseries.py [new file with mode: 0755]
tests/functional/test_ppc_40p.py [new file with mode: 0755]
tests/functional/test_ppc_mpc8544ds.py [new file with mode: 0755]
tests/functional/test_ppc_virtex_ml507.py [new file with mode: 0755]