Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-29 | Leverage on pbr (Python Build Reasonableness) | Cédric Ollivier | 1 | -11/+15 | |
It also removes the exec right on mce-inject_ea and installs it in $PATH. requirements.txt is also created to install the abstract dependencies. Change-Id: I176df99d2f40e1910079f5efa3f28a8c170a922d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> | |||||
2017-02-16 | Create baro_tests module | jose.lausuch | 1 | -0/+18 | |
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> |