]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: Add a decorator for skipping tests on particular OS
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 3 Apr 2025 20:32:38 +0000 (22:32 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 3 Apr 2025 23:11:09 +0000 (16:11 -0700)
commit00f119f4c4f776e5e36e8ea99bb3ff865cc52c09
treed3fe1c0adeba70b7368be9a475cdfffda8785bc2
parent4412d713822b6a0d87efd428ae164e80618ca2d2
tests/functional: Add a decorator for skipping tests on particular OS

Since tests might be failing on some operating systems,
introduce the skipIfOperatingSystem() decorator.

Acked-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250403203241.46692-3-philmd@linaro.org>
tests/functional/qemu_test/__init__.py
tests/functional/qemu_test/decorators.py