diff options
author | Donghoon Shin <dhs.shin@samsung.com> | 2016-09-28 09:39:12 +0900 |
---|---|---|
committer | Donghoon Shin <dhs.shin@samsung.com> | 2016-09-28 09:39:50 +0900 |
commit | 17f20dfaf511940f5533868af27010c761a40a77 (patch) | |
tree | 9dd17257af4f6d35f4c4b5ea36241b0276811d3c /README.md | |
parent | 1f9fe547b4290cd7aac89cf04bdce98939449f59 (diff) | |
download | litmus-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.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -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 |