ping bottlenecks failed when security group rule do not support ipv6 - dovetail 19/60919/3
authorrexlee8776 <limingjiang@huawei.com>
Tue, 14 Aug 2018 04:15:49 +0000 (04:15 +0000)
committerJing Lu <lvjing5@huawei.com>
Mon, 27 Aug 2018 01:50:21 +0000 (01:50 +0000)
JIRA: YARDSTICK-1380

Change-Id: I2163eeb9ab17e4f0216ddaed688e78acdf51a1ff
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
samples/ping_bottlenecks.yaml

index 096d70e..6a586cb 100644 (file)
@@ -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: