aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
AgeCommit message (Expand)AuthorFilesLines
2020-06-09qcow2.py: move qcow2 format classes to separate moduleVladimir Sementsov-Ogievskiy2-156/+177
2020-06-09qcow2.py: add licensing blurbVladimir Sementsov-Ogievskiy1-0/+16
2020-06-09qcow2.py: python style fixesVladimir Sementsov-Ogievskiy1-39/+56
2020-05-31Merge remote-tracking branch 'remotes/philmd-gitlab/tags/python-next-20200531...Peter Maydell1-4/+1
2020-05-31python: remove more instances of sys.version_infoJohn Snow1-4/+1
2020-05-28iotests: Add test 291 to for qemu-img bitmap coverageEric Blake3-0/+193
2020-05-28qcow2: Expose bitmaps' size during measureEric Blake3-3/+87
2020-05-28iotests: Fix test 178Eric Blake2-2/+2
2020-05-28iotests: 194: test also migration of dirty bitmapVladimir Sementsov-Ogievskiy2-4/+16
2020-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell13-75/+168
2020-05-18iotests/030: Reduce run time by unthrottling job earlierKevin Wolf1-3/+3
2020-05-18iotests: log messages from notrun()John Snow1-6/+5
2020-05-18block: Use blk_make_empty() after commitsMax Reitz1-4/+4
2020-05-18iotests: Run pylint and mypy in a testcaseKevin Wolf3-0/+48
2020-05-18iotests: Fix incomplete type declarationsKevin Wolf1-4/+4
2020-05-18iotests: Mirror with different source/target sizeKevin Wolf2-2/+47
2020-05-18iotests/229: Use blkdebug to inject an errorKevin Wolf2-8/+16
2020-05-18iotests/109: Don't mirror with mismatched sizeKevin Wolf3-48/+41
2020-05-18iotests: Enhance 223 to cover qemu-img map improvementsEric Blake2-3/+6
2020-05-18qemu_img: add cvtnum_full to print error reportsEyal Moscovici1-4/+4
2020-05-13iotests: 287: add qcow2 compression type testDenis Plotnikov3-0/+220
2020-05-13qcow2: introduce compression type featureDenis Plotnikov19-147/+212
2020-05-08iotests/055: Use cache.no-flush for vmdk targetKevin Wolf1-4/+7
2020-05-08iotests: Backup with different source/target sizeKevin Wolf2-4/+41
2020-05-08iotests/283: Use consistent size for source and targetKevin Wolf2-2/+6
2020-05-08iotests: vmdk: Enable zeroed_grained=on by defaultKevin Wolf2-3/+6
2020-05-08qcow2: Avoid integer wraparound in qcow2_co_truncate()Alberto Garcia3-0/+98
2020-05-08iotests/113: mark bochs as required to support whitelistingVladimir Sementsov-Ogievskiy1-2/+2
2020-05-08iotests/109: mark required formats as required to support whitelistingVladimir Sementsov-Ogievskiy1-0/+1
2020-05-08iotests/055: skip vmdk target tests if vmdk is not whitelistedVladimir Sementsov-Ogievskiy1-0/+4
2020-05-08iotests/055: refactor compressed backup to vmdkVladimir Sementsov-Ogievskiy2-35/+39
2020-05-08iotests/041: drop self.assert_no_active_block_jobs()Vladimir Sementsov-Ogievskiy1-8/+0
2020-05-08iotests/148: use skip_if_unsupportedVladimir Sementsov-Ogievskiy1-0/+1
2020-05-08iotests/082: require bochsVladimir Sementsov-Ogievskiy1-0/+1
2020-05-08iotests: handle tmpfsVladimir Sementsov-Ogievskiy2-3/+36
2020-05-05Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-05-05' in...Peter Maydell52-227/+412
2020-05-05Fix iotest 153Maxim Levitsky2-7/+7
2020-05-05block: Comment cleanupsEric Blake4-4/+4
2020-05-05qcow2: Allow resize of images with internal snapshotsEric Blake2-0/+63
2020-05-05iotests: use python logging for iotests.log()John Snow5-31/+39
2020-05-05iotests: Mark verify functions as privateJohn Snow1-10/+13
2020-05-05iotest 258: use script_mainJohn Snow1-7/+4
2020-05-05iotests: add script_initializeJohn Snow38-83/+132
2020-05-05iotests: add hmp helper with loggingJohn Snow1-15/+24
2020-05-05iotests: limit line length to 79 charsJohn Snow2-23/+47
2020-05-05iotests: touch up log function signatureJohn Snow1-3/+11
2020-05-05iotests: drop pre-Python 3.4 compatibility codeJohn Snow1-4/+1
2020-05-05iotests: alphabetize standard importsJohn Snow1-9/+9
2020-05-05iotests: add pylintrc fileJohn Snow1-0/+22
2020-05-05iotests: replace mutable list default argsJohn Snow1-12/+12