Signed-off-by: Aníbal Limón <anibal.li...@linux.intel.com> --- README.md | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md index 4efe1a8..a07e27f 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,46 @@ Scripts used by Yocto QA Team for automatize QA process. -= Host requirements = +== Host requirements == All the test components REQUIRE bash as your default shell, you need to review if /bin/sh points to bash because some problems are detected when use dash. -== Toaster == +=== General === - virtualenv for python - pip for python + +=== Toaster === + - firefox web browser for use selenium -=== Debian install === +=== Debian INSTALL === # apt-get install iceweasel python-virtualenv python-pip + +== Setup == + +For run any of the tests scripts you need to setup virtualenv and install +requirements with pip. + +$ virtualenv venv +$ source venv/bin/activate +$ pip install -r requirements.txt + +== Toaster == + +For run toaster tests a python script is located at toaster/toaster.py, +it can take sometime because it setup a toaster instance and run testsuite +over it. + +$ ./toaster/toaster.py + +== Maintenance == + +The GIT repository is here [1], if you want to contribute please send patches +to ML yocto@yoctoproject.org with "[qa-tools]" in the subject also CC the current +maintainer; Aníbal Limón <anibal.li...@linux.intel.com>. + +[1] http://git.yoctoproject.org/cgit/cgit.cgi/qa-tools/ -- 2.1.4 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto