summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-01-17 17:34:24 +0000
committerRichard W.M. Jones <rjones@redhat.com>2012-01-18 16:28:31 +0000
commit6de1a1242e9501f8a7042d3cdd970ab9c7496823 (patch)
tree4c6b1aebefa1fc468e37c13d4aaffe873bdb47ac /tests
parentdd0707be5f9153a78ea0a07ec72f4e1f341a38c9 (diff)
downloadlibguestfs-6de1a1242e9501f8a7042d3cdd970ab9c7496823.tar.gz
libguestfs-6de1a1242e9501f8a7042d3cdd970ab9c7496823.tar.xz
libguestfs-6de1a1242e9501f8a7042d3cdd970ab9c7496823.zip
New tool: virt-format: erase and make blank disks.
This tool allows you to easily reformat a disk, creating a blank disk with optional partition, LVM and empty filesystem.
Diffstat (limited to 'tests')
-rw-r--r--tests/extra/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/extra/Makefile.am b/tests/extra/Makefile.am
index 8f349582..83abc651 100644
--- a/tests/extra/Makefile.am
+++ b/tests/extra/Makefile.am
@@ -102,6 +102,7 @@ test-prerequisites:
test-tools-null:
$(RUN_VG) ../../fish/guestfish -N part exit
$(RUN_VG) ../../align/virt-alignment-scan -a test1.img >/dev/null
+ $(RUN_VG) ../../format/virt-format -a test1.img >/dev/null
rm test1.img
$(RUN_VG) ../../cat/virt-filesystems -a /dev/null >/dev/null
$(RUN_VG) ../../cat/virt-filesystems -a /dev/null --all --long -h --uuid >/dev/null