summaryrefslogtreecommitdiffstats
path: root/tests/qemu/qemu-liveness.sh
Commit message (Collapse)AuthorAgeFilesLines
* generator: Rename 'add_drive_opts' API to 'add_drive'.Richard W.M. Jones2012-07-141-2/+2
| | | | | | By using the once_had_no_optargs flag, this change is backwards compatible for callers (except Haskell, PHP and GObject as discussed in earlier commit).
* tests: Replace truncate command with 'guestfish sparse'.Richard W.M. Jones2012-06-181-1/+1
| | | | | | | | | | RHEL 5 didn't have the truncate command, but we can replace: truncate -s SIZE FILE with the roughly equivalent command: guestfish sparse FILE SIZE
* tests: Add a simple liveness tests for qemu.Richard W.M. Jones2011-12-221-0/+52