[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 for-4.2 0/4] tests: More iotest 223 improvements
From: |
Eric Blake |
Subject: |
[PATCH v3 for-4.2 0/4] tests: More iotest 223 improvements |
Date: |
Thu, 14 Nov 2019 15:34:11 -0600 |
Since v2:
- rebase to SOCK_DIR changes
- new patch 2 to avoid TCP port 10810 contention [Max]
- add imgfmt filtering [Max]
As this is limited to iotests, I think it is fair game for -rc2.
Eric Blake (4):
iotests: Fix 173
iotests: Switch nbd tests to use Unix rather than TCP
iotests: Include QMP input in .out files
tests: More iotest 223 improvements
tests/qemu-iotests/common.filter | 6 +-
tests/qemu-iotests/common.qemu | 9 +++
tests/qemu-iotests/common.rc | 8 +--
tests/qemu-iotests/085.out | 26 ++++++++
tests/qemu-iotests/094.out | 4 ++
tests/qemu-iotests/095.out | 2 +
tests/qemu-iotests/109.out | 88 +++++++++++++++++++++++++++
tests/qemu-iotests/117.out | 5 ++
tests/qemu-iotests/127.out | 4 ++
tests/qemu-iotests/140.out | 5 ++
tests/qemu-iotests/141.out | 26 ++++++++
tests/qemu-iotests/143.out | 3 +
tests/qemu-iotests/144.out | 5 ++
tests/qemu-iotests/153.out | 11 ++++
tests/qemu-iotests/156.out | 11 ++++
tests/qemu-iotests/161.out | 8 +++
tests/qemu-iotests/173 | 4 +-
tests/qemu-iotests/173.out | 10 +++-
tests/qemu-iotests/182.out | 8 +++
tests/qemu-iotests/183.out | 11 ++++
tests/qemu-iotests/185.out | 18 ++++++
tests/qemu-iotests/191.out | 8 +++
tests/qemu-iotests/200.out | 1 +
tests/qemu-iotests/223 | 16 ++++-
tests/qemu-iotests/223.out | 100 +++++++++++++++++++++++++++++++
tests/qemu-iotests/229.out | 3 +
tests/qemu-iotests/249.out | 6 ++
27 files changed, 395 insertions(+), 11 deletions(-)
--
2.21.0
- [PATCH v3 for-4.2 0/4] tests: More iotest 223 improvements,
Eric Blake <=
- [PATCH v3 1/4] iotests: Fix 173, Eric Blake, 2019/11/14
- [PATCH v3 2/4] iotests: Switch nbd tests to use Unix rather than TCP, Eric Blake, 2019/11/14
- Re: [PATCH v3 2/4] iotests: Switch nbd tests to use Unix rather than TCP, Max Reitz, 2019/11/18
- Re: [PATCH v3 2/4] iotests: Switch nbd tests to use Unix rather than TCP, Eric Blake, 2019/11/18
- Re: [PATCH v3 2/4] iotests: Switch nbd tests to use Unix rather than TCP, Eric Blake, 2019/11/18
- Re: [PATCH v3 2/4] iotests: Switch nbd tests to use Unix rather than TCP, Max Reitz, 2019/11/18
- Re: [PATCH v3 2/4] iotests: Switch nbd tests to use Unix rather than TCP, Eric Blake, 2019/11/18
- Re: [PATCH v3 2/4] iotests: Switch nbd tests to use Unix rather than TCP, Eric Blake, 2019/11/18
[PATCH v3 3/4] iotests: Include QMP input in .out files, Eric Blake, 2019/11/14