Add a new monitor type: MultiMonitor that can run any number of other monitors at... 35/33135/3
authorLiHuan <lihuanwk@126.com>
Fri, 7 Apr 2017 15:32:07 +0000 (23:32 +0800)
committerHuanLi <lihuansse@tongji.edu.cn>
Wed, 12 Apr 2017 10:25:30 +0000 (18:25 +0800)
commit747a3260fef52fb5f7da337bc149ec202a05be6e
treef0d236e74251c565da996f370001bd65b03db53c
parent2240fcc201fa9665e42e92c29e201cb62490acfa
Add a new monitor type: MultiMonitor that can run any number of other monitors at the same time.

JIRA: YARDSTICK-397

Change-Id: Ic5cb79f0820029e306373abead1ea43fac9abee2
Signed-off-by: HuanLi <lihuansse@tongji.edu.cn>
tests/unit/benchmark/scenarios/availability/test_monitor_multi.py [new file with mode: 0644]
yardstick/benchmark/scenarios/availability/monitor/basemonitor.py
yardstick/benchmark/scenarios/availability/monitor/monitor_multi.py [new file with mode: 0644]