Re: [PATCH] tests/avocado: Remove the boot_linux.py and replay_linux.py tests

2025-03-04 Thread Thomas Huth
On 27/02/2025 13.18, Alex Bennée wrote: Thomas Huth writes: These tests are based on the cloudinit functions from Avocado. The cloudinit is very, very slow compared to our other tests, so most of these Avocado tests have either been disabled by default with a decorator, or have been marked to

Re: [PATCH] tests/avocado: Remove the boot_linux.py and replay_linux.py tests

2025-02-27 Thread Alex Bennée
Thomas Huth writes: > These tests are based on the cloudinit functions from Avocado. > The cloudinit is very, very slow compared to our other tests, > so most of these Avocado tests have either been disabled by default > with a decorator, or have been marked to only run with KVM. I have no objec

[PATCH] tests/avocado: Remove the boot_linux.py and replay_linux.py tests

2025-02-27 Thread Thomas Huth
These tests are based on the cloudinit functions from Avocado. The cloudinit is very, very slow compared to our other tests, so most of these Avocado tests have either been disabled by default with a decorator, or have been marked to only run with KVM. We won't include this sluggish cloudinit stuf