diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-01-19 09:25:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-19 09:25:45 +0000 |
commit | 496b925818c65296616a3519bec9c7a7d05f4ee9 (patch) | |
tree | ab5f0df3771199b1fcd07398996283c37a69a5be /functest/ci | |
parent | 2f4c59e5bfb58e2e01e8d413c8a4f0c5f7679bb0 (diff) | |
parent | ee21af78fbfc93e888acda121f08d2b216dd0159 (diff) |
Merge "write test results to a local file"
Diffstat (limited to 'functest/ci')
-rwxr-xr-x | functest/ci/run_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/run_tests.py b/functest/ci/run_tests.py index 10f1ac9a..a5f1ab9e 100755 --- a/functest/ci/run_tests.py +++ b/functest/ci/run_tests.py @@ -155,7 +155,7 @@ def run_test(test, tier_name, testcases=None): result = test_case.run() if result == testcase_base.TestcaseBase.EX_OK: if GlobalVariables.REPORT_FLAG: - test_case.push_to_db() + test_case.publish_report() result = test_case.check_criteria() except ImportError: logger.exception("Cannot import module {}".format( |