summaryrefslogtreecommitdiffstats
path: root/utils/test/reporting/yardstick/reportingConf.py
diff options
context:
space:
mode:
authorchenjiankun <chenjiankun1@huawei.com>2016-09-19 00:33:27 +0000
committerchenjiankun <chenjiankun1@huawei.com>2016-09-19 02:48:27 +0000
commit19630581f1ac53918aa5cc15faca8b2f0d53c00e (patch)
tree5a33a41af4dd561a06dc9804570f29dde7c82b75 /utils/test/reporting/yardstick/reportingConf.py
parentc5a5ac59a33dacaaf47b210aee42c75f4459b273 (diff)
Change display way of reporting status, add last ten days score
JIRA: YARDSTICK-350 Change-Id: Iea1d8a30cf3464c8b9a0b8b6ac2e0ce41adea00d Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'utils/test/reporting/yardstick/reportingConf.py')
-rw-r--r--utils/test/reporting/yardstick/reportingConf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/test/reporting/yardstick/reportingConf.py b/utils/test/reporting/yardstick/reportingConf.py
index 447b428a8..52d999740 100644
--- a/utils/test/reporting/yardstick/reportingConf.py
+++ b/utils/test/reporting/yardstick/reportingConf.py
@@ -13,8 +13,8 @@ installers = ["apex", "compass", "fuel", "joid"]
versions = ["master", "colorado"]
-# get data in the past 7 days
-PERIOD = 7
+# get data in the past 10 days
+PERIOD = 10
# get the lastest 4 test results to determinate the success criteria
LASTEST_TESTS = 4