Re: [PATCH 1/4] tests/functional: Add a class containing Linux kernel helpers

2024-08-27 Thread Thomas Huth
On 27/08/2024 11.21, Philippe Mathieu-Daudé wrote: Hi Thomas, On 27/8/24 07:34, Thomas Huth wrote: On 27/08/2024 00.10, Philippe Mathieu-Daudé wrote: Use the 'linux_kernel' namespace to provide common helpers to functional tests booting a Linux kernel. Suggested-by: Thomas Huth Signed-off-by

Re: [PATCH 1/4] tests/functional: Add a class containing Linux kernel helpers

2024-08-27 Thread Philippe Mathieu-Daudé
Hi Thomas, On 27/8/24 07:34, Thomas Huth wrote: On 27/08/2024 00.10, Philippe Mathieu-Daudé wrote: Use the 'linux_kernel' namespace to provide common helpers to functional tests booting a Linux kernel. Suggested-by: Thomas Huth Signed-off-by: Philippe Mathieu-Daudé ---   tests/functional/qem

Re: [PATCH 1/4] tests/functional: Add a class containing Linux kernel helpers

2024-08-26 Thread Thomas Huth
On 27/08/2024 00.10, Philippe Mathieu-Daudé wrote: Use the 'linux_kernel' namespace to provide common helpers to functional tests booting a Linux kernel. Suggested-by: Thomas Huth Signed-off-by: Philippe Mathieu-Daudé --- tests/functional/qemu_test/linux_kernel.py | 19 +++

[PATCH 1/4] tests/functional: Add a class containing Linux kernel helpers

2024-08-26 Thread Philippe Mathieu-Daudé
Use the 'linux_kernel' namespace to provide common helpers to functional tests booting a Linux kernel. Suggested-by: Thomas Huth Signed-off-by: Philippe Mathieu-Daudé --- tests/functional/qemu_test/linux_kernel.py | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 te