Update initial source codes 68/88468/2
authorDonghoon Shin <dhs.shin@samsung.com>
Mon, 19 Sep 2016 08:25:33 +0000 (17:25 +0900)
committerDonghoon Shin <dhs.shin@samsung.com>
Mon, 19 Sep 2016 08:33:03 +0000 (17:33 +0900)
commitf6f442480ef1a93e85bb86c28897c3b5fa76fea4
treef60be910cedc68114e27d513d08a5b4e72e4b965
parent84e73d3cdb89bf6cfcb6322dbab2fbe9dfd62a9c
Update initial source codes

Change-Id: Ic758f09a4cd2edddd3d714a251ed72ded3e66f0e
68 files changed:
AUTHORS [new file with mode: 0644]
CHANGES.txt [new file with mode: 0644]
LICENSE.APLv2 [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/litmus.udev [new file with mode: 0644]
debian/postinst [new file with mode: 0644]
debian/postrm [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
docs/Makefile [new file with mode: 0644]
docs/source/conf.py [new file with mode: 0644]
docs/source/index.rst [new file with mode: 0644]
docs/source/litmus.core.rst [new file with mode: 0644]
docs/source/litmus.device.rst [new file with mode: 0644]
docs/source/litmus.helper.rst [new file with mode: 0644]
docs/source/litmus.rst [new file with mode: 0644]
docs/source/modules.rst [new file with mode: 0644]
litmus/__init__.py [new file with mode: 0644]
litmus/cmds/__init__.py [new file with mode: 0644]
litmus/cmds/cmd_adhoc.py [new file with mode: 0755]
litmus/cmds/cmd_cp.py [new file with mode: 0755]
litmus/cmds/cmd_dev.py [new file with mode: 0755]
litmus/cmds/cmd_gt.py [new file with mode: 0755]
litmus/cmds/cmd_imp.py [new file with mode: 0755]
litmus/cmds/cmd_ls.py [new file with mode: 0755]
litmus/cmds/cmd_mk.py [new file with mode: 0755]
litmus/cmds/cmd_rm.py [new file with mode: 0755]
litmus/cmds/cmd_run.py [new file with mode: 0755]
litmus/core/__init__.py [new file with mode: 0644]
litmus/core/exceptions.py [new file with mode: 0644]
litmus/core/manager.py [new file with mode: 0644]
litmus/core/util.py [new file with mode: 0644]
litmus/device/__init__.py [new file with mode: 0644]
litmus/device/cutter.py [new file with mode: 0644]
litmus/device/cuttercleware4.py [new file with mode: 0644]
litmus/device/cuttersmartpower.py [new file with mode: 0644]
litmus/device/device.py [new file with mode: 0644]
litmus/device/devicemock.py [new file with mode: 0644]
litmus/device/deviceu3.py [new file with mode: 0644]
litmus/device/devicexu3.py [new file with mode: 0644]
litmus/helper/__init__.py [new file with mode: 0644]
litmus/helper/gt.py [new file with mode: 0644]
litmus/helper/helper.py [new file with mode: 0644]
litmus/helper/tests.py [new file with mode: 0644]
litmus/templates/empty/__init__.py [new file with mode: 0644]
litmus/templates/empty/userscript.py [new file with mode: 0755]
litmus/templates/mock/__init__.py [new file with mode: 0644]
litmus/templates/mock/conf.yaml [new file with mode: 0644]
litmus/templates/mock/tc.yaml [new file with mode: 0644]
litmus/templates/mock/userscript.py [new file with mode: 0755]
litmus/templates/u3/__init__.py [new file with mode: 0644]
litmus/templates/u3/conf.yaml [new file with mode: 0644]
litmus/templates/u3/tc.yaml [new file with mode: 0644]
litmus/templates/u3/userscript.py [new file with mode: 0755]
litmus/templates/xu3/__init__.py [new file with mode: 0644]
litmus/templates/xu3/conf.yaml [new file with mode: 0644]
litmus/templates/xu3/tc.yaml [new file with mode: 0644]
litmus/templates/xu3/userscript.py [new file with mode: 0755]
setup.py [new file with mode: 0644]
tests/test_manager.py [new file with mode: 0644]
tools/litmus [new file with mode: 0644]