summaryrefslogtreecommitdiffstats
path: root/baro_tests/collectd.py
AgeCommit message (Collapse)AuthorFilesLines
2017-03-24Introducing an external tool for the Barometer mcelog testCalin Gherghe1-7/+76
This patch adds the use of mce-inject utility during the mcelog testing. It also includes a few (unrelated) flake8 corrections. Change-Id: Idd3a7005aad1d1d1f7ae2d3107fbd02c959798c8 Signed-off-by: Calin Gherghe <calin.gherghe@intel.com> (cherry picked from commit 4719824d4b292ba4cf6c36fdb643ae92dfdabc8b)
2017-03-24Fix for Functest 'BarometerCollectd ERROR - Private key file not found'Calin Gherghe1-1/+24
This patch addresses the blocking Functest issue regarding the ssh keys. It eliminates the need of using the baro_utils/get_ssh_keys.sh script. Change-Id: I4499e48257ddab955ae6694c2ece0bff5e877cad Signed-off-by: Calin Gherghe <calin.gherghe@intel.com> (cherry picked from commit 1573180333a8b1a49dc21f6412f53fff01fe351e)
2017-02-17Initial Barometer Functest ScriptsCalin Gherghe1-9/+510
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-16Create baro_tests modulejose.lausuch1-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>