aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
AgeCommit message (Expand)AuthorFilesLines
2022-02-02python/machine: raise VMLaunchFailure exception from launch()John Snow1-2/+1
2022-02-01iotests/migration-permissions: New testHanna Reitz2-0/+106
2022-02-01iotests: declare lack of support for compresion_type in IMGOPTSVladimir Sementsov-Ogievskiy5-7/+14
2022-02-01iotest 214: explicit compression typeVladimir Sementsov-Ogievskiy1-1/+1
2022-02-01iotests 60: more accurate set dirty bit in qcow2 headerVladimir Sementsov-Ogievskiy1-1/+1
2022-02-01iotests: bash tests: filter compression typeVladimir Sementsov-Ogievskiy7-21/+41
2022-02-01iotest 39: use _qcow2_dump_headerVladimir Sementsov-Ogievskiy1-1/+1
2022-02-01iotests: massive use _qcow2_dump_headerVladimir Sementsov-Ogievskiy7-49/+49
2022-02-01iotests/common.rc: introduce _qcow2_dump_header helperVladimir Sementsov-Ogievskiy1-0/+10
2022-02-01iotest 302: use img_info_log() helperVladimir Sementsov-Ogievskiy2-5/+6
2022-02-01iotests.py: filter compression type outVladimir Sementsov-Ogievskiy4-15/+17
2022-02-01iotests.py: filter out successful output of qemu-img createVladimir Sementsov-Ogievskiy7-67/+11
2022-02-01iotest 065: explicit compression typeVladimir Sementsov-Ogievskiy1-8/+8
2022-02-01iotest 303: explicit compression typeVladimir Sementsov-Ogievskiy2-10/+45
2022-02-01iotests.py: rewrite default luks support in qemu_imgVladimir Sementsov-Ogievskiy1-19/+17
2022-02-01iotests: drop qemu_img_verbose() helperVladimir Sementsov-Ogievskiy5-13/+10
2022-02-01iotests.py: qemu_img*("create"): support IMGOPTS='compression_type=zstd'Vladimir Sementsov-Ogievskiy1-1/+26
2022-02-01iotests: specify some unsupported_imgopts for python iotestsVladimir Sementsov-Ogievskiy15-15/+30
2022-02-01iotests.py: implement unsupported_imgoptsVladimir Sementsov-Ogievskiy1-1/+14
2022-02-01iotests.py: img_info_log(): rename imgopts argumentVladimir Sementsov-Ogievskiy2-6/+7
2022-02-01iotests/MRCE: Write data to sourceHanna Reitz1-1/+6
2022-02-01tests/qemu-iotests: Fix 051 for binaries without 'lsi53c895a'Thomas Huth1-0/+4
2022-01-28iotests/block-status-cache: New testHanna Reitz2-0/+144
2022-01-28check-block: replace -makecheck with TAP outputPaolo Bonzini4-41/+45
2022-01-28build: make check-block a meson testPaolo Bonzini1-0/+29
2022-01-14iotests/testrunner.py: refactor test_field_widthVladimir Sementsov-Ogievskiy1-11/+10
2022-01-14block: drop BLK_PERM_GRAPH_MODVladimir Sementsov-Ogievskiy1-4/+0
2022-01-14qemu-img: make is_allocated_sectors() more efficientVladimir Sementsov-Ogievskiy1-6/+2
2022-01-14iotests: Test qemu-img convert of zeroed data clusterKevin Wolf2-2/+9
2022-01-14iotests/308: Fix for CAP_DAC_OVERRIDEHanna Reitz2-3/+24
2022-01-14iotests/stream-error-on-reset: New testHanna Reitz2-0/+145
2021-12-28blockjob: drop BlockJob.blk fieldVladimir Sementsov-Ogievskiy3-3/+4
2021-12-23Merge tag 'pull-nbd-2021-12-22-v2' of https://src.openvz.org/scm/~vsementsov/...Richard Henderson3-13/+106
2021-12-23iotests: add nbd-reconnect-on-open testVladimir Sementsov-Ogievskiy2-0/+82
2021-12-23iotests.py: add qemu_io_popen()Vladimir Sementsov-Ogievskiy1-0/+3
2021-12-23iotests.py: add and use qemu_io_wrap_args()Vladimir Sementsov-Ogievskiy1-10/+10
2021-12-23iotests.py: add qemu_tool_popen()Vladimir Sementsov-Ogievskiy1-3/+11
2021-12-22iotests: check: multiprocessing supportVladimir Sementsov-Ogievskiy2-9/+64
2021-12-22iotests/testrunner.py: move updating last_elapsed to run_testsVladimir Sementsov-Ogievskiy1-1/+3
2021-12-22iotests/testrunner.py: add doc string for run_test()Vladimir Sementsov-Ogievskiy1-0/+13
2021-11-23iotests/149: Skip on unsupported ciphersHanna Reitz1-5/+18
2021-11-23iotests: Use aes-128-cbcHanna Reitz4-10/+10
2021-11-16file-posix: Fix alignment after reopen changing O_DIRECTKevin Wolf2-0/+47
2021-11-16iotests/030: Unthrottle parallel jobs in reverseHanna Reitz1-1/+10
2021-11-03Merge remote-tracking branch 'remotes/kwolf/tags/for-upstream' into stagingRichard Henderson2-4/+60
2021-11-02block: Fail gracefully when blockdev-snapshot creates loopsKevin Wolf2-4/+60
2021-11-02pylint: fix errors and warnings generated by tests/qemu-iotests/297Emanuele Giuseppe Esposito5-27/+29
2021-11-01iotests/300: avoid abnormal shutdown race conditionJohn Snow1-8/+5
2021-11-01iotests: Conditionally silence certain AQMP errorsJohn Snow2-5/+27
2021-11-01iotests: Accommodate async QMP Exception classesJohn Snow1-2/+3