summaryrefslogtreecommitdiffstats
path: root/tools/test-virt-resize.sh
Commit message (Collapse)AuthorAgeFilesLines
* test-virt-resize: Skip this test on 32 bit hosts.Richard W.M. Jones2010-10-021-0/+7
|
* Add test for virt-resize.Richard W.M. Jones2010-09-271-0/+31
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.