diff options
author | rexlee8776 <limingjiang@huawei.com> | 2018-08-14 04:15:49 +0000 |
---|---|---|
committer | Rex Lee <limingjiang@huawei.com> | 2018-08-27 03:46:14 +0000 |
commit | d599d1fdee7e11e9838a38e032c08d45cf896f21 (patch) | |
tree | 39b7335345ca67ae5434b046d8716faf9c8601ef /samples/ping_bottlenecks.yaml | |
parent | 8af5c098fb0f30cc1bda0dd4431dbce1b2403a16 (diff) |
ping bottlenecks failed when security group rule do not support ipv6 - dovetail
JIRA: YARDSTICK-1380
Change-Id: I2163eeb9ab17e4f0216ddaed688e78acdf51a1ff
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
(cherry picked from commit 1c5d667f11d9d8a67a262eb6cc5ac53ff9d0cadd)
Diffstat (limited to 'samples/ping_bottlenecks.yaml')
-rw-r--r-- | samples/ping_bottlenecks.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/samples/ping_bottlenecks.yaml b/samples/ping_bottlenecks.yaml index 096d70e67..6a586cb90 100644 --- a/samples/ping_bottlenecks.yaml +++ b/samples/ping_bottlenecks.yaml @@ -49,6 +49,18 @@ contexts: hw:mem_page_size: "large" {% endif %} user: ubuntu + security_group: + rules: + - remote_ip_prefix: "0.0.0.0/0" + protocol: "tcp" + port_range_min: 1 + port_range_max: 65535 + - remote_ip_prefix: "0.0.0.0/0" + protocol: "udp" + port_range_min: 1 + port_range_max: 65535 + - remote_ip_prefix: "0.0.0.0/0" + protocol: "icmp" placement_groups: pgrp1: |