aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/iotests.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* iotests: add filter_qmp_generated_node_ids()Stefan Hajnoczi2024-01-261-0/+7
* python: use vm.cmd() instead of vm.qmp() where appropriateVladimir Sementsov-Ogievskiy2023-10-121-6/+3
* iotests.py: pause_job(): drop return valueVladimir Sementsov-Ogievskiy2023-10-121-2/+1
* iotests: QemuStorageDaemon: add cmd() method like in QEMUMachine.Vladimir Sementsov-Ogievskiy2023-10-121-1/+6
* python: rename QEMUMonitorProtocol.cmd() to cmd_raw()Vladimir Sementsov-Ogievskiy2023-10-121-1/+1
* python/machine: remove unused sock_dir argumentJohn Snow2023-10-111-1/+1
* iotests: Make verify_virtio_scsi_pci_or_ccw() publicKevin Wolf2023-05-301-1/+1
* iotests: Test commit with iothreads and ongoing I/OKevin Wolf2023-05-191-0/+4
* python: support pylint 2.16John Snow2023-02-221-2/+2
* iotests: Filter child node informationHanna Reitz2023-02-011-3/+15
* iotests: make qemu_io_log() check return codes by defaultJohn Snow2022-04-251-2/+3
* iotests: remove qemu_io_silent() and qemu_io_silent_check().John Snow2022-04-251-16/+0
* iotests: remove qemu_io_pipe_and_status()John Snow2022-04-251-3/+0
* iotests: rebase qemu_io() on top of qemu_tool()John Snow2022-04-251-6/+13
* iotests: create generic qemu_tool() functionJohn Snow2022-04-251-11/+21
* python: rename qemu.aqmp to qemu.qmpJohn Snow2022-04-211-1/+1
* iotests: switch to AQMPJohn Snow2022-04-211-2/+1
* iotests.py: Add supports_qcow2_zstd_compression()Hanna Reitz2022-04-201-0/+20
* iotests.py: Filters for VM.run_job()Hanna Reitz2022-03-221-10/+16
* iotests: make qemu_img_log and img_info_log raise on errorJohn Snow2022-03-221-3/+5
* iotests: remove qemu_img_pipe_and_status()John Snow2022-03-221-19/+7
* iotests: use qemu_img() in has_working_luks()John Snow2022-03-221-9/+9
* iotests: change supports_quorum to use qemu_imgJohn Snow2022-03-221-2/+2
* iotests: add qemu_img_map() functionJohn Snow2022-03-221-0/+3
* iotests: add qemu_img_info()John Snow2022-03-221-4/+11
* iotests: use qemu_img_json() when applicableJohn Snow2022-03-221-4/+4
* iotests: add qemu_img_json()John Snow2022-03-221-0/+32
* iotests: fortify compare_images() against crashesJohn Snow2022-03-221-5/+16
* iotests: make qemu_img raise on non-zero rc by defaultJohn Snow2022-03-221-7/+50
* iotests.py: add qemu_io_pipe_and_status()Vladimir Sementsov-Ogievskiy2022-03-071-0/+3
* iotests: Write test output to TEST_DIRHanna Reitz2022-03-071-3/+2
* iotests: Allow using QMP with the QSDHanna Reitz2022-03-041-1/+31
* iotests.py: Add QemuStorageDaemon classHanna Reitz2022-02-111-0/+40
* iotests.py: filter compression type outVladimir Sementsov-Ogievskiy2022-02-011-0/+2
* iotests.py: filter out successful output of qemu-img createVladimir Sementsov-Ogievskiy2022-02-011-2/+8
* iotests.py: rewrite default luks support in qemu_imgVladimir Sementsov-Ogievskiy2022-02-011-19/+17
* iotests: drop qemu_img_verbose() helperVladimir Sementsov-Ogievskiy2022-02-011-8/+0
* iotests.py: qemu_img*("create"): support IMGOPTS='compression_type=zstd'Vladimir Sementsov-Ogievskiy2022-02-011-1/+26
* iotests.py: implement unsupported_imgoptsVladimir Sementsov-Ogievskiy2022-02-011-1/+14
* iotests.py: img_info_log(): rename imgopts argumentVladimir Sementsov-Ogievskiy2022-02-011-2/+3
* iotests.py: add qemu_io_popen()Vladimir Sementsov-Ogievskiy2021-12-231-0/+3
* iotests.py: add and use qemu_io_wrap_args()Vladimir Sementsov-Ogievskiy2021-12-231-10/+10
* iotests.py: add qemu_tool_popen()Vladimir Sementsov-Ogievskiy2021-12-231-3/+11
* pylint: fix errors and warnings generated by tests/qemu-iotests/297Emanuele Giuseppe Esposito2021-11-021-3/+4
* iotests: Conditionally silence certain AQMP errorsJohn Snow2021-11-011-1/+19
* python, iotests: remove socket_scm_helperJohn Snow2021-10-121-3/+0
* iotests: add 'qemu' package location to PYTHONPATH in testenvJohn Snow2021-10-061-2/+0
* iotests: Fix use-{list,dict}-literal warningsHanna Reitz2021-09-151-2/+2
* iotests: Fix unspecified-encoding pylint warningsHanna Reitz2021-09-151-3/+5
* iotests.py: hmp_qemu_io: support qdevVladimir Sementsov-Ogievskiy2021-09-011-2/+3