blob: 80e490ed4ef38f98736fc39161f2ec6a3db1479c (
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
|
avocado framework tests for qemu display devices
================================================
run the tests
-------------
avocado run *.py
configuration
-------------
Tests can be configured using two environment variables.
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.
|