+litmus (0.3.7) unstable; urgency=medium
+
+ * add sdb dependency
+
+ -- Donghoon Shin <dhs.shine@gmail.com> Mon, 20 Mar 2017 17:36:51 +0900
+
litmus (0.3.6) unstable; urgency=medium
* Remove unused script in template
clewarecontrol (>= 4.1),
smartpower (>= 0.1),
heimdall-flash (>= 1.4.1-2),
+ sdb (>= 2.3.0),
Description: Lightweight test manager for tizen automated testing
Litmus is a tool for managing test projects and supporting APIs for automated testing.
Supported API : turn on / off device, Run commands / push and pull files over sdb
# limitations under the License.
import os
-__version__ = '0.3.6'
+__version__ = '0.3.7'
_homedir_ = os.path.expanduser('~')
_confdir_ = os.path.join(_homedir_, '.litmus')
_duts_ = os.path.join(_confdir_, 'topology')