Code Review
/
moon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b7fd8f7
)
Fix a bug when calling some functest functions.
59/21759/1
author
Thomas Duval
<thomas.duval@orange.com>
Thu, 8 Sep 2016 07:41:05 +0000
(09:41 +0200)
committer
Thomas Duval
<thomas.duval@orange.com>
Tue, 20 Sep 2016 08:38:37 +0000
(10:38 +0200)
Change-Id: Ia982126613001149c273964f712ccd17fb85a497
(cherry picked from commit
f154a5726af91bdb93554f9e4335c61cd71325d9
)
tests/run_tests.py
patch
|
blob
|
history
diff --git
a/tests/run_tests.py
b/tests/run_tests.py
index
012e173
..
816e28f
100755
(executable)
--- 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,