aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Duval <thomas.duval@orange.com>2016-09-08 09:41:05 +0200
committerThomas Duval <thomas.duval@orange.com>2016-09-20 10:38:37 +0200
commit4891801f355584bb22c188b77abf32cb48d3781b (patch)
tree7f3fcd3a8987058d1db37fb3dca88d5e93f0f11c
parentb7fd8f7f7a634d1b0298a7b0200347330b75c4eb (diff)
Fix a bug when calling some functest functions.
Change-Id: Ia982126613001149c273964f712ccd17fb85a497 (cherry picked from commit f154a5726af91bdb93554f9e4335c61cd71325d9)
-rwxr-xr-xtests/run_tests.py3
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,