On Thu, 08/31 11:06, Eric Blake wrote: > On 08/31/2017 06:22 AM, Fam Zheng wrote: > > Signed-off-by: Fam Zheng <f...@redhat.com> > > --- > > tests/docker/test-block | 21 +++++++++++++++++++++ > > 1 file changed, 21 insertions(+) > > create mode 100755 tests/docker/test-block > > > > +cd "$BUILD_DIR" > > + > > +build_qemu --target-list=x86_64-softmmu > > +cd tests/qemu-iotests > > +./check -raw > > +./check -qcow2 > > Should we also run ./check -nbd?
Yes, I can add it, and -g quick to all formats, so that the whole test is not lagged too badly, and that writing "quick" tests is encouraged in some degree. Fam