diff options
author | Thomas Huth <thuth@redhat.com> | 2024-08-21 10:27:23 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-11-08 06:13:34 +0100 |
commit | 6a564c8a183fb585d8fedf055b3566cb1f7a9b07 (patch) | |
tree | 110d62628ec131af63c30a26e0c0cf9f910eff3b /MAINTAINERS | |
parent | 3fbb78cfdc37910bebd6e146d14145da65dda9bb (diff) |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0844f5da19..844944fb39 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -329,6 +329,7 @@ F: hw/intc/riscv* F: include/hw/riscv/ F: linux-user/host/riscv32/ F: linux-user/host/riscv64/ +F: tests/functional/test_riscv* F: tests/tcg/riscv64/ RISC-V XThead* extensions |