diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-02-09 10:12:39 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-02-15 06:54:40 +0800 |
commit | 0f3ad6f2db26fb91190e47c89f77fb59b7601b84 (patch) | |
tree | 8b855519dfb53d0abdd96a6eb93f3463df35817b /tests/data/benchmarks/plan/fake-plan.yaml | |
parent | 6add7fcac82f9b807e71fe84d16c673682d82327 (diff) |
Refactoring collector initialization in plan loader
- move ClassProps to module
- collectors should be array in plan definition
Change-Id: I37d85dbc977c91aa1bb81de45b5e1c41660e6d1f
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests/data/benchmarks/plan/fake-plan.yaml')
-rw-r--r-- | tests/data/benchmarks/plan/fake-plan.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/benchmarks/plan/fake-plan.yaml b/tests/data/benchmarks/plan/fake-plan.yaml index 8887f66d..511affd6 100644 --- a/tests/data/benchmarks/plan/fake-plan.yaml +++ b/tests/data/benchmarks/plan/fake-plan.yaml @@ -4,7 +4,7 @@ config: facility: local engineer: local driver: sample - collector: logfile + collectors: [] reporter: console QPIs: - fake-qpi.yaml |