Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
Added testcases for newly added plugins - Gnocchi, AODH,
SNMP and Intel RDT for Functest-Barometer project
Change-Id: Ice7db5a49852d95e9c3054a0670dbd193f40f26c
Signed-off-by: Sharada Shiddibhavi <sharada.shiddibhavi@intel.com>
|
|
Added different method to get user credentials of the installer
nodes instead of reading from installer_params.yaml
Change-Id: I97419c942e1cd9f943a62c36dbce424872a10cb1
Signed-off-by: Sharada Shiddibhavi <sharada.shiddibhavi@intel.com>
|
|
It completes the previous patch in Functest [1].
[1] https://gerrit.opnfv.org/gerrit/#/c/36163/
Change-Id: Idb334fe2cd394837f34690eb5d6426840424c150
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
The decision by Functest team is that 3rd party
test cases should host the test in their respective
repositories.
Change-Id: Ibfd6dbc417fa797b96792a902797e610dab5b167
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|