Re: [Qemu-devel] [PATCH] qemu-iotests: 041: More robust assertion on quorum node

2016-04-14 Thread Max Reitz
On 13.04.2016 05:43, Fam Zheng wrote: > Block nodes are now assigned names automatically, therefore the test > case is fragile in using fixed indices in result. Introduce a method in > iotests.py and do the matching more sensibly. > > Signed-off-by: Fam Zheng > --- > tests/qemu-iotests/041

[Qemu-devel] [PATCH] qemu-iotests: 041: More robust assertion on quorum node

2016-04-12 Thread Fam Zheng
Block nodes are now assigned names automatically, therefore the test case is fragile in using fixed indices in result. Introduce a method in iotests.py and do the matching more sensibly. Signed-off-by: Fam Zheng --- tests/qemu-iotests/041| 12 tests/qemu-iotests/iotests.py |