Add test for virt-resize.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 27 Sep 2010 16:06:14 +0000 (17:06 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 27 Sep 2010 17:28:34 +0000 (18:28 +0100)
commitc6c030b64bab98602363485cb62a9e1d847d570e
treeb5826f7ca4cbf47d28606ddebbd704f646e6521c
parent0dc1f8e7aeb390e72125f459930850b8050318df
Add test for virt-resize.

This tests a number of things which have caused problems for us:

 - resizing PVs and LV content
 - handling GPT format disks
 - using qcow2 as a target disk format
 - shrinking disk images

Note that the disk content is empty (not a real VM), but this is
adequate since all we want to test are the operations and calculations
done by virt-resize.  We are not interested here in whether e2fsprogs
and LVM actually works.
tools/Makefile.am
tools/test-virt-resize.sh [new file with mode: 0755]