Age | Commit message (Expand) | Author | Files | Lines |
2024-02-07 | iotests: fix leak of tmpdir in dry-run mode | Daniel P. Berrangé | 1 | -1/+2 |
2023-03-22 | iotests: strip subdir path when listing tests | Daniel P. Berrangé | 1 | -1/+1 |
2023-03-22 | iotests: allow test discovery before building | Daniel P. Berrangé | 1 | -1/+2 |
2023-03-22 | iotests: explicitly pass source/build dir to 'check' command | Daniel P. Berrangé | 1 | -2/+23 |
2023-01-04 | iotests/check: Fix typing for sys.exit() value | John Snow | 1 | -1/+1 |
2022-01-28 | check-block: replace -makecheck with TAP output | Paolo Bonzini | 1 | -3/+3 |
2021-12-22 | iotests: check: multiprocessing support | Vladimir Sementsov-Ogievskiy | 1 | -1/+3 |
2021-11-02 | pylint: fix errors and warnings generated by tests/qemu-iotests/297 | Emanuele Giuseppe Esposito | 1 | -5/+6 |
2021-09-01 | qemu-iotests: add option to show qemu binary logs on stdout | Emanuele Giuseppe Esposito | 1 | -1/+3 |
2021-09-01 | qemu-iotests: extend the check script to prepare supporting valgrind for pyth... | Emanuele Giuseppe Esposito | 1 | -3/+4 |
2021-09-01 | qemu-iotests: add option to attach gdbserver | Emanuele Giuseppe Esposito | 1 | -1/+5 |
2021-05-14 | qemu-iotests: let "check" spawn an arbitrary test command | Paolo Bonzini | 1 | -1/+18 |
2021-05-12 | block: Drop the sheepdog block driver | Markus Armbruster | 1 | -2/+1 |
2021-02-02 | iotests: check: return 1 on failure | Vladimir Sementsov-Ogievskiy | 1 | -1/+4 |
2021-01-27 | iotests: rewrite check into python | Vladimir Sementsov-Ogievskiy | 1 | -966/+129 |
2020-12-11 | iotests: Allow testing FUSE exports | Max Reitz | 1 | -0/+6 |
2020-12-11 | iotests: Give access to the qemu-storage-daemon | Max Reitz | 1 | -0/+11 |
2020-09-16 | iotests: Drop readlink -f | Max Reitz | 1 | -1/+1 |
2020-09-10 | iotests: Allow running from different directory | Kevin Wolf | 1 | -1/+1 |
2020-08-21 | meson: link emulators without Makefile.target | Paolo Bonzini | 1 | -3/+3 |
2020-07-27 | iotests: Select a default machine for the rx and avr targets | Thomas Huth | 1 | -5/+9 |
2020-07-17 | Remove VXHS block device | Marc-André Lureau | 1 | -10/+0 |
2020-05-08 | iotests: vmdk: Enable zeroed_grained=on by default | Kevin Wolf | 1 | -0/+3 |
2020-02-07 | tests/qemu-iotests/check: Only check for Python 3 interpreter | Philippe Mathieu-Daudé | 1 | -2/+1 |
2020-02-07 | tests/qemu-iotests/check: Allow use of python3 interpreter | Philippe Mathieu-Daudé | 1 | -1/+2 |
2020-02-06 | iotests: Skip Python-based tests if QEMU does not support virtio-blk | Thomas Huth | 1 | -2/+10 |
2020-01-30 | tests/qemu-iotests: enable testing with aio options | Aarushi Mehta | 1 | -1/+14 |
2020-01-06 | tests/qemu-iotests: Update tests to recent desugarized -accel option | Philippe Mathieu-Daudé | 1 | -3/+3 |
2019-11-18 | iotests: Fix "no qualified output" error path | Kevin Wolf | 1 | -1/+1 |
2019-10-28 | iotests: Introduce $SOCK_DIR | Max Reitz | 1 | -2/+13 |
2019-10-04 | iotests: Require Python 3.6 or later | Kevin Wolf | 1 | -1/+12 |
2019-09-16 | tests/qemu-iotests/check: Replace "tests" with "iotests" in final status text | Thomas Huth | 1 | -4/+4 |
2019-09-03 | iotests: Add -display none to the qemu options | Max Reitz | 1 | -3/+3 |
2019-07-23 | tests/qemu-iotests/check: Allow tests without groups | Thomas Huth | 1 | -2/+2 |
2019-06-18 | iotests: Hide timestamps for skipped tests | Max Reitz | 1 | -0/+1 |
2019-06-04 | iotests: Fix duplicated diff output on failure | Kevin Wolf | 1 | -1/+0 |
2019-05-28 | tests/qemu-iotests: re-format output to for make check-block | Alex Bennée | 1 | -60/+117 |
2019-05-21 | tests/qemu-iotests/check: Pick a default machine if necessary | Thomas Huth | 1 | -1/+12 |
2019-03-08 | qemu-iotests: Improve portability by searching bash in the $PATH | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-03-08 | iotests: ask QEMU for supported formats | Andrey Shinkevich | 1 | -1/+12 |
2019-02-01 | qemu-iotests: add test case for dmg | yuchenlin | 1 | -0/+7 |
2018-11-19 | qemu-iotests: Modern shell scripting (use $() instead of ``) | Mao Zhongyi | 1 | -30/+30 |
2018-11-19 | qemu-iotests: convert `pwd` and $(pwd) to $PWD | Mao Zhongyi | 1 | -1/+1 |
2018-04-03 | qemu-iotests: Use ppc64 qemu_arch on ppc64le host | Lukáš Doktor | 1 | -2/+2 |
2018-03-19 | iotests: Avoid realpath, for CentOS 6 | Eric Blake | 1 | -6/+6 |
2018-03-19 | qemu-iotests: Enable write tests for parallels | Kevin Wolf | 1 | -1/+0 |
2017-10-06 | iotests: Restore stty settings on completion | Eric Blake | 1 | -0/+10 |
2017-10-06 | qemu-iotests: merge "check" and "common" | Paolo Bonzini | 1 | -2/+531 |
2017-10-06 | qemu-iotests: get rid of $iam | Paolo Bonzini | 1 | -4/+1 |
2017-10-06 | qemu-iotests: fix uninitialized variable | Paolo Bonzini | 1 | -2/+0 |