diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-02-14 10:31:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-14 10:31:44 +0000 |
commit | 33ee390f8324175ae59775bc2589711a60f03939 (patch) | |
tree | 1474e8620dfd367559fcf25e786f5a402c17bb96 /functest/ci/run_tests.py | |
parent | 66d02a85d91c5981ae3c2ebf5fa5b1e51c7ad143 (diff) | |
parent | 1e60ed4a402d579675fbf122702a5b8fd3225e3a (diff) |
Merge changes from topic 'revert_write_to_file'
* changes:
Add can_dump_request_to_file decorator
Revert "write test results to a local file"
Diffstat (limited to 'functest/ci/run_tests.py')
-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 b1ab9169..93518de0 100755 --- a/functest/ci/run_tests.py +++ b/functest/ci/run_tests.py @@ -164,7 +164,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.publish_report() + test_case.push_to_db() result = test_case.check_criteria() except ImportError: logger.exception("Cannot import module {}".format( |