summaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2017-12-01Updated from global requirementsCédric Ollivier1-7/+14
Change-Id: I95c1e9155d3759f115850aa951a63bc974157ce6 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-08-29Leverage on pbr (Python Build Reasonableness)Cédric Ollivier1-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-16Create baro_tests modulejose.lausuch1-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>