Merge "Add sec-grp-rule for ipv6-icmp to enable ping6 between instances"
diff --git a/tempest/scenario/manager.py b/tempest/scenario/manager.py
index 2af96c7..968c8ca 100644
--- a/tempest/scenario/manager.py
+++ b/tempest/scenario/manager.py
@@ -909,6 +909,11 @@
             dict(
                 # ping
                 protocol='icmp',
+            ),
+            dict(
+                # ipv6-icmp for ping6
+                protocol='icmp',
+                ethertype='IPv6',
             )
         ]
         for ruleset in rulesets: