1 ##############################################################################
2 # Copyright (c) 2018 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 ping test case using custom security group
11 # measure network latency using ping
13 schema: "yardstick:task:0.1"
15 {% set provider = provider or none %}
16 {% set physical_network = physical_network or 'physnet1' %}
17 {% set segmentation_id = segmentation_id or none %}
37 image: yardstick-image
38 flavor: yardstick-flavor
42 - remote_ip_prefix: "0.0.0.0/0"
46 - remote_ip_prefix: "0.0.0.0/0"
50 - remote_ip_prefix: "0.0.0.0/0"
55 policy: "availability"
68 {% if provider == "vlan" %}
69 provider: {{provider}}
70 physical_network: {{physical_network}}
71 {% if segmentation_id %}
72 segmentation_id: {{segmentation_id}}