42473218927cc432df4525b922155d34f7352232
[yardstick.git] / samples / serviceha.yaml
1 ---
2 # Sample test case for ha
3
4 schema: "yardstick:task:0.1"
5
6 scenarios:
7 -
8   type: ServiceHA
9   options:
10     component: "nova-api"
11     fault_type: "stop-service"
12     fault_time: 5
13
14   host: node1.LF
15
16   runner:
17     type: Duration
18     duration: 6
19   sla:
20     outage_time: 5
21     action: monitor
22
23
24 context:
25   type: Node
26   name: LF
27   file: /root/yardstick/etc/yardstick/nodes/fuel_virtual/pod.yaml
28
29