On 10/2/19 7:00 AM, Max Reitz wrote:
> On 02.10.19 01:20, John Snow wrote:
>>
>>
>> On 10/1/19 3:46 PM, Max Reitz wrote:
>>> Python tests should use these two new functions instead of
>>> qemu_img('create', ...) + os.remove(), so that user-supplied image
>>> options are interpreted and handled c
On 02.10.19 01:20, John Snow wrote:
>
>
> On 10/1/19 3:46 PM, Max Reitz wrote:
>> Python tests should use these two new functions instead of
>> qemu_img('create', ...) + os.remove(), so that user-supplied image
>> options are interpreted and handled correctly.
>>
>> Signed-off-by: Max Reitz
>> -
On 10/1/19 7:20 PM, John Snow wrote:
> You can write "if not 'key-secret' in opts"
Ah nah, because it's key-secret= whatever and I'm just being too hasty
with what I thought is actually in the opts list.
Carry on ...
On 10/1/19 3:46 PM, Max Reitz wrote:
> Python tests should use these two new functions instead of
> qemu_img('create', ...) + os.remove(), so that user-supplied image
> options are interpreted and handled correctly.
>
> Signed-off-by: Max Reitz
> ---
> tests/qemu-iotests/iotests.py | 56 +
Python tests should use these two new functions instead of
qemu_img('create', ...) + os.remove(), so that user-supplied image
options are interpreted and handled correctly.
Signed-off-by: Max Reitz
---
tests/qemu-iotests/iotests.py | 56 +++
1 file changed, 56 ins