diff options
author | rexlee8776 <limingjiang@huawei.com> | 2016-09-12 07:30:23 +0000 |
---|---|---|
committer | rexlee8776 <limingjiang@huawei.com> | 2016-09-12 07:32:12 +0000 |
commit | 93e7283a51d7de44477c3aba3a891847ebc19598 (patch) | |
tree | c11cbbb520ed1226761251f0dd0a588eed1c9258 /reporting | |
parent | 3d383d1e28a7d835591186759b3ba55bf14db73e (diff) |
bugfix: yardstick reporing in stable branch omit stable/
JIRA: YARDSTICK-343
Change-Id: I926d1fcb308feb118663ba4db7adf3bc9eab7cbe
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Diffstat (limited to 'reporting')
-rw-r--r-- | reporting/yardstick/reportingConf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reporting/yardstick/reportingConf.py b/reporting/yardstick/reportingConf.py index 9e34034..447b428 100644 --- a/reporting/yardstick/reportingConf.py +++ b/reporting/yardstick/reportingConf.py @@ -11,7 +11,7 @@ # **************************************************** installers = ["apex", "compass", "fuel", "joid"] -versions = ["master", "stable/colorado"] +versions = ["master", "colorado"] # get data in the past 7 days PERIOD = 7 |