diff options
author | rexlee8776 <limingjiang@huawei.com> | 2018-08-14 04:15:49 +0000 |
---|---|---|
committer | Jing Lu <lvjing5@huawei.com> | 2018-08-27 01:50:21 +0000 |
commit | 1c5d667f11d9d8a67a262eb6cc5ac53ff9d0cadd (patch) | |
tree | bfff7fe01e5a592bfd134702b6423a2e9a0f3c93 | |
parent | c20af2d971faf510cda48ef9be50ffb929e500e7 (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>
-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: |