summaryrefslogtreecommitdiffstats
path: root/tests/qemu
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add ./run --test option.Richard W.M. Jones2012-06-261-1/+1
| | | | | | | This option, when added via TESTS_ENVIRONMENT = [...] $(top_builddir)/run --test allows us to run the tests and only print the full output (including debugging etc) when the test fails.
* tests: Replace truncate command with 'guestfish sparse'.Richard W.M. Jones2012-06-182-3/+3
| | | | | | | | | | 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
* Replace setting of environment variables with usage of local run scriptHilko Bengen2012-01-231-3/+1
| | | | (Includes fix by RWMJ)
* tests: Add a simple liveness tests for qemu.Richard W.M. Jones2011-12-222-0/+53
|
* tests: Finalize the order we run the tests.Richard W.M. Jones2011-12-221-0/+1
|
* tests: Split regressions -> various subdirectories of tests/Richard W.M. Jones2011-12-221-1/+1
|
* tests: Rename capitests -> tests/c-api.Richard W.M. Jones2011-12-221-2/+0
|
* tests: Rename caution -> tests/qemu.Richard W.M. Jones2011-12-222-0/+131