All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Aníbal Limón" <anibal.limon@linux.intel.com>
To: yocto@yoctoproject.org
Cc: richard.purdie@intel.com, benjamin.esquivel@intel.com
Subject: [[PATCH][qa-tools] 11/16] README.md: Update with information about setup, toaster and maintainence.
Date: Tue,  9 Feb 2016 16:45:15 -0600	[thread overview]
Message-ID: <1455057920-11174-2-git-send-email-anibal.limon@linux.intel.com> (raw)
In-Reply-To: <1455057920-11174-1-git-send-email-anibal.limon@linux.intel.com>

Signed-off-by: Aníbal Limón <anibal.limon@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.limon@linux.intel.com>.
+
+[1] http://git.yoctoproject.org/cgit/cgit.cgi/qa-tools/
-- 
2.1.4



  reply	other threads:[~2016-02-09 22:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-09 22:45 [[PATCH][qa-tools] 10/16] Reorder source code tree, Aníbal Limón
2016-02-09 22:45 ` Aníbal Limón [this message]
2016-02-09 22:45 ` [[PATCH][qa-tools] 12/16] toaster/toaster.py: Add missing shebang to call python Aníbal Limón
2016-02-09 22:45 ` [[PATCH][qa-tools] 13/16] toaster: Add header to specify license to MIT Aníbal Limón
2016-02-09 22:45 ` [[PATCH][qa-tools] 14/16] toaster/toaster.py: Add command line options Aníbal Limón
2016-02-09 22:45 ` [[PATCH][qa-tools] 15/16] toaster/helpers.py: Fix ToasterHelper setup method git checkout Aníbal Limón
2016-02-09 22:45 ` [[PATCH][qa-tools] 16/16] README.md: Add recommendation to use vncserver for run Toaster tests Aníbal Limón

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1455057920-11174-2-git-send-email-anibal.limon@linux.intel.com \
    --to=anibal.limon@linux.intel.com \
    --cc=benjamin.esquivel@intel.com \
    --cc=richard.purdie@intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.