Il 21/08/2014 14:27, Markus Armbruster ha scritto: > Current "make check-block" runs tests/qemu-iotests-quick.sh, which tests > format qcow2, protocol file, group quick with cache=none. Runs 55 tests > and takes about 2 minutes for me on a not particularly fast test box > (spinning rust).
Perhaps "make check" should run these quick tests, while "make check-block" should run a bigger testsuite. The caveat about cache=none applies; perhaps tests/qemu-iotests-quick.sh could check for that. Paolo