summaryrefslogtreecommitdiffstats
path: root/test/functest/tempest.py
AgeCommit message (Collapse)AuthorFilesLines
2016-09-06Adapt some calls to functest_utils that don't require loggerjose.lausuch1-1/+1
Due to a small refactor of some functions in Functest, the calls to those are outdated and fail. Change-Id: I1fdce5d343fc55ecd1b25a837608c7172047f22e Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com> (cherry picked from commit c12b86401ce7eec4ed3b546a6399a3a2599b7e79)
2016-07-14Add support to push the results to the DBjose.lausuch1-4/+13
JIRA: SDNVPN-19 The test scripts now return a json object with the following format: {"status": criteria, "details": results} where criteria: "PASS"|"FAILED" (result of the test case) details: free output that will be printed to the console and pushed to the DB Change-Id: I9e5e0c3b6cb5f4b060929b71a06f6e4f95f814fb Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-07-14Add tempest wrapper to enable the bgpvpn plugin for tempestjose.lausuch1-0/+81
The tempest.conf is copied to bgpvpn_tempest.conf to be updated with the needed parameters, in this case, only adding bgpvpn=True. The way to execute this module only is with the option -C. For example: run_tempest.sh -C bgpvpn_tempest.conf -t -N -- networking_bgpvpn_tempest Change-Id: I465961bc619f59355be964eb94f916cb877b2273 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>