aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authortjuyinkanglin <14_ykl@tongji.edu.cn>2016-07-07 15:31:21 +0800
committertjuyinkanglin <14_ykl@tongji.edu.cn>2016-07-07 15:37:14 +0800
commitd2f4f0b9c9bf6d9e0555984d0c888098d4ec0113 (patch)
tree21a59a5cceedbf620cf8f1e4ef66d174dc8f6fb0 /tests
parente112b517bdca5f685dd250b9b0a7f6a18f4fb6f8 (diff)
Add test case description and task file for TC047
JIRA: YARDSTICK-293 Change-Id: I23a0e78a297cdc5742fa8d1234e6f271e076f359 Signed-off-by: tjuyinkanglin <14_ykl@tongji.edu.cn>
Diffstat (limited to 'tests')
-rw-r--r--tests/opnfv/test_cases/opnfv_yardstick_tc047.yaml42
1 files changed, 42 insertions, 0 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc047.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc047.yaml
new file mode 100644
index 000000000..0707dc9e9
--- /dev/null
+++ b/tests/opnfv/test_cases/opnfv_yardstick_tc047.yaml
@@ -0,0 +1,42 @@
+---
+# Test case for TC047 :Control node Openstack service down - glance api
+
+schema: "yardstick:task:0.1"
+
+scenarios:
+-
+ type: ServiceHA
+ options:
+ attackers:
+ - fault_type: "kill-process"
+ process_name: "glance-api"
+ host: node1
+
+ monitors:
+ - monitor_type: "openstack-cmd"
+ command_name: "glance image-list"
+ monitor_time: 10
+ sla:
+ max_outage_time: 5
+ - monitor_type: "process"
+ process_name: "glance-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