Re: [libvirt] [PATCH 4/4] Add inputpool to storagevolxml2argvtest

2013-07-26 Thread John Ferlan
...snip...? diff --git a/tests/storagevolxml2argvtest.c b/tests/storagevolxml2argvtest.c index b220994..3c338ce 100644 --- a/tests/storagevolxml2argvtest.c +++ b/tests/storagevolxml2argvtest.c @@ -11,10 +11,32 @@ const char create_tool[] = qemu-img; +/* createVol sets this on volume

Re: [libvirt] [PATCH 4/4] Add inputpool to storagevolxml2argvtest

2013-07-24 Thread Eric Blake
On 07/22/2013 08:53 AM, Ján Tomko wrote: This allows testing the command line for cloning file-based volumes into logical volumes and vice versa. --- .../storagevolxml2argvdata/logical-from-qcow2.argv | 2 + .../storagevolxml2argvdata/qcow2-from-logical.argv | 2 +

[libvirt] [PATCH 4/4] Add inputpool to storagevolxml2argvtest

2013-07-22 Thread Ján Tomko
This allows testing the command line for cloning file-based volumes into logical volumes and vice versa. --- .../storagevolxml2argvdata/logical-from-qcow2.argv | 2 + .../storagevolxml2argvdata/qcow2-from-logical.argv | 2 + tests/storagevolxml2argvtest.c | 90