tests/functional: Convert the riscv_opensbi avocado test into a standalone test
authorThomas Huth <thuth@redhat.com>
Wed, 21 Aug 2024 08:27:23 +0000 (10:27 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 8 Nov 2024 05:13:34 +0000 (06:13 +0100)
commit6a564c8a183fb585d8fedf055b3566cb1f7a9b07
tree110d62628ec131af63c30a26e0c0cf9f910eff3b
parent3fbb78cfdc37910bebd6e146d14145da65dda9bb
tests/functional: Convert the riscv_opensbi avocado test into a standalone test

The avocado test defined test functions for both, riscv32 and riscv64.
Since we can run the whole file with multiple targets in the new
framework, we can now consolidate the functions so we have to only
define one function per machine now.

Message-ID: <20240821082748.65853-23-thuth@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
MAINTAINERS
tests/avocado/riscv_opensbi.py [deleted file]
tests/functional/meson.build
tests/functional/test_riscv_opensbi.py [new file with mode: 0755]