diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-09-27 17:06:14 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-09-27 18:28:34 +0100 |
commit | c6c030b64bab98602363485cb62a9e1d847d570e (patch) | |
tree | b5826f7ca4cbf47d28606ddebbd704f646e6521c /tools/Makefile.am | |
parent | 0dc1f8e7aeb390e72125f459930850b8050318df (diff) | |
download | libguestfs-c6c030b64bab98602363485cb62a9e1d847d570e.tar.gz libguestfs-c6c030b64bab98602363485cb62a9e1d847d570e.tar.xz libguestfs-c6c030b64bab98602363485cb62a9e1d847d570e.zip |
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.
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index ab14fe0f..b92243c0 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -86,6 +86,7 @@ TESTS = test-virt-cat.sh \ test-virt-list-filesystems.sh \ test-virt-ls.sh \ test-virt-make-fs.sh \ + test-virt-resize.sh \ test-virt-tar.sh endif |