bug fix: score calculation based on build_tag 37/46037/1
authorMorgan Richomme <morgan.richomme@orange.com>
Fri, 20 Oct 2017 15:17:37 +0000 (17:17 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Fri, 20 Oct 2017 15:48:05 +0000 (17:48 +0200)
commitca745dbf6dd3dbc5642fae6b6397e878b6eb8aca
tree6f8d2148ef9acf4617abc63f29e8b9b58411c148
parent74c48b14d25e5c4976dd2758583a194e65058316
bug fix: score calculation based on build_tag

we were used to count the number of PASS of the last 4 runs
it works 80% of the cases

4 runs
4 OK => 3 points
3 OK => 3 points
2 OK => 2 points
1 OK => 1 point
0 => 0

it is different from the normal score calculation
4 OK => 3 points
3 OK => 2 points
2 OK => 2 points
1 OK => 1 point
0 => 0

Change-Id: Ib8df2c294e0036246176c181b7a7ac290ebea07e
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
utils/test/reporting/reporting/utils/reporting_utils.py