aboutsummaryrefslogtreecommitdiffstats
path: root/baro_tests/__init__.py
AgeCommit message (Collapse)AuthorFilesLines
2017-02-16Create baro_tests modulejose.lausuch1-0/+0
This module will be installed in functest so that we can do things like from baro_tests import collectd result = collectd.main() This way, we can avoid running bash commands in python to call other python scripts. Change-Id: Id3801a30648668ac2f1885cd298b920586584a18 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>