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 %}
18 {% set image_name = image_name or "yardstick-image" %}
19 {% set cpu_num = cpu_num or 1 %}
20 {% set ram_num = ram_num or 512 %}
21 {% set disk_num = disk_num or 7 %}
22 {% set dpdk_enabled = dpdk_enabled or False %}
25 {% for num in range(stack_num) %}
30 host: demo2.demo{{num}}
31 target: demo1.demo{{num}}
41 {% for num in range(stack_num) %}
51 hw:mem_page_size: "large"
56 - remote_ip_prefix: "0.0.0.0/0"
60 - remote_ip_prefix: "0.0.0.0/0"
64 - remote_ip_prefix: "0.0.0.0/0"
69 policy: "availability"