mbox series

[v3,0/2] Assorted fixes to tests that were broken by recent scsi changes

Message ID 20201104185025.434703-1-mlevitsk@redhat.com
Headers show
Series Assorted fixes to tests that were broken by recent scsi changes | expand

Message

Maxim Levitsky Nov. 4, 2020, 6:50 p.m. UTC
While most of the patches in V1 of this series are already merged upstream,
the patch that fixes iotest 240 was broken on s390 and was not accepted.

This is	an updated version of this patch, based on Paulo's suggestion,
that hopefully makes this iotest work on both x86 and s390.

V3: addressed review feedback

Best regards,
	Maxim Levitsky

Maxim Levitsky (2):
  iotests: add filter_qmp_virtio_scsi function
  iotests: rewrite iotest 240 in python

 tests/qemu-iotests/240        | 219 ++++++++++++++--------------------
 tests/qemu-iotests/240.out    |  76 ++++++------
 tests/qemu-iotests/iotests.py |  10 ++
 3 files changed, 140 insertions(+), 165 deletions(-)

-- 
2.26.2

Comments

Max Reitz Nov. 5, 2020, 9:01 a.m. UTC | #1
On 04.11.20 19:50, Maxim Levitsky wrote:
> While most of the patches in V1 of this series are already merged upstream,

> the patch that fixes iotest 240 was broken on s390 and was not accepted.

> 

> This is	an updated version of this patch, based on Paulo's suggestion,

> that hopefully makes this iotest work on both x86 and s390.

> 

> V3: addressed review feedback

> 

> Best regards,

> 	Maxim Levitsky

> 

> Maxim Levitsky (2):

>    iotests: add filter_qmp_virtio_scsi function

>    iotests: rewrite iotest 240 in python

> 

>   tests/qemu-iotests/240        | 219 ++++++++++++++--------------------

>   tests/qemu-iotests/240.out    |  76 ++++++------

>   tests/qemu-iotests/iotests.py |  10 ++

>   3 files changed, 140 insertions(+), 165 deletions(-)


Thanks, applied to my block branch:

https://git.xanclic.moe/XanClic/qemu/commits/branch/block

Max