Refactoring collector initialization in plan loader 25/28325/3
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Thu, 9 Feb 2017 02:12:39 +0000 (10:12 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Tue, 14 Feb 2017 22:54:40 +0000 (06:54 +0800)
commit0f3ad6f2db26fb91190e47c89f77fb59b7601b84
tree8b855519dfb53d0abdd96a6eb93f3463df35817b
parent6add7fcac82f9b807e71fe84d16c673682d82327
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>
qtip/base/constant.py
qtip/collector/base.py
qtip/collector/logfile.py
qtip/loader/module.py [new file with mode: 0644]
qtip/loader/plan.py
tests/data/benchmarks/plan/doctor.yaml
tests/data/benchmarks/plan/fake-plan.yaml
tests/unit/loader/plan_test.py