diff options
author | Donghoon Shin <dhs.shin@samsung.com> | 2016-09-27 14:10:47 +0900 |
---|---|---|
committer | Donghoon Shin <dhs.shin@samsung.com> | 2016-09-27 14:48:35 +0900 |
commit | 1f9fe547b4290cd7aac89cf04bdce98939449f59 (patch) | |
tree | bee225df617c2b8b54eff5ad7fadc9cde78e4374 | |
parent | ce8712f4c3d93d3d175c024a1824ff23e7ef0ca2 (diff) | |
download | litmus-1f9fe547b4290cd7aac89cf04bdce98939449f59.tar.gz litmus-1f9fe547b4290cd7aac89cf04bdce98939449f59.tar.bz2 litmus-1f9fe547b4290cd7aac89cf04bdce98939449f59.zip |
Remove sdb dependency and add descriptions for instaling sdb
Change-Id: Ic94cdff0f62aef2eaa8936738e23f5c9999001b1
-rw-r--r-- | README.md | 29 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/source/format | 1 |
3 files changed, 25 insertions, 6 deletions
@@ -1,14 +1,29 @@ 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. + +32bit: +http://download.tizen.org/sdk/sdk-packages/official/binary/sdb_2.2.83_ubuntu-32.zip + +64bit: +http://download.tizen.org/sdk/sdk-packages/official/binary/sdb_2.2.83_ubuntu-64.zip + +Unzip this package and copy sdb binary to /usr/bin + + Buliding & installing --------------------- -1. Change directory name with version postfix and create an orig.tar.gz +1. Clone this project - $ git clone http://github.com/dhs-shine/litmus + $ git clone https://github.com/dhs-shine/litmus - $ tar cvfz litmus_0.3.1.orig.tar.gz litmus - 1. Build a deb package with debuild $ cd litmus @@ -34,3 +49,9 @@ Getting started 3. Run the litmus project $ litmus run myproject + + +Please refer to litmus wiki for more details. + +https://github.com/dhs-shine/litmus/wiki +https://wiki.tizen.org/wiki/Litmus diff --git a/debian/control b/debian/control index 049fa9a..ab23163 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,6 @@ Depends: ${python3:Depends}, ${misc:Depends}, python3-fasteners (>= 0.12), git (>= 1.9), lthor (>= 2.0), - sdb (>= 2.2.4), clewarecontrol (>= 4.1), smartpower (>= 0.1), heimdall-flash (>= 1.4.1-2), diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 163aaf8..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) |