Merge "set log file to store debug info"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc019.yaml
1 ---
2
3 schema: "yardstick:task:0.1"
4 description: >
5     Sample test case for the HA of controller node Openstack service.
6
7 scenarios:
8 -
9   type: ServiceHA
10   options:
11     attackers:
12     - fault_type: "kill-process"
13       process_name: "nova-api"
14       host: node1
15
16     wait_time: 10
17     monitors:
18     - monitor_type: "openstack-cmd"
19       command_name: "openstack image list"
20       monitor_time: 10
21       sla:
22         max_outage_time: 5
23     - monitor_type: "process"
24       process_name: "nova-api"
25       host: node1
26       monitor_time: 20
27       sla:
28         max_recover_time: 20
29
30   nodes:
31     node1: node1.LF
32
33   runner:
34     type: Iteration
35     iterations: 1
36
37   sla:
38     outage_time: 5
39     action: monitor
40
41
42 context:
43   type: Node
44   name: LF
45   file: etc/yardstick/nodes/fuel_virtual/pod.yaml