On 1/13/23 06:04, Fabiano Rosas wrote:
If a test was tagged with the "accel" tag and the specified accelerator it not present in the qemu binary, cancel the test.We can now write tests without explicit calls to require_accelerator, just the tag is enough. Signed-off-by: Fabiano Rosas<faro...@suse.de> --- tests/avocado/avocado_qemu/__init__.py | 4 ++++ 1 file changed, 4 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~