summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/iotests.py
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* iotests: remove qemu_io_pipe_and_status()John Snow2022-04-251-3/+0Star
* 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/+1Star
* 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/+7Star
* 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/+2Star
* 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/+17Star
* iotests: drop qemu_img_verbose() helperVladimir Sementsov-Ogievskiy2022-02-011-8/+0Star
* 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/+0Star
* iotests: add 'qemu' package location to PYTHONPATH in testenvJohn Snow2021-10-061-2/+0Star
* 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
* iotests: use subprocess.DEVNULL instead of open("/dev/null")John Snow2021-09-011-7/+7
* iotests: use with-statement for open() callsJohn Snow2021-09-011-3/+4
* qemu-iotests: add option to show qemu binary logs on stdoutEmanuele Giuseppe Esposito2021-09-011-0/+8
* qemu-iotests: insert valgrind command line as wrapper for qemu binaryEmanuele Giuseppe Esposito2021-09-011-1/+5
* qemu-iotests: allow valgrind to read/delete the generated log fileEmanuele Giuseppe Esposito2021-09-011-0/+11
* qemu-iotests: extend QMP socket timeout when using valgrindEmanuele Giuseppe Esposito2021-09-011-3/+3
* qemu-iotests: extend the check script to prepare supporting valgrind for pyth...Emanuele Giuseppe Esposito2021-09-011-0/+11
* qemu_iotests: insert gdbserver command line as wrapper for qemu binaryEmanuele Giuseppe Esposito2021-09-011-1/+2
* qemu-iotests: delay QMP socket timersEmanuele Giuseppe Esposito2021-09-011-1/+5
* qemu-iotests: add option to attach gdbserverEmanuele Giuseppe Esposito2021-09-011-0/+5