index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
qemu-iotests
/
iotests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
iotests.py: add unarchive_sample_image() helper
Vladimir Sementsov-Ogievskiy
2021-03-08
1
-0
/
+10
*
iotests.py: qemu_nbd_popen: remove pid file after use
Vladimir Sementsov-Ogievskiy
2021-02-12
1
-1
/
+5
*
iotests: rewrite check into python
Vladimir Sementsov-Ogievskiy
2021-01-27
1
-0
/
+8
*
iotests: Move try_remove to iotests.py
Max Reitz
2021-01-26
1
-4
/
+7
*
iotests.py: Assume a couple of variables as given
Max Reitz
2021-01-26
1
-13
/
+13
*
iotests.py: qemu_io(): reuse qemu_tool_pipe_and_status()
Vladimir Sementsov-Ogievskiy
2021-01-21
1
-8
/
+1
*
iotests.py: fix qemu_tool_pipe_and_status()
Vladimir Sementsov-Ogievskiy
2021-01-21
1
-3
/
+2
*
iotests.py: execute_setup_common(): add required_fmts argument
Vladimir Sementsov-Ogievskiy
2020-12-18
1
-1
/
+8
*
iotests: qemu_io_silent: support --image-opts
Vladimir Sementsov-Ogievskiy
2020-12-18
1
-1
/
+6
*
iotests: add filter_qmp_virtio_scsi function
Maxim Levitsky
2020-11-09
1
-0
/
+10
*
iotests: Use Python 3 style super()
Kevin Wolf
2020-11-03
1
-4
/
+4
*
iotests.py: Fix type check errors in wait_migration()
Kevin Wolf
2020-11-03
1
-0
/
+4
*
iotests.py: Adjust HMP kwargs typing
John Snow
2020-10-20
1
-1
/
+1
*
iotests: Allow supported and unsupported formats at the same time
Kevin Wolf
2020-10-02
1
-5
/
+1
*
iotests: Introduce qemu_nbd_list_log()
Kevin Wolf
2020-10-02
1
-1
/
+12
*
iotests: Factor out qemu_tool_pipe_and_status()
Kevin Wolf
2020-10-02
1
-26
/
+23
*
configure: Bump the minimum required Python version to 3.6
Thomas Huth
2020-10-02
1
-2
/
+0
*
qemu-iotests: Simplify FilePath __init__
Nir Soffer
2020-09-15
1
-3
/
+2
*
qemu-iotests: Merge FilePaths and FilePath
Nir Soffer
2020-09-15
1
-13
/
+10
*
qemu-iotests: Support varargs syntax in FilePaths
Nir Soffer
2020-09-15
1
-4
/
+4
*
qemu-iotests: Fix FilePaths docstring
Nir Soffer
2020-09-15
1
-6
/
+13
*
qemu-iotests: Fix FilePaths cleanup
Nir Soffer
2020-09-15
1
-4
/
+4
*
iotests: Let complete_and_wait() work with commit
Max Reitz
2020-09-07
1
-3
/
+7
*
iotests.py: Let wait_migration() return on failure
Max Reitz
2020-08-21
1
-6
/
+12
*
iotests: Add more qemu_img helpers
Nir Soffer
2020-07-28
1
-0
/
+6
*
iotests: Make qemu_nbd_popen() a contextmanager
Nir Soffer
2020-07-28
1
-2
/
+26
*
iotests.py: use qemu.qmp type aliases
John Snow
2020-07-14
1
-6
/
+3
*
iotests.py: filter_testfiles(): filter SOCK_DIR too
Vladimir Sementsov-Ogievskiy
2020-07-13
1
-2
/
+3
*
iotests.py: QemuIoInteractive: print output on failure
Vladimir Sementsov-Ogievskiy
2020-07-13
1
-1
/
+7
*
iotests: QemuIoInteractive: use qemu_io_args_no_fmt
Vladimir Sementsov-Ogievskiy
2020-07-13
1
-1
/
+1
*
iotests: Check whether luks works
Max Reitz
2020-07-06
1
-0
/
+5
*
iotests.py: Add (verify|has)_working_luks()
Max Reitz
2020-07-06
1
-0
/
+39
*
iotests.py: Add qemu_img_pipe_and_status()
Max Reitz
2020-07-06
1
-20
/
+20
*
iotests.py: Do not wait() before communicate()
Max Reitz
2020-07-03
1
-17
/
+17
*
iotests.py: Add skip_for_formats() decorator
Max Reitz
2020-06-17
1
-0
/
+16
*
iotests: log messages from notrun()
John Snow
2020-05-18
1
-6
/
+5
*
iotests: Fix incomplete type declarations
Kevin Wolf
2020-05-18
1
-4
/
+4
*
iotests: use python logging for iotests.log()
John Snow
2020-05-05
1
-23
/
+30
*
iotests: Mark verify functions as private
John Snow
2020-05-05
1
-10
/
+13
*
iotests: add script_initialize
John Snow
2020-05-05
1
-26
/
+50
*
iotests: add hmp helper with logging
John Snow
2020-05-05
1
-15
/
+24
*
iotests: limit line length to 79 chars
John Snow
2020-05-05
1
-22
/
+42
*
iotests: touch up log function signature
John Snow
2020-05-05
1
-3
/
+11
*
iotests: drop pre-Python 3.4 compatibility code
John Snow
2020-05-05
1
-4
/
+1
*
iotests: alphabetize standard imports
John Snow
2020-05-05
1
-9
/
+9
*
iotests: replace mutable list default args
John Snow
2020-05-05
1
-12
/
+12
*
iotests: ignore import warnings from pylint
John Snow
2020-05-05
1
-0
/
+1
*
iotests: don't use 'format' for drive_add
John Snow
2020-05-05
1
-3
/
+3
*
iotests: do a light delinting
John Snow
2020-05-05
1
-40
/
+43
*
iotests: Filter testfiles out in filter_img_info()
Kevin Wolf
2020-04-30
1
-2
/
+3
[next]