Re: [PATCH v2 15/23] tests/functional: Convert the riscv_opensbi avocado test into a standalone test

2024-07-29 Thread Philippe Mathieu-Daudé
On 24/7/24 19:52, Thomas Huth wrote: 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. Signed-off-by: Thom

Re: [PATCH v2 15/23] tests/functional: Convert the riscv_opensbi avocado test into a standalone test

2024-07-24 Thread Alistair Francis
On Thu, Jul 25, 2024 at 3:56 AM Thomas Huth wrote: > > 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 no

[PATCH v2 15/23] tests/functional: Convert the riscv_opensbi avocado test into a standalone test

2024-07-24 Thread Thomas Huth
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. Signed-off-by: Thomas Huth --- tests/avocado/riscv_opens