aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/iotests.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-26iotests: add filter_qmp_generated_node_ids()Stefan Hajnoczi1-0/+7
2023-10-12python: use vm.cmd() instead of vm.qmp() where appropriateVladimir Sementsov-Ogievskiy1-6/+3
2023-10-12iotests.py: pause_job(): drop return valueVladimir Sementsov-Ogievskiy1-2/+1
2023-10-12iotests: QemuStorageDaemon: add cmd() method like in QEMUMachine.Vladimir Sementsov-Ogievskiy1-1/+6
2023-10-12python: rename QEMUMonitorProtocol.cmd() to cmd_raw()Vladimir Sementsov-Ogievskiy1-1/+1
2023-10-11python/machine: remove unused sock_dir argumentJohn Snow1-1/+1
2023-05-30iotests: Make verify_virtio_scsi_pci_or_ccw() publicKevin Wolf1-1/+1
2023-05-19iotests: Test commit with iothreads and ongoing I/OKevin Wolf1-0/+4
2023-02-22python: support pylint 2.16John Snow1-2/+2
2023-02-01iotests: Filter child node informationHanna Reitz1-3/+15
2022-04-25iotests: make qemu_io_log() check return codes by defaultJohn Snow1-2/+3
2022-04-25iotests: remove qemu_io_silent() and qemu_io_silent_check().John Snow1-16/+0
2022-04-25iotests: remove qemu_io_pipe_and_status()John Snow1-3/+0
2022-04-25iotests: rebase qemu_io() on top of qemu_tool()John Snow1-6/+13
2022-04-25iotests: create generic qemu_tool() functionJohn Snow1-11/+21
2022-04-21python: rename qemu.aqmp to qemu.qmpJohn Snow1-1/+1
2022-04-21iotests: switch to AQMPJohn Snow1-2/+1
2022-04-20iotests.py: Add supports_qcow2_zstd_compression()Hanna Reitz1-0/+20
2022-03-22iotests.py: Filters for VM.run_job()Hanna Reitz1-10/+16
2022-03-22iotests: make qemu_img_log and img_info_log raise on errorJohn Snow1-3/+5
2022-03-22iotests: remove qemu_img_pipe_and_status()John Snow1-19/+7
2022-03-22iotests: use qemu_img() in has_working_luks()John Snow1-9/+9
2022-03-22iotests: change supports_quorum to use qemu_imgJohn Snow1-2/+2
2022-03-22iotests: add qemu_img_map() functionJohn Snow1-0/+3
2022-03-22iotests: add qemu_img_info()John Snow1-4/+11
2022-03-22iotests: use qemu_img_json() when applicableJohn Snow1-4/+4
2022-03-22iotests: add qemu_img_json()John Snow1-0/+32
2022-03-22iotests: fortify compare_images() against crashesJohn Snow1-5/+16
2022-03-22iotests: make qemu_img raise on non-zero rc by defaultJohn Snow1-7/+50
2022-03-07iotests.py: add qemu_io_pipe_and_status()Vladimir Sementsov-Ogievskiy1-0/+3
2022-03-07iotests: Write test output to TEST_DIRHanna Reitz1-3/+2
2022-03-04iotests: Allow using QMP with the QSDHanna Reitz1-1/+31
2022-02-11iotests.py: Add QemuStorageDaemon classHanna Reitz1-0/+40
2022-02-01iotests.py: filter compression type outVladimir Sementsov-Ogievskiy1-0/+2
2022-02-01iotests.py: filter out successful output of qemu-img createVladimir Sementsov-Ogievskiy1-2/+8
2022-02-01iotests.py: rewrite default luks support in qemu_imgVladimir Sementsov-Ogievskiy1-19/+17
2022-02-01iotests: drop qemu_img_verbose() helperVladimir Sementsov-Ogievskiy1-8/+0
2022-02-01iotests.py: qemu_img*("create"): support IMGOPTS='compression_type=zstd'Vladimir Sementsov-Ogievskiy1-1/+26
2022-02-01iotests.py: implement unsupported_imgoptsVladimir Sementsov-Ogievskiy1-1/+14
2022-02-01iotests.py: img_info_log(): rename imgopts argumentVladimir Sementsov-Ogievskiy1-2/+3
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-11-02pylint: fix errors and warnings generated by tests/qemu-iotests/297Emanuele Giuseppe Esposito1-3/+4
2021-11-01iotests: Conditionally silence certain AQMP errorsJohn Snow1-1/+19
2021-10-12python, iotests: remove socket_scm_helperJohn Snow1-3/+0
2021-10-06iotests: add 'qemu' package location to PYTHONPATH in testenvJohn Snow1-2/+0
2021-09-15iotests: Fix use-{list,dict}-literal warningsHanna Reitz1-2/+2
2021-09-15iotests: Fix unspecified-encoding pylint warningsHanna Reitz1-3/+5
2021-09-01iotests.py: hmp_qemu_io: support qdevVladimir Sementsov-Ogievskiy1-2/+3