aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/iotests.py
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-01iotests: use subprocess.DEVNULL instead of open("/dev/null")John Snow1-7/+7
2021-09-01iotests: use with-statement for open() callsJohn Snow1-3/+4
2021-09-01qemu-iotests: add option to show qemu binary logs on stdoutEmanuele Giuseppe Esposito1-0/+8
2021-09-01qemu-iotests: insert valgrind command line as wrapper for qemu binaryEmanuele Giuseppe Esposito1-1/+5
2021-09-01qemu-iotests: allow valgrind to read/delete the generated log fileEmanuele Giuseppe Esposito1-0/+11
2021-09-01qemu-iotests: extend QMP socket timeout when using valgrindEmanuele Giuseppe Esposito1-3/+3
2021-09-01qemu-iotests: extend the check script to prepare supporting valgrind for pyth...Emanuele Giuseppe Esposito1-0/+11
2021-09-01qemu_iotests: insert gdbserver command line as wrapper for qemu binaryEmanuele Giuseppe Esposito1-1/+2