Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iotests: Derive image names from $TEST_IMG | Max Reitz | 2020-12-11 | 1 | -2/+2 |
| | | | | | | | | | | | Avoid creating images with custom filenames in $TEST_DIR, because non-file protocols may want to keep $TEST_IMG (and all other test images) in some other directory. Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Message-Id: <20201027190600.192171-12-mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com> | ||||
* | iotests: Include QMP input in .out files | Eric Blake | 2019-11-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | We generally include relevant HMP input in .out files, by virtue of the fact that HMP echoes its input. But QMP does not, so we have to explicitly inject it in the output stream (appropriately filtered to keep the tests passing), in order to make it easier to read .out files to see what behavior is being tested (especially true where the output file is a sequence of {'return': {}}). Suggested-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Eric Blake <eblake@redhat.com> Message-Id: <20191114213415.23499-4-eblake@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> | ||||
* | qemu-iotest: add test for blockjob coroutine race condition | Jeff Cody | 2017-11-21 | 1 | -0/+14 |
Signed-off-by: Jeff Cody <jcody@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> |