From 9d78055ecd2d717a9260ca002aacf672d5cc2933 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Sun, 5 Feb 2017 20:06:37 +0800 Subject: Fix bug that metric test is not collected Change-Id: I2e05891a89745712274757ba9af928b03fb5edf6 Signed-off-by: Yujun Zhang --- qtip/base/constant.py | 1 + 1 file changed, 1 insertion(+) (limited to 'qtip') 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): -- cgit 1.2.3-korg