[libvirt] [PATCH] Add storage API support to test driver

Cole Robinson crobinso at redhat.com
Wed Oct 29 18:19:57 UTC 2008


Daniel Veillard wrote:
> On Wed, Oct 22, 2008 at 03:25:21PM -0400, Cole Robinson wrote:
>> The attached patch implements the storage driver routines
>> for the test driver. Most of the code is identical to
>> storage_driver.c with all the references to backends
>> removed. 
>>
>> One caveat of this is that storage pools are hardcoded 
>> to a specific size when they are defined: I figure someone
>> could expand this to read sizes from xml at definition
>> time if they wanted, but for now hardcoded values is
>> sufficient.
>>
>> I've done some decent testing with it all, so I'm pretty
>> confident it isn't too broken.
> 
>   Looks good. Maybe it would be worth adding (but where)
> in the test tree some example of the test XML definitions
> you used.
> 

A 'test of the test suite' certainly would be useful,
more so now that the xml parsing is unified.

I've been exercising this patch via some unit tests
against virtinst's storage xml building routines. I
could take some of the generated output from that
and use it directly in the libvirt tests, though I 
think that can come later.

Thanks,
Cole




More information about the libvir-list mailing list