Update flash method for tw1 to skip passing parameter "flasher" 08/93308/2
authorDonghoon Shin <dhs.shine@gmail.com>
Fri, 21 Oct 2016 13:55:46 +0000 (13:55 +0000)
committerDonghoon Shin <dhs.shine@gmail.com>
Fri, 21 Oct 2016 13:58:14 +0000 (13:58 +0000)
commit14f58acd79177f41f3f7d6c0980bf2746530ccc1
tree9a7704e48541aa8cb45965d6e89d7b295cafd653
parente1be88acca74dd01c8c2aea5d9781eaa8b25afdc
Update flash method for tw1 to skip passing parameter "flasher"

Change-Id: I0f6497f82a92e0ae436d35355f208773ced614e5
47 files changed:
CHANGES.txt
README.md
debian/changelog
litmus/__init__.py
litmus/device/devicestandalone_m0.py [deleted file]
litmus/device/devicestandalone_tw1.py
litmus/device/devicestandalone_z1.py [deleted file]
litmus/templates/standalone_tm1/__init__.py [moved from litmus/templates/standalone/__init__.py with 100% similarity]
litmus/templates/standalone_tm1/conf_mobile.yaml [moved from litmus/templates/standalone/conf_mobile.yaml with 100% similarity]
litmus/templates/standalone_tm1/conf_tv.yaml [moved from litmus/templates/standalone/conf_tv.yaml with 100% similarity]
litmus/templates/standalone_tm1/conf_wearable.yaml [moved from litmus/templates/standalone/conf_wearable.yaml with 100% similarity]
litmus/templates/standalone_tm1/tc_mobile.yaml [moved from litmus/templates/standalone/tc_mobile.yaml with 100% similarity]
litmus/templates/standalone_tm1/tc_tv.yaml [moved from litmus/templates/standalone/tc_tv.yaml with 100% similarity]
litmus/templates/standalone_tm1/tc_wearable.yaml [moved from litmus/templates/standalone/tc_wearable.yaml with 100% similarity]
litmus/templates/standalone_tm1/userscript.py [moved from litmus/templates/standalone/userscript.py with 82% similarity]
litmus/templates/standalone_tm2/__init__.py [new file with mode: 0644]
litmus/templates/standalone_tm2/conf_mobile.yaml [new file with mode: 0644]
litmus/templates/standalone_tm2/conf_tv.yaml [new file with mode: 0644]
litmus/templates/standalone_tm2/conf_wearable.yaml [new file with mode: 0644]
litmus/templates/standalone_tm2/tc_mobile.yaml [new file with mode: 0644]
litmus/templates/standalone_tm2/tc_tv.yaml [new file with mode: 0644]
litmus/templates/standalone_tm2/tc_wearable.yaml [new file with mode: 0644]
litmus/templates/standalone_tm2/userscript.py [new file with mode: 0755]
litmus/templates/standalone_tw1/__init__.py [new file with mode: 0644]
litmus/templates/standalone_tw1/conf_mobile.yaml [new file with mode: 0644]
litmus/templates/standalone_tw1/conf_tv.yaml [new file with mode: 0644]
litmus/templates/standalone_tw1/conf_wearable.yaml [new file with mode: 0644]
litmus/templates/standalone_tw1/tc_mobile.yaml [new file with mode: 0644]
litmus/templates/standalone_tw1/tc_tv.yaml [new file with mode: 0644]
litmus/templates/standalone_tw1/tc_wearable.yaml [new file with mode: 0644]
litmus/templates/standalone_tw1/userscript.py [new file with mode: 0755]
litmus/templates/standalone_u3/__init__.py [new file with mode: 0644]
litmus/templates/standalone_u3/conf_mobile.yaml [new file with mode: 0644]
litmus/templates/standalone_u3/conf_tv.yaml [new file with mode: 0644]
litmus/templates/standalone_u3/conf_wearable.yaml [new file with mode: 0644]
litmus/templates/standalone_u3/tc_mobile.yaml [new file with mode: 0644]
litmus/templates/standalone_u3/tc_tv.yaml [new file with mode: 0644]
litmus/templates/standalone_u3/tc_wearable.yaml [new file with mode: 0644]
litmus/templates/standalone_u3/userscript.py [new file with mode: 0755]
litmus/templates/standalone_xu3/__init__.py [new file with mode: 0644]
litmus/templates/standalone_xu3/conf_mobile.yaml [new file with mode: 0644]
litmus/templates/standalone_xu3/conf_tv.yaml [new file with mode: 0644]
litmus/templates/standalone_xu3/conf_wearable.yaml [new file with mode: 0644]
litmus/templates/standalone_xu3/tc_mobile.yaml [new file with mode: 0644]
litmus/templates/standalone_xu3/tc_tv.yaml [new file with mode: 0644]
litmus/templates/standalone_xu3/tc_wearable.yaml [new file with mode: 0644]
litmus/templates/standalone_xu3/userscript.py [new file with mode: 0755]