tools/litmus.git
6 years agoBump 0.3.8 upstream
Donghoon Shin [Tue, 18 Jul 2017 01:04:13 +0000 (10:04 +0900)]
Bump 0.3.8

Change-Id: Icf8c61baaeeea9ea9405bfd645e342eea5231953

7 years agoUpdate _screenshot_wayland for latest enlightenment_info
Donghoon Shin [Tue, 18 Jul 2017 01:02:29 +0000 (10:02 +0900)]
Update _screenshot_wayland for latest enlightenment_info

8 years agoRemove pep8 warnings and update descriptions
Donghoon Shin [Mon, 8 May 2017 17:27:00 +0000 (02:27 +0900)]
Remove pep8 warnings and update descriptions

8 years agoFix misprint
Donghoon Shin [Tue, 25 Apr 2017 09:43:04 +0000 (18:43 +0900)]
Fix misprint

8 years agoAdd sdb dependency upstream/0.3.7
Donghoon Shin [Mon, 20 Mar 2017 08:34:58 +0000 (17:34 +0900)]
Add sdb dependency

8 years agoUpdate debian/control file upstream/0.3.6
Donghoon Shin [Thu, 16 Mar 2017 06:31:25 +0000 (15:31 +0900)]
Update debian/control file

litmus is python scripts hence it is independent from host architecture.

8 years agoBump 0.3.6
Donghoon Shin [Thu, 16 Mar 2017 06:27:26 +0000 (15:27 +0900)]
Bump 0.3.6

8 years agoRename some functions
Donghoon Shin [Thu, 16 Mar 2017 06:25:46 +0000 (15:25 +0900)]
Rename some functions

8 years agoUpdate debian/postscript to avoid error while building docker image
Donghoon Shin [Thu, 16 Mar 2017 06:17:02 +0000 (15:17 +0900)]
Update debian/postscript to avoid error while building docker image

8 years agoRemove unused script in template
dhs-shine [Mon, 20 Feb 2017 15:24:40 +0000 (00:24 +0900)]
Remove unused script in template

8 years agoRaise exception if sdb does not exist 0.3.5
Donghoon Shin [Thu, 16 Feb 2017 06:28:00 +0000 (15:28 +0900)]
Raise exception if sdb does not exist

8 years agoUse os.makedirs for -d option
Donghoon Shin [Mon, 6 Feb 2017 22:56:37 +0000 (07:56 +0900)]
Use os.makedirs for -d option

Use os.makedirs instead of os.mkdir because os.makedirs works like
'mkdir -p' functionality.

8 years agoFix misprints
dhs-shine [Mon, 6 Feb 2017 12:42:59 +0000 (12:42 +0000)]
Fix misprints

8 years agoAdd workarounds for non-standlaone devices
Donghoon Shin [Fri, 3 Feb 2017 02:09:55 +0000 (11:09 +0900)]
Add workarounds for non-standlaone devices

Reopen uart if it has some issues

8 years agoUpdate descriptions for subcommands
Donghoon Shin [Fri, 3 Feb 2017 00:01:35 +0000 (09:01 +0900)]
Update descriptions for subcommands

8 years agoAdd shell=True to make sure that sdb does exist
Donghoon Shin [Thu, 2 Feb 2017 03:58:30 +0000 (12:58 +0900)]
Add shell=True to make sure that sdb does exist

8 years agoUpdate README.md
dhs-shine [Thu, 2 Feb 2017 03:54:45 +0000 (12:54 +0900)]
Update README.md

8 years agoMerge pull request #6 from dhs-shine/develop
dhs-shine [Thu, 2 Feb 2017 02:30:13 +0000 (11:30 +0900)]
Merge pull request #6 from dhs-shine/develop

Update README.md

8 years agoUpdate README.md
Donghoon Shin [Thu, 2 Feb 2017 02:26:11 +0000 (11:26 +0900)]
Update README.md

8 years agoMerge pull request #5 from dhs-shine/develop
dhs-shine [Thu, 2 Feb 2017 02:23:29 +0000 (11:23 +0900)]
Merge pull request #5 from dhs-shine/develop

Develop

8 years agoBump 0.3.5
Donghoon Shin [Thu, 2 Feb 2017 02:15:48 +0000 (11:15 +0900)]
Bump 0.3.5

8 years agoUpdate templates
Donghoon Shin [Thu, 2 Feb 2017 02:13:11 +0000 (11:13 +0900)]
Update templates

8 years agoRaise exception if sdb is not installed
Donghoon Shin [Thu, 2 Feb 2017 01:44:09 +0000 (10:44 +0900)]
Raise exception if sdb is not installed

8 years agoUpdate README.md
Donghoon Shin [Thu, 2 Feb 2017 01:28:15 +0000 (10:28 +0900)]
Update README.md

8 years agoAdd more descriptions for subcommands
Donghoon Shin [Thu, 2 Feb 2017 01:18:02 +0000 (10:18 +0900)]
Add more descriptions for subcommands

8 years agoCreate working dir if it does not exist
Donghoon Shin [Wed, 1 Feb 2017 23:56:48 +0000 (08:56 +0900)]
Create working dir if it does not exist

User can use -d option to set working directory for litmus run
subcommand. This modification creates working directory if it does not
exist.

8 years agoRemove unused function
Donghoon Shin [Wed, 1 Feb 2017 23:36:42 +0000 (08:36 +0900)]
Remove unused function

8 years agoMerge pull request #4 from dhs-shine/develop 0.3.4
dhs-shine [Tue, 13 Dec 2016 06:42:47 +0000 (15:42 +0900)]
Merge pull request #4 from dhs-shine/develop

Remove sigterm handler

8 years agoRemove sigterm handler
Donghoon Shin [Tue, 13 Dec 2016 06:27:15 +0000 (15:27 +0900)]
Remove sigterm handler

sigterm handler sometimes raise an issue in multi-thread testing
environment. litmus process receive SIGTERM from CI tool but it can not
destroy itself.

8 years agoChange private function _sdb_root_on to public function sdb_root_on
Donghoon Shin [Thu, 3 Nov 2016 01:07:18 +0000 (10:07 +0900)]
Change private function _sdb_root_on to public function sdb_root_on

8 years agoChange usb busid detection routine
Donghoon Shin [Tue, 1 Nov 2016 00:19:23 +0000 (09:19 +0900)]
Change usb busid detection routine

Before: cat /var/log/kern.log
After: dmesg

Docker environment and arm host environment does not allow to access /var/log/kern.log

8 years agoModify incorrect information on conf_mobile.yaml of standalone_tm2 template
Donghoon Shin [Fri, 21 Oct 2016 14:03:24 +0000 (14:03 +0000)]
Modify incorrect information on conf_mobile.yaml of standalone_tm2 template

8 years agoUpdate flash method for tw1 to skip passing parameter "flasher"
Donghoon Shin [Fri, 21 Oct 2016 02:52:13 +0000 (11:52 +0900)]
Update flash method for tw1 to skip passing parameter "flasher"

8 years agoMerge branch 'develop' 0.3.3
Donghoon Shin [Tue, 11 Oct 2016 03:42:39 +0000 (12:42 +0900)]
Merge branch 'develop'

8 years agoBump up version
Donghoon Shin [Tue, 11 Oct 2016 03:42:23 +0000 (12:42 +0900)]
Bump up version

8 years agoSupport device.screenshot() API
Donghoon Shin [Tue, 11 Oct 2016 03:39:32 +0000 (12:39 +0900)]
Support device.screenshot() API

8 years agoMerge branch 'develop'
Donghoon Shin [Fri, 7 Oct 2016 03:56:57 +0000 (12:56 +0900)]
Merge branch 'develop'

8 years agoFix misprints in changelog
Donghoon Shin [Fri, 7 Oct 2016 03:55:52 +0000 (12:55 +0900)]
Fix misprints in changelog

8 years agoMerge pull request #3 from dhs-shine/develop
dhs-shine [Fri, 7 Oct 2016 02:27:10 +0000 (11:27 +0900)]
Merge pull request #3 from dhs-shine/develop

Merge develop branch

8 years agoSupport more device types
Donghoon Shin [Fri, 7 Oct 2016 02:24:27 +0000 (11:24 +0900)]
Support more device types

Add artik device types and more standalone device types

8 years agoMerge pull request #2 from dhs-shine/master
dhs-shine [Fri, 7 Oct 2016 02:21:19 +0000 (11:21 +0900)]
Merge pull request #2 from dhs-shine/master

8 years agoAdd more logs
Donghoon Shin [Thu, 29 Sep 2016 03:53:49 +0000 (12:53 +0900)]
Add more logs

8 years agoUpdate README.md
dhs-shine [Wed, 28 Sep 2016 04:32:28 +0000 (13:32 +0900)]
Update README.md

8 years agoUpdate README.md
dhs-shine [Wed, 28 Sep 2016 00:37:33 +0000 (09:37 +0900)]
Update README.md

8 years agoRename mock device type to standalone device type
Donghoon Shin [Tue, 27 Sep 2016 06:17:29 +0000 (15:17 +0900)]
Rename mock device type to standalone device type

8 years agoRemove sdb dependency
Donghoon Shin [Tue, 27 Sep 2016 05:12:25 +0000 (14:12 +0900)]
Remove sdb dependency

8 years agoUpdate README.md
dhs-shine [Fri, 23 Sep 2016 15:51:07 +0000 (00:51 +0900)]
Update README.md

8 years agoAdd log strings
Donghoon Shin [Fri, 23 Sep 2016 00:18:37 +0000 (09:18 +0900)]
Add log strings

8 years agoUpdate README.md
dhs-shine [Thu, 22 Sep 2016 23:15:04 +0000 (08:15 +0900)]
Update README.md

8 years agoUpdate docs
Donghoon Shin [Thu, 22 Sep 2016 04:29:08 +0000 (13:29 +0900)]
Update docs

8 years agoBump up version
Donghoon Shin [Wed, 21 Sep 2016 22:47:26 +0000 (07:47 +0900)]
Bump up version

8 years agoUpdate README.md
dhs-shine [Wed, 21 Sep 2016 22:37:07 +0000 (07:37 +0900)]
Update README.md

8 years agoMerge branch 'develop'
Donghoon Shin [Wed, 21 Sep 2016 22:35:37 +0000 (07:35 +0900)]
Merge branch 'develop'

8 years agoUpdate cmd_rm.py : Ask user to confirm and add more exception handler
Donghoon Shin [Wed, 21 Sep 2016 22:31:39 +0000 (07:31 +0900)]
Update cmd_rm.py : Ask user to confirm and add more exception handler

8 years agoUpdate changelog
Donghoon Shin [Wed, 21 Sep 2016 06:15:45 +0000 (15:15 +0900)]
Update changelog

8 years agoMerge branch 'develop'
Donghoon Shin [Wed, 21 Sep 2016 06:02:02 +0000 (15:02 +0900)]
Merge branch 'develop'

8 years agoFix a bug from acquire_dut_by_name
Donghoon Shin [Wed, 21 Sep 2016 06:00:32 +0000 (15:00 +0900)]
Fix a bug from acquire_dut_by_name

acquire_dut_by_name does not wait to acquire the dut

8 years agoMerge pull request #1 from dhs-shine/develop
dhs-shine [Wed, 21 Sep 2016 05:17:22 +0000 (14:17 +0900)]
Merge pull request #1 from dhs-shine/develop

Update README.md

8 years agoUpdate README.md
dhs-shine [Wed, 21 Sep 2016 05:16:27 +0000 (14:16 +0900)]
Update README.md

8 years agoMerge branch 'feature/support_multiple_mock_type_device' into develop
Donghoon Shin [Wed, 21 Sep 2016 04:49:12 +0000 (13:49 +0900)]
Merge branch 'feature/support_multiple_mock_type_device' into develop

8 years agoAdd global lock for mock device type
Donghoon Shin [Wed, 21 Sep 2016 04:47:14 +0000 (13:47 +0900)]
Add global lock for mock device type

8 years agoAdd manager.acquire_dut_by_name() and change sdb server refresh concept
Donghoon Shin [Wed, 21 Sep 2016 00:26:54 +0000 (09:26 +0900)]
Add manager.acquire_dut_by_name() and change sdb server refresh concept

8 years agoUpdate run_cmd() method
Donghoon Shin [Wed, 21 Sep 2016 00:03:21 +0000 (09:03 +0900)]
Update run_cmd() method

Use string for command param instead of list

8 years agoBump up version number
Donghoon Shin [Tue, 20 Sep 2016 23:57:00 +0000 (08:57 +0900)]
Bump up version number

8 years agoUpdate mock device type default template
Donghoon Shin [Fri, 9 Sep 2016 17:37:50 +0000 (17:37 +0000)]
Update mock device type default template

8 years agoMerge branch 'feature/change_project_mgr_concept' into develop
Donghoon Shin [Fri, 9 Sep 2016 16:36:14 +0000 (16:36 +0000)]
Merge branch 'feature/change_project_mgr_concept' into develop

8 years agoAdd projects and topology param
Donghoon Shin [Fri, 9 Sep 2016 16:31:49 +0000 (16:31 +0000)]
Add projects and topology param

8 years agoChange projects/topology file location
Donghoon Shin [Fri, 9 Sep 2016 14:26:24 +0000 (14:26 +0000)]
Change projects/topology file location

8 years agoInitial Commit
Donghoon Shin [Fri, 9 Sep 2016 06:05:30 +0000 (15:05 +0900)]
Initial Commit