Creating result checker classes 75/16375/3
authorlihuan <lihuansse@tongji.edu.cn>
Tue, 5 Jul 2016 12:40:10 +0000 (20:40 +0800)
committerlihuan <lihuansse@tongji.edu.cn>
Wed, 6 Jul 2016 08:58:00 +0000 (16:58 +0800)
commit1d6b2af637b06f815248003d85e0352512c9b374
treea4294ede870c2a764778795d72bbd26b831be5af
parenteacef205efa9289bccbf38d82df07cdc63486d35
Creating result checker classes

JIRA: YARDSTICK-276

Change-Id: I63c4f2c36108e95f5d3b7da42e66cb8c9b16c817
Signed-off-by: lihuan <lihuansse@tongji.edu.cn>
tests/unit/benchmark/scenarios/availability/test_baseresultchecker.py [new file with mode: 0644]
tests/unit/benchmark/scenarios/availability/test_result_checker_general.py [new file with mode: 0644]
yardstick/benchmark/scenarios/availability/__init__.py
yardstick/benchmark/scenarios/availability/result_checker/__init__.py [new file with mode: 0644]
yardstick/benchmark/scenarios/availability/result_checker/baseresultchecker.py [new file with mode: 0644]
yardstick/benchmark/scenarios/availability/result_checker/result_checker_general.py [new file with mode: 0644]
yardstick/benchmark/scenarios/availability/result_checker_conf.yaml [new file with mode: 0644]