Commit b3763a19 authored by Thomas Huth's avatar Thomas Huth
Browse files

tests/qemu-iotests: Remove the "_supported_os Linux" line from many tests



A lot of tests run fine on FreeBSD and macOS, too - the limitation
to Linux here was likely just copied-and-pasted from other tests.
Thus remove the "_supported_os Linux" line from tests that run
successful in our CI pipelines on FreeBSD and macOS.

Reviewed-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Tested-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Acked-by: default avatarChristian Borntraeger <borntraeger@de.ibm.com>
Message-Id: <20190502084506.8009-6-thuth@redhat.com>
Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
parent db2b95d5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ trap "_cleanup; exit \$status" 0 1 2 3 15

_supported_fmt generic
_supported_proto generic
_supported_os Linux


size=128M
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ trap "_cleanup; exit \$status" 0 1 2 3 15

_supported_fmt generic
_supported_proto generic
_supported_os Linux


size=128M
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ trap "_cleanup; exit \$status" 0 1 2 3 15

_supported_fmt generic
_supported_proto generic
_supported_os Linux

size=128M
offset=67M
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ trap "_cleanup; exit \$status" 0 1 2 3 15

_supported_fmt raw qcow qcow2 qed vdi vmdk vhdx luks
_supported_proto generic
_supported_os Linux


size=128M
+0 −1
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
# currently only qcow2 allows for consistency checks using qemu-img
_supported_fmt qcow2
_supported_proto generic
_supported_os Linux
# refcount_bits must be at least 4 so we can create ten internal snapshots
# (1 bit supports none, 2 bits support two, 4 bits support 14)
_unsupported_imgopts 'refcount_bits=\(1\|2\)[^0-9]'
Loading