1 ##############################################################################
2 # Copyright (c) 2017 Huawei Technologies Co.,Ltd and others..
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
12 schema: "yardstick:task:0.1"
14 bottlenecks stress test config file;
15 measure VMs latency using ping;
17 {% set stack_num = stack_num or 1 %}
20 {% for num in range(stack_num) %}
25 host: demo1.demo{{num}}
26 target: demo2.demo{{num}}
34 {% for num in range(stack_num) %}
38 flavor: yardstick-flavor
43 policy: "availability"