tests: Rename caution -> tests/qemu.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 22 Dec 2011 08:34:57 +0000 (08:34 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 22 Dec 2011 08:36:17 +0000 (08:36 +0000)
Makefile.am
configure.ac
src/guestfs.pod
tests/qemu/Makefile.am [moved from caution/Makefile.am with 100% similarity]
tests/qemu/qemu-snapshot-isolation.sh [moved from caution/qemu-snapshot-isolation.sh with 100% similarity]

index 5c90004..eddf4f9 100644 (file)
@@ -30,7 +30,7 @@ SUBDIRS += appliance
 endif
 
 # Tests and the test-tool.
-SUBDIRS += gnulib/tests capitests caution regressions extratests test-tool
+SUBDIRS += gnulib/tests capitests tests/qemu regressions extratests test-tool
 
 # Guestfish.
 SUBDIRS += fish
index 28243a2..ce38b41 100644 (file)
@@ -1008,7 +1008,6 @@ AC_CONFIG_FILES([Makefile
                  appliance/Makefile
                  capitests/Makefile
                  cat/Makefile
-                 caution/Makefile
                  clone/Makefile
                  csharp/Makefile
                  daemon/Makefile
@@ -1052,6 +1051,7 @@ AC_CONFIG_FILES([Makefile
                  sparsify/Makefile
                  src/Makefile
                  test-tool/Makefile
+                 tests/qemu/Makefile
                  tools/Makefile])
 AC_OUTPUT
 
index f9a715a..2e18fd6 100644 (file)
@@ -2926,11 +2926,6 @@ Automated tests of the C API.
 The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands
 and documentation.
 
-=item C<caution>
-
-Safety and liveness tests of components that libguestfs depends upon
-(not of libguestfs itself).  Mainly this is for qemu and the kernel.
-
 =item C<clone>
 
 Tools for cloning virtual machines.  Currently contains
similarity index 100%
rename from caution/Makefile.am
rename to tests/qemu/Makefile.am