1 ##############################################################################
2 # Copyright (c) 2017 14_ykl@tongji.edu.cn and others.
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 ##############################################################################
11 schema: "yardstick:task:0.1"
13 Yardstick TC048 config file;
14 HA test case: Control node Openstack service down - cinder-api.
16 {% set file = file or '/etc/yardstick/pod.yaml' %}
17 {% set attack_host = attack_host or "node1" %}
18 {% set attack_process = attack_process or "cinder-api" %}
25 - fault_type: "kill-process"
26 process_name: "{{ attack_process }}"
30 - monitor_type: "openstack-cmd"
31 command_name: "openstack volume list"
36 - monitor_type: "process"
37 process_name: "{{ attack_process }}"
43 {{attack_host}}: {{attack_host}}.LF