summaryrefslogtreecommitdiffstats
path: root/test-tool/libguestfs-test-tool.pod
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-04-06 19:45:46 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-04-06 19:48:39 +0100
commit6ea263b1f141614e7693a38b13e8f368237760a2 (patch)
treeb1ec7d0ed3ea14fb0e58f4438732ec204dfb23f2 /test-tool/libguestfs-test-tool.pod
parentcbc6b720a4e58d32b6089db05288f4a468742b47 (diff)
downloadlibguestfs-6ea263b1f141614e7693a38b13e8f368237760a2.tar.gz
libguestfs-6ea263b1f141614e7693a38b13e8f368237760a2.tar.xz
libguestfs-6ea263b1f141614e7693a38b13e8f368237760a2.zip
test-tool: Don't use static binary helper program, nor ISO.
This simplifies the libguestfs-test-tool program down to essentials. Bugs most commonly occur when starting the appliance, so what we should concentrate on test is just that. Previously the test tool built a special static binary helper program, packaged it up in an ISO, then ran this inside the appliance. None of this really tested useful failure modes, but they did make the test tool itself harder to build, harder for users to run, and more brittle. This change also adds some more debugging of libguestfs state.
Diffstat (limited to 'test-tool/libguestfs-test-tool.pod')
-rw-r--r--test-tool/libguestfs-test-tool.pod24
1 files changed, 1 insertions, 23 deletions
diff --git a/test-tool/libguestfs-test-tool.pod b/test-tool/libguestfs-test-tool.pod
index df8c77b2..77bd817a 100644
--- a/test-tool/libguestfs-test-tool.pod
+++ b/test-tool/libguestfs-test-tool.pod
@@ -42,12 +42,6 @@ L<http://libguestfs.org/> website.
Display short usage information and exit.
-=item I<--helper /path/to/libguestfs-test-tool-helper>
-
-Pass an alternate name for the helper program. libguestfs-test-tool
-will normally look in the C<$libexec> directory that was configured
-when the tool was built.
-
=item I<--qemu qemu_binary>
If you have downloaded another qemu binary, point this option at the
@@ -85,22 +79,6 @@ script when you use either of the I<--qemudir> or I<--qemu> options.
libguestfs-test-tool returns I<0> if the tests completed without
error, or I<1> if there was an error.
-=head1 FILES
-
-=over 4
-
-=item /usr/libexec/libguestfs-test-tool-helper
-
-This helper program is run inside the appliance and provides
-additional tests.
-
-=item /usr/bin/mkisofs
-
-The C<mkisofs> command is required in order to construct a CD-ROM ISO
-file which is used as part of the tests.
-
-=back
-
=head1 ENVIRONMENT VARIABLES
For the full list of environment variables which may affect
@@ -118,7 +96,7 @@ Richard W.M. Jones (C<rjones at redhat dot com>)
=head1 COPYRIGHT
-Copyright (C) 2009 Red Hat Inc.
+Copyright (C) 2009-2011 Red Hat Inc.
L<http://libguestfs.org/>
This program is free software; you can redistribute it and/or modify