diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-06 13:10:25 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-06 13:10:25 +0100 |
commit | 51ecd63944bb1374ebad518d814deaa2096bc365 (patch) | |
tree | 7ef6b1daea5d66f3516a4ef47416d638a2f4adec /regressions/test-bootbootboot.sh | |
parent | f1fadb92179b68519b57680718e30a389a63d5e5 (diff) | |
download | libguestfs-51ecd63944bb1374ebad518d814deaa2096bc365.tar.gz libguestfs-51ecd63944bb1374ebad518d814deaa2096bc365.tar.xz libguestfs-51ecd63944bb1374ebad518d814deaa2096bc365.zip |
Introduce regression tests for various qemu failures.
Test failure of qemu and recovery of the library:
- mid-command
- between commands
- during launch [test not working yet]
- explicitly killed by guestfs_kill_subprocess
Also this patch cleans up the other tests in this directory
and disables the long-winded test-bootbootboot test.
Diffstat (limited to 'regressions/test-bootbootboot.sh')
-rwxr-xr-x | regressions/test-bootbootboot.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/regressions/test-bootbootboot.sh b/regressions/test-bootbootboot.sh index 05ff6dfe..4586aff8 100755 --- a/regressions/test-bootbootboot.sh +++ b/regressions/test-bootbootboot.sh @@ -30,7 +30,6 @@ n=10 if [ -n "$1" ]; then n=$1; fi export LIBGUESTFS_DEBUG=1 -export LIBGUESTFS_PATH=../appliance for i in $(seq 1 $n); do echo Test boot $i of $n ... |