[PATCH 0/2] iotests: filter qom path in 172

Vladimir Sementsov-Ogievskiy posted 2 patches 4 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201216095205.526235-1-vsementsov@virtuozzo.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>
tests/qemu-iotests/172           |   2 +-
tests/qemu-iotests/172.out       | 152 +++++++++++++++----------------
tests/qemu-iotests/186.out       |  56 ++++++------
tests/qemu-iotests/common.filter |   2 +-
4 files changed, 106 insertions(+), 106 deletions(-)
[PATCH 0/2] iotests: filter qom path in 172
Posted by Vladimir Sementsov-Ogievskiy 4 years, 11 months ago
Hi all!

Here are two small patches to improve _filter_qom_path filter and reuse
it for 172 iotest

Vladimir Sementsov-Ogievskiy (2):
  iotests: make _filter_qom_path more strict
  iotests:172: use _filter_qom_path

 tests/qemu-iotests/172           |   2 +-
 tests/qemu-iotests/172.out       | 152 +++++++++++++++----------------
 tests/qemu-iotests/186.out       |  56 ++++++------
 tests/qemu-iotests/common.filter |   2 +-
 4 files changed, 106 insertions(+), 106 deletions(-)

-- 
2.25.4


Re: [PATCH 0/2] iotests: filter qom path in 172
Posted by Kevin Wolf 4 years, 11 months ago
Am 16.12.2020 um 10:52 hat Vladimir Sementsov-Ogievskiy geschrieben:
> Hi all!
> 
> Here are two small patches to improve _filter_qom_path filter and reuse
> it for 172 iotest

Thanks, applied to the block branch.

Kevin