aboutsummaryrefslogtreecommitdiffstats
path: root/qtip
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-02-05 20:06:37 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-02-05 23:37:12 +0800
commit9d78055ecd2d717a9260ca002aacf672d5cc2933 (patch)
tree5a2b803ba30b40fe55fc57d85a0c311b9720d68c /qtip
parent1265e8159cbce2cae0d19a3c721ad7a5087fd432 (diff)
Fix bug that metric test is not collected
Change-Id: I2e05891a89745712274757ba9af928b03fb5edf6 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'qtip')
-rw-r--r--qtip/base/constant.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtip/base/constant.py b/qtip/base/constant.py
index ddd07e9d..39572040 100644
--- a/qtip/base/constant.py
+++ b/qtip/base/constant.py
@@ -34,6 +34,7 @@ class BaseProp(object):
# content
DESCRIPTION = 'description'
+ WORKLOADS = 'workloads'
class SpecProp(BaseProp):