[Qemu-devel] [PATCH 0/3] iotests: Test migration with filter nodes

Kevin Wolf posted 3 patches 4 years, 8 months ago
Test docker-clang@ubuntu passed
Test s390x passed
Test asan passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190801151744.798-1-kwolf@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>
tests/qemu-iotests/194        |  1 +
tests/qemu-iotests/202        |  1 +
tests/qemu-iotests/203        |  2 +
tests/qemu-iotests/206        |  1 +
tests/qemu-iotests/207        |  1 +
tests/qemu-iotests/208        |  1 +
tests/qemu-iotests/210        |  1 +
tests/qemu-iotests/211        |  1 +
tests/qemu-iotests/212        |  1 +
tests/qemu-iotests/213        |  1 +
tests/qemu-iotests/216        |  2 +
tests/qemu-iotests/218        |  1 +
tests/qemu-iotests/219        |  1 +
tests/qemu-iotests/222        |  1 +
tests/qemu-iotests/224        |  2 +
tests/qemu-iotests/228        |  2 +
tests/qemu-iotests/234        | 30 ++++---------
tests/qemu-iotests/236        |  1 +
tests/qemu-iotests/237        |  1 +
tests/qemu-iotests/246        |  1 +
tests/qemu-iotests/255        |  1 +
tests/qemu-iotests/256        |  1 +
tests/qemu-iotests/262        | 84 +++++++++++++++++++++++++++++++++++
tests/qemu-iotests/262.out    | 17 +++++++
tests/qemu-iotests/group      |  1 +
tests/qemu-iotests/iotests.py | 39 ++++++++++++----
26 files changed, 166 insertions(+), 30 deletions(-)
create mode 100755 tests/qemu-iotests/262
create mode 100644 tests/qemu-iotests/262.out
[Qemu-devel] [PATCH 0/3] iotests: Test migration with filter nodes
Posted by Kevin Wolf 4 years, 8 months ago
This is the testcase for the copy-on-read fix I merged in a hurry for
4.1.0-rc3.

Kevin Wolf (3):
  iotests: Move migration helpers to iotests.py
  iotests: Enable -d for Python non-unittest tests
  iotests: Test migration with all kinds of filter nodes

 tests/qemu-iotests/194        |  1 +
 tests/qemu-iotests/202        |  1 +
 tests/qemu-iotests/203        |  2 +
 tests/qemu-iotests/206        |  1 +
 tests/qemu-iotests/207        |  1 +
 tests/qemu-iotests/208        |  1 +
 tests/qemu-iotests/210        |  1 +
 tests/qemu-iotests/211        |  1 +
 tests/qemu-iotests/212        |  1 +
 tests/qemu-iotests/213        |  1 +
 tests/qemu-iotests/216        |  2 +
 tests/qemu-iotests/218        |  1 +
 tests/qemu-iotests/219        |  1 +
 tests/qemu-iotests/222        |  1 +
 tests/qemu-iotests/224        |  2 +
 tests/qemu-iotests/228        |  2 +
 tests/qemu-iotests/234        | 30 ++++---------
 tests/qemu-iotests/236        |  1 +
 tests/qemu-iotests/237        |  1 +
 tests/qemu-iotests/246        |  1 +
 tests/qemu-iotests/255        |  1 +
 tests/qemu-iotests/256        |  1 +
 tests/qemu-iotests/262        | 84 +++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/262.out    | 17 +++++++
 tests/qemu-iotests/group      |  1 +
 tests/qemu-iotests/iotests.py | 39 ++++++++++++----
 26 files changed, 166 insertions(+), 30 deletions(-)
 create mode 100755 tests/qemu-iotests/262
 create mode 100644 tests/qemu-iotests/262.out

-- 
2.20.1