summaryrefslogtreecommitdiffhomepage
path: root/test/packetimpact/runner/defs.bzl
diff options
context:
space:
mode:
authorToshi Kikuchi <toshik@google.com>2020-11-16 13:11:36 -0800
committergVisor bot <gvisor-bot@google.com>2020-11-16 13:13:47 -0800
commit373fd8310032ef19e05f8cc77a1eeb6fcb438da8 (patch)
tree1c85e1314d3ed45855a20fbb545e72977b75459d /test/packetimpact/runner/defs.bzl
parent758e45618f3d663a092b31baf29f24b3e4dc4d54 (diff)
Add packetimpact tests for ICMPv6 Error message for fragment
Updates #4427 PiperOrigin-RevId: 342703931
Diffstat (limited to 'test/packetimpact/runner/defs.bzl')
-rw-r--r--test/packetimpact/runner/defs.bzl3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/packetimpact/runner/defs.bzl b/test/packetimpact/runner/defs.bzl
index c03c2c62c..1038e3c8d 100644
--- a/test/packetimpact/runner/defs.bzl
+++ b/test/packetimpact/runner/defs.bzl
@@ -258,6 +258,9 @@ ALL_TESTS = [
name = "ipv6_fragment_reassembly",
),
PacketimpactTestInfo(
+ name = "ipv6_fragment_icmp_error",
+ ),
+ PacketimpactTestInfo(
name = "udp_send_recv_dgram",
),
PacketimpactTestInfo(