diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-09-26 12:03:16 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-10-01 14:51:02 +0100 |
commit | 7d674f2fbfa663366c957f8662822f55ed1f2e1c (patch) | |
tree | 8dec05f5fc1bc775ec8a5cfa090f540ca21025b0 | |
parent | 9b45ae5ddeb1703ba14a4eeefde53a45e03ce0c8 (diff) | |
download | libguestfs-7d674f2fbfa663366c957f8662822f55ed1f2e1c.tar.gz libguestfs-7d674f2fbfa663366c957f8662822f55ed1f2e1c.tar.xz libguestfs-7d674f2fbfa663366c957f8662822f55ed1f2e1c.zip |
guestfs-testing(1): Start by running libguestfs-test-tool.
(cherry picked from commit 9b7813c5bd91d53e358deee64ab42b00b42c37ba)
-rw-r--r-- | examples/guestfs-testing.pod | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/guestfs-testing.pod b/examples/guestfs-testing.pod index 9bab630c..20160dd8 100644 --- a/examples/guestfs-testing.pod +++ b/examples/guestfs-testing.pod @@ -27,6 +27,20 @@ https://www.redhat.com/mailman/listinfo/libguestfs =head1 TESTS +=head2 Run libguestfs-test-tool + +Run: + + libguestfs-test-tool + +This command does a very simple, non-destructive test that basic +libguestfs is functioning. You don't need to run it as root. + +If it I<doesn't> print C<===== TEST FINISHED OK =====>, report it as a +bug. It is very important that you include the B<complete, unedited> +output of C<libguestfs-test-tool> in your bug report. See the +L</BUGS> section at the end of this page. + =head2 Check KVM acceleration is being used. If your host has hardware virt acceleration, then with a hot cache |