Creating Director and related codes. 33/16433/5
authorlihuan <lihuansse@tongji.edu.cn>
Wed, 6 Jul 2016 09:29:00 +0000 (17:29 +0800)
committerlihuan <lihuansse@tongji.edu.cn>
Fri, 8 Jul 2016 07:01:02 +0000 (15:01 +0800)
commit1eb35349d2bedacc75aff28b0883995794682395
treedd402671a0dc52d8cf7a28385159693037689ec0
parent55af4f473d60838b57b14670423717b7f2e901ea
Creating Director and related codes.

Add a new scenario type 'ScenarioGeneral' that support orchestrating general HA test scenarios.
Director, ActionPlayer and RollbackPlayer are uesed to execute the test scenario (or test flow).

JIRA: YARDSTICK-288

Change-Id: Ied2ccd4712f3c3efde6771bfa4538c1e9e137c11
Signed-off-by: lihuan <lihuansse@tongji.edu.cn>
tests/unit/benchmark/scenarios/availability/test_director.py [new file with mode: 0644]
tests/unit/benchmark/scenarios/availability/test_scenario_general.py [new file with mode: 0644]
yardstick/benchmark/scenarios/availability/__init__.py
yardstick/benchmark/scenarios/availability/actionplayers.py [new file with mode: 0644]
yardstick/benchmark/scenarios/availability/actionrollbackers.py [new file with mode: 0644]
yardstick/benchmark/scenarios/availability/director.py [new file with mode: 0644]
yardstick/benchmark/scenarios/availability/scenario_general.py [new file with mode: 0644]