blob: d6437ee93cedeea5bcde34631132df6a37b00cef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
avocado framework tests for qemu display devices
================================================
run the tests
-------------
avocado run *.py
configuration
-------------
Tests can be configured using two environment variables.
QEMU_BINARY (optional)
Points to a qemu binary to use.
QEMU_BUILD_DIR (optional)
Points to a qemu build tree. Uses the qemu binaries there for
testing (instead of the installed version).
LINUX_BUILD_DIR (optional)
Points to a linux kernel build tree. Uses that kernel (instead of
the host kernel) for testing.
|