Re: [PATCH 17/22] iotests: Add VM.assert_block_path()

2019-10-02 Thread Vladimir Sementsov-Ogievskiy
02.10.2019 15:40, Max Reitz wrote: > On 26.09.19 16:07, Vladimir Sementsov-Ogievskiy wrote: >> 20.09.2019 18:27, Max Reitz wrote: >>> Signed-off-by: Max Reitz >>> --- >>>tests/qemu-iotests/iotests.py | 48 +++ >>>1 file changed, 48 insertions(+) >>> >>> diff

Re: [PATCH 17/22] iotests: Add VM.assert_block_path()

2019-10-02 Thread Max Reitz
On 26.09.19 16:07, Vladimir Sementsov-Ogievskiy wrote: > 20.09.2019 18:27, Max Reitz wrote: >> Signed-off-by: Max Reitz >> --- >> tests/qemu-iotests/iotests.py | 48 +++ >> 1 file changed, 48 insertions(+) >> >> diff --git a/tests/qemu-iotests/iotests.py b/tests/

Re: [PATCH 17/22] iotests: Add VM.assert_block_path()

2019-09-26 Thread Vladimir Sementsov-Ogievskiy
20.09.2019 18:27, Max Reitz wrote: > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/iotests.py | 48 +++ > 1 file changed, 48 insertions(+) > > diff --git a/tests/qemu-iotests/iotests.py b/tests/qemu-iotests/iotests.py > index daed4ee013..e6fb46287d 100644

[PATCH 17/22] iotests: Add VM.assert_block_path()

2019-09-20 Thread Max Reitz
Signed-off-by: Max Reitz --- tests/qemu-iotests/iotests.py | 48 +++ 1 file changed, 48 insertions(+) diff --git a/tests/qemu-iotests/iotests.py b/tests/qemu-iotests/iotests.py index daed4ee013..e6fb46287d 100644 --- a/tests/qemu-iotests/iotests.py +++ b/tests/qem