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 | 92761ca0f81e132a4e9678e6383b6ad8f457eba7 (patch) | |
tree | 5f4e6feab63ec22159ec2636dd7bd8d8ac2f978e /utils/test | |
parent | f30916f66722ca0756855e7cbf70900cc99dd603 (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 'utils/test')
-rw-r--r-- | utils/test/reporting/yardstick/reportingConf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/reporting/yardstick/reportingConf.py b/utils/test/reporting/yardstick/reportingConf.py index 9e34034e2..447b428a8 100644 --- a/utils/test/reporting/yardstick/reportingConf.py +++ b/utils/test/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 |