Re: [Qemu-devel] [PATCH v2 3/3] docker: Add test-block

2017-09-01 Thread Daniel P. Berrange
On Fri, Sep 01, 2017 at 05:55:52PM +0800, Fam Zheng wrote: > On Thu, 08/31 11:06, Eric Blake wrote: > > On 08/31/2017 06:22 AM, Fam Zheng wrote: > > > Signed-off-by: Fam Zheng > > > --- > > > tests/docker/test-block | 21 + > > > 1 file changed, 21 insertions(+) > > > create

Re: [Qemu-devel] [PATCH v2 3/3] docker: Add test-block

2017-09-01 Thread Fam Zheng
On Thu, 08/31 11:06, Eric Blake wrote: > On 08/31/2017 06:22 AM, Fam Zheng wrote: > > Signed-off-by: Fam Zheng > > --- > > tests/docker/test-block | 21 + > > 1 file changed, 21 insertions(+) > > create mode 100755 tests/docker/test-block > > > > +cd "$BUILD_DIR" > > + > >

Re: [Qemu-devel] [PATCH v2 3/3] docker: Add test-block

2017-09-01 Thread Daniel P. Berrange
On Fri, Sep 01, 2017 at 04:22:13PM +0800, Fam Zheng wrote: > On Thu, 08/31 17:18, Daniel P. Berrange wrote: > > Could you add 'check -luks' - it should be passing already with git > > master. Ideally it wants password-less sudo enabled, but will skip > > the appropriate test if that's not there.

Re: [Qemu-devel] [PATCH v2 3/3] docker: Add test-block

2017-09-01 Thread Fam Zheng
On Thu, 08/31 17:18, Daniel P. Berrange wrote: > Could you add 'check -luks' - it should be passing already with git > master. Ideally it wants password-less sudo enabled, but will skip > the appropriate test if that's not there. I have this failure: 192 - output mismatch (see 192.out.b

Re: [Qemu-devel] [PATCH v2 3/3] docker: Add test-block

2017-09-01 Thread Fam Zheng
On Thu, 08/31 13:36, Philippe Mathieu-Daudé wrote: > On 08/31/2017 01:21 PM, Eric Blake wrote: > > On 08/31/2017 11:18 AM, Daniel P. Berrange wrote: > > > > > > 'qcow' (v1) was also passing last time I checked, though it is > > > waay slow to run compared to qcow2, so I'd understand if you > >

Re: [Qemu-devel] [PATCH v2 3/3] docker: Add test-block

2017-08-31 Thread Philippe Mathieu-Daudé
On 08/31/2017 01:21 PM, Eric Blake wrote: On 08/31/2017 11:18 AM, Daniel P. Berrange wrote: 'qcow' (v1) was also passing last time I checked, though it is waay slow to run compared to qcow2, so I'd understand if you were reluctant to turn that on due to speed Even './check -qcow -g quick'

Re: [Qemu-devel] [PATCH v2 3/3] docker: Add test-block

2017-08-31 Thread Kashyap Chamarthy
On Thu, Aug 31, 2017 at 11:06:55AM -0500, Eric Blake wrote: > On 08/31/2017 06:22 AM, Fam Zheng wrote: > > Signed-off-by: Fam Zheng > > --- > > tests/docker/test-block | 21 + > > 1 file changed, 21 insertions(+) > > create mode 100755 tests/docker/test-block > > > > +cd "$

Re: [Qemu-devel] [PATCH v2 3/3] docker: Add test-block

2017-08-31 Thread Eric Blake
On 08/31/2017 11:18 AM, Daniel P. Berrange wrote: > > 'qcow' (v1) was also passing last time I checked, though it is > waay slow to run compared to qcow2, so I'd understand if you > were reluctant to turn that on due to speed Even './check -qcow -g quick' might be nicer than nothing, but that

Re: [Qemu-devel] [PATCH v2 3/3] docker: Add test-block

2017-08-31 Thread Daniel P. Berrange
On Thu, Aug 31, 2017 at 07:22:10PM +0800, Fam Zheng wrote: > Signed-off-by: Fam Zheng > --- > tests/docker/test-block | 21 + > 1 file changed, 21 insertions(+) > create mode 100755 tests/docker/test-block > > diff --git a/tests/docker/test-block b/tests/docker/test-block >

Re: [Qemu-devel] [PATCH v2 3/3] docker: Add test-block

2017-08-31 Thread Eric Blake
On 08/31/2017 06:22 AM, Fam Zheng wrote: > Signed-off-by: Fam Zheng > --- > 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-iot

[Qemu-devel] [PATCH v2 3/3] docker: Add test-block

2017-08-31 Thread Fam Zheng
Signed-off-by: Fam Zheng --- tests/docker/test-block | 21 + 1 file changed, 21 insertions(+) create mode 100755 tests/docker/test-block diff --git a/tests/docker/test-block b/tests/docker/test-block new file mode 100755 index 00..20ef70538f --- /dev/null +++ b/tests