qemu-iotests contains useful tests that have a nice coverage of block layer
code. Adding check-block (which calls tests/qemu-iotests-quick.sh) to "make
check" is good for developers' self-testing.
v4: 06: Use CONFIG_LINUX instead of custom "uname" in tests/Makefile. (Peter)
v2: Take care of other platforms, basically by keeping them unchanged, and only
add "make check-block" to "make check" on Linux. (Peter)
Fam Zheng (7):
.gitignore: Ignore generated "common.env"
qemu-iotests: Remove 091 from quick group
qemu-iotests: Replace "/bin/true" with "true"
qemu-iotests: Add "_supported_os Linux" to 058
qemu-iotests: Speed up make check-block
tests/Makefile: Add check-block to make check on Linux
qemu-iotests: Add supported os parameter for python tests
.gitignore | 1 +
tests/Makefile | 3 +++
tests/qemu-iotests-quick.sh | 2 +-
tests/qemu-iotests/058 | 1 +
tests/qemu-iotests/check | 1 +
tests/qemu-iotests/common.config | 2 +-
tests/qemu-iotests/common.filter | 2 +-
tests/qemu-iotests/common.rc | 2 +-
tests/qemu-iotests/group | 2 +-
tests/qemu-iotests/iotests.py | 5 ++++-
10 files changed, 15 insertions(+), 6 deletions(-)
--
1.9.3