From 72f5487be2df82277021d61f01884381ed9efbc5 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 22 Dec 2011 08:34:57 +0000 Subject: [PATCH] tests: Rename caution -> tests/qemu. --- Makefile.am | 2 +- configure.ac | 2 +- src/guestfs.pod | 5 ----- {caution => tests/qemu}/Makefile.am | 0 {caution => tests/qemu}/qemu-snapshot-isolation.sh | 0 5 files changed, 2 insertions(+), 7 deletions(-) rename {caution => tests/qemu}/Makefile.am (100%) rename {caution => tests/qemu}/qemu-snapshot-isolation.sh (100%) diff --git a/Makefile.am b/Makefile.am index 5c90004..eddf4f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.ac b/configure.ac index 28243a2..ce38b41 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/src/guestfs.pod b/src/guestfs.pod index f9a715a..2e18fd6 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -2926,11 +2926,6 @@ Automated tests of the C API. The L, L and L commands and documentation. -=item C - -Safety and liveness tests of components that libguestfs depends upon -(not of libguestfs itself). Mainly this is for qemu and the kernel. - =item C Tools for cloning virtual machines. Currently contains diff --git a/caution/Makefile.am b/tests/qemu/Makefile.am similarity index 100% rename from caution/Makefile.am rename to tests/qemu/Makefile.am diff --git a/caution/qemu-snapshot-isolation.sh b/tests/qemu/qemu-snapshot-isolation.sh similarity index 100% rename from caution/qemu-snapshot-isolation.sh rename to tests/qemu/qemu-snapshot-isolation.sh -- 1.8.3.1