Bugfix: Support HA test cases in TripleO
[yardstick.git] / yardstick / benchmark / scenarios / availability / operation_conf.yaml
1 ##############################################################################
2 # Copyright (c) 2017 lihuansse@tongji.edu.cn and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9 ---
10 # sample config file for ha test
11 #
12 schema: "yardstick:task:0.1"
13
14 nova-create-instance:
15   action_script: ha_tools/nova/create_instance_from_image.bash
16   rollback_script: ha_tools/nova/delete_instance.bash
17
18 swift-upload-file:
19   action_script: ha_tools/swift/upload.bash
20   rollback_script: ha_tools/swift/delete.bash
21
22 swift-download-file:
23   action_script: ha_tools/swift/download.bash
24   rollback_script: ha_tools/file/remove_file.bash
25
26 nova-create-flavor:
27   action_script: ha_tools/nova/create_flavor.bash
28   rollback_script: ha_tools/nova/delete_flavor.bash