Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-17 | Initial Barometer Functest Scripts | Calin Gherghe | 3 | -9/+1207 | |
This patch adds scripts to be used with Functest for the barometer project. This will be expanded with future patchsets. Change-Id: I627f5e9c2b0d693f34bdc4f205989b0913f338db Signed-off-by: Calin Gherghe <calin.gherghe@intel.com> | |||||
2017-02-16 | Create baro_tests module | jose.lausuch | 2 | -0/+15 | |
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> |