aboutsummaryrefslogtreecommitdiffstats
path: root/tests/README
diff options
context:
space:
mode:
Diffstat (limited to 'tests/README')
-rw-r--r--tests/README25
1 files changed, 22 insertions, 3 deletions
diff --git a/tests/README b/tests/README
index da8182c..3df488a 100644
--- a/tests/README
+++ b/tests/README
@@ -1,7 +1,26 @@
avocado framework tests for qemu display devices
+================================================
-usage:
- export QEMU_BUILD_DIR=/path/to/qemu/build/tree
- avocado run .
+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