Merge "Adding sample Thoughput Test case for vPE."
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc025.yaml
1 ---
2
3 schema: "yardstick:task:0.1"
4 description: >
5     Sample test case for the HA of OpenStack Controll Node abnormally shutdown.
6
7 scenarios:
8 -
9   type: ServiceHA
10   options:
11     attackers:
12     - fault_type: "host-shutdown"
13       host: node1
14
15     monitors:
16     - monitor_type: "openstack-cmd"
17       command_name: "nova image-list"
18       monitor_time: 10
19     - monitor_type: "openstack-cmd"
20       command_name: "neutron router-list"
21       monitor_time: 10
22     - monitor_type: "openstack-cmd"
23       command_name: "heat stack-list"
24       monitor_time: 10
25     - monitor_type: "openstack-cmd"
26       command_name: "cinder list"
27       monitor_time: 10
28
29   nodes:
30     node1: node1.LF
31
32   runner:
33     type: Iteration
34     iterations: 1
35
36   sla:
37     outage_time: 5
38     action: monitor
39
40
41 context:
42   type: Node
43   name: LF
44   file: /root/yardstick/etc/yardstick/nodes/fuel_virtual/pod.yaml