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