diff options
author | Thomas Duval <thomas.duval@orange.com> | 2016-09-08 09:41:05 +0200 |
---|---|---|
committer | Thomas Duval <thomas.duval@orange.com> | 2016-09-08 09:41:05 +0200 |
commit | f154a5726af91bdb93554f9e4335c61cd71325d9 (patch) | |
tree | d03c1da4fac7afe40c8b216e4650157b91307719 /tests | |
parent | 705b9d51a9d81ca75b07f71c09d9a4e9f35ed49a (diff) |
Fix a bug when calling some functest functions.
Change-Id: Ia982126613001149c273964f712ccd17fb85a497
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run_tests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/run_tests.py b/tests/run_tests.py index 012e173d..816e28f5 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -132,13 +132,12 @@ def main(): } } - functest_utils.logger_test_results(logger, "moon", + functest_utils.logger_test_results("moon", "moon_authentication", test_status, details) if args.report: functest_utils.push_results_to_db("moon", "moon_authentication", - logger, start_time, stop_time, test_status, |