test-tool: Don't use static binary helper program, nor ISO.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 6 Apr 2011 18:45:46 +0000 (19:45 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 6 Apr 2011 18:48:39 +0000 (19:48 +0100)
commit6ea263b1f141614e7693a38b13e8f368237760a2
treeb1ec7d0ed3ea14fb0e58f4438732ec204dfb23f2
parentcbc6b720a4e58d32b6089db05288f4a468742b47
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.
po/POTFILES.in
test-tool/Makefile.am
test-tool/helper.c [deleted file]
test-tool/libguestfs-test-tool.pod
test-tool/run-test-tool-locally
test-tool/test-tool.c