blob: 3df488abe1a324a3eb4ee3edfc1436afcc072139 (
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
|
avocado framework tests for qemu display devices
================================================
configuration
-------------
Uses environment variables.
QEMU_BUILD_DIR (required)
Should points to a qemu build tree. The python module and qemu
binaries are used.
Pointing to a qemu source tree works too. In that case only the
python module is used.
LINUX_BUILD_DIR (optional)
Points to a linux kernel build tree. Uses that kernel (instead of
the host kernel) for testing.
run the tests
-------------
avocado run *.py
|