diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-06-30 12:57:31 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-06-30 14:36:02 +0100 |
commit | f3ada2c7653866f2529c9f18aaa99f76cd984844 (patch) | |
tree | f13666dbfca48f6d75fb3ab1106486a802547cc0 /src | |
parent | 1acb82e9f70a81982c7c2ad8b7966bffc4fcfa8a (diff) | |
download | libguestfs-f3ada2c7653866f2529c9f18aaa99f76cd984844.tar.gz libguestfs-f3ada2c7653866f2529c9f18aaa99f76cd984844.tar.xz libguestfs-f3ada2c7653866f2529c9f18aaa99f76cd984844.zip |
Add caution subdirectory containing safety and liveness tests.
Not that I'm paranoid about qemu breaking snapshots of anything like
that ...
Diffstat (limited to 'src')
-rw-r--r-- | src/guestfs.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod index 915d8605..842b0e4f 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -2658,6 +2658,11 @@ 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<contrib> Outside contributions, experimental parts. |