]> xenbits.xensource.com Git - qemu-xen.git/commit
tests/avocado: apply proper skipUnless decorator
authorCleber Rosa <crosa@redhat.com>
Tue, 6 Aug 2024 17:31:12 +0000 (13:31 -0400)
committerThomas Huth <thuth@redhat.com>
Fri, 16 Aug 2024 07:16:03 +0000 (09:16 +0200)
commit3185e5a6f79b349934aebd955f3c1d6e29bc7bc2
tree239b93abfd1301fb1bebbc9b65b4b0ffe725fc88
parente25264fe7b0455b45a6eb519d8e9ba2a708228fb
tests/avocado: apply proper skipUnless decorator

Commit 9b45cc993 added many cases of skipUnless for the sake of
organizing flaky tests.  But, Python decorators *must* follow what
they decorate, so the newlines added should *not* exist there.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Tested-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Message-ID: <20240806173119.582857-3-crosa@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/avocado/boot_linux_console.py
tests/avocado/intel_iommu.py
tests/avocado/linux_initrd.py
tests/avocado/machine_aspeed.py
tests/avocado/machine_mips_malta.py
tests/avocado/machine_rx_gdbsim.py
tests/avocado/reverse_debugging.py
tests/avocado/smmu.py