Re: [PATCH 0/7] tests/functional: Convert the advent calendar tests

2024-09-21 Thread Richard Henderson
On 9/19/24 20:57, Thomas Huth wrote: Thomas Huth (7): tests/functional/qemu_test: Add a function for launching kernels more easily tests/functional: Convert the vexpressa9 Avocado test tests/functional: Convert the xtensa lx60 Avocado test tests/functional: Convert the SPARCStati

[PATCH 0/7] tests/functional: Convert the advent calendar tests

2024-09-19 Thread Thomas Huth
Convert the advent calendar avocado tests to the new functional framework. Since most tests are doing pretty much the same (add a "-kernel" parameter and maybe "-initrd" and "-dtb", then launch QEMU and wait for a string on the serial console), we first introduce a helper function to shorten this r