On Tue, Sep 05, 2017 at 10:56:08AM +0800, Fam Zheng wrote: > Based-on: 20170905021201.25684-1-f...@redhat.com > ([PATCH v6 00/12] tests: Add VM based build tests (for non-x86_64 and/or > non-Linux)) > > A few tweaks to the docker images and running commands allow us to run > qemu-iotests in the fedora container. This will be added to the patchew test > cases later. > > v4: Don't use 'set -e'. [Eric] > Add Kashyap's rev-by to unchanged patches. > > v3: Add nbd, luks and limit to quick group. > > v2: Add nettle-devel because a few iotest cases blindly assumes the support is > there. > > Fam Zheng (6): > docker: Fix return code of build_qemu() > docker: Add test_fail and prep_fail > docker: Use unconfined security profile > docker: Add nettle-devel to fedora image > docker: Add test-block > docker: Drop 'set -e' from run script > > tests/docker/Makefile.include | 1 + > tests/docker/common.rc | 15 +++++++++++++-- > tests/docker/dockerfiles/fedora.docker | 1 + > tests/docker/run | 8 +++----- > tests/docker/test-block | 22 ++++++++++++++++++++++ > 5 files changed, 40 insertions(+), 7 deletions(-) > create mode 100755 tests/docker/test-block > > -- > 2.13.5 > >
Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>