From 17f20dfaf511940f5533868af27010c761a40a77 Mon Sep 17 00:00:00 2001 From: Donghoon Shin Date: Wed, 28 Sep 2016 09:39:12 +0900 Subject: Rename mock device type to standalone device type Change-Id: I1d310502b249ce68a2c921457fb03aac1c957f63 --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'README.md') 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 2. Modify /userscript.py and /conf.yaml 3. Run the litmus project - $ litmus run myproject + $ litmus run Please refer to litmus wiki for more details. + https://github.com/dhs-shine/litmus/wiki + https://wiki.tizen.org/wiki/Litmus -- cgit v1.2.3