qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [PATCH for-3.1 v10 31/31] iotests: Test json:{} filenam


From: Max Reitz
Subject: Re: [Qemu-block] [PATCH for-3.1 v10 31/31] iotests: Test json:{} filenames of internal BDSs
Date: Fri, 7 Sep 2018 13:37:03 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 2018-09-05 16:44, Alberto Garcia wrote:
> On Thu 09 Aug 2018 11:35:28 PM CEST, Max Reitz wrote:
>> +        vm.shutdown()
>> +
>> +        #assert top_name[:5] == 'json:'
>> +        #top_options = json.loads(top_name[5:])
>> +
>> +        #if filter_node_name:
>> +        #    # This should be present and set
>> +        #    assert top_options['backing']['driver'] == 'commit_top'
>> +        #    # And the mid image is commit_top's backing image
>> +        #    mid_options = top_options['backing']['backing']
>> +        #else:
>> +        #    # The mid image should appear as the immediate backing BDS
>> +        #    # of top
>> +        #    mid_options = top_options['backing']
>> +
>> +        #assert mid_options['driver'] == iotests.imgfmt
>> +        #assert mid_options['file']['filename'] == mid_img_path
> 
> What's with all these commented lines? I don't see how you are checking
> the filename in this test, it's also not in the output file.

Indeed, what is with them?  I have no idea.  They shouldn't be commented
out.  Sorry.

Max

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]