Lines Matching full:tests
1 # Welcome to kvm-unit-tests
3 See http://www.linux-kvm.org/page/KVM-unit-tests for a high-level
4 description of this project, as well as running tests and adding
5 tests HOWTOs.
7 # Building the tests
42 ## Standalone tests
44 The tests can be built as standalone. To create and use standalone tests do:
48 (send tests/some-test somewhere)
52 `make install` will install all tests in PREFIX/share/kvm-unit-tests/tests,
56 # Running the tests
68 All tests can be run using QEMU. On arm, arm64, riscv32, and riscv64 tests can
82 For running tests that involve migration from one QEMU instance to another
84 otherwise the related tests will be skipped. kvmtool does not support migration.
86 As for running a test with kvmtool, please configure kvm-unit-tests accordingly
96 ## Running the tests with UEFI
100 This is only supported with QEMU; kvmtool cannot run the tests under UEFI.
102 # Tests configuration file
115 Unit tests use QEMU's '-append args...' parameter for command line
137 # Guarding unsafe tests
139 Some tests are not safe to run by default, as they may crash the
140 host. kvm-unit-tests provides two ways to handle tests like those.
151 c) by specifying all tests should be run, `./run_tests.sh -a`
167 c) by specifying all tests should be run, `./run_tests.sh -a`
175 all unit tests.
182 ./scripts: general architecture neutral helper scripts for building and running tests
183 ./scripts/<ARCH>: architecture dependent helper scripts for building and running tests
184 ./lib: general architecture neutral services for the tests
185 ./lib/<ARCH>: architecture dependent services for the tests
186 ./<ARCH>: the sources of the tests and the created objects/images
217 Please prefix messages with: [kvm-unit-tests PATCH]
222 subjectprefix = kvm-unit-tests PATCH