Re: [Qemu-block] [PATCH v2 08/16] qemu-iotests: Add VM.run_job()

2018-05-30 Thread Max Reitz
On 2018-05-29 22:39, Kevin Wolf wrote: > Add an iotests.py function that runs a job and only returns when it is > destroyed. An error is logged when the job failed and job-finalize and > job-dismiss commands are issued if necessary. > > Signed-off-by: Kevin Wolf > --- >

Re: [Qemu-block] [PATCH v2 08/16] qemu-iotests: Add VM.run_job()

2018-05-29 Thread Jeff Cody
On Tue, May 29, 2018 at 10:39:02PM +0200, Kevin Wolf wrote: > Add an iotests.py function that runs a job and only returns when it is > destroyed. An error is logged when the job failed and job-finalize and > job-dismiss commands are issued if necessary. > > Signed-off-by: Kevin Wolf

[Qemu-block] [PATCH v2 08/16] qemu-iotests: Add VM.run_job()

2018-05-29 Thread Kevin Wolf
Add an iotests.py function that runs a job and only returns when it is destroyed. An error is logged when the job failed and job-finalize and job-dismiss commands are issued if necessary. Signed-off-by: Kevin Wolf --- tests/qemu-iotests/iotests.py | 19 +++ 1 file changed, 19