Support artik devices and more standalone devices 19/91319/1
authorDonghoon Shin <dhs.shin@samsung.com>
Fri, 7 Oct 2016 03:53:26 +0000 (12:53 +0900)
committerDonghoon Shin <dhs.shin@samsung.com>
Fri, 7 Oct 2016 03:54:03 +0000 (12:54 +0900)
commit0a59fcecd3b8d699b481e2e1f426b5a2b3d1a814
treec99c02168e3e3f4dddf44c7015b5a73bba61220e
parentd18421dd4559c5f334539fe5936a7e4182376e96
Support artik devices and more standalone devices

Change-Id: Ie555ec9b25496b307b2570cee2fd62e0cba3345b
38 files changed:
CHANGES.txt
README.md
debian/changelog
docs/source/litmus.core.rst
litmus/__init__.py
litmus/core/util.py
litmus/device/device.py
litmus/device/deviceartik10.py [new file with mode: 0644]
litmus/device/deviceartik5.py [new file with mode: 0644]
litmus/device/devicestandalone.py [new file with mode: 0644]
litmus/device/devicestandalone_m0.py [new file with mode: 0644]
litmus/device/devicestandalone_tm1.py [new file with mode: 0644]
litmus/device/devicestandalone_tm2.py [new file with mode: 0644]
litmus/device/devicestandalone_tw1.py [new file with mode: 0644]
litmus/device/devicestandalone_u3.py [new file with mode: 0644]
litmus/device/devicestandalone_xu3.py [new file with mode: 0644]
litmus/device/devicestandalone_z1.py [new file with mode: 0644]
litmus/helper/helper.py
litmus/templates/artik10/__init__.py [new file with mode: 0644]
litmus/templates/artik10/conf.yaml [new file with mode: 0644]
litmus/templates/artik10/misc/autoinput [new file with mode: 0755]
litmus/templates/artik10/misc/getevent [new file with mode: 0755]
litmus/templates/artik10/tc.yaml [new file with mode: 0644]
litmus/templates/artik10/userscript.py [new file with mode: 0755]
litmus/templates/artik5/__init__.py [new file with mode: 0644]
litmus/templates/artik5/conf.yaml [new file with mode: 0644]
litmus/templates/artik5/misc/autoinput [new file with mode: 0755]
litmus/templates/artik5/misc/getevent [new file with mode: 0755]
litmus/templates/artik5/tc.yaml [new file with mode: 0644]
litmus/templates/artik5/userscript.py [new file with mode: 0755]
litmus/templates/standalone/__init__.py [new file with mode: 0644]
litmus/templates/standalone/conf_mobile.yaml [new file with mode: 0644]
litmus/templates/standalone/conf_tv.yaml [new file with mode: 0644]
litmus/templates/standalone/conf_wearable.yaml [new file with mode: 0644]
litmus/templates/standalone/tc_mobile.yaml [new file with mode: 0644]
litmus/templates/standalone/tc_tv.yaml [new file with mode: 0644]
litmus/templates/standalone/tc_wearable.yaml [new file with mode: 0644]
litmus/templates/standalone/userscript.py [new file with mode: 0755]