diff options
author | liang gao <jean.gaoliang@huawei.com> | 2016-07-14 06:47:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-14 06:47:55 +0000 |
commit | e6277570188829687b2ecf48adbd10bc3c9d46bd (patch) | |
tree | 9de9513c800290fcd4f6a004142dec52c044a91f /tests | |
parent | 086bd65535027be14a23b4296539900b0220c1b6 (diff) | |
parent | 8ed840c85abe2b66c602416c160808a4f5ac7a8f (diff) |
Merge "Add test case description and task file for TC049"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc049.yaml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc049.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc049.yaml new file mode 100644 index 000000000..da93a467f --- /dev/null +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc049.yaml @@ -0,0 +1,42 @@ +--- +# Test case for TC049 :Control node Openstack service down - swift proxy + +schema: "yardstick:task:0.1" + +scenarios: +- + type: ServiceHA + options: + attackers: + - fault_type: "kill-process" + process_name: "swift-proxy" + host: node1 + + monitors: + - monitor_type: "openstack-cmd" + command_name: "swift stat" + monitor_time: 10 + sla: + max_outage_time: 5 + - monitor_type: "process" + process_name: "swift-proxy" + 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 |