[yocto] [[PATCH][qa-tools] 16/16] README.md: Add recommendation to use vncserver for run Toaster tests.

Aníbal Limón anibal.limon at linux.intel.com
Tue Feb 9 14:45:20 PST 2016


Signed-off-by: Aníbal Limón <anibal.limon at linux.intel.com>
---
 README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/README.md b/README.md
index a07e27f..4ffc021 100644
--- a/README.md
+++ b/README.md
@@ -16,11 +16,16 @@ detected when use dash.
 === Toaster ===
 
 - firefox web browser for use selenium
+- vncserver (optional)
 
 === Debian INSTALL ===
 
 # apt-get install iceweasel python-virtualenv python-pip
 
+Optional:
+
+# apt-get install vnc4server
+
 == Setup ==
 
 For run any of the tests scripts you need to setup virtualenv and install
@@ -38,6 +43,14 @@ over it.
 
 $ ./toaster/toaster.py
 
+Optional: Toaster test suite uses selenium and spawn Firefox web browser for
+run the tests, if you are in a development machine may be is a good idea to
+start vncserver and set DISPLAY before run to don't interfer with your tasks,
+example:
+
+$ vncserver :10
+$ export DISPLAY=:10
+
 == Maintenance ==
 
 The GIT repository is here [1], if you want to contribute please send patches
-- 
2.1.4




More information about the yocto mailing list