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-09-26 12:03:16 +0100 |
commit | 9b7813c5bd91d53e358deee64ab42b00b42c37ba (patch) | |
tree | 8fb478cbc8cd03d619b64762c59516b86f1403c6 /examples | |
parent | f7f746a98e8d378ac8934a7f7b82a48b3e2a5aa4 (diff) | |
download | libguestfs-9b7813c5bd91d53e358deee64ab42b00b42c37ba.tar.gz libguestfs-9b7813c5bd91d53e358deee64ab42b00b42c37ba.tar.xz libguestfs-9b7813c5bd91d53e358deee64ab42b00b42c37ba.zip |
guestfs-testing(1): Start by running libguestfs-test-tool.
Diffstat (limited to 'examples')
-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 |