Lines Matching full:to
6 directory, and how to run it. This way, for example, a single file can
8 and/or different parameters passed to it.
36 directory to run. Typically this is <name>.flat or <name>.elf, depending
42 the test to the specified arch. By default, the test will run on any
48 the test to the specified machine. By default, the test will run on
50 environment variable, and defaults to the architecture's default.)
56 Optional, the number of processors created in the machine to run the test.
57 Defaults to 1. $MAX_SMP can be used to specify the maximum supported.
63 Optional, will be used to pass arguments into the test case argv. If multiple,
64 space separated, arguments need to be passed to a test, wrap them in quotes.
65 Backticks can be used to pass the result of shell commands, for example:
71 These are extra parameters supplied to the QEMU process. Multiple parameters
83 Extra parameters supplied to the kvmtool process. Works similarly to
85 example for 'qemu_params', applied to kvmtool, would be:
93 Used to group the test cases for the `run_tests.sh -g ...` run group
97 are expected to make migrate_*() calls.
98 - Tests in the "panic" group expect QEMU to enter the GUEST_PANICKED state.
104 This restricts the test to the specified accelerator. By default, the
106 specified with ACCEL= environment variable, and defaults to KVM if
121 can contain multiple files to check separated by a space, but each check
122 parameter needs to be of the form <path>=<value>
133 to a bash 'if' statement and follows the same syntax.
135 This can be used to prevent running a test when kvm-unit-tests is configured a
136 certain way. For example, it can be used to skip a qemu specific test when