summaryrefslogtreecommitdiffstats
path: root/test-tool/libguestfs-test-tool.pod
Commit message (Collapse)AuthorAgeFilesLines
* man pages: Ensure consistent copyright/author sections, remove licenseRichard W.M. Jones2012-08-211-15/+0
| | | | | | | | | | section. Ensure each man page contains consistent COPYRIGHT and AUTHOR sections. Remove the LICENSE section. We will add that back in podwrapper in a later commit.
* test-tool: Implement -V / --version option.Richard W.M. Jones2012-05-051-0/+6
|
* Tempus fugit.Richard W.M. Jones2012-01-181-1/+1
| | | | Update all copyright dates to 2012.
* Update FSF address.Matthew Booth2011-11-081-1/+1
|
* test-tool: Refresh libguestfs-test-tool man page.Richard Jones2011-09-141-12/+24
|
* test-tool: Make the default timeout be 600 seconds (10 minutes).Richard Jones2011-09-141-3/+2
| | | | | | We could sometimes hit the 120 second timeout, eg. if the appliance needed to be rebuilt and the machine was very slow and/or under heavy I/O load. 10 minutes should be enough for any reasonable situation.
* test-tool: Document the -t command line option.Richard Jones2011-09-141-0/+2
|
* test-tool: Use B<...> for command line options in man page.Richard Jones2011-09-141-4/+4
|
* man pages: Add a standard EXIT STATUS section to most pages.Richard W.M. Jones2011-08-271-1/+1
|
* test-tool: Don't use static binary helper program, nor ISO.Richard W.M. Jones2011-04-061-23/+1
| | | | | | | | | | | | | | 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.
* Add libguestfs-test-tool.Richard Jones2009-07-221-0/+136
This is an end-user testing tool, designed to test basic functionality of libguestfs/qemu/kernel combination on the end-user's final host machine. It does not perform a thorough test, but should be enough to find most booting issues. Also this is intended to be used when reporting bugs.