Re: [PATCH] tests/avocado: Move LinuxTest related code into a separate file

2024-08-26 Thread Philippe Mathieu-Daudé
On 21/8/24 17:14, Thomas Huth wrote: On 21/08/2024 17.11, Philippe Mathieu-Daudé wrote: On 19/7/24 11:50, Thomas Huth wrote: Only some few tests are using the LinuxTest class. Move the related code into a separate file so that this does not pollute the main namespace. Signed-off-by: Thomas Hut

Re: [PATCH] tests/avocado: Move LinuxTest related code into a separate file

2024-08-21 Thread Thomas Huth
On 21/08/2024 17.11, Philippe Mathieu-Daudé wrote: On 19/7/24 11:50, Thomas Huth wrote: Only some few tests are using the LinuxTest class. Move the related code into a separate file so that this does not pollute the main namespace. Signed-off-by: Thomas Huth ---   tests/avocado/avocado_qemu/__

Re: [PATCH] tests/avocado: Move LinuxTest related code into a separate file

2024-08-21 Thread Philippe Mathieu-Daudé
On 19/7/24 11:50, Thomas Huth wrote: Only some few tests are using the LinuxTest class. Move the related code into a separate file so that this does not pollute the main namespace. Signed-off-by: Thomas Huth --- tests/avocado/avocado_qemu/__init__.py | 239 +- tests/avoc

Re: [PATCH] tests/avocado: Move LinuxTest related code into a separate file

2024-07-19 Thread Philippe Mathieu-Daudé
On 19/7/24 14:49, Philippe Mathieu-Daudé wrote: On 19/7/24 11:50, Thomas Huth wrote: Only some few tests are using the LinuxTest class. Move the related code into a separate file so that this does not pollute the main namespace. Signed-off-by: Thomas Huth ---   tests/avocado/avocado_qemu/__ini

Re: [PATCH] tests/avocado: Move LinuxTest related code into a separate file

2024-07-19 Thread Philippe Mathieu-Daudé
On 19/7/24 11:50, Thomas Huth wrote: Only some few tests are using the LinuxTest class. Move the related code into a separate file so that this does not pollute the main namespace. Signed-off-by: Thomas Huth --- tests/avocado/avocado_qemu/__init__.py | 239 +- tests/avoc

Re: [PATCH] tests/avocado: Move LinuxTest related code into a separate file

2024-07-19 Thread Daniel P . Berrangé
On Fri, Jul 19, 2024 at 11:50:31AM +0200, Thomas Huth wrote: > Only some few tests are using the LinuxTest class. Move the related > code into a separate file so that this does not pollute the main > namespace. > > Signed-off-by: Thomas Huth > --- > tests/avocado/avocado_qemu/__init__.py | 239

[PATCH] tests/avocado: Move LinuxTest related code into a separate file

2024-07-19 Thread Thomas Huth
Only some few tests are using the LinuxTest class. Move the related code into a separate file so that this does not pollute the main namespace. Signed-off-by: Thomas Huth --- tests/avocado/avocado_qemu/__init__.py | 239 +- tests/avocado/avocado_qemu/linuxtest.py | 253 +