aboutsummaryrefslogtreecommitdiffstats
path: root/tests/opnfv/test_cases/opnfv_yardstick_tc048.yaml
diff options
context:
space:
mode:
authortjuyinkanglin <14_ykl@tongji.edu.cn>2016-07-07 15:40:37 +0800
committertjuyinkanglin <14_ykl@tongji.edu.cn>2016-07-07 15:41:39 +0800
commitc5a59331eec438230ab2ad1ba42c0aa9acee2e4b (patch)
tree6fe86678ac74fde386140345db2b810c6ce3c2f4 /tests/opnfv/test_cases/opnfv_yardstick_tc048.yaml
parentd2f4f0b9c9bf6d9e0555984d0c888098d4ec0113 (diff)
Add test case description and task file for TC048
JIRA: YARDSTICK-294 Change-Id: Ie6a9271a4cbc81bce47f7f59e609b90a9de1e909 Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
Diffstat (limited to 'tests/opnfv/test_cases/opnfv_yardstick_tc048.yaml')
-rw-r--r--tests/opnfv/test_cases/opnfv_yardstick_tc048.yaml43
1 files changed, 43 insertions, 0 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc048.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc048.yaml
new file mode 100644
index 000000000..525c206c3
--- /dev/null
+++ b/tests/opnfv/test_cases/opnfv_yardstick_tc048.yaml
@@ -0,0 +1,43 @@
+---
+# Test case for TC048 :Control node Openstack service down - cinder api
+
+schema: "yardstick:task:0.1"
+
+scenarios:
+-
+ type: ServiceHA
+ options:
+ attackers:
+ - fault_type: "kill-process"
+ process_name: "cinder-api"
+ host: node1
+
+ monitors:
+ - monitor_type: "openstack-cmd"
+ command_name: "cinder list"
+ monitor_time: 10
+ sla:
+ max_outage_time: 5
+ - monitor_type: "process"
+ process_name: "cinder-api"
+ host: node1
+ monitor_time: 10
+ sla:
+ max_recover_time: 5
+
+ nodes:
+ node1: node1.LF
+
+ runner:
+ type: Duration
+ duration: 1
+ sla:
+ outage_time: 5
+ action: monitor
+
+
+context:
+ type: Node
+ name: LF
+ file: /root/yardstick/etc/yardstick/nodes/fuel_virtual/pod.yaml
+