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 ##############################################################################
10 # Sample benchmark task config file
11 # measure network latency using ping
12 # Jinja2 Syntax is supported
13 # parameterize this task, {{packetsize}} is passed to the scenario as an argument
14 # If you don't pass the value for {{packetsize}} while starting a task,
15 # the default one will be used.
18 schema: "yardstick:task:0.1"
19 {% set packetsize = packetsize or "100" %}
24 packetsize: {{packetsize}}
40 flavor: yardstick-flavor
45 policy: "availability"