| Commit message (Expand) | Author | Age | Files | Lines |
* | iotests: Fix status checks | Hanna Reitz | 2022-03-29 | 1 | -7/+19 |
* | iotests: add qemu_img_map() function | John Snow | 2022-03-22 | 1 | -3/+2 |
* | qemu-img: Require -F with -b backing image | Eric Blake | 2021-07-09 | 1 | -2/+4 |
* | iotests: define group in each iotest | Vladimir Sementsov-Ogievskiy | 2021-01-20 | 1 | -0/+1 |
* | iotests: Add filter mirror test cases | Max Reitz | 2020-09-08 | 1 | -1/+145 |
* | iotests: Specify explicit backing format where sensible | Eric Blake | 2020-07-14 | 1 | -12/+25 |
* | iotests/041: Skip test_small_target for qed | Max Reitz | 2020-06-17 | 1 | -0/+2 |
* | iotests: Mirror with different source/target size | Kevin Wolf | 2020-05-18 | 1 | -0/+45 |
* | iotests/041: drop self.assert_no_active_block_jobs() | Vladimir Sementsov-Ogievskiy | 2020-05-08 | 1 | -8/+0 |
* | iotests/041: Fix NBD socket path | Max Reitz | 2020-05-04 | 1 | -1/+1 |
* | iotests: Check that @replaces can replace filters | Max Reitz | 2020-02-18 | 1 | -0/+46 |
* | iotests: Add tests for invalid Quorum @replaces | Max Reitz | 2020-02-18 | 1 | -1/+69 |
* | iotests: Use self.image_len in TestRepairQuorum | Max Reitz | 2020-02-18 | 1 | -1/+1 |
* | iotests: Resolve TODOs in 041 | Max Reitz | 2020-02-18 | 1 | -4/+2 |
* | iotests/041: Drop superfluous shutdowns | Max Reitz | 2020-02-18 | 1 | -11/+0 |
* | iotests: Let 041 use -blockdev for quorum children | Max Reitz | 2020-02-18 | 1 | -1/+4 |
* | tests/qemu-iotests: Explicit usage of Python 3 (scripts with __main__) | Philippe Mathieu-Daudé | 2020-02-07 | 1 | -1/+1 |
* | iotests: Test 041 only works on certain systems | Thomas Huth | 2020-02-06 | 1 | -1/+2 |
* | iotests: Add more "skip_if_unsupported" statements to the python tests | Thomas Huth | 2020-01-27 | 1 | -36/+3 |
* | iotests: Add test for failing mirror complete | Max Reitz | 2020-01-06 | 1 | -0/+44 |
* | iotests: Restrict file Python tests to file | Max Reitz | 2019-09-10 | 1 | -1/+2 |
* | iotests: Full mirror to existing non-zero image | Max Reitz | 2019-08-19 | 1 | -4/+58 |
* | iotests: Replace assertEquals() with assertEqual() | Kevin Wolf | 2018-11-21 | 1 | -3/+3 |
* | iotests: Use // for Python integer division | Max Reitz | 2018-10-31 | 1 | -2/+2 |
* | mirror: Fail gracefully for source == target | Kevin Wolf | 2018-08-15 | 1 | -0/+6 |
* | iotests: Move qmp_to_opts() to VM | Kevin Wolf | 2018-05-23 | 1 | -3/+3 |
* | job: Add JOB_STATUS_CHANGE QMP event | Kevin Wolf | 2018-05-23 | 1 | -1/+16 |
* | qemu-iotests/041: Fix leaked scratch images | Kevin Wolf | 2017-08-01 | 1 | -1/+3 |
* | qemu-iotests: Avoid unnecessary sleeps | Kevin Wolf | 2017-07-24 | 1 | -8/+4 |
* | block: Skip implicit nodes in query-block/blockstats | Kevin Wolf | 2017-07-24 | 1 | -1/+37 |
* | iotests: Add mirror tests for orphaned source | Max Reitz | 2017-04-07 | 1 | -0/+46 |
* | qemu-iotests: Add iotests.supports_quorum() | Alberto Garcia | 2016-10-31 | 1 | -15/+12 |
* | block: Remove "options" indirection from blockdev-add | Kevin Wolf | 2016-10-24 | 1 | -6/+5 |
* | qemu-iotests/041: Avoid blockdev-add with id | Kevin Wolf | 2016-09-23 | 1 | -39/+32 |
* | block: Accept node-name for drive-mirror | Kevin Wolf | 2016-09-05 | 1 | -5/+3 |
* | iotests: add small-granularity mirror test | John Snow | 2016-06-29 | 1 | -0/+30 |
* | mirror: Allow target that already has a BlockBackend | Kevin Wolf | 2016-05-25 | 1 | -27/+0 |
* | qemu-iotests: 041: More robust assertion on quorum node | Fam Zheng | 2016-04-15 | 1 | -8/+4 |
* | iotests: Add test cases for blockdev-mirror | Fam Zheng | 2016-01-07 | 1 | -23/+77 |
* | block: auto-generated node-names | Jeff Cody | 2015-10-16 | 1 | -2/+2 |
* | typofixes - v4 | Veres Lajos | 2015-09-11 | 1 | -1/+1 |
* | iotests: Respect -nodefaults in tests 41 and 55 | Max Reitz | 2015-09-04 | 1 | -3/+9 |
* | qemu-iotests: s390x: fix test 041 and 055 | Bo Tu | 2015-09-04 | 1 | -0/+6 |
* | qemu-iotests: Make block job methods common | Fam Zheng | 2015-07-02 | 1 | -51/+15 |
* | iotests: Omit length/offset test in 040 and 041 | Max Reitz | 2014-11-03 | 1 | -4/+1 |
* | qemu-iotests: Disable Quorum testing in 041 when Quorum is not builtin | Benoît Canet | 2014-07-07 | 1 | -2/+39 |
* | mirror: Fix qiov size for short requests | Kevin Wolf | 2014-07-07 | 1 | -0/+5 |
* | qemu-iotests: Add TestRepairQuorum to 041 to test drive-mirror node-name mode. | Benoît Canet | 2014-06-27 | 1 | -4/+192 |
* | qemu-iotests: Test 0-length image for mirror | Fam Zheng | 2014-06-26 | 1 | -3/+8 |
* | qemu-iotests: Fix test 041 | Max Reitz | 2013-11-27 | 1 | -8/+24 |