diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-08-23 06:52:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-23 06:52:17 +0000 |
commit | 63de59e26f41cbe959abb7f86d37d8680ca1c520 (patch) | |
tree | 80b71521f562c2e3534ee014931cf2325ab1445c | |
parent | 1e120d3c001738d746d23fc6302f8d1f1f307a0c (diff) | |
parent | 8541642abd6504d5df021654a7481fc90315da8c (diff) |
Merge "Add logger to push_results_to_db args"
-rwxr-xr-x | testcases/Controllers/ODL/OpenDaylightTesting.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/Controllers/ODL/OpenDaylightTesting.py b/testcases/Controllers/ODL/OpenDaylightTesting.py index 2806b4f22..d3bc0978b 100755 --- a/testcases/Controllers/ODL/OpenDaylightTesting.py +++ b/testcases/Controllers/ODL/OpenDaylightTesting.py @@ -133,7 +133,7 @@ class ODLTestCases: details['description'] = result.suite.name details['tests'] = visitor.get_data() if not ft_utils.push_results_to_db( - "functest", "odl", None, start_time, stop_time, + "functest", "odl", cls.logger, start_time, stop_time, result.suite.status, details): cls.logger.error("Cannot push ODL results to DB") return False |