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