diff options
author | Donghoon Shin <dhs.shin@samsung.com> | 2016-09-19 17:25:33 +0900 |
---|---|---|
committer | Donghoon Shin <dhs.shin@samsung.com> | 2016-09-19 17:33:03 +0900 |
commit | f6f442480ef1a93e85bb86c28897c3b5fa76fea4 (patch) | |
tree | f60be910cedc68114e27d513d08a5b4e72e4b965 /README.md | |
parent | 84e73d3cdb89bf6cfcb6322dbab2fbe9dfd62a9c (diff) | |
download | litmus-f6f442480ef1a93e85bb86c28897c3b5fa76fea4.tar.gz litmus-f6f442480ef1a93e85bb86c28897c3b5fa76fea4.tar.bz2 litmus-f6f442480ef1a93e85bb86c28897c3b5fa76fea4.zip |
Update initial source codes
Change-Id: Ic758f09a4cd2edddd3d714a251ed72ded3e66f0e
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a58d58b --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +Litmus is an automated testing tool for tizen arm devices. + +Buliding & installing +--------------------- + +1. Change directory name with version postfix and create an orig.tar.gz + + $ mv litmus litmus-0.3.0 + $ tar cvfz litmus-0.3.0.orig.tar.gz litmus-0.3.0 + +1. Build a deb package with debuild + + $ cd litmus-0.3.0 + $ debuild + +2. Install the deb package using dpkg + + $ sudo dpkg -i litmus_0.3.0-1_amd64.deb + + +Getting started +--------------- + +1. Create a litmus project: + + $ litmus mk myproject + +2. Modify <project_path>/userscript.py and <project_path>/conf.yaml + +3. Run the litmus project + + $ litmus run myproject |