On 11/18/20 12:04 PM, Vladimir Sementsov-Ogievskiy wrote: > We are going to add more test cases, so use the library supporting test > cases. > > Signed-off-by: Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com> > --- > tests/qemu-iotests/264 | 93 ++++++++++++++++++++++---------------- > tests/qemu-iotests/264.out | 20 ++------ > 2 files changed, 58 insertions(+), 55 deletions(-) >
> +++ b/tests/qemu-iotests/264.out > @@ -1,15 +1,5 @@ > -Start NBD server > -{"execute": "blockdev-add", "arguments": {"driver": "raw", "file": > {"driver": "nbd", "reconnect-delay": 10, "server": {"path": > "TEST_DIR/PID-nbd-sock", "type": "unix"}}, "node-name": "backup0"}} > -{"return": {}} > -{"execute": "blockdev-backup", "arguments": {"device": "drive0", "speed": > 1048576, "sync": "full", "target": "backup0"}} > -{"return": {}} > -Backup job is started > -Kill NBD server > -Backup job is still in progress > -{"execute": "block-job-set-speed", "arguments": {"device": "drive0", > "speed": 0}} > -{"return": {}} > -Start NBD server > -Backup completed: 5242880 > -{"execute": "blockdev-del", "arguments": {"node-name": "backup0"}} > -{"return": {}} > -Kill NBD server > +. > +---------------------------------------------------------------------- > +Ran 1 tests > + > +OK I find it a shame that the expected output no longer shows what was executed. But the test still passes, and if it makes it easier for you to extend the test in a later patch, I won't stand in the way (this is more an indication that by stripping the useful output, I'm no longer in as decent a position to help debug if the test starts failing). Reviewed-by: Eric Blake <ebl...@redhat.com> -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3226 Virtualization: qemu.org | libvirt.org