summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDonghoon Shin <dhs.shin@samsung.com>2016-09-28 09:39:12 +0900
committerDonghoon Shin <dhs.shin@samsung.com>2016-09-28 09:39:50 +0900
commit17f20dfaf511940f5533868af27010c761a40a77 (patch)
tree9dd17257af4f6d35f4c4b5ea36241b0276811d3c /README.md
parent1f9fe547b4290cd7aac89cf04bdce98939449f59 (diff)
downloadlitmus-release-20160930.tar.gz
litmus-release-20160930.tar.bz2
litmus-release-20160930.zip
Rename mock device type to standalone device typeupstream/0.3.1release-20160930
Change-Id: I1d310502b249ce68a2c921457fb03aac1c957f63
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index 98cb6f7..8bea69b 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,19 @@
Litmus is an automated testing tool for tizen arm devices.
+
Prerequisite
---------------------
Litmus uses sdb to communicate with device.
sdb is not released on download.tizen.org/tools but you can find it from sdk.
-Installing sdb from tizen sdk or download binary from below url.
+Install sdb from tizen sdk or download binary from below url.
32bit:
-http://download.tizen.org/sdk/sdk-packages/official/binary/sdb_2.2.83_ubuntu-32.zip
+http://download.tizen.org/sdk/tizenstudio/official/binary/sdb_2.2.89_ubuntu-32.zip
64bit:
-http://download.tizen.org/sdk/sdk-packages/official/binary/sdb_2.2.83_ubuntu-64.zip
+http://download.tizen.org/sdk/tizenstudio/official/binary/sdb_2.2.89_ubuntu-64.zip
Unzip this package and copy sdb binary to /usr/bin
@@ -42,16 +43,18 @@ Getting started
1. Create a litmus project:
- $ litmus mk myproject
+ $ litmus mk <new_project_name>
2. Modify <project_path>/userscript.py and <project_path>/conf.yaml
3. Run the litmus project
- $ litmus run myproject
+ $ litmus run <new_project_name>
Please refer to litmus wiki for more details.
+
https://github.com/dhs-shine/litmus/wiki
+
https://wiki.tizen.org/wiki/Litmus